Advertisement
Isti115

GeoJSON_Sample

Jul 5th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. {
  2. "type": "FeatureCollection",
  3. "features": [
  4. {
  5. "type": "Feature",
  6. "properties": {},
  7. "geometry": {
  8. "type": "LineString",
  9. "coordinates": [
  10. [
  11. 19.061440229415894,
  12. 47.47322127502581
  13. ],
  14. [
  15. 19.061660170555115,
  16. 47.473018218835115
  17. ],
  18. [
  19. 19.061901569366455,
  20. 47.47289130831748
  21. ],
  22. [
  23. 19.062137603759766,
  24. 47.4728659261772
  25. ],
  26. [
  27. 19.062969088554382,
  28. 47.47300008877992
  29. ],
  30. [
  31. 19.063103199005127,
  32. 47.47311249502121
  33. ],
  34. [
  35. 19.063205122947693,
  36. 47.47329379490378
  37. ],
  38. [
  39. 19.063221216201782,
  40. 47.473442460340735
  41. ]
  42. ]
  43. }
  44. },
  45. {
  46. "type": "Feature",
  47. "properties": {},
  48. "geometry": {
  49. "type": "Polygon",
  50. "coordinates": [
  51. [
  52. [
  53. 19.061901569366455,
  54. 47.473529483816016
  55. ],
  56. [
  57. 19.061670899391174,
  58. 47.47358749938613
  59. ],
  60. [
  61. 19.061654806137085,
  62. 47.47370353033422
  63. ],
  64. [
  65. 19.061724543571472,
  66. 47.47381593507086
  67. ],
  68. [
  69. 19.061901569366455,
  70. 47.473859446517274
  71. ],
  72. [
  73. 19.062116146087646,
  74. 47.47382681293585
  75. ],
  76. [
  77. 19.062137603759766,
  78. 47.473728912069966
  79. ],
  80. [
  81. 19.062126874923706,
  82. 47.47363101102167
  83. ],
  84. [
  85. 19.061901569366455,
  86. 47.473529483816016
  87. ]
  88. ]
  89. ]
  90. }
  91. },
  92. {
  93. "type": "Feature",
  94. "properties": {},
  95. "geometry": {
  96. "type": "Polygon",
  97. "coordinates": [
  98. [
  99. [
  100. 19.06266868114471,
  101. 47.4736128811779
  102. ],
  103. [
  104. 19.062475562095642,
  105. 47.473689026479725
  106. ],
  107. [
  108. 19.062470197677612,
  109. 47.47379417933414
  110. ],
  111. [
  112. 19.062588214874264,
  113. 47.473899331978174
  114. ],
  115. [
  116. 19.06278669834137,
  117. 47.47392471361934
  118. ],
  119. [
  120. 19.06291007995605,
  121. 47.473873950324744
  122. ],
  123. [
  124. 19.06291007995605,
  125. 47.47371803418472
  126. ],
  127. [
  128. 19.06278669834137,
  129. 47.47365276682594
  130. ],
  131. [
  132. 19.06266868114471,
  133. 47.4736128811779
  134. ]
  135. ]
  136. ]
  137. }
  138. }
  139. ]
  140. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement