@JonathanPrince, sorry this took sooooo long, but can you please check this out and test it if you get a chance?
Values on the object passed into the setGeojsonLayer function on the map wrapper are now 'truthy' (in this case, undefined if no relevant config item set, a function otherwise). This allows us to test early whether we should be overriding Leaflet functionality, or using defaults.
Fixes #85
@JonathanPrince, sorry this took sooooo long, but can you please check this out and test it if you get a chance?
Values on the object passed into the
setGeojsonLayer
function on the map wrapper are now 'truthy' (in this case,undefined
if no relevant config item set, a function otherwise). This allows us to test early whether we should be overriding Leaflet functionality, or using defaults.