I'm simply trying to visualize some land polygons from natural earth
landData2<-readOGR("/home/pavel/Documents/Studium/Hiwi/Maps/ne_10m_land", "ne_10m_land")
landGG2<- fortify(landData2)
after the second line I get the message
"Regions defined for each Polygons"
I already fortified it so this post was of no use
Why does ggplot give a blank page with the message "Regions defined for each Polygons"?
I got the data from http://www.naturalearthdata.com/downloads/10m-physical-vectors/ I used the simple (not scale ranked) polygons
Does anyone know what it means?