Problem drawing point with Point Layer
Steve Lime
Steve.Lime at DNR.STATE.MN.US
Fri Dec 29 08:33:16 PST 2006
Try STATUS DEFAULT...
Steve
>>> Ines <mleonsoft at YAHOO.COM.AR> 12/29/2006 7:17:06 AM >>>
Hello, I´m trying to create a POINT Layer in the file .map to show a point
in the map. I maked everything to do it, I used many examples of the Map
server web page but I can´t show the point in the map. I´m working with
chameleon, Apache, php4 for windows.
My file.map have several layers (Data Layers) and the POINT layer. The
point layer, appears in the legend of the application (web page -chameleon-)
and the status of the point layer is set to ON, but it layer don´t appears
in the main map. I think I´m making something wrong or I need to do
something more to show the point in the map.
Can You help me with this problem, please? Thank you very much. I really
need to resolve this.
Ines
Part of my file.map and my POINT LAYER:
I added in the map file "SYMBOL" later of "CONFIG "CGI_CONTEXT_URL" "1":
MAP
EXTENT -104 4 -57 27
FONTSET "../etc/fonts.txt"
IMAGECOLOR 255 255 255
IMAGETYPE jpeg
SYMBOLSET "../etc/symbols.sym"
SHAPEPATH "../data"
SIZE 750 375
STATUS ON
UNITS DD
NAME "GeoIntegrator"
CONFIG "CGI_CONTEXT_URL" "1"
SYMBOL
NAME "circle"
TYPE ELLIPSE
FILLED TRUE
POINTS
1 1
END
END
OUTPUTFORMAT
NAME jpeg
DRIVER GD/JPEG
MIMETYPE image/jpeg
EXTENSION jpg
IMAGEMODE RGB
END
PROJECTION
"init=epsg:4326"
END
LEGEND..............
-------------------POINT LAYER:------------------------------
LAYER
NAME "pointlatlon"
PROJECTION
"init=epsg:4326"
END
TYPE POINT
STATUS ON
FEATURE
POINTS
-100 5
END
TEXT "My Place"
END
CLASS
COLOR 250 0 0
OUTLINECOLOR 255 255 255
SYMBOL "circle"
SIZE 10
LABEL
POSITION AUTO
COLOR 250 0 0
OUTLINECOLOR 255 255 255
END
END
END
More information about the MapServer-users
mailing list