1.8 KiB
1.8 KiB
Change Log
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
[3.3.0] - 2018-03-14
- ADDED:
options.styleto use custom map styles - ADDED:
AerialWithLabelsOnDemandimagery set - ADDED:
minNativeZoomandmaxNativeZoomoptions - FIXED: imageryProviders error #25
v3.2.0 - 2017-08-09
- CHANGED: Use
httpsrequests - ADDED: Additional imagery sets (
RoadOnDemand,CanvasLight,CanvasDark,CanvasGray,OrdnanceSurvey)
v3.1.0 - 2016-04-29
- ADDED: Use
httpsfor Bing API requests.
v3.0.1 - 2015-12-13
- FIXED: options.BingMapsKey backwards compatability
- FIXED: options.bingMapsKey was not working for getMetaData
- FIXED: catch errors (and log to console) for jsonp
v3.0.0 - 2015-12-08
- FIXED: [BREAKING] Export factory function on
L.tileLayer.bingnotL.TileLayer.bing - CHANGED: BingMapsKey is now passed on
options.bingMapsKey(options.BingMapsKeywill still work, but for convention this should start with a lowercase character) - IMPROVED: Package with browserify and require dependencies
- IMPROVED: Throws error if invalid imagerySet is passed as option
- ADDED:
getMetaDatamethod
v2.0.2 - 2015-12-03
Initial release