Guest User

Untitled

a guest
Aug 11th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. # MAPFILE :
  2.  
  3. LAYER
  4. CONNECTIONTYPE POSTGIS
  5. NAME "pts"
  6. CONNECTION "host=127.0.0.1 port=5432 dbname=gis user=xxx password=xxx"
  7. DATA "geom from test using unique id using srid=4326"
  8. STATUS ON
  9. TYPE POINT
  10. DUMP TRUE
  11.  
  12. CLASS
  13. STYLE
  14. SYMBOL "circle"
  15. COLOR 255 0 0
  16. SIZE 10
  17. END
  18. END
  19.  
  20. PROJECTION
  21. "init=epsg:4326"
  22. END
  23.  
  24. METADATA
  25. "wms_title" "pts"
  26. "wfs_title" "pts"
  27. "wfs_featureid" "id"
  28. "gml_featureid" "id"
  29. END
  30. END
Add Comment
Please, Sign In to add comment