Fix geonames coding error
authorColin Clark <[email protected]>
Sat, 5 Aug 2017 09:57:44 +0000 (10:57 +0100)
committerColin Clark <[email protected]>
Sat, 5 Aug 2017 09:57:44 +0000 (10:57 +0100)
plugins/geocode-parameters/geocode-parameters.awk

index 81d17dc246245396a8469d4b35c99e0f1612b0e5..4554a508472a3afa896d3122a459af1eaf246695 100644 (file)
@@ -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.geoxxnames.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)