0

I am using mapview in R to plot maps. I have more tha 100 polygons and I want to show them on the map with the names on it every time. But I couldn’t find a solution to this issue. Any idea?

mp<-st_read('https://raw.githubusercontent.com/mgaitan/departamentos_argentina/master/departamentos-buenos_aires.json',stringsAsFactors= FALSE)
mapview(mp,zcol='cabecera') 

I attached the image of my map. I want the names of the polygons (such as "Tres Arroyos") in every polygon ALL THE TIME.

Map photo

0 Answers0