Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. LAYER
  2. CONNECTIONTYPE postgis
  3. NAME "seamarks1"
  4. # Connect to a remote spatial database
  5. CONNECTION "user=postgres dbname=seamarks host=localhost password=metricos1979 port=5432"
  6. PROCESSING "CLOSE_CONNECTION=DEFER"
  7. # Get the lines from the 'geom' column of the 'roads' table
  8. DATA "way from planet_osm_point using srid=900913 using unique osm_id"
  9. STATUS ON
  10. TYPE POINT
  11. TOLERANCE 6
  12. TOLERANCEUNITS pixels
  13. CLASS
  14. Name 'seamarks1'
  15. COLOR 0 130 250
  16. OUTLINECOLOR 0 130 250
  17. SYMBOL 'square'
  18. SIZE 5
  19. END # Class
  20. END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement