Advertisement
Guest User

Untitled

a guest
Sep 21st, 2018
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. {
  2. "type": "FeatureCollection",
  3. "features": [
  4. {
  5. "type": "Feature",
  6. "properties": {
  7. "name": "point"
  8. },
  9. "geometry": {
  10. "type": "Point",
  11. "coordinates": [
  12. 10.88504756927,
  13. 52.01531764793
  14. ]
  15. }
  16. },
  17. {
  18. "type": "Feature",
  19. "properties": {
  20. "name": "point"
  21. },
  22. "geometry": {
  23. "type": "Point",
  24. "coordinates": [
  25. 10.71664793015,
  26. 52.05871826572
  27. ]
  28. }
  29. },
  30. {
  31. "type": "Feature",
  32. "properties": {
  33. "name": "point"
  34. },
  35. "geometry": {
  36. "type": "Point",
  37. "coordinates": [
  38. 10.88470424652,
  39. 52.02820498510
  40. ]
  41. }
  42. },
  43. {
  44. "type": "Feature",
  45. "properties": {
  46. "name": "point"
  47. },
  48. "geometry": {
  49. "type": "Point",
  50. "coordinates": [
  51. 10.81569637299,
  52. 51.98995467137
  53. ]
  54. }
  55. },
  56. {
  57. "type": "Feature",
  58. "properties": {
  59. "name": "point"
  60. },
  61. "geometry": {
  62. "type": "Point",
  63. "coordinates": [
  64. 10.73329908371,
  65. 52.02302926399
  66. ]
  67. }
  68. },
  69. {
  70. "type": "Feature",
  71. "properties": {
  72. "name": "point"
  73. },
  74. "geometry": {
  75. "type": "Point",
  76. "coordinates": [
  77. 10.72128278732,
  78. 52.03908228180
  79. ]
  80. }
  81. },
  82. {
  83. "type": "Feature",
  84. "properties": {
  85. "name": "point"
  86. },
  87. "geometry": {
  88. "type": "Point",
  89. "coordinates": [
  90. 10.77947599411,
  91. 52.03675917540
  92. ]
  93. }
  94. },
  95. {
  96. "type": "Feature",
  97. "properties": {
  98. "name": "point"
  99. },
  100. "geometry": {
  101. "type": "Point",
  102. "coordinates": [
  103. 10.73707563400,
  104. 52.04615645308
  105. ]
  106. }
  107. },
  108. {
  109. "type": "Feature",
  110. "properties": {
  111. "name": "point"
  112. },
  113. "geometry": {
  114. "type": "Point",
  115. "coordinates": [
  116. 10.81569646483,
  117. 51.98995438254
  118. ]
  119. }
  120. },
  121. {
  122. "type": "Feature",
  123. "properties": {
  124. "name": "point"
  125. },
  126. "geometry": {
  127. "type": "Point",
  128. "coordinates": [
  129. 10.76265317917,
  130. 52.05196277182
  131. ]
  132. }
  133. }
  134. ]
  135. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement