-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add winter sports related POIs #344
Comments
We're going to have the same problem for |
Luge instead of Bobsled sounds fine. Let's skip the sled rental. Good catch on the snow cannon and snow fence! File related issue for the rental keys? |
Screenshots for a couple of winter sports POI types: Ski shop in Big Bear:Scene file snippet: ski-rental-or-shop:
filter:
any:
- kind: [ski, ski_rental]
- { kind: sports, sport: skiing }
draw: { icons: { sprite: marijuana-dispensary } } Ski jumping "racetracks" in Lake PlacidScene file snippet: racetrack:
filter: { kind: racetrack }
draw:
lines:
interactive: true
order: 5
cap: round
join: round
color: '#cc3333'
width: [[13,3px],[15, 4px], [16, 5px], [18, 10m], [19, 15m]] |
Good point, filed #433 so that we don't lose this issue. |
NOTE: migration still needs to be sorted out for some rental tags. |
Fixed up the sports_centre landuse AOI color, too, so it's not green on green in this area (can see the entire ski training area polygon now, the pitches, and the runs). |
I've verified a good many of these, going to assume the rest of them are working. If something needs tuning, we'll follow up in the next release. |
@sensescape you could really go wild with new icons here! 'ski' |
oooooh! |
Pairing with #342 and #343, we should add a few more POIs for winter sports.
Any others seem interesting? Add them to the list :)
The text was updated successfully, but these errors were encountered: