UNN MapServer, frequently referred to as just 'Mapserver', is an Open Source platform for publishing spatial data and interactive mapping applications to the web. Originally developed in the mid-1990’s at the University of Minnesota

learn more… | top users | synonyms

0
votes
0answers
21 views

Intersects Filter on WFS 1.0.0

I use WFS=1.0.0 on the Mapserver v5.6.6 and v6.0.1 with MS4W package. I want to get the Intersects of Spatial Operator. When I make getcapabilities request I see just "Intersect" like: ...
1
vote
1answer
43 views

PHP Mapscript get feature / shape by index in layer

I upgraded my Mapserver version from 5.6.x to 6.2.0 (yes, big version jump here!) and I am stuck with getting a shapeObj from a layer by simply using its Index (or FID for shapefiles or GID in case of ...
2
votes
1answer
331 views

What packages are needed on CentOS to compile MapServer from source

I'm trying to configure MapServer 6.2.0 for compilation on CentOS 6.3, but always run into the same problem, no matter what configure options I supply (also the same with no options at all, just plain ...
0
votes
0answers
22 views

How do I set the selected class in the UMN-Mapserver template?

UMN-mapserver allows for GetFeatureInfo-request a HTML-template. This template can set values from the selected features, for instance wit [item name=name]. I want to insert into the template the ...
2
votes
1answer
128 views

Setting Center Point of Pixmap Symbol for Mapserver

It seems like all the Mapserver documentation on changing the center-point of a symbol only deals with TYPE 'vector' symbols. I have pixmap symbol (the standard looking Google marker image thingy) ...
0
votes
1answer
127 views

Border style in MapServer

I have WMS polygonal layer and want to draw polygon's border with the following style: My symbol's description: SYMBOL NAME "double_line" TYPE vector POINTS 0 0 1 0 -99 -99 0 1 1 1 ...
1
vote
1answer
137 views

Not seeing the actual data value in getObservation response from MapServer 6

I'm experimenting with MapServer and SOS but I'm not getting back any useful data from the GetObservation call I'm doing. My .map file uses a Postgres query to get data and when I run that same query ...
3
votes
1answer
158 views

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

How do you get mapserver for windows work on 64 bit microsoft 2008 server?

How do you get mapserver for windows work on 64 bit microsoft 2008 server? I tried installing it and the apache server said it started but it would not serve even a basic html file. I have 32 bit ...
1
vote
0answers
241 views

mapserver 5.6.6: polygon layer only rendered if crossing extent boundaries

I have two mapserver layers that get rendered only if the polygon boundaries are overlapping with the extent boundaries. If the red lines were below the upper rim of the extent, the layer would not ...
8
votes
3answers
154 views

How can I show only some classes of a layer in UMN-mapserver?

I visualize a shape-layer in the mapserver. Now I want to make some requests for only some classes of this layer. I want for example one request for only the water-classes and later for only the ...
3
votes
2answers
829 views

How can I change the line width of the outline for polygons in the Mapfile?

I display Polygons in the UMN Mapserver. With the OUTLINE-keyword I set a color for the outline of the polygons. How can I change the line width of this outline?