@ndwnu/map 2.1.1 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -323,6 +323,7 @@ type NdwLayerSpecification = LayerSpecification & {
323
323
  type NdwLayerFilterFunction = (layer: NdwLayerSpecification) => boolean;
324
324
 
325
325
  declare const NDWMapStyle: StyleSpecification;
326
+ declare const NDWOSMMapStyle: StyleSpecification;
326
327
 
327
- export { ApiBackgroundLayer, ApiElement, ApiLayer, ApiSource, BOUNDS_AMERSFOORT, BOUNDS_NL, COMMON_BOUNDS, DEFAULT_MAP_CONFIG, MapComponent, MapElement, MapElementRepository, MapLayer, MapSource, MaplibreCursorService, NDWMapStyle, lineWidthFrcSpecification };
328
+ export { ApiBackgroundLayer, ApiElement, ApiLayer, ApiSource, BOUNDS_AMERSFOORT, BOUNDS_NL, COMMON_BOUNDS, DEFAULT_MAP_CONFIG, MapComponent, MapElement, MapElementRepository, MapLayer, MapSource, MaplibreCursorService, NDWMapStyle, NDWOSMMapStyle, lineWidthFrcSpecification };
328
329
  export type { ClickEvent, LayerFilterFunction, LayerGroup, LayerMetadata, LayerSubGroup, MapConfig, MapElementConfig, NdwLayerFilterFunction, NdwLayerSpecification };