Questions tagged [umn-mapserver]

14 questions
3
votes
3 answers

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 instructions at…
relet
  • 6,204
  • 1
  • 30
  • 41
2
votes
2 answers

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 there no feature is) as white, and if I combine…
Mnementh
  • 47,129
  • 42
  • 140
  • 198
2
votes
2 answers

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 these filters on our system are dynamic: users…
Bill Muell
1
vote
0 answers

How to display raster layer in umn mapserver clearly

In my example the raster layer is not displaying in the correct color. When the layer is zoom in it is displaying in the correct color. Please check my code. Please tell me if anything should be added. My map is displayed in one rectangular box. If…
1
vote
1 answer

MapServer SOS (Sensor Observation Service) Configuration

I tried to set up MapServer SOS but I faced a problem: the SOS doesn't return anything. You may see the map file I have created below: MAP NAME "SOS_DEMO" STATUS ON SIZE 400 300 EXTENT -180 -90 180 90 UNITS METERS …
1
vote
1 answer

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 testing-purposes until now): # MapServer…
Mnementh
  • 47,129
  • 42
  • 140
  • 198
1
vote
1 answer

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. What and where exactly I need to change. Any hints,…
user345327
  • 11
  • 3
1
vote
1 answer

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 vendor-specific parameter, but you also could see it…
Mnementh
  • 47,129
  • 42
  • 140
  • 198
0
votes
1 answer

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?
Mnementh
  • 47,129
  • 42
  • 140
  • 198
0
votes
0 answers

How can i change the Position for a Symbol label in MapServer

I would like to label roads with a combined label with the road number and a vector Symbol in the label POSITION UC, ANGLE AUTO. I defined an arrow in my symbols document and created a new Symbol section in the Label section. My Problem is that the…
Georg
  • 1
0
votes
2 answers

Mapserver | ESRI Rest map service | MapServer

Why do examples like https://openlayers.org/en/latest/examples/arcgis-tiled.html refer to ArcGIS's Map Service as MapServer? I don't believe ESRI documentation actually uses the term Mapserver or MapServer so I believe it is a disservice to OSGeo…
eswright
  • 1
  • 1
0
votes
1 answer

Mapserver weird output of REQUEST=GetCapabilities&SERVICE=WMS&VERSION=1.1.1

Once I use REQUEST=GetCapabilities&SERVICE=WMS&VERSION=1.1.1 in my browser with the mapserv I get the following: $ cat ~/Downloads/ms ELF>�@@!@8 @@@@��888�� �� � �� �� � TTTDDP�tdLLQ�tdR�td�� �…
Gery
  • 7,033
  • 3
  • 19
  • 36
0
votes
1 answer

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 Image contains many layers. My mapfile looks like…
Mnementh
  • 47,129
  • 42
  • 140
  • 198
0
votes
1 answer

Problems using "AND" Logical Expression for defining a Mapserver class

I can't seem to get past this hurdle. Mapserver isn't throwing any errors...but it isn't returning anything either...I suspect my logical expression (... in the absence of any errors...I really have little clue what is going down here). Ideally, I'd…
user14696
  • 417
  • 1
  • 6
  • 28