changeset 2569:ab3ff63854d4

Fix geonames coding error
author Colin Clark <colin.clark@cclark.uk>
date Sat, 05 Aug 2017 10:57:44 +0100
parents 78518b422e23
children aaca094d2f32
files plugins/geocode-parameters/geocode-parameters.awk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/geocode-parameters/geocode-parameters.awk	Fri Aug 04 21:04:45 2017 +0100
+++ b/plugins/geocode-parameters/geocode-parameters.awk	Sat Aug 05 10:57:44 2017 +0100
@@ -45,7 +45,7 @@
     # in the format e.g.
     # http://www.geonames.org/maps/google_51.513_-0.092.html
 
-    gsub(/http:\/\/www.geoxxnames.org\/maps\/google_/, "")
+    gsub(/http:\/\/www.geonames.org\/maps\/google_/, "")
     gsub(/.html/, "")
     gsub(/_/, " ")
     print check_parameters($1, $2)