Advertisement
Guest User

Untitled

a guest
Jan 24th, 2020
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. {
  2. "type": "FeatureCollection",
  3. "features": [
  4. {
  5. "type": "Feature",
  6. "feature_type": "fixture",
  7. "geometry": {
  8. "type": "Polygon",
  9. "coordinates": [
  10. [
  11. [
  12. 139.73120380192995,
  13. 35.774922075286256
  14. ],
  15. [
  16. 139.73203763365746,
  17. 35.77499116735863
  18. ]
  19. ]
  20. ]
  21. },
  22. "id": "1f826b64-bfbc-41dd-b7a0-bb28bfaa14ac",
  23. "properties": {
  24. "category": "wall",
  25. "csm_properties": {
  26. "backgroundColor": "efebe9"
  27. },
  28. "level_id": "03be8287-a350-45c8-ad52-50ccb899f627"
  29. }
  30. }
  31. ]
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement