Tagged Questions
3
votes
2answers
59 views
How to develop a web mapping app to upload, process, and download results?
I would like to make a web mapping application where a user can import their own x-y-z data file, then the application applies filters that I write to it, contours the resulting data, then displays ...
0
votes
1answer
72 views
Why is mapserver layer not showing up in openlayers?
I'm currently setting up a Mapserver/OpenLayers application. My mapscript works fine when i run on mapserver, but my mapserver layer not showing up in openlayers.
this is my mapscript "tangsel.map"
...
2
votes
1answer
444 views
How does mapscript queryByShape work?
I am trying to return the results of queryByShape call from a (large) raster file given a user specified polygon.
For example, when a user plots the following polygon on an openlayers layer as ...
1
vote
1answer
661 views
Using C# + Mapcript + Openlayers
Nowadays i'm using Mapscript and C# to generate and display a Mapfile, but in this way i need to create manualy the interface, is there any way to use Mapscript + Openlayers?