JasonSanford / leaflet-vector-layers

A little help to viewing ArcGIS Server, Geocommons, Arc2Earth, CartoDB, GIS Cloud, etc. vector data in a Leaflet map
http://jasonsanford.github.io/leaflet-vector-layers
BSD 2-Clause "Simplified" License
216 stars 61 forks source link

Circle option for points #60

Open stevevance opened 9 years ago

stevevance commented 9 years ago

In addition to marker and circleMarker, there should be a circle option.

The difference is that circle's radius is in meters while the circleMarker's radius is set in pixels.

I tried editing the source and adding this feature myself but I had some trouble.