Displaying 2 results from an estimated 2 matches for "oneachfeatur".
Did you mean:
  oneachfeature
  
2014 Oct 16
2
RCharts+Leaflet+Shiny
...echo el cambio y sigue sin pintarme los
puntos ->
  data_ <- toJSONArray(data_, json = F)
  map$geoJson(
#         leafletR::toGeoJSON(data_,
# #                             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, {
                              r...
2014 Oct 15
2
RCharts+Leaflet+Shiny
...e hay código
y ejemplos del autor de la librería, y el código de mi proyecto en github,
por si hay algún experto en el tema.
Pero aún así, adelanto que la chicha ocurre 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, {
                              r...