Tagged Questions
0
votes
0answers
70 views
Set feature properties in Mapguide
I'm trying to put information (name, value) in a point, this is my property definition
MgClassDefinition classDefinition = new MgClassDefinition();
classDefinition.SetName("Points");
...
0
votes
1answer
325 views
Problem Access-Control-Allow-Origin.GeoServer ISS OpenLayers [duplicate]
I use OpenLyaers in order to show france Departements. My website is generated in ASP .NET MVC 4 (i use Visual studio 2012) ans i use GeoServer to store WFS files.
I want to access to my WFS layer ...
1
vote
1answer
122 views
What is a good learning source for programmer who wants to understand the infrastrucre of map based web map?
I want to to write a simple web app with a map (tile cache because of hi res raster) that once a user click the map he can do some queries on it (as in search in polygon , radius , nearest ) on the ...
0
votes
0answers
152 views
I wanted a tutorial link to start with geoserver and Postgis for ASP.NET
I wanted a reference material for coding using C# in ASP.net with geoserver and Postgis. Please tell me reference material for the same. I have searched for several reference material but did not ...
1
vote
1answer
183 views
Can I do Intersection queries in ECQL?
I am building a statistical analysis project using ASP.NET, Geoserver, and OpenLayers.
I need to let the user draw a polygon on OpenLayers then find geometries(villages etc.) that intersects this ...
3
votes
1answer
314 views
Authentication in geoserver with openlayers
Is there a way to authenticate in geoserver with a external webpage (made with asp.net and openlayers)? I have restricted the access data only by certain users, and I don't want to authenticate this ...
