Skip to content

Commit

Permalink
Use sws.geonames.org instead of www.geonames.org
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfb committed Mar 25, 2014
1 parent f7665bd commit 00fe869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pleiades-plus.rb
Expand Up @@ -51,7 +51,7 @@ def bbox_contains?(bbox, lat, long)
def log_match(pleiades, geonames, match_type, match_distance)
data = []
data << "http://pleiades.stoa.org/places/#{pleiades["id"]}"
data << "http://www.geonames.org/#{geonames["id"]}"
data << "http://sws.geonames.org/#{geonames["id"]}/"
data << match_type
data << match_distance.to_s
data << pleiades["locationPrecision"]
Expand Down

0 comments on commit 00fe869

Please sign in to comment.