I have a Leaflet map with a flickrpics layer that dynamically loads into geojson based on the bbox of the current map view. I would like to get a simple count of the number of markers in this layer so that I can display it next to the layer label in the level control. I tried things like flickrpics.length, but it said undefined.
Apologies, quite new for Flyers and javascript!
source
share