Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. {
  2. "type": "FeatureCollection",
  3. "features": [
  4.  
  5. {
  6. "type": "Feature",
  7. "properties": { "NAME": "CAN", "PLACE": "country" },
  8. "geometry": {
  9. "type": "Point",
  10. "coordinates": [ -113.703198, 54.7000559 ]
  11. }
  12. }
  13. ,
  14. {
  15. "type": "Feature",
  16. "properties": { "NAME": "Brazil", "PLACE": "country" },
  17. "geometry": {
  18. "type": "Point",
  19. "coordinates": [ -60.3442074, -14.2374773 ]
  20. }
  21. }
  22. ,
  23. {
  24. "type": "Feature",
  25. "properties": { "NAME": "Geneva", "PLACE": "city" },
  26. "geometry": {
  27. "type": "Point",
  28. "coordinates": [ 6.1465886, 46.2017589 ]
  29. }
  30. },
  31. {
  32. "type": "Feature",
  33. "properties": { "NAME": "Lausanne", "PLACE": "city" },
  34. "geometry": {
  35. "type": "Point",
  36. "coordinates": [ 6.6327025, 46.5218269 ]
  37. }
  38. },
  39. {
  40. "type": "Feature",
  41. "properties": { "NAME": "Kitchener", "PLACE": "city" },
  42. "geometry": {
  43. "type": "Point",
  44. "coordinates": [ -80.6163987, 43.4303489 ]
  45. }
  46. },
  47. {
  48. "type": "Feature",
  49. "properties": { "NAME": "Ibia", "PLACE": "city" },
  50. "geometry": {
  51. "type": "Point",
  52. "coordinates": [ -46.5477069, -19.488262 ]
  53. }
  54. }
  55. ]
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement