From 36856fd6466055467815781846609fa53382fc32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20B=C3=A4uerlein?= Date: Tue, 20 Nov 2012 15:07:32 +0100 Subject: [PATCH] Fixes typo in Rakefile Could not download data for skaane, as there was a `t` missing in the `country` key. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index b16955198..7419e8cb1 100644 --- a/Rakefile +++ b/Rakefile @@ -16,7 +16,7 @@ areas = { :frd => { :country => 'denmark', :bbox => 'top=55.7007 left=12.4765 bottom=55.6576 right=12.5698' }, :regh => { :country => 'denmark', :bbox => 'top=56.164 left=11.792 bottom=55.403 right=12.731' }, :dk => { :country => 'denmark', :bbox => nil }, - :skaane => { :counry => 'sweden', :bbox => 'top=56.55 left=12.4 bottom=55.3 right=14.6' } + :skaane => { :country => 'sweden', :bbox => 'top=56.55 left=12.4 bottom=55.3 right=14.6' } }