Skip to content

Instantly share code, notes, and snippets.

@categulario
Last active June 12, 2017 20:46
Show Gist options
  • Select an option

  • Save categulario/bb1c46497e30c887feadba594fa999dc to your computer and use it in GitHub Desktop.

Select an option

Save categulario/bb1c46497e30c887feadba594fa999dc to your computer and use it in GitHub Desktop.
First shortest path between two points using OSM's oneway tag
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"stroke": "#C547CB",
"stroke-width": 4,
"stroke-opacity": 1
},
"geometry": {
"type": "LineString",
"coordinates": [
[
-96.92292898893356,
19.53970790017471
],
[
-96.92280560731888,
19.539778872367172
],
[
-96.92270368337631,
19.53985744872312
],
[
-96.92266076803207,
19.539829566790367
],
[
-96.92221015691757,
19.539464566943415
],
[
-96.922467648983,
19.539157865683137
],
[
-96.92280560731888,
19.53878779639387
],
[
-96.9221618771553,
19.538232692459978
],
[
-96.92205458879471,
19.538204810527226
],
[
-96.92108899354935,
19.537989359228682
],
[
-96.92020386457443,
19.53777897737246
],
[
-96.91956013441086,
19.53740637336204
],
[
-96.91873401403427,
19.536891824966688
],
[
-96.91912025213242,
19.53628602660961
],
[
-96.9191899895668,
19.53606297114758
],
[
-96.91932410001755,
19.533624569392295
],
[
-96.91931873559952,
19.532998493265943
],
[
-96.919404566288,
19.530301549952405
],
[
-96.91940993070602,
19.52990866817271
],
[
-96.91942065954208,
19.529523390556484
],
[
-96.91945821046829,
19.529356098959973
],
[
-96.91950649023056,
19.529206550411573
],
[
-96.91964596509933,
19.528930265805208
],
[
-96.91943675279617,
19.528681863131588
],
[
-96.91939383745193,
19.52852471041971
],
[
-96.92054182291031,
19.5276527663409
],
[
-96.92072957754135,
19.52764262745626
],
[
-96.92110508680344,
19.52758939831191
],
[
-96.92121237516403,
19.5275716552638
],
[
-96.92167907953262,
19.527505752513655
],
[
-96.9221779704094,
19.527455058090474
],
[
-96.92224770784378,
19.52744745392699
],
[
-96.92304700613022,
19.527325787311348
],
[
-96.92318111658096,
19.52782005793741
],
[
-96.92329376935959,
19.528131828640007
],
[
-96.92340642213821,
19.528413182688702
],
[
-96.92344933748245,
19.528557661794785
],
[
-96.92349225282669,
19.52877818253564
],
[
-96.92349761724472,
19.529110231007515
],
[
-96.92347079515457,
19.530240716644578
],
[
-96.92346006631851,
19.530757799761084
],
[
-96.92347079515457,
19.531614535512944
],
[
-96.92347079515457,
19.53163988272454
],
[
-96.92347079515457,
19.531840125696128
],
[
-96.92347079515457,
19.532278632456688
],
[
-96.92347079515457,
19.532866687765654
],
[
-96.92347079515457,
19.534306409384165
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment