blob: 3ce6e82b2a06c0c1bd74a532a23099a1d65dd67b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# kmlstitch
A Linux bash shell script that concatenates a set of kml (or kmz) route files into a single file.
Synonyms for concatenate: stitch combine aggregate add together
## Instructions
- Save the script somewhere and make it executable.
- See: http://www.howtogeek.com/67469/the-beginners-guide-to-shell-scripting-the-basics/
- Put the kml or kmz files in a directory called data.
- In a terminal, navigate to the directory ABOVE /data.
- Run the script.
- <emphasis>i.e.</emphasis> type <pre>kmlstitch</pre>
|