Skip to content

Commit

Permalink
Fix geofencing examples (MobilityData#595)
Browse files Browse the repository at this point in the history
* Remove overlapping polygon from example

* Change rule to override global rules in example
  • Loading branch information
richfab authored Feb 14, 2024
1 parent 6a9150c commit b9d8390
Showing 1 changed file with 2 additions and 27 deletions.
29 changes: 2 additions & 27 deletions gbfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1404,30 +1404,6 @@ See examples below.
45.562982
]
]
],
[
[
[
-122.650680,
45.548197
],
[
-122.650852,
45.534731
],
[
-122.630939,
45.535212
],
[
-122.630424,
45.548197
],
[
-122.650680,
45.548197
]
]
]
]
},
Expand All @@ -1446,9 +1422,8 @@ See examples below.
"moped1",
"car1"
],
"ride_start_allowed": false,
"ride_end_allowed": false,
"ride_through_allowed": true,
"ride_start_allowed": true,
"ride_end_allowed": true,
"maximum_speed_kph": 10,
"station_parking": true
}
Expand Down

0 comments on commit b9d8390

Please sign in to comment.