Displaying 2 results from an estimated 2 matches for "output_geofil".
Did you mean:
output_geofile
2014 Oct 16
2
RCharts+Leaflet+Shiny
...á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)
} !#',
pointToLayer = "#! function(feature, latlng){
return L.circleMarker(la...
2014 Oct 15
2
RCharts+Leaflet+Shiny
...eza. 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){
return L.circleMarker(latlng, {...