Skip to content
Prev 28550 / 29559 Next

Importing layers from Google My Maps

If your maps have their sharing links active you can just use download.file() by
adapting the sharing link like this:

https://www.google.com/maps/d/kml?mid=__MAPID__

If your maps are not public this will require authentication first (e.g.,
through RCurl:
https://developers.google.com/gdata/articles/using_cURL#authenticating ).

HTH, //m
On Fri, 2021-02-12 at 15:10 +0100, Thierry Onkelinx via R-sig-Geo wrote: