-
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 motorway_contruction layer #44
base: master
Are you sure you want to change the base?
Conversation
There is already a lot of transportation layer. Adding more not seam to me as good move. Maybe done using a condition inside existing one. |
style.json
Outdated
{ | ||
"id": "highway-motorway-construction", | ||
"type": "line", | ||
"source": "maptiler_planet", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The only source here is openmaptiles
.
You source layer here is just I talk about https://maplibre.org/maplibre-gl-js-docs/style-spec/expressions/ |
Hi Pavel, as @frodrigo pointed out, there is an incorrect data source, it should be indeed |
@petraduriancikova thanks for the clarification. I changed the source layer. Feel free to merge this, we can iterate on different road classes later. |
For preview URL
see zbycz/osmapp#61Its live – just check eg. https://osmapp.org/#16.30/49.6688/18.3240
I think this could be designed more nicely, but i guess it works as is.