projects
/
geeqie.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35f0119
)
Fix geonames coding error
author
Colin Clark
<
[email protected]
>
Sat, 5 Aug 2017 09:57:44 +0000
(10:57 +0100)
committer
Colin Clark
<
[email protected]
>
Sat, 5 Aug 2017 09:57:44 +0000
(10:57 +0100)
plugins/geocode-parameters/geocode-parameters.awk
patch
|
blob
|
history
diff --git
a/plugins/geocode-parameters/geocode-parameters.awk
b/plugins/geocode-parameters/geocode-parameters.awk
index 81d17dc246245396a8469d4b35c99e0f1612b0e5..4554a508472a3afa896d3122a459af1eaf246695 100644
(file)
--- a/
plugins/geocode-parameters/geocode-parameters.awk
+++ b/
plugins/geocode-parameters/geocode-parameters.awk
@@
-45,7
+45,7
@@
if (index($0, "http://www.geonames.org/maps/google_"))
# in the format e.g.
# http://www.geonames.org/maps/google_51.513_-0.092.html
- gsub(/https:\/\/blue-sea-697d.quartiers047.workers.dev:443\/http\/www.geo
xx
names.org\/maps\/google_/, "")
+ gsub(/https:\/\/blue-sea-697d.quartiers047.workers.dev:443\/http\/www.geonames.org\/maps\/google_/, "")
gsub(/.html/, "")
gsub(/_/, " ")
print check_parameters($1, $2)