maplibre / maplibre-gl-inspect

Maplibre GL Inspect adds an inspect control to maplibre-gl-js to view all features of the vector sources and allows hovering over features to see their properties.
https://maplibre.org/maplibre-gl-inspect/
BSD 3-Clause "New" or "Revised" License
40 stars 7 forks source link

Some examples not working #22

Closed nielsbom closed 2 months ago

nielsbom commented 5 months ago

This page has a bunch of examples on how to use maplibre-gl-inspect. Some are not working:

HarelM commented 5 months ago

Yeah, this was inherited when we took over the repo. Feel free to open a PR to fix them.

HarelM commented 5 months ago

Looking at the above, I think the first and the third are working as expected when setting the inspect to "on". I agree the second one is not working as expected, probably due to the style that doesn't have a valid token for maptiler. Am I missing any thing?