perliedman / leaflet-realtime

Put realtime data on a Leaflet map
ISC License
743 stars 167 forks source link

Add capability to display boat marker and other non-geoJSON types #171

Closed shreyasbharath closed 4 years ago

shreyasbharath commented 4 years ago

Hi,

Thanks for creating an awesome library!

Just wondering if you ever considered adding support for non-geoJSON types like boatmarker? I want to not only display points but also points with a compass heading.

Thanks for your help.

perliedman commented 4 years ago

You can do this by using the pointToLayer option, just like with Leaflet's GeoJSON layer.