Advertisement
libdo

Untitled

Nov 5th, 2017
7,907
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2. "type": "FeatureCollection",
  3. "features": [
  4. {
  5. "type": "Feature",
  6. "properties": {
  7. "_storage_options": {
  8. "color": "Navy"
  9. },
  10. "name": "ルート"
  11. },
  12. "geometry": {
  13. "type": "LineString",
  14. "coordinates": [
  15. [
  16. 135.43529972434047,
  17. 34.667825376046125
  18. ],
  19. [
  20. 135.43702840805057,
  21. 34.666887812555
  22. ],
  23. [
  24. 135.4366207122803,
  25. 34.66607598430214
  26. ],
  27. [
  28. 135.432243347168,
  29. 34.66974679654012
  30. ],
  31. [
  32. 135.4314494132996,
  33. 34.669535023332244
  34. ],
  35. [
  36. 135.43632030487063,
  37. 34.665670067192586
  38. ],
  39. [
  40. 135.43608427047732,
  41. 34.665087660909535
  42. ],
  43. [
  44. 135.43129920959475,
  45. 34.669217362505314
  46. ],
  47. [
  48. 135.43104171752933,
  49. 34.66846732516391
  50. ],
  51. [
  52. 135.43569803237918,
  53. 34.66452289939198
  54. ],
  55. [
  56. 135.43503284454349,
  57. 34.663869889088474
  58. ],
  59. [
  60. 135.43084859848025,
  61. 34.66803494761084
  62. ],
  63. [
  64. 135.4303336143494,
  65. 34.66791141075262
  66. ],
  67. [
  68. 135.42979717254642,
  69. 34.66777022554623
  70. ],
  71. [
  72. 135.4344964027405,
  73. 34.66360515371551
  74. ],
  75. [
  76. 135.43372392654422,
  77. 34.66318157535943
  78. ],
  79. [
  80. 135.42951822280887,
  81. 34.66725842715608
  82. ],
  83. [
  84. 135.42893886566165,
  85. 34.66678192236444
  86. ],
  87. [
  88. 135.43286561965945,
  89. 34.662934486985066
  90. ],
  91. [
  92. 135.43198585510257,
  93. 34.662669748623465
  94. ],
  95. [
  96. 135.42848825454715,
  97. 34.666358360248864
  98. ],
  99. [
  100. 135.43114900588992,
  101. 34.66222851614116
  102. ],
  103. [
  104. 135.4352380335331,
  105. 34.667673160577266
  106. ]
  107. ]
  108. }
  109. },
  110. {
  111. "type": "Feature",
  112. "properties": {
  113. "_storage_options": {
  114. "color": "Yellow"
  115. },
  116. "name": "スタート"
  117. },
  118. "geometry": {
  119. "type": "Point",
  120. "coordinates": [
  121. 135.43530240654945,
  122. 34.66782096400748
  123. ]
  124. }
  125. },
  126. {
  127. "type": "Feature",
  128. "properties": {
  129. "_storage_options": {
  130. "color": "Blue"
  131. },
  132. "name": "ゴール"
  133. },
  134. "geometry": {
  135. "type": "Point",
  136. "coordinates": [
  137. 135.43524742126468,
  138. 34.66765992443632
  139. ]
  140. }
  141. },
  142. {
  143. "type": "Feature",
  144. "properties": {
  145. "_storage_options": {
  146. "opacity": "0.2",
  147. "color": "Cyan"
  148. },
  149. "name": "ユニバ"
  150. },
  151. "geometry": {
  152. "type": "Polygon",
  153. "coordinates": [
  154. [
  155. [
  156. 135.43216824531558,
  157. 34.66971150104307
  158. ],
  159. [
  160. 135.43473243713382,
  161. 34.66810554001856
  162. ],
  163. [
  164. 135.43713569641116,
  165. 34.666887812555
  166. ],
  167. [
  168. 135.43529033660892,
  169. 34.66394048504509
  170. ],
  171. [
  172. 135.4313635826111,
  173. 34.662281464163094
  174. ],
  175. [
  176. 135.42840242385867,
  177. 34.666358360248864
  178. ],
  179. [
  180. 135.42973279953006,
  181. 34.66748785441163
  182. ],
  183. [
  184. 135.43074131011966,
  185. 34.667699632852816
  186. ],
  187. [
  188. 135.43138504028323,
  189. 34.66949972774496
  190. ],
  191. [
  192. 135.43216824531558,
  193. 34.66971150104307
  194. ]
  195. ]
  196. ]
  197. }
  198. }
  199. ]
  200. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement