libgd-gis 0.1.0 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (402) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +78 -31
  3. data/examples/america-peaks.rb +42 -0
  4. data/examples/asia-peaks.rb +42 -0
  5. data/examples/av_ramirez.rb +34 -0
  6. data/examples/europe-peaks.rb +42 -0
  7. data/examples/heladerias.json +47 -0
  8. data/examples/heladerias.rb +40 -0
  9. data/examples/ice-cream.jpg +0 -0
  10. data/examples/ice-cream.png +0 -0
  11. data/examples/montanas.rb +118 -0
  12. data/examples/output/america.png +0 -0
  13. data/examples/output/asia.png +0 -0
  14. data/examples/output/europe.png +0 -0
  15. data/examples/output/heladerias_parana.png +0 -0
  16. data/examples/output/museos_parana.png +0 -0
  17. data/examples/output/world_peaks-s.png +0 -0
  18. data/examples/output/world_peaks.png +0 -0
  19. data/examples/parana_museos.rb +49 -0
  20. data/examples/peak.png +0 -0
  21. data/examples/picks.json +50 -0
  22. data/examples/street/1.osm +207517 -0
  23. data/examples/street/av-ramirez.osm +207517 -0
  24. data/examples/street/av-ramirez.png +0 -0
  25. data/examples/street/av_ramirez-0.1346843780815251.png +0 -0
  26. data/examples/street/av_ramirez-3.png +0 -0
  27. data/examples/street/av_ramirez.png +0 -0
  28. data/examples/street/av_ramirez.rb +46 -0
  29. data/examples/street/avramirez.geojson +9 -0
  30. data/examples/street/dot.png +0 -0
  31. data/examples/street/download.sh +18 -0
  32. data/examples/street/draw.rb +46 -0
  33. data/examples/street/fonts/DejaVu Fonts License.txt +97 -0
  34. data/examples/street/fonts/DejaVuSans-Bold.ttf +0 -0
  35. data/examples/street/fonts/DejaVuSans-BoldOblique.ttf +0 -0
  36. data/examples/street/fonts/DejaVuSans-ExtraLight.ttf +0 -0
  37. data/examples/street/fonts/DejaVuSans-Oblique.ttf +0 -0
  38. data/examples/street/fonts/DejaVuSans.ttf +0 -0
  39. data/examples/street/fonts/DejaVuSansCondensed-Bold.ttf +0 -0
  40. data/examples/street/fonts/DejaVuSansCondensed-BoldOblique.ttf +0 -0
  41. data/examples/street/fonts/DejaVuSansCondensed-Oblique.ttf +0 -0
  42. data/examples/street/fonts/DejaVuSansCondensed.ttf +0 -0
  43. data/examples/street/map.osm +9158 -0
  44. data/examples/street/mark.png +0 -0
  45. data/examples/street/parana.json +100 -0
  46. data/examples/street/parana.rb +30 -0
  47. data/examples/street/parana_areas.png +0 -0
  48. data/examples/street/query.overpass +8 -0
  49. data/examples/street/ramirez.geojson +355 -0
  50. data/examples/street/ramirez_big.geojson +9959 -0
  51. data/examples/street/ramirez_full.geojson +76 -0
  52. data/examples/street/ramirez_full.png +0 -0
  53. data/examples/street/ramirez_gis.png +0 -0
  54. data/examples/street/ramirez_osm.png +0 -0
  55. data/examples/street/ramirez_osm_full.png +0 -0
  56. data/examples/street/ramirez_polyline.png +0 -0
  57. data/examples/street/ramirez_road.png +0 -0
  58. data/examples/street/test_carto_dark.png +0 -0
  59. data/examples/street/test_osm_fr.png +0 -0
  60. data/examples/street/test_polygon.png +0 -0
  61. data/examples/street/tmp/tiles/carto_dark_15_10874_19433.png +0 -0
  62. data/examples/street/tmp/tiles/carto_dark_15_10874_19434.png +0 -0
  63. data/examples/street/tmp/tiles/carto_dark_15_10874_19435.png +0 -0
  64. data/examples/street/tmp/tiles/carto_dark_15_10874_19436.png +0 -0
  65. data/examples/street/tmp/tiles/carto_dark_15_10875_19433.png +0 -0
  66. data/examples/street/tmp/tiles/carto_dark_15_10875_19434.png +0 -0
  67. data/examples/street/tmp/tiles/carto_dark_15_10875_19435.png +0 -0
  68. data/examples/street/tmp/tiles/carto_dark_15_10875_19436.png +0 -0
  69. data/examples/street/tmp/tiles/carto_dark_15_10876_19433.png +0 -0
  70. data/examples/street/tmp/tiles/carto_dark_15_10876_19434.png +0 -0
  71. data/examples/street/tmp/tiles/carto_dark_15_10876_19435.png +0 -0
  72. data/examples/street/tmp/tiles/carto_dark_15_10876_19436.png +0 -0
  73. data/examples/street/tmp/tiles/esri_satellite_15_10874_19433.jpg +0 -0
  74. data/examples/street/tmp/tiles/esri_satellite_15_10874_19434.jpg +0 -0
  75. data/examples/street/tmp/tiles/esri_satellite_15_10874_19435.jpg +0 -0
  76. data/examples/street/tmp/tiles/esri_satellite_15_10874_19436.jpg +0 -0
  77. data/examples/street/tmp/tiles/esri_satellite_15_10875_19433.jpg +0 -0
  78. data/examples/street/tmp/tiles/esri_satellite_15_10875_19434.jpg +0 -0
  79. data/examples/street/tmp/tiles/esri_satellite_15_10875_19435.jpg +0 -0
  80. data/examples/street/tmp/tiles/esri_satellite_15_10875_19436.jpg +0 -0
  81. data/examples/street/tmp/tiles/esri_satellite_15_10876_19433.jpg +0 -0
  82. data/examples/street/tmp/tiles/esri_satellite_15_10876_19434.jpg +0 -0
  83. data/examples/street/tmp/tiles/esri_satellite_15_10876_19435.jpg +0 -0
  84. data/examples/street/tmp/tiles/esri_satellite_15_10876_19436.jpg +0 -0
  85. data/examples/street/tmp/tiles/osm_fr_15_10874_19433.png +0 -0
  86. data/examples/street/tmp/tiles/osm_fr_15_10874_19434.png +0 -0
  87. data/examples/street/tmp/tiles/osm_fr_15_10874_19435.png +0 -0
  88. data/examples/street/tmp/tiles/osm_fr_15_10874_19436.png +0 -0
  89. data/examples/street/tmp/tiles/osm_fr_15_10875_19433.png +0 -0
  90. data/examples/street/tmp/tiles/osm_fr_15_10875_19434.png +0 -0
  91. data/examples/street/tmp/tiles/osm_fr_15_10875_19435.png +0 -0
  92. data/examples/street/tmp/tiles/osm_fr_15_10875_19436.png +0 -0
  93. data/examples/street/tmp/tiles/osm_fr_15_10876_19433.png +0 -0
  94. data/examples/street/tmp/tiles/osm_fr_15_10876_19434.png +0 -0
  95. data/examples/street/tmp/tiles/osm_fr_15_10876_19435.png +0 -0
  96. data/examples/street/tmp/tiles/osm_fr_15_10876_19436.png +0 -0
  97. data/examples/tmp/tiles/15_10871_19430.png +0 -0
  98. data/examples/tmp/tiles/15_10871_19431.png +0 -0
  99. data/examples/tmp/tiles/15_10871_19432.png +0 -0
  100. data/examples/tmp/tiles/15_10871_19433.png +0 -0
  101. data/examples/tmp/tiles/15_10871_19434.png +0 -0
  102. data/examples/tmp/tiles/15_10871_19435.png +0 -0
  103. data/examples/tmp/tiles/15_10872_19430.png +0 -0
  104. data/examples/tmp/tiles/15_10872_19431.png +0 -0
  105. data/examples/tmp/tiles/15_10872_19432.png +0 -0
  106. data/examples/tmp/tiles/15_10872_19433.png +0 -0
  107. data/examples/tmp/tiles/15_10872_19434.png +0 -0
  108. data/examples/tmp/tiles/15_10872_19435.png +0 -0
  109. data/examples/tmp/tiles/15_10873_19430.png +0 -0
  110. data/examples/tmp/tiles/15_10873_19431.png +0 -0
  111. data/examples/tmp/tiles/15_10873_19432.png +0 -0
  112. data/examples/tmp/tiles/15_10873_19433.png +0 -0
  113. data/examples/tmp/tiles/15_10873_19434.png +0 -0
  114. data/examples/tmp/tiles/15_10873_19435.png +0 -0
  115. data/examples/tmp/tiles/15_10874_19430.png +0 -0
  116. data/examples/tmp/tiles/15_10874_19431.png +0 -0
  117. data/examples/tmp/tiles/15_10874_19432.png +0 -0
  118. data/examples/tmp/tiles/15_10874_19433.png +0 -0
  119. data/examples/tmp/tiles/15_10874_19434.png +0 -0
  120. data/examples/tmp/tiles/15_10874_19435.png +0 -0
  121. data/examples/tmp/tiles/15_10875_19430.png +0 -0
  122. data/examples/tmp/tiles/15_10875_19431.png +0 -0
  123. data/examples/tmp/tiles/15_10875_19432.png +0 -0
  124. data/examples/tmp/tiles/15_10875_19433.png +0 -0
  125. data/examples/tmp/tiles/15_10875_19434.png +0 -0
  126. data/examples/tmp/tiles/15_10875_19435.png +0 -0
  127. data/examples/tmp/tiles/15_10876_19430.png +0 -0
  128. data/examples/tmp/tiles/15_10876_19431.png +0 -0
  129. data/examples/tmp/tiles/15_10876_19432.png +0 -0
  130. data/examples/tmp/tiles/15_10876_19433.png +0 -0
  131. data/examples/tmp/tiles/15_10876_19434.png +0 -0
  132. data/examples/tmp/tiles/15_10876_19435.png +0 -0
  133. data/examples/tmp/tiles/15_10877_19430.png +0 -0
  134. data/examples/tmp/tiles/15_10877_19431.png +0 -0
  135. data/examples/tmp/tiles/15_10877_19432.png +0 -0
  136. data/examples/tmp/tiles/15_10877_19433.png +0 -0
  137. data/examples/tmp/tiles/15_10877_19434.png +0 -0
  138. data/examples/tmp/tiles/15_10877_19435.png +0 -0
  139. data/examples/tmp/tiles/4_0_0.png +0 -0
  140. data/examples/tmp/tiles/4_0_1.png +0 -0
  141. data/examples/tmp/tiles/4_0_10.png +0 -0
  142. data/examples/tmp/tiles/4_0_11.png +0 -0
  143. data/examples/tmp/tiles/4_0_12.png +0 -0
  144. data/examples/tmp/tiles/4_0_13.png +0 -0
  145. data/examples/tmp/tiles/4_0_14.png +0 -0
  146. data/examples/tmp/tiles/4_0_15.png +0 -0
  147. data/examples/tmp/tiles/4_0_2.png +0 -0
  148. data/examples/tmp/tiles/4_0_3.png +0 -0
  149. data/examples/tmp/tiles/4_0_4.png +0 -0
  150. data/examples/tmp/tiles/4_0_5.png +0 -0
  151. data/examples/tmp/tiles/4_0_6.png +0 -0
  152. data/examples/tmp/tiles/4_0_7.png +0 -0
  153. data/examples/tmp/tiles/4_0_8.png +0 -0
  154. data/examples/tmp/tiles/4_0_9.png +0 -0
  155. data/examples/tmp/tiles/4_10_0.png +0 -0
  156. data/examples/tmp/tiles/4_10_1.png +0 -0
  157. data/examples/tmp/tiles/4_10_10.png +0 -0
  158. data/examples/tmp/tiles/4_10_11.png +0 -0
  159. data/examples/tmp/tiles/4_10_12.png +0 -0
  160. data/examples/tmp/tiles/4_10_13.png +0 -0
  161. data/examples/tmp/tiles/4_10_14.png +0 -0
  162. data/examples/tmp/tiles/4_10_15.png +0 -0
  163. data/examples/tmp/tiles/4_10_2.png +0 -0
  164. data/examples/tmp/tiles/4_10_3.png +0 -0
  165. data/examples/tmp/tiles/4_10_4.png +0 -0
  166. data/examples/tmp/tiles/4_10_5.png +0 -0
  167. data/examples/tmp/tiles/4_10_6.png +0 -0
  168. data/examples/tmp/tiles/4_10_7.png +0 -0
  169. data/examples/tmp/tiles/4_10_8.png +0 -0
  170. data/examples/tmp/tiles/4_10_9.png +0 -0
  171. data/examples/tmp/tiles/4_11_0.png +0 -0
  172. data/examples/tmp/tiles/4_11_1.png +0 -0
  173. data/examples/tmp/tiles/4_11_10.png +0 -0
  174. data/examples/tmp/tiles/4_11_11.png +0 -0
  175. data/examples/tmp/tiles/4_11_12.png +0 -0
  176. data/examples/tmp/tiles/4_11_13.png +0 -0
  177. data/examples/tmp/tiles/4_11_14.png +0 -0
  178. data/examples/tmp/tiles/4_11_15.png +0 -0
  179. data/examples/tmp/tiles/4_11_2.png +0 -0
  180. data/examples/tmp/tiles/4_11_3.png +0 -0
  181. data/examples/tmp/tiles/4_11_4.png +0 -0
  182. data/examples/tmp/tiles/4_11_5.png +0 -0
  183. data/examples/tmp/tiles/4_11_6.png +0 -0
  184. data/examples/tmp/tiles/4_11_7.png +0 -0
  185. data/examples/tmp/tiles/4_11_8.png +0 -0
  186. data/examples/tmp/tiles/4_11_9.png +0 -0
  187. data/examples/tmp/tiles/4_12_0.png +0 -0
  188. data/examples/tmp/tiles/4_12_1.png +0 -0
  189. data/examples/tmp/tiles/4_12_10.png +0 -0
  190. data/examples/tmp/tiles/4_12_11.png +0 -0
  191. data/examples/tmp/tiles/4_12_12.png +0 -0
  192. data/examples/tmp/tiles/4_12_13.png +0 -0
  193. data/examples/tmp/tiles/4_12_14.png +0 -0
  194. data/examples/tmp/tiles/4_12_15.png +0 -0
  195. data/examples/tmp/tiles/4_12_2.png +0 -0
  196. data/examples/tmp/tiles/4_12_3.png +0 -0
  197. data/examples/tmp/tiles/4_12_4.png +0 -0
  198. data/examples/tmp/tiles/4_12_5.png +0 -0
  199. data/examples/tmp/tiles/4_12_6.png +0 -0
  200. data/examples/tmp/tiles/4_12_7.png +0 -0
  201. data/examples/tmp/tiles/4_12_8.png +0 -0
  202. data/examples/tmp/tiles/4_12_9.png +0 -0
  203. data/examples/tmp/tiles/4_13_0.png +0 -0
  204. data/examples/tmp/tiles/4_13_1.png +0 -0
  205. data/examples/tmp/tiles/4_13_10.png +0 -0
  206. data/examples/tmp/tiles/4_13_11.png +0 -0
  207. data/examples/tmp/tiles/4_13_12.png +0 -0
  208. data/examples/tmp/tiles/4_13_13.png +0 -0
  209. data/examples/tmp/tiles/4_13_14.png +0 -0
  210. data/examples/tmp/tiles/4_13_15.png +0 -0
  211. data/examples/tmp/tiles/4_13_2.png +0 -0
  212. data/examples/tmp/tiles/4_13_3.png +0 -0
  213. data/examples/tmp/tiles/4_13_4.png +0 -0
  214. data/examples/tmp/tiles/4_13_5.png +0 -0
  215. data/examples/tmp/tiles/4_13_6.png +0 -0
  216. data/examples/tmp/tiles/4_13_7.png +0 -0
  217. data/examples/tmp/tiles/4_13_8.png +0 -0
  218. data/examples/tmp/tiles/4_13_9.png +0 -0
  219. data/examples/tmp/tiles/4_14_0.png +0 -0
  220. data/examples/tmp/tiles/4_14_1.png +0 -0
  221. data/examples/tmp/tiles/4_14_10.png +0 -0
  222. data/examples/tmp/tiles/4_14_11.png +0 -0
  223. data/examples/tmp/tiles/4_14_12.png +0 -0
  224. data/examples/tmp/tiles/4_14_13.png +0 -0
  225. data/examples/tmp/tiles/4_14_14.png +0 -0
  226. data/examples/tmp/tiles/4_14_15.png +0 -0
  227. data/examples/tmp/tiles/4_14_2.png +0 -0
  228. data/examples/tmp/tiles/4_14_3.png +0 -0
  229. data/examples/tmp/tiles/4_14_4.png +0 -0
  230. data/examples/tmp/tiles/4_14_5.png +0 -0
  231. data/examples/tmp/tiles/4_14_6.png +0 -0
  232. data/examples/tmp/tiles/4_14_7.png +0 -0
  233. data/examples/tmp/tiles/4_14_8.png +0 -0
  234. data/examples/tmp/tiles/4_14_9.png +0 -0
  235. data/examples/tmp/tiles/4_15_0.png +0 -0
  236. data/examples/tmp/tiles/4_15_1.png +0 -0
  237. data/examples/tmp/tiles/4_15_10.png +0 -0
  238. data/examples/tmp/tiles/4_15_11.png +0 -0
  239. data/examples/tmp/tiles/4_15_12.png +0 -0
  240. data/examples/tmp/tiles/4_15_13.png +0 -0
  241. data/examples/tmp/tiles/4_15_14.png +0 -0
  242. data/examples/tmp/tiles/4_15_15.png +0 -0
  243. data/examples/tmp/tiles/4_15_2.png +0 -0
  244. data/examples/tmp/tiles/4_15_3.png +0 -0
  245. data/examples/tmp/tiles/4_15_4.png +0 -0
  246. data/examples/tmp/tiles/4_15_5.png +0 -0
  247. data/examples/tmp/tiles/4_15_6.png +0 -0
  248. data/examples/tmp/tiles/4_15_7.png +0 -0
  249. data/examples/tmp/tiles/4_15_8.png +0 -0
  250. data/examples/tmp/tiles/4_15_9.png +0 -0
  251. data/examples/tmp/tiles/4_1_0.png +0 -0
  252. data/examples/tmp/tiles/4_1_1.png +0 -0
  253. data/examples/tmp/tiles/4_1_10.png +0 -0
  254. data/examples/tmp/tiles/4_1_11.png +0 -0
  255. data/examples/tmp/tiles/4_1_12.png +0 -0
  256. data/examples/tmp/tiles/4_1_13.png +0 -0
  257. data/examples/tmp/tiles/4_1_14.png +0 -0
  258. data/examples/tmp/tiles/4_1_15.png +0 -0
  259. data/examples/tmp/tiles/4_1_2.png +0 -0
  260. data/examples/tmp/tiles/4_1_3.png +0 -0
  261. data/examples/tmp/tiles/4_1_4.png +0 -0
  262. data/examples/tmp/tiles/4_1_5.png +0 -0
  263. data/examples/tmp/tiles/4_1_6.png +0 -0
  264. data/examples/tmp/tiles/4_1_7.png +0 -0
  265. data/examples/tmp/tiles/4_1_8.png +0 -0
  266. data/examples/tmp/tiles/4_1_9.png +0 -0
  267. data/examples/tmp/tiles/4_2_0.png +0 -0
  268. data/examples/tmp/tiles/4_2_1.png +0 -0
  269. data/examples/tmp/tiles/4_2_10.png +0 -0
  270. data/examples/tmp/tiles/4_2_11.png +0 -0
  271. data/examples/tmp/tiles/4_2_12.png +0 -0
  272. data/examples/tmp/tiles/4_2_13.png +0 -0
  273. data/examples/tmp/tiles/4_2_14.png +0 -0
  274. data/examples/tmp/tiles/4_2_15.png +0 -0
  275. data/examples/tmp/tiles/4_2_2.png +0 -0
  276. data/examples/tmp/tiles/4_2_3.png +0 -0
  277. data/examples/tmp/tiles/4_2_4.png +0 -0
  278. data/examples/tmp/tiles/4_2_5.png +0 -0
  279. data/examples/tmp/tiles/4_2_6.png +0 -0
  280. data/examples/tmp/tiles/4_2_7.png +0 -0
  281. data/examples/tmp/tiles/4_2_8.png +0 -0
  282. data/examples/tmp/tiles/4_2_9.png +0 -0
  283. data/examples/tmp/tiles/4_3_0.png +0 -0
  284. data/examples/tmp/tiles/4_3_1.png +0 -0
  285. data/examples/tmp/tiles/4_3_10.png +0 -0
  286. data/examples/tmp/tiles/4_3_11.png +0 -0
  287. data/examples/tmp/tiles/4_3_12.png +0 -0
  288. data/examples/tmp/tiles/4_3_13.png +0 -0
  289. data/examples/tmp/tiles/4_3_14.png +0 -0
  290. data/examples/tmp/tiles/4_3_15.png +0 -0
  291. data/examples/tmp/tiles/4_3_2.png +0 -0
  292. data/examples/tmp/tiles/4_3_3.png +0 -0
  293. data/examples/tmp/tiles/4_3_4.png +0 -0
  294. data/examples/tmp/tiles/4_3_5.png +0 -0
  295. data/examples/tmp/tiles/4_3_6.png +0 -0
  296. data/examples/tmp/tiles/4_3_7.png +0 -0
  297. data/examples/tmp/tiles/4_3_8.png +0 -0
  298. data/examples/tmp/tiles/4_3_9.png +0 -0
  299. data/examples/tmp/tiles/4_4_0.png +0 -0
  300. data/examples/tmp/tiles/4_4_1.png +0 -0
  301. data/examples/tmp/tiles/4_4_10.png +0 -0
  302. data/examples/tmp/tiles/4_4_11.png +0 -0
  303. data/examples/tmp/tiles/4_4_12.png +0 -0
  304. data/examples/tmp/tiles/4_4_13.png +0 -0
  305. data/examples/tmp/tiles/4_4_14.png +0 -0
  306. data/examples/tmp/tiles/4_4_15.png +0 -0
  307. data/examples/tmp/tiles/4_4_2.png +0 -0
  308. data/examples/tmp/tiles/4_4_3.png +0 -0
  309. data/examples/tmp/tiles/4_4_4.png +0 -0
  310. data/examples/tmp/tiles/4_4_5.png +0 -0
  311. data/examples/tmp/tiles/4_4_6.png +0 -0
  312. data/examples/tmp/tiles/4_4_7.png +0 -0
  313. data/examples/tmp/tiles/4_4_8.png +0 -0
  314. data/examples/tmp/tiles/4_4_9.png +0 -0
  315. data/examples/tmp/tiles/4_5_0.png +0 -0
  316. data/examples/tmp/tiles/4_5_1.png +0 -0
  317. data/examples/tmp/tiles/4_5_10.png +0 -0
  318. data/examples/tmp/tiles/4_5_11.png +0 -0
  319. data/examples/tmp/tiles/4_5_12.png +0 -0
  320. data/examples/tmp/tiles/4_5_13.png +0 -0
  321. data/examples/tmp/tiles/4_5_14.png +0 -0
  322. data/examples/tmp/tiles/4_5_15.png +0 -0
  323. data/examples/tmp/tiles/4_5_2.png +0 -0
  324. data/examples/tmp/tiles/4_5_3.png +0 -0
  325. data/examples/tmp/tiles/4_5_4.png +0 -0
  326. data/examples/tmp/tiles/4_5_5.png +0 -0
  327. data/examples/tmp/tiles/4_5_6.png +0 -0
  328. data/examples/tmp/tiles/4_5_7.png +0 -0
  329. data/examples/tmp/tiles/4_5_8.png +0 -0
  330. data/examples/tmp/tiles/4_5_9.png +0 -0
  331. data/examples/tmp/tiles/4_6_0.png +0 -0
  332. data/examples/tmp/tiles/4_6_1.png +0 -0
  333. data/examples/tmp/tiles/4_6_10.png +0 -0
  334. data/examples/tmp/tiles/4_6_11.png +0 -0
  335. data/examples/tmp/tiles/4_6_12.png +0 -0
  336. data/examples/tmp/tiles/4_6_13.png +0 -0
  337. data/examples/tmp/tiles/4_6_14.png +0 -0
  338. data/examples/tmp/tiles/4_6_15.png +0 -0
  339. data/examples/tmp/tiles/4_6_2.png +0 -0
  340. data/examples/tmp/tiles/4_6_3.png +0 -0
  341. data/examples/tmp/tiles/4_6_4.png +0 -0
  342. data/examples/tmp/tiles/4_6_5.png +0 -0
  343. data/examples/tmp/tiles/4_6_6.png +0 -0
  344. data/examples/tmp/tiles/4_6_7.png +0 -0
  345. data/examples/tmp/tiles/4_6_8.png +0 -0
  346. data/examples/tmp/tiles/4_6_9.png +0 -0
  347. data/examples/tmp/tiles/4_7_0.png +0 -0
  348. data/examples/tmp/tiles/4_7_1.png +0 -0
  349. data/examples/tmp/tiles/4_7_10.png +0 -0
  350. data/examples/tmp/tiles/4_7_11.png +0 -0
  351. data/examples/tmp/tiles/4_7_12.png +0 -0
  352. data/examples/tmp/tiles/4_7_13.png +0 -0
  353. data/examples/tmp/tiles/4_7_14.png +0 -0
  354. data/examples/tmp/tiles/4_7_15.png +0 -0
  355. data/examples/tmp/tiles/4_7_2.png +0 -0
  356. data/examples/tmp/tiles/4_7_3.png +0 -0
  357. data/examples/tmp/tiles/4_7_4.png +0 -0
  358. data/examples/tmp/tiles/4_7_5.png +0 -0
  359. data/examples/tmp/tiles/4_7_6.png +0 -0
  360. data/examples/tmp/tiles/4_7_7.png +0 -0
  361. data/examples/tmp/tiles/4_7_8.png +0 -0
  362. data/examples/tmp/tiles/4_7_9.png +0 -0
  363. data/examples/tmp/tiles/4_8_0.png +0 -0
  364. data/examples/tmp/tiles/4_8_1.png +0 -0
  365. data/examples/tmp/tiles/4_8_10.png +0 -0
  366. data/examples/tmp/tiles/4_8_11.png +0 -0
  367. data/examples/tmp/tiles/4_8_12.png +0 -0
  368. data/examples/tmp/tiles/4_8_13.png +0 -0
  369. data/examples/tmp/tiles/4_8_14.png +0 -0
  370. data/examples/tmp/tiles/4_8_15.png +0 -0
  371. data/examples/tmp/tiles/4_8_2.png +0 -0
  372. data/examples/tmp/tiles/4_8_3.png +0 -0
  373. data/examples/tmp/tiles/4_8_4.png +0 -0
  374. data/examples/tmp/tiles/4_8_5.png +0 -0
  375. data/examples/tmp/tiles/4_8_6.png +0 -0
  376. data/examples/tmp/tiles/4_8_7.png +0 -0
  377. data/examples/tmp/tiles/4_8_8.png +0 -0
  378. data/examples/tmp/tiles/4_8_9.png +0 -0
  379. data/examples/tmp/tiles/4_9_0.png +0 -0
  380. data/examples/tmp/tiles/4_9_1.png +0 -0
  381. data/examples/tmp/tiles/4_9_10.png +0 -0
  382. data/examples/tmp/tiles/4_9_11.png +0 -0
  383. data/examples/tmp/tiles/4_9_12.png +0 -0
  384. data/examples/tmp/tiles/4_9_13.png +0 -0
  385. data/examples/tmp/tiles/4_9_14.png +0 -0
  386. data/examples/tmp/tiles/4_9_15.png +0 -0
  387. data/examples/tmp/tiles/4_9_2.png +0 -0
  388. data/examples/tmp/tiles/4_9_3.png +0 -0
  389. data/examples/tmp/tiles/4_9_4.png +0 -0
  390. data/examples/tmp/tiles/4_9_5.png +0 -0
  391. data/examples/tmp/tiles/4_9_6.png +0 -0
  392. data/examples/tmp/tiles/4_9_7.png +0 -0
  393. data/examples/tmp/tiles/4_9_8.png +0 -0
  394. data/examples/tmp/tiles/4_9_9.png +0 -0
  395. data/lib/gd/gis/basemap.rb +123 -6
  396. data/lib/gd/gis/geometry.rb +40 -0
  397. data/lib/gd/gis/layer_lines.rb +36 -0
  398. data/lib/gd/gis/layer_points.rb +60 -4
  399. data/lib/gd/gis/layer_polygons.rb +38 -0
  400. data/lib/gd/gis/map.rb +69 -29
  401. data/lib/gd/gis/projection.rb +14 -0
  402. metadata +406 -5
@@ -0,0 +1,76 @@
1
+ {
2
+ "type": "FeatureCollection",
3
+ "name": "lines",
4
+ "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
5
+ "features": [
6
+ { "type": "Feature", "properties": { "osm_id": "30121515", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\",\"surface\"=>\"asphalt\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5219364, -31.7615619 ], [ -60.5216561, -31.7600995 ], [ -60.5215349, -31.7594876 ], [ -60.521506, -31.7593517 ], [ -60.5214739, -31.7592009 ], [ -60.5213917, -31.7588296 ], [ -60.5211784, -31.7576669 ], [ -60.5211648, -31.7576076 ], [ -60.5211452, -31.757506 ], [ -60.521121, -31.7574015 ], [ -60.5210047, -31.7567647 ], [ -60.5209842, -31.7566459 ] ] } },
7
+ { "type": "Feature", "properties": { "osm_id": "192781686", "name": "Avenida Francisco Ramírez", "highway": "residential", "z_order": 3, "other_tags": "\"maxspeed\"=>\"50\",\"oneway\"=>\"no\",\"surface\"=>\"paved\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5241327, -31.7712582 ], [ -60.5243151, -31.7721496 ], [ -60.5244237, -31.7726782 ], [ -60.52453, -31.7730628 ] ] } },
8
+ { "type": "Feature", "properties": { "osm_id": "195828491", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\",\"surface\"=>\"asphalt\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5149246, -31.7280895 ], [ -60.5146704, -31.7267953 ], [ -60.5146452, -31.7266588 ] ] } },
9
+ { "type": "Feature", "properties": { "osm_id": "195828494", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5143423, -31.7252973 ], [ -60.5142433, -31.7247865 ], [ -60.5141474, -31.7243278 ], [ -60.5140754, -31.7239879 ], [ -60.5139433, -31.7233849 ], [ -60.5139119, -31.72327 ], [ -60.5138825, -31.7231786 ] ] } },
10
+ { "type": "Feature", "properties": { "osm_id": "195828496", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\",\"surface\"=>\"concrete\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5174332, -31.7400371 ], [ -60.517317, -31.7394822 ], [ -60.5172954, -31.7393716 ], [ -60.5172737, -31.739261 ], [ -60.5171064, -31.7385373 ], [ -60.5170904, -31.7384679 ] ] } },
11
+ { "type": "Feature", "properties": { "osm_id": "195828499", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5157679, -31.7321856 ], [ -60.5154482, -31.7306961 ], [ -60.5154022, -31.7305041 ], [ -60.5152485, -31.7297082 ], [ -60.515224, -31.729581 ], [ -60.5150907, -31.7288514 ], [ -60.5149488, -31.7282005 ], [ -60.5149246, -31.7280895 ] ] } },
12
+ { "type": "Feature", "properties": { "osm_id": "197281855", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\",\"surface\"=>\"asphalt\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5190248, -31.7474703 ], [ -60.5190009, -31.7473486 ], [ -60.5182816, -31.7439986 ], [ -60.5182584, -31.7438828 ] ] } },
13
+ { "type": "Feature", "properties": { "osm_id": "197281858", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\",\"surface\"=>\"concrete\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5173702, -31.7392428 ], [ -60.5175674, -31.7402212 ], [ -60.5177578, -31.741125 ] ] } },
14
+ { "type": "Feature", "properties": { "osm_id": "197281860", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5153186, -31.7295704 ], [ -60.5154933, -31.7304022 ], [ -60.5155453, -31.73065 ] ] } },
15
+ { "type": "Feature", "properties": { "osm_id": "197281862", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5147238, -31.7266288 ], [ -60.5149946, -31.7279152 ], [ -60.5150289, -31.7280784 ] ] } },
16
+ { "type": "Feature", "properties": { "osm_id": "197281864", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\",\"surface\"=>\"asphalt\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5220376, -31.7615468 ], [ -60.5222991, -31.762783 ], [ -60.5225199, -31.7637634 ], [ -60.5226867, -31.764588 ], [ -60.5229012, -31.7655269 ], [ -60.5230687, -31.7662851 ], [ -60.5230995, -31.7664246 ], [ -60.5233017, -31.7672665 ], [ -60.5234735, -31.7680528 ], [ -60.5237798, -31.769457 ], [ -60.5238266, -31.7696398 ] ] } },
17
+ { "type": "Feature", "properties": { "osm_id": "197281867", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5150289, -31.7280784 ], [ -60.5151781, -31.728829 ], [ -60.5152928, -31.7294342 ], [ -60.5153186, -31.7295704 ] ] } },
18
+ { "type": "Feature", "properties": { "osm_id": "197281869", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\",\"surface\"=>\"asphalt\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5163592, -31.7345905 ], [ -60.5165576, -31.7355615 ], [ -60.5167743, -31.7365098 ], [ -60.5168016, -31.7366292 ] ] } },
19
+ { "type": "Feature", "properties": { "osm_id": "197281871", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5146452, -31.7266588 ], [ -60.5143993, -31.7255714 ], [ -60.5143579, -31.7253722 ], [ -60.5143423, -31.7252973 ] ] } },
20
+ { "type": "Feature", "properties": { "osm_id": "197281872", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\",\"surface\"=>\"paved\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5168016, -31.7366292 ], [ -60.5169926, -31.7375902 ], [ -60.5170253, -31.7377548 ] ] } },
21
+ { "type": "Feature", "properties": { "osm_id": "197281874", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\",\"surface\"=>\"asphalt\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5169274, -31.7377718 ], [ -60.51673, -31.7367891 ], [ -60.5167028, -31.7366539 ], [ -60.5162899, -31.7347166 ], [ -60.5162684, -31.7346158 ], [ -60.5160883, -31.7337601 ], [ -60.5160632, -31.733641 ] ] } },
22
+ { "type": "Feature", "properties": { "osm_id": "197281877", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5155453, -31.73065 ], [ -60.5158259, -31.732046 ], [ -60.5158495, -31.7321632 ] ] } },
23
+ { "type": "Feature", "properties": { "osm_id": "219940989", "name": "Avenida Francisco Ramírez", "highway": "residential", "z_order": 3, "other_tags": "\"maxspeed\"=>\"50\",\"oneway\"=>\"no\",\"surface\"=>\"unpaved\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5251827, -31.7761256 ], [ -60.5253463, -31.7768341 ], [ -60.5253905, -31.7770598 ], [ -60.5254739, -31.7775396 ], [ -60.5255012, -31.7776896 ], [ -60.5257433, -31.7787484 ], [ -60.5260108, -31.779936 ], [ -60.526105, -31.780401 ], [ -60.5262588, -31.7809974 ], [ -60.5265826, -31.7825533 ], [ -60.5268783, -31.7839116 ], [ -60.5272739, -31.7858544 ], [ -60.5276437, -31.7875383 ], [ -60.5278189, -31.7883138 ], [ -60.5282972, -31.7907331 ] ] } },
24
+ { "type": "Feature", "properties": { "osm_id": "244829146", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5144323, -31.7252721 ], [ -60.5145771, -31.7258951 ], [ -60.5146962, -31.7264905 ], [ -60.5147238, -31.7266288 ] ] } },
25
+ { "type": "Feature", "properties": { "osm_id": "297810539", "name": "Avenida Francisco Ramírez", "highway": "tertiary", "z_order": 4, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5137258, -31.7218061 ], [ -60.5139482, -31.7229306 ], [ -60.5139774, -31.7230685 ] ] } },
26
+ { "type": "Feature", "properties": { "osm_id": "305869997", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5139876, -31.7231399 ], [ -60.514027, -31.7233476 ], [ -60.5141605, -31.7239757 ], [ -60.5142246, -31.7243168 ], [ -60.5143232, -31.7247754 ], [ -60.5144048, -31.7251489 ], [ -60.5144323, -31.7252721 ] ] } },
27
+ { "type": "Feature", "properties": { "osm_id": "305869999", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5138825, -31.7231786 ], [ -60.5138591, -31.7231062 ] ] } },
28
+ { "type": "Feature", "properties": { "osm_id": "318226973", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5183413, -31.7438385 ], [ -60.5184737, -31.7445219 ] ] } },
29
+ { "type": "Feature", "properties": { "osm_id": "318226974", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\",\"surface\"=>\"concrete\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5184737, -31.7445219 ], [ -60.5185121, -31.7446934 ], [ -60.5186494, -31.7453143 ], [ -60.5190861, -31.7473108 ], [ -60.5190917, -31.7473367 ], [ -60.5191131, -31.747446 ] ] } },
30
+ { "type": "Feature", "properties": { "osm_id": "329981350", "name": "Avenida Francisco Ramírez", "highway": "residential", "z_order": 3, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5133675, -31.720692 ], [ -60.5131025, -31.7195658 ], [ -60.5128816, -31.7184588 ], [ -60.5128537, -31.7183472 ] ] } },
31
+ { "type": "Feature", "properties": { "osm_id": "440874174", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\",\"surface\"=>\"concrete\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5177578, -31.741125 ], [ -60.5177689, -31.7411724 ], [ -60.5177733, -31.7411913 ], [ -60.5178032, -31.7413198 ] ] } },
32
+ { "type": "Feature", "properties": { "osm_id": "440874175", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5178032, -31.7413198 ], [ -60.5180632, -31.7424649 ] ] } },
33
+ { "type": "Feature", "properties": { "osm_id": "654369240", "name": "Avenida Francisco Ramírez", "highway": "tertiary", "z_order": 4, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5138591, -31.7231062 ], [ -60.5136089, -31.7218743 ] ] } },
34
+ { "type": "Feature", "properties": { "osm_id": "654369255", "name": "Avenida Francisco Ramírez", "highway": "residential", "z_order": 3, "other_tags": "\"maxspeed\"=>\"50\",\"oneway\"=>\"no\",\"surface\"=>\"paved\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5238578, -31.7699083 ], [ -60.5238651, -31.7699445 ], [ -60.5239559, -31.7703959 ], [ -60.5241327, -31.7712582 ] ] } },
35
+ { "type": "Feature", "properties": { "osm_id": "827110682", "name": "Avenida Francisco Ramírez", "highway": "residential", "z_order": 3, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5238578, -31.7699083 ], [ -60.5237902, -31.7697932 ] ] } },
36
+ { "type": "Feature", "properties": { "osm_id": "827110683", "name": "Avenida Francisco Ramírez", "highway": "residential", "z_order": 3, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5238489, -31.7697003 ], [ -60.5238556, -31.7697457 ], [ -60.5238578, -31.7699083 ] ] } },
37
+ { "type": "Feature", "properties": { "osm_id": "884594139", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\",\"surface\"=>\"asphalt\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5191134, -31.7475171 ], [ -60.5191292, -31.7476012 ], [ -60.5192779, -31.7483526 ] ] } },
38
+ { "type": "Feature", "properties": { "osm_id": "895076773", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5180632, -31.7424649 ], [ -60.5180946, -31.7426668 ] ] } },
39
+ { "type": "Feature", "properties": { "osm_id": "895076774", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5179558, -31.7425491 ], [ -60.5177133, -31.7413842 ], [ -60.5177031, -31.7413351 ], [ -60.5176771, -31.7412073 ], [ -60.5176489, -31.7410686 ] ] } },
40
+ { "type": "Feature", "properties": { "osm_id": "895076775", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5179965, -31.7426962 ], [ -60.5179558, -31.7425491 ] ] } },
41
+ { "type": "Feature", "properties": { "osm_id": "895076776", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5180946, -31.7426668 ], [ -60.5183212, -31.7437484 ], [ -60.5183413, -31.7438385 ] ] } },
42
+ { "type": "Feature", "properties": { "osm_id": "1191541752", "name": "Avenida Francisco Ramírez", "highway": "residential", "z_order": 3, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5129727, -31.7183259 ], [ -60.5129785, -31.7183395 ], [ -60.513, -31.7184011 ], [ -60.5130245, -31.7184923 ], [ -60.5132447, -31.719526 ], [ -60.5135187, -31.7206577 ], [ -60.5135286, -31.7206984 ] ] } },
43
+ { "type": "Feature", "properties": { "osm_id": "1192754233", "name": "Avenida Francisco Ramírez", "highway": "tertiary", "z_order": 4, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5136089, -31.7218743 ], [ -60.5133675, -31.720692 ] ] } },
44
+ { "type": "Feature", "properties": { "osm_id": "1222588078", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\",\"surface\"=>\"asphalt\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5200164, -31.7517482 ], [ -60.5200547, -31.7519164 ], [ -60.5200794, -31.7520282 ], [ -60.5202759, -31.7529075 ], [ -60.5203998, -31.7534585 ], [ -60.5204081, -31.753495 ], [ -60.5204784, -31.7538192 ], [ -60.5206801, -31.7547461 ], [ -60.5209776, -31.7561511 ] ] } },
45
+ { "type": "Feature", "properties": { "osm_id": "1222588079", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\",\"surface\"=>\"asphalt\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5210864, -31.7566284 ], [ -60.5212465, -31.7575002 ], [ -60.5212581, -31.7575567 ], [ -60.5214896, -31.7587908 ] ] } },
46
+ { "type": "Feature", "properties": { "osm_id": "1222588082", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\",\"surface\"=>\"asphalt\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5214896, -31.7587908 ], [ -60.5216183, -31.7594618 ], [ -60.5216203, -31.7594723 ], [ -60.5217459, -31.7600468 ], [ -60.5218617, -31.7606308 ], [ -60.5220192, -31.7614512 ], [ -60.5220376, -31.7615468 ] ] } },
47
+ { "type": "Feature", "properties": { "osm_id": "1222593998", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5237902, -31.7697932 ], [ -60.5237611, -31.7697108 ], [ -60.5237149, -31.7695136 ], [ -60.5235559, -31.7687946 ], [ -60.523388, -31.7680664 ], [ -60.5232082, -31.7672672 ], [ -60.5230414, -31.7665256 ], [ -60.5230216, -31.7664374 ], [ -60.522819, -31.7655405 ], [ -60.5227599, -31.7652815 ], [ -60.5226038, -31.7646007 ] ] } },
48
+ { "type": "Feature", "properties": { "osm_id": "1222835897", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\",\"surface\"=>\"asphalt\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5199135, -31.7517115 ], [ -60.5198191, -31.7512641 ], [ -60.5195776, -31.7501437 ], [ -60.5195548, -31.7500444 ], [ -60.5192285, -31.7484857 ], [ -60.5192022, -31.7483677 ], [ -60.5190577, -31.7476138 ] ] } },
49
+ { "type": "Feature", "properties": { "osm_id": "1222835901", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\",\"surface\"=>\"asphalt\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5209842, -31.7566459 ], [ -60.5209043, -31.7562791 ], [ -60.520828, -31.7559056 ], [ -60.5205819, -31.7547602 ], [ -60.5204427, -31.7541017 ], [ -60.5204061, -31.7539281 ], [ -60.5204024, -31.7539105 ], [ -60.5203878, -31.7538422 ], [ -60.5203193, -31.7535093 ], [ -60.5199913, -31.7520609 ], [ -60.519987, -31.7520419 ], [ -60.5199461, -31.7518663 ] ] } },
50
+ { "type": "Feature", "properties": { "osm_id": "1222835903", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\",\"surface\"=>\"asphalt\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5191131, -31.747446 ], [ -60.5191134, -31.7475171 ] ] } },
51
+ { "type": "Feature", "properties": { "osm_id": "1222835904", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\",\"surface\"=>\"asphalt\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5209776, -31.7561511 ], [ -60.5210649, -31.756531 ], [ -60.5210864, -31.7566284 ] ] } },
52
+ { "type": "Feature", "properties": { "osm_id": "1222835908", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\",\"surface\"=>\"paved\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5171801, -31.7384225 ], [ -60.5173329, -31.739082 ], [ -60.5173702, -31.7392428 ] ] } },
53
+ { "type": "Feature", "properties": { "osm_id": "1223354126", "name": "Avenida Francisco Ramírez", "highway": "residential", "z_order": 3, "other_tags": "\"maxspeed\"=>\"50\",\"oneway\"=>\"no\",\"surface\"=>\"unpaved\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.52453, -31.7730628 ], [ -60.5247139, -31.7739941 ], [ -60.5247635, -31.7742453 ], [ -60.5247859, -31.7743491 ], [ -60.5250583, -31.7755461 ], [ -60.5251827, -31.7761256 ] ] } },
54
+ { "type": "Feature", "properties": { "osm_id": "1223354129", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\",\"surface\"=>\"asphalt\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5222679, -31.7630539 ], [ -60.5222148, -31.7628097 ], [ -60.5221303, -31.7624035 ], [ -60.521952, -31.7616294 ], [ -60.5219364, -31.7615619 ] ] } },
55
+ { "type": "Feature", "properties": { "osm_id": "1223617159", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5139774, -31.7230685 ], [ -60.5139876, -31.7231399 ] ] } },
56
+ { "type": "Feature", "properties": { "osm_id": "1223617167", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5160632, -31.733641 ], [ -60.5159271, -31.7330012 ], [ -60.5159124, -31.7329323 ] ] } },
57
+ { "type": "Feature", "properties": { "osm_id": "1223617175", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\",\"surface\"=>\"asphalt\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5170904, -31.7384679 ], [ -60.5169583, -31.7379038 ], [ -60.5169274, -31.7377718 ] ] } },
58
+ { "type": "Feature", "properties": { "osm_id": "1224836791", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\",\"surface\"=>\"concrete\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5176489, -31.7410686 ], [ -60.5174332, -31.7400371 ] ] } },
59
+ { "type": "Feature", "properties": { "osm_id": "1224910565", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5226038, -31.7646007 ], [ -60.5224334, -31.763819 ], [ -60.5222679, -31.7630539 ] ] } },
60
+ { "type": "Feature", "properties": { "osm_id": "1226701532", "name": "Avenida Francisco Ramírez", "highway": "residential", "z_order": 3, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5128537, -31.7183472 ], [ -60.5127948, -31.7181113 ], [ -60.51278, -31.7180794 ], [ -60.5127532, -31.7180566 ], [ -60.5127014, -31.7180311 ] ] } },
61
+ { "type": "Feature", "properties": { "osm_id": "1227047329", "name": "Avenida Francisco Ramírez", "highway": "tertiary", "z_order": 4, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5135286, -31.7206984 ], [ -60.5137258, -31.7218061 ] ] } },
62
+ { "type": "Feature", "properties": { "osm_id": "1227047339", "name": "Avenida Francisco Ramírez", "highway": "residential", "z_order": 3, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5127777, -31.7179659 ], [ -60.5128082, -31.7180098 ], [ -60.5128337, -31.7180452 ], [ -60.5128509, -31.7180742 ], [ -60.5129517, -31.7182767 ], [ -60.5129727, -31.7183259 ] ] } },
63
+ { "type": "Feature", "properties": { "osm_id": "1254794627", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5238266, -31.7696398 ], [ -60.5238489, -31.7697003 ] ] } },
64
+ { "type": "Feature", "properties": { "osm_id": "1306610502", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5159124, -31.7329323 ], [ -60.5157766, -31.7322312 ], [ -60.5157679, -31.7321856 ] ] } },
65
+ { "type": "Feature", "properties": { "osm_id": "1306610503", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5158495, -31.7321632 ], [ -60.515972, -31.7327877 ], [ -60.5159974, -31.7329169 ] ] } },
66
+ { "type": "Feature", "properties": { "osm_id": "1306610504", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5159974, -31.7329169 ], [ -60.5161154, -31.7334896 ], [ -60.5161416, -31.733617 ], [ -60.5163261, -31.7344425 ], [ -60.5163592, -31.7345905 ] ] } },
67
+ { "type": "Feature", "properties": { "osm_id": "1313262138", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\",\"surface\"=>\"asphalt\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5192779, -31.7483526 ], [ -60.5195068, -31.7494038 ], [ -60.5196159, -31.7499164 ], [ -60.5196392, -31.7500366 ] ] } },
68
+ { "type": "Feature", "properties": { "osm_id": "1376492737", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\",\"surface\"=>\"paved\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5170253, -31.7377548 ], [ -60.5171405, -31.7382517 ], [ -60.5171801, -31.7384225 ] ] } },
69
+ { "type": "Feature", "properties": { "osm_id": "1455134033", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\",\"surface\"=>\"asphalt\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5199461, -31.7518663 ], [ -60.5199135, -31.7517115 ] ] } },
70
+ { "type": "Feature", "properties": { "osm_id": "1455134034", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\",\"surface\"=>\"asphalt\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5200063, -31.7516984 ], [ -60.5200164, -31.7517482 ] ] } },
71
+ { "type": "Feature", "properties": { "osm_id": "1455134035", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\",\"surface\"=>\"asphalt\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5196392, -31.7500366 ], [ -60.5198955, -31.7511786 ], [ -60.5199998, -31.7516663 ], [ -60.5200063, -31.7516984 ] ] } },
72
+ { "type": "Feature", "properties": { "osm_id": "1455375857", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\",\"surface\"=>\"asphalt\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5182584, -31.7438828 ], [ -60.5179965, -31.7426962 ] ] } },
73
+ { "type": "Feature", "properties": { "osm_id": "1460917908", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\",\"surface\"=>\"asphalt\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5190355, -31.7475323 ], [ -60.5190248, -31.7474703 ] ] } },
74
+ { "type": "Feature", "properties": { "osm_id": "1460917909", "name": "Avenida Francisco Ramírez", "highway": "primary", "z_order": 7, "other_tags": "\"maxspeed\"=>\"60\",\"oneway\"=>\"yes\",\"surface\"=>\"asphalt\"" }, "geometry": { "type": "LineString", "coordinates": [ [ -60.5190577, -31.7476138 ], [ -60.5190513, -31.7475904 ], [ -60.5190355, -31.7475323 ] ] } }
75
+ ]
76
+ }
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file