im trying to import a shapefile to R using the function readShapePoly()
on package maptools, but it output this error:
Error en .asSpatialPolygonsShapes(Map$Shapes, IDs, proj4string = proj4string, : Not polygon shapes
What can i do?, why it happens?
Thanks!