search for: pointtolay

Displaying 2 results from an estimated 2 matches for "pointtolay".

Did you mean: pointtolayer
2014 Oct 16
2
RCharts+Leaflet+Shiny
...lat.lon = c('Lat', 'Long'), # dest=output_geofile), data_, onEachFeature = '#! function(feature, layer){ layer.bindPopup(feature.properties.popup) } !#', pointToLayer = "#! function(feature, latlng){ return L.circleMarker(latlng, { radius: 6, fillColor: feature.properties.fillColor || 'blue', color: '#333',...
2014 Oct 15
2
RCharts+Leaflet+Shiny
...en esta funciĆ³n => map$geoJson( leafletR::toGeoJSON(data_, dest=output_geofile), onEachFeature = '#! function(feature, layer){ layer.bindPopup(feature.properties.popup) } !#', pointToLayer = "#! function(feature, latlng){ return L.circleMarker(latlng, { radius: 6, fillColor: feature.properties.fillColor || 'blue', color: '#333',...