search for: togeojson

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

Did you mean: geojson
2014 Oct 16
2
RCharts+Leaflet+Shiny
Daniel, muchas gracias por contestar y tan rápido. Pues puede ser la solución, he hecho 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)...
2014 Oct 15
2
RCharts+Leaflet+Shiny
...n midiendo. Los círculos es lo que me trae de cabeza. Os dejo enlaces donde 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){...