pbm
pbm

Reputation: 378

Download full KML from Google Maps

I have Google Map with about 1200 points. When I try to save it as KML or view in Google Earth there is only 1000 point. Is there a way (for example using some API) to download all points (I don't need KML - I just want coordinates with description - it may be in some other format)?

Map can be found here. When you save KML there will be no points from 6th page.

Upvotes: 0

Views: 8321

Answers (1)

geocodezip
geocodezip

Reputation: 161334

Apparently there is a 1000 feature limit on exports from My Maps:

Restrictions

#4. There is a 1,000 feature limit on a single My Maps export, and approximately 1,000 in displaying KML - so large maps wont particully benefit from this trick. Wont show an error just the first 1000 points/lines/features.

See this post on the google map product forum for a workaround to export all the points, Barry Hunter also recommends (and I concur) using FustionTables if you need to display more points on a map (sounds like you don't need to display them on a map, just retrieve the data from your map).

Seems to work, here is a combined file displayed on Google Maps (goes up to 1193)

geoxml3 reports 1197: geoXmlDoc: Object -> placemarks: Array[1197]

Upvotes: 1

Related Questions