open_gpx_2_kml 0.9.1 → 0.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Gemfile.lock +1 -1
- data/bin/openGpx2Kml +1 -1
- data/example/config.csv +1 -1
- data/example/windowsconfig.csv +2 -2
- data/lib/tf1_converter/version.rb +1 -1
- metadata +3 -3
data/Gemfile.lock
CHANGED
data/bin/openGpx2Kml
CHANGED
data/example/config.csv
CHANGED
data/example/windowsconfig.csv
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
The path of the directory where you are putting gpx files
|
|
2
2
|
INPUT
|
|
3
|
-
c:\Documents and Settings\FEMA\
|
|
3
|
+
c:\Documents and Settings\FEMA\OpenGpx2Kml\Input
|
|
4
4
|
|
|
5
5
|
The path of the directory where you are wanting the KML files
|
|
6
6
|
OUTPUT
|
|
7
|
-
c:\Documents and Settings\FEMA\
|
|
7
|
+
c:\Documents and Settings\FEMA\OpenGpx2Kml\Output
|
|
8
8
|
|
|
9
9
|
The full path of the directory where your icons are stored
|
|
10
10
|
ICON_PATH
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: open_gpx_2_kml
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -213,7 +213,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
213
213
|
version: '0'
|
|
214
214
|
segments:
|
|
215
215
|
- 0
|
|
216
|
-
hash:
|
|
216
|
+
hash: -1878133451720708989
|
|
217
217
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
218
218
|
none: false
|
|
219
219
|
requirements:
|
|
@@ -222,7 +222,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
222
222
|
version: '0'
|
|
223
223
|
segments:
|
|
224
224
|
- 0
|
|
225
|
-
hash:
|
|
225
|
+
hash: -1878133451720708989
|
|
226
226
|
requirements: []
|
|
227
227
|
rubyforge_project:
|
|
228
228
|
rubygems_version: 1.8.23
|