Advertisement
Guest User

Untitled

a guest
Apr 4th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. MAP
  2. NAME "wfs-client"
  3. STATUS ON
  4. SIZE 400 300
  5. EXTENT -180 -90 180 90
  6. UNITS DD
  7.  
  8. PROJECTION
  9. "init=epsg:4326"
  10. END
  11.  
  12. LAYER
  13. NAME "continents"
  14. TYPE POLYGON
  15. STATUS ON
  16. CONNECTION "wfs-request.xml"
  17. CONNECTIONTYPE OGR
  18. DATA "continents"
  19. PROJECTION
  20. "init=epsg:4326"
  21. END
  22. CLASS
  23. NAME "Continents"
  24. STYLE
  25. COLOR 255 128 128
  26. OUTLINECOLOR 96 96 96
  27. END
  28. END
  29. END # Layer
  30.  
  31.  
  32. END # Map
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement