Hi 李杨;
It is likely that you points are showing, but that you can not see them
as they are only one pixel large. Try this:
SYMBOL
NAME "circle"
TYPE ELLIPSE
FILLED TRUE
POINTS 1 1 END
END
LAYER
STATUS ON
TYPE POINT
CONNECTIONTYPE postgis
CONNECTION "host=localhost dbname=osm
I have a question.
I set the mapfile to load postgis data. but I found that the layers of
points can not show but lines layer can show. I don 't know why.
for example :
my mapfile is like this:
---
MAP
NAME places
STATUS ON
SIZE 800 800
EXTENT -8013001.59
Hi,
It is possible to set WFS maxFeatures on server side with
...
...
However, this setting is not announced in the WFS 1.1.0 GetCapabilities
According to standard it belongs to Operations metadata (table 7b, page 86 in
WFS 1.1.0 standard somehow like this
..
1
-Jukka Rahko
Dear all, here's a digest of my exploits today:
. The error on mapparser.y was coming up because I was trying to recompile
without cleaning first;
. The compile process doesn't go through without yacc (byacc in this case)
installed;
. With yacc installed the compilation goes through a good lengt