-
-
Notifications
You must be signed in to change notification settings - Fork 136
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
Inspector app improvements #49
Comments
* conditionally reposition map if map hash wasn't passed [#49] * add 20230408 basemap to viewer presets
|
I'd like to port pmtiles.io to use https://github.com/maplibre/maplibre-gl-inspect , since that's what maps.protomaps.com and Maputnik are using. |
Other nice feature would be to load a pmtiles url not only on click on load button, but also on press ENTER in the url text input field |
The inspector should also accept TileJSON and full Style JSONs to display, just for convenience. Raw Z/X/Y URLs won't work since we don't have enough metadata to derive |
Actually, I think both implementations have their merits (I like how pmtiles.io works with popup freezing and treats each source layer as a group, with possibly different geometry types). For the metadata, maplibre-gl-inspect only needs a list of layers present in the source (e.g. btw, I noticed that switching from Map View to Tile Inspector does not work for local files (you have to drag the file again) |
Yeah, the plan is to keep tile inspector as a separate page instead of all under one single page app, because trying to manage the hash state gets too complicated. |
It would be helpful to perform light validation of the PMTiles header/metadata to assist implementers |
Maybe support IFrames to allow embedding the x-ray map view |
Make sure #537 is supported |
The text was updated successfully, but these errors were encountered: