mediasuitenz / mappy

A configurable map engine
MIT License
3 stars 2 forks source link

Fix/default markers #85 #93

Closed markstuart closed 9 years ago

markstuart commented 9 years ago

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.

matt-in-a-hat commented 9 years ago

Generally looks good, but I haven't tested.