You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parses .csv files generated from a Google maps export of Saved Places. This fills the gps of allowing you to import valid KML files from Google maps into other mapping applications.
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
Parses .csv files generated from a Google maps export of Saved Places. This fills the gap in Google of allowing you to import valid KML files from google maps into other mapping applications.

172
+

173
173
174
174
#### Solution
175
175
176
-
- Increase the timeout for looking up the place in Google. The default is 10s and that is usually enough time, but if google has congestion this could impact lookup time.
176
+
- Increase the timeout for looking up the place in Google. The default is 10s and that is usually enough time, but if Google has congestion this could impact lookup time.
177
177
- Run the job over again
178
178
179
179
@@ -187,6 +187,7 @@ Attempts are made to recover from these errors but sometimes it may result in a
0 commit comments