hallahan / LeafletPlayback

This is a Leaflet plug-in that plays back points that have a time stamp synchronized to a clock.
http://leafletplayback.theoutpost.io
Other
482 stars 165 forks source link

Function for Layer properties... seems not, but layer.style can #61

Open SFSailor opened 6 years ago

SFSailor commented 6 years ago

The documentation says

layer - Object or function with signature (featureData) that returns geoJSON layer options object. Useful for setting path color. Default: {}.

However, that throws an error. But I CAN use a function with the style sub-property of layer. Spent a bit of time learning this.