How to Export a Shapefile as KML Using R

المشرف العام

Administrator
طاقم الإدارة
All,

I have exported an ESRI shapefile (polygon) to KML using R, but the resulting layer shows only the outer extent of the polygon. How can I fill in the area with a color? Any help is greatly appreciated.

The code is as follows:

library(rgdal) setwd("G:\\GIS_SJR\\GIS Shapefiles\\Boundaries") polygon
 
أعلى