3.0.0 • Published 8 months ago

@geo-frontend/nlmaps v3.0.0

Weekly downloads
16
License
MIT
Repository
-
Last release
8 months ago

NLMAPS

Easily create web maps pre-loaded with the BRT-Achtergrondkaart. Works with Leaflet, MapLibre GL JS, and OpenLayers.

How to use

You will need one of Leaflet, MapLibre GL JS or OpenLayers in your web page. Then download the nlmaps browser bundle from download location or npm install -S nlmaps. Now you can create a map:

let map = nlmaps.createMap({style: 'grijs', target: 'mapdiv'});

or if you already have a map, you can use the library-specific function to create a layer which you can add to your map:

let layer = nlmaps.leaflet.bgLayer(style: 'pastel');
layer.addTo(map);

Documentation

See the top-level README for full documentation.

3.0.0

8 months ago

2.3.63

7 years ago

2.3.62

7 years ago

2.3.61

7 years ago

2.3.60

7 years ago

2.3.59

7 years ago

2.3.58

7 years ago

2.3.57

7 years ago

2.3.56

7 years ago

2.3.55

7 years ago

2.3.54

7 years ago

2.3.53

7 years ago

2.3.52

7 years ago

2.3.51

7 years ago

2.3.50

7 years ago