Advertisement
Guest User

Untitled

a guest
Aug 21st, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. {
  2. "type": "Topology",
  3. "objects": {
  4. "example": {
  5. "type": "GeometryCollection",
  6. "geometries": [
  7. {
  8. "type": "Point",
  9. "properties": {
  10. "prop0": "value0"
  11. },
  12. "coordinates": [102, 0.5]
  13. },
  14. {
  15. "type": "LineString",
  16. "properties": {
  17. "prop0": "value0",
  18. "prop1": 0
  19. },
  20. "arcs": [0]
  21. },
  22. {
  23. "type": "Polygon",
  24. "properties": {
  25. "prop0": "value0",
  26. "prop1": {
  27. "this": "that"
  28. }
  29. },
  30. "arcs": [[-2]]
  31. }
  32. ]
  33. }
  34. },
  35. "arcs": [
  36. [[102, 0], [103, 1], [104, 0], [105, 1]],
  37. [[100, 0], [101, 0], [101, 1], [100, 1], [100, 0]]
  38. ]
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement