Differences

This shows you the differences between two versions of the page.

Link to this comparison view

docs:gis:mapserver:adding_features_manually [2006/09/22 15:55] – (old revision restored) 127.0.0.1docs:gis:mapserver:adding_features_manually [2008/08/03 00:25] (current) – external edit 127.0.0.1
Line 24: Line 24:
 WKT "POLYGON((500 500, 3500 500, 3500 2500, 500 2500, 500 500))" WKT "POLYGON((500 500, 3500 500, 3500 2500, 500 2500, 500 500))"
 WKT "POINT(2000 2500)" WKT "POINT(2000 2500)"
 +</code>
 +
 +===== example from Mapserver web site =====
 +<code>
 +LAYER
 +NAME inline_stops
 +TYPE POINT
 +STATUS DEFAULT
 +FEATURE
 +        POINTS
 +                72.36 33.82
 +        END
 +        TEXT "My House"
 +END
 +FEATURE
 +        POINTS
 +                69.43 35.15
 +                71.21 37.95
 +                72.02 38.60
 +        END
 +        TEXT "My Stores"
 +END
 +CLASS
 +        COLOR 0 0 250
 +        SYMBOL 'circle'
 +        SIZE 6
 +END
 +END
 </code> </code>
  • docs/gis/mapserver/adding_features_manually.1158962131.txt.gz
  • Last modified: 2008/08/03 00:25
  • (external edit)