What's fixed
@geo-frontend/nlmaps,nlmaps-leaflet,nlmaps-geolocator,nlmaps-maplibre,
nlmaps-ol: fixed broken package resolution — installing any of these from npm never
actually worked (main/module/exportspointed at a path that doesn't exist outside
this monorepo). If you tried using these packages and it silently failed, this is why.nlmaps-maplibre,nlmaps-ol: no longer bundle their own copy ofmaplibre-gl/ol.
If your app also imports MapLibre/OpenLayers directly, you'll now get a single shared
instance instead of two.- Removed dead
rawgit.comlinks, including the default marker icon, which was silently
broken for anyone using themarkeroption.
Website
- Removed the "PDOK fair-use" link from the site navigation.
Versions in this release
| package | version |
|---|---|
@geo-frontend/nlmaps |
3.0.2 |
@geo-frontend/nlmaps-leaflet |
1.0.1 |
@geo-frontend/nlmaps-geolocator |
1.0.1 |
@geo-frontend/nlmaps-maplibre |
1.0.1 |
@geo-frontend/nlmaps-ol |
1.0.1 |
No breaking changes — this release only fixes broken packaging, it doesn't change the API.