Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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 ...
1
vote
1answer
546 views

Adding a new lexer to scintilla/scite (…and eventually wxPython StyledTextCtrl)

Has anyone of you successfully added a lexer to scintilla? I have been following the short instructions at http://www.scintilla.org/SciTELexer.html - and even discovered the secret extra ...
0
votes
1answer
422 views

Mapserver ignores my template-file for GetFeatureInfo-requests

I want my mapfile to support the GetFeatureInfo-request for some layers. I added the following line to the layer: TEMPLATE "change-template.txt" And the fileitself looks like follows (only for ...
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
131 views

Layers with same name but multiple scale in MapServer Mapfile

I am using a mapfile which has a line layer with the same name repeating multiple times on different scales. Is it possible, I can get all the scales information in one layer rather than 15 layers. ...
0
votes
1answer
134 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
541 views

Mapserver spatial filtering

Anyone knows if there is a way to set a spatial filter in a mapfile to use with normal requests, not only WMS or WFS? I need this spatial filter to be any kind of polygon, not just rectangles, because ...
0
votes
1answer
280 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?