Skip to content

Commit

Permalink
Adjust bus info for Jones Bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
mapsandapps committed Oct 20, 2018
1 parent b9fec81 commit dc4af79
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion geojsons/jones-bridge.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,7 @@
"marker-color": "#7e7e7e",
"marker-size": "medium",
"marker-symbol": "bus",
"name": "MARTA #142"
"name": "MARTA #142 (westbound stop)"
},
"geometry": {
"type": "Point",
Expand Down Expand Up @@ -1167,6 +1167,22 @@
33.98952339385981
]
}
},
{
"type": "Feature",
"properties": {
"marker-color": "#7e7e7e",
"marker-size": "medium",
"marker-symbol": "bus",
"name": "MARTA #142 (eastbound stop)"
},
"geometry": {
"type": "Point",
"coordinates": [
-84.2735481262207,
33.98852706905152
]
}
}
]
}

0 comments on commit dc4af79

Please sign in to comment.