Skip to content

Commit 10c4966

Browse files
committed
fixed readme files
1 parent 81a606b commit 10c4966

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

GoogleMapExport2KML/GoogleMapExport2KML.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<Authors>Dan Turco</Authors>
2121
<Company>Just In Time Coders</Company>
2222
<Product>GoogleMapExport2KML</Product>
23-
<Version>1.0.3</Version>
23+
<Version>1.0.4</Version>
2424
<PackageTags>Google Maps;KML;CSV Exports;Maps;DotNet</PackageTags>
2525
<Description>
2626
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.

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
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.
44

55

6-
![GoogleMapExport2Kml](https://github.com/d1820/GoogleMapExport2KML/blob/ac9c689f9df0b1c023bd574eb1ac3d2677a4cb3b/GifInstructions/typical.gif?raw=true)
6+
![GoogleMapExport2Kml](https://raw.githubusercontent.com/d1820/GoogleMapExport2KML/main/GifInstructions/typical.gif)
77

88
## Usage
99

@@ -76,19 +76,19 @@ goog2kml parse -f=C:\downloads\myplaces.csv -f=C:\downloads\myfavoriteplaces.csv
7676

7777
##### Typical Run - Parse
7878

79-
![Typical Run](https://github.com/d1820/GoogleMapExport2KML/blob/ac9c689f9df0b1c023bd574eb1ac3d2677a4cb3b/GifInstructions/typical.gif?raw=true)
79+
![Typical Run](https://raw.githubusercontent.com/d1820/GoogleMapExport2KML/main/GifInstructions/typical.gif)
8080

8181
##### Dry Run - Parse
8282

83-
![Dry Run](https://github.com/d1820/GoogleMapExport2KML/blob/ac9c689f9df0b1c023bd574eb1ac3d2677a4cb3b/GifInstructions/dryrun.png?raw=true)
83+
![Dry Run](https://raw.githubusercontent.com/d1820/GoogleMapExport2KML/main/GifInstructions/dryrun.png)
8484

8585
##### Verbose - Parse
8686

87-
![Verbose](https://github.com/d1820/GoogleMapExport2KML/blob/ac9c689f9df0b1c023bd574eb1ac3d2677a4cb3b/GifInstructions/verbose.gif?raw=true)
87+
![Verbose](https://raw.githubusercontent.com/d1820/GoogleMapExport2KML/main/GifInstructions/verbose.gif)
8888

8989
##### Trace - Parse
9090

91-
![Verbose](https://github.com/d1820/GoogleMapExport2KML/blob/ac9c689f9df0b1c023bd574eb1ac3d2677a4cb3b/GifInstructions/trace.gif?raw=true)
91+
![Verbose](https://raw.githubusercontent.com/d1820/GoogleMapExport2KML/main/GifInstructions/trace.gif)
9292

9393

9494

@@ -169,11 +169,11 @@ goog2kml split -f=C:\downloads\myplaces.kml -o="Output\Split" --stopOnError --pl
169169

170170
### Error: Index was out of range - Parse
171171

172-
![Index out of range error](https://github.com/d1820/GoogleMapExport2KML/blob/ac9c689f9df0b1c023bd574eb1ac3d2677a4cb3b/GifInstructions/IndexError.png?raw=true)
172+
![Index out of range error](https://raw.githubusercontent.com/d1820/GoogleMapExport2KML/main/GifInstructions/IndexError.png)
173173

174174
#### Solution
175175

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.
177177
- Run the job over again
178178

179179

@@ -187,6 +187,7 @@ Attempts are made to recover from these errors but sometimes it may result in a
187187

188188
| Date | Change | Version |
189189
| ---------- | ---------------------------------------- | ------- |
190+
| 04/16/2024 | Bug fix for readme links | 1.0.4 |
190191
| 02/22/2024 | Bug fix with inverted Lat/Long | 1.0.3 |
191192
| 02/18/2024 | Add support to split existing KML file | 1.0.2 |
192193
| 02/03/2024 | Add support to convert Google CSV to KML | 1.0.1 |

0 commit comments

Comments
 (0)