Advertisement
Guest User

Untitled

a guest
Sep 5th, 2022
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. LAYER
  2. NAME "was_circle"
  3. TYPE POINT
  4. CONNECTIONTYPE postgis
  5. CONNECTION "..."
  6. DATA "geom from (SELECT oid,* from ...) as subquery USING UNIQUE oid USING SRID=2056"
  7. PROCESSING "CLOSE_CONNECTION=DEFER"
  8. STATUS ON
  9. SIZEUNITS meters
  10. TOLERANCE 20
  11. TEMPLATE ttt.htm
  12. METADATA
  13. "wms_enable_request" "*"
  14. "wms_include_items" "all"
  15. "gml_include_items" "all"
  16. "gml_geometries" "geom_gml"
  17. "gml_geom_gml_type" "point"
  18. END
  19. CLASS
  20. STYLE
  21. SYMBOL "circle"
  22. SIZE 100
  23. END
  24. STYLE
  25. SYMBOL "circle"
  26. SIZE 100
  27. END
  28. END
  29. PROJECTION
  30. "init=epsg:2056"
  31. END
  32. END
  33.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement