Skip to content

Commit

Permalink
Merge pull request #10121 from quincylvania/bts
Browse files Browse the repository at this point in the history
Update RTC Bike Share and add state for Indego
  • Loading branch information
UKChris-osm authored Nov 3, 2024
2 parents 9e4e86a + 67aaab4 commit 1a86c90
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions data/brands/amenity/bicycle_rental.json
Original file line number Diff line number Diff line change
Expand Up @@ -1815,8 +1815,10 @@
},
{
"displayName": "Indego",
"id": "indego-97ea79",
"locationSet": {"include": ["us"]},
"id": "indego-d5d8a9",
"locationSet": {
"include": ["us-pa.geojson"]
},
"tags": {
"amenity": "bicycle_rental",
"brand": "Indego",
Expand Down Expand Up @@ -3108,16 +3110,19 @@
}
},
{
"displayName": "RTC of Southern Nevada",
"id": "rtcofsouthernnevada-91e721",
"displayName": "RTC Bike Share",
"id": "rtcbikeshare-91e721",
"locationSet": {
"include": ["us-nv.geojson"]
},
"tags": {
"amenity": "bicycle_rental",
"brand": "RTC of Southern Nevada",
"name": "RTC of Southern Nevada",
"operator": "BCycle"
"brand": "RTC Bike Share",
"brand:wikidata": "Q104727968",
"network": "RTC Bike Share",
"network:wikidata": "Q104727968",
"operator": "Bicycle Transit Systems",
"operator:wikidata": "Q104005517"
}
},
{
Expand Down

0 comments on commit 1a86c90

Please sign in to comment.