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

Bump version to 1.7.0, Add `$id` to popup, add static service for debug, fix queryParams example #51

Closed HarelM closed 2 months ago

HarelM commented 2 months ago

Launch Checklist

Fixes the below issues by adding an $Id to the popup, adding a static server and fixing the query parameters example.

Resolves #50 Fixes #22

Before: image

After - added $id: image