Advertisement
froleyks

test.geojson

Nov 5th, 2018
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. {
  2. "type": "FeatureCollection",
  3. "features": [
  4. {
  5. "type": "Feature",
  6. "geometry": {
  7. "type": "Point",
  8. "coordinates": [
  9. 9.053219155,
  10. 49.01189669
  11. ]
  12. },
  13. "properties": {
  14. "id": "0",
  15. "nodeType": "Hochspannungsstation"
  16. }
  17. },
  18. {
  19. "type": "Feature",
  20. "geometry": {
  21. "type": "Point",
  22. "coordinates": [
  23. 8.562129,
  24. 49.132546
  25. ]
  26. },
  27. "properties": {
  28. "id": "1",
  29. "nodeType": "Hoechstspannungsstation"
  30. }
  31. },
  32. {
  33. "type": "Feature",
  34. "geometry": {
  35. "type": "Point",
  36. "coordinates": [
  37. 8.885450269,
  38. 49.13896124
  39. ]
  40. },
  41. "properties": {
  42. "id": "2",
  43. "nodeType": "Windkraftanlage"
  44. }
  45. },
  46. {
  47. "type": "Feature",
  48. "geometry": {
  49. "type": "Point",
  50. "coordinates": [
  51. 9.108476368,
  52. 49.11116186
  53. ]
  54. },
  55. "properties": {
  56. "id": "3",
  57. "nodeType": "Windkraftanlage"
  58. }
  59. },
  60. {
  61. "type": "Feature",
  62. "geometry": {
  63. "type": "Point",
  64. "coordinates": [
  65. 9.2083388,
  66. 49.17678978
  67. ]
  68. },
  69. "properties": {
  70. "id": "4",
  71. "nodeType": "Hoechstspannungsstation"
  72. }
  73. },
  74. {
  75. "type": "Feature",
  76. "geometry": {
  77. "type": "Point",
  78. "coordinates": [
  79. 8.665752917,
  80. 49.04914786
  81. ]
  82. },
  83. "properties": {
  84. "id": "5",
  85. "nodeType": "Photovoltaikanlage"
  86. }
  87. },
  88. {
  89. "type": "Feature",
  90. "geometry": {
  91. "type": "Point",
  92. "coordinates": [
  93. 8.892107764,
  94. 49.04914786
  95. ]
  96. },
  97. "properties": {
  98. "id": "6",
  99. "nodeType": "Knoten"
  100. }
  101. },
  102. {
  103. "type": "Feature",
  104. "geometry": {
  105. "type": "Point",
  106. "coordinates": [
  107. 9.185037566,
  108. 49.03204055
  109. ]
  110. },
  111. "properties": {
  112. "id": "7",
  113. "nodeType": "Hochspannungsstation"
  114. }
  115. },
  116. {
  117. "type": "Feature",
  118. "geometry": {
  119. "type": "Point",
  120. "coordinates": [
  121. 8.562129,
  122. 49.01104132
  123. ]
  124. },
  125. "properties": {
  126. "id": "8",
  127. "nodeType": "Hochspannungsstation"
  128. }
  129. },
  130. {
  131. "type": "Feature",
  132. "geometry": {
  133. "type": "Point",
  134. "coordinates": [
  135. 8.665752917,
  136. 49.01104132
  137. ]
  138. },
  139. "properties": {
  140. "id": "9",
  141. "nodeType": "Hochspannungsstation"
  142. }
  143. },
  144. {
  145. "type": "Feature",
  146. "geometry": {
  147. "type": "Point",
  148. "coordinates": [
  149. 8.792245332,
  150. 49.01104132
  151. ]
  152. },
  153. "properties": {
  154. "id": "10",
  155. "nodeType": "Hochspannungsstation"
  156. }
  157. },
  158. {
  159. "type": "Feature",
  160. "geometry": {
  161. "type": "Point",
  162. "coordinates": [
  163. 8.946898952,
  164. 49.01104132
  165. ]
  166. },
  167. "properties": {
  168. "id": "11",
  169. "nodeType": "Hochspannungsstation"
  170. }
  171. },
  172. {
  173. "type": "Feature",
  174. "properties": {
  175. "id": "E01-02",
  176. "start": "1",
  177. "end": "2"
  178. },
  179. "geometry": {
  180. "type": "LineString",
  181. "coordinates": [
  182. [
  183. 9.114532470703125,
  184. 49.116130191506805
  185. ],
  186. [
  187. 8.89068603515625,
  188. 49.06126958202894
  189. ]
  190. ]
  191. }
  192. }
  193. ]
  194. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement