Tagged Questions
The umn tag has no wiki summary.
2
votes
2answers
2k views
How do you get transparent background in a layer with UMN mapserver?
I want to include different sources of maps in a mapclient. One source I provide myself with a self-written mapfile rendered by an UMN-mapserver. Problem is, that UMN renders the background (places ...
0
votes
2answers
96 views
UnsatisfiedLinkError and NoClassDefFoundError : Running Java Mapscript on Ubuntu 11.10
We have coded and run a dynamic web application using MAPSERVER(Version 6.0.1) on windows platform using Java Technology. Now, there is need of deploying it on Ubuntu 11.10. We have installed Apache ...
0
votes
1answer
136 views
Why does UMN-Mapserver shows an ERDAS Image-File (.img) as white shape?
I want to render an ERDAS-Image-file (suffix .img) with the UMN-Mapserver. The data is rendered on the right position and with the correct shape, but all data is white instead of an raster-image. The ...
0
votes
1answer
133 views
Is the map-Parameter of the UMN-mapserver conform to the OGC WMS-specification?
Say you have a mapserver-url like this: http://host/cgi-bin/mapserv?MAP=/path/to/mapfile.map&
Is a WMS specified in this way conform to the OGC WMS-specification? Some say the map-parameter is a ...
0
votes
1answer
277 views
How to reproject map with a cascading UMN-mapserver?
I have UMN configured as a cascading mapserver. I want it to reproject the map while cascading through UMN. How can I do that? Is that possible at all?
0
votes
1answer
180 views
How can I display borders for geometries with UMN-Mapserver only when zoomed in a lot?
I have a map-file for UMN, that displays a layer of vectors, each geometry with different colors depending on their attributes. That works fine. I also want to add borders around each geometry. That's ...