Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. {
  2. "type": "FeatureCollection",
  3. "features": [
  4. {
  5. "type": "Feature",
  6. "geometry": {
  7. "type": "Point",
  8. "coordinates": [25.0374865, 121.5647688]
  9. },
  10. "properties": {
  11. "id": 1,
  12. "name": "臺北市政府親子劇場",
  13. "site": "110台北市信義區市府路1號市府大樓"
  14. }
  15. },
  16. {
  17. "type": "Feature",
  18. "geometry": {
  19. "type": "Point",
  20. "coordinates": [25.0397146, 121.5653771]
  21. },
  22. "properties": {
  23. "id": 2,
  24. "name": "誠品信義店",
  25. "site": "110台北市信義區松高路11號"
  26. }
  27. },
  28. {
  29. "type": "Feature",
  30. "geometry": {
  31. "type": "Point",
  32. "coordinates": [25.0405919, 121.5647644]
  33. },
  34. "properties": {
  35. "id": 3,
  36. "name": "蔦屋書店信義店",
  37. "site": "110台北市信義區忠孝東路五段8號"
  38. }
  39. }
  40. ]
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement