Skip to content
Prev 345751 / 398502 Next

Overlay two shapefiles in same map axes rgdal/maptools

Zilefac Elvis <zilefacelvis <at> yahoo.com> writes:
The reproduction of the data didn't work with dput().
This is not an intrinsic problem.
I do not see add=TRUE here, so the second plot() erases the first. If you
are trying to overplot Prairie.Boundaries with filled watersheds polygons,
the Prairie.Boundaries will be covered anyway with col="white". 
What happens with:

plot(watersheds, border="gray8", col="white", axes=TRUE)
plot(Prairie.Boundaries, add=TRUE)

Consider posting questions of this kind on R-sig-geo, this list is for
general R help.

Do try to grasp what you are trying to do first, before asking for help.
Also check that reproducible examples actually reproduce.
#--------------------------------------------------------------