Yet another Leaflet plugin that handles Bing Maps layers.
This plugin is loosely based on leaflet-bing-layer and leaflet-plugins. Check them out, you might find there is better support there ;-)
The main difference here is that :
- this plugin has no dependency (outside of leaflet v1+ of course).
- it caches Bing metadata in memory, which should result in fewer Bing Maps transactions when:
- you need more than 1 map in the same page.
- your maps are part of a Single Page Application.
You can live test the plugin:
- create a
.env
file (cf. dotenv) at the root of your project that defines theBING_KEY
variable with your Bing Maps key. - run
npm run-script debug
. - open your browser at http://localhost:8000.