-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Vector tile drawing for .mvt and .pbf format #5072
Conversation
Nice work @vershwal! 👏 Let's outline what this PR contains for the time being - this add .mvt support by converting the tile to geojson and rendering them on the map. We'll use this internally to integrate a vector tile URL or an mbtiles file in the next sprint. |
…unction.(still a hard coded url)
(closes openstreetmap#5084) This also removes the rules that would treat `amenity=shelter` as a building for rendering and for feature filtering.
Ya, this sounds good! Will do that. Thanks. |
Apparently still needed to build the project on Windows
use 22 as maxZoom for Esri imagery (selectively)
The capacity defines if there is one swing on the object or more. A lot of playgrounds have one structure with two swings on it.
Add capacity to playground:swing-preset
Replace JSONP with XHR where possible
(closes openstreetmap#5121) This commit also refactors some of the logic to make it simpler and more efficient (removes lodash _transform too) and updates the comment that was out of date.
I am currently unable to bring-up entrance by typing in "entrance" on a vertex, this might help?
Attempt to improve entrance searchability
Also remove gj redundancy
Thanks @vershwal this is a great start! Quick update on this - I changed a few things below and merged the code:
Next action for me:
Next action for @vershwal :
We can chat on Slack more if you have questions! |
Hey @bhousel !! Thanks for the merge and comments. |
Related #3742.