From 2aa391e8490dcc4bfcb6cdcf483ee3ce5d610851 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Wed, 10 Jul 2013 18:20:38 -0700 Subject: [PATCH 1/1] Link to sources for bulk downloads --- app/views/export/start.html.erb | 13 +++++++++++++ config/locales/en.yml | 14 +++++++++++++- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/app/views/export/start.html.erb b/app/views/export/start.html.erb index deccd805d..0bc1ac5bb 100644 --- a/app/views/export/start.html.erb +++ b/app/views/export/start.html.erb @@ -25,6 +25,19 @@

<%= t'export.start.too_large.body' %>

+
+
<%= t'export.start.too_large.planet.title' %>
+
<%= t'export.start.too_large.planet.description' %>
+ +
<%= t'export.start.too_large.geofabrik.title' %>
+
<%= t'export.start.too_large.geofabrik.description' %>
+ +
<%= t'export.start.too_large.metro.title' %>
+
<%= t'export.start.too_large.metro.description' %>
+ +
<%= t'export.start.too_large.other.title' %>
+
<%= t'export.start.too_large.other.description' %>
+
diff --git a/config/locales/en.yml b/config/locales/en.yml index a1cc91fde..97b856c92 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -427,7 +427,19 @@ en: export_details: 'OpenStreetMap data is licensed under the Open Data Commons Open Database License (ODbL).' too_large: heading: "Area Too Large" - body: "This area is too large to be exported as OpenStreetMap XML Data. Please zoom in or select a smaller area." + body: "This area is too large to be exported as OpenStreetMap XML Data. Please zoom in or select a smaller area, or use one of the following sources for bulk data downloads:" + planet: + title: "Planet OSM" + description: "Regularly-updated copies of the complete OpenStreetMap database" + geofabrik: + title: "Geofabrik Downloads" + description: "Regularly-updated extracts of continents, countries, and selected cities" + metro: + title: "Metro Extracts" + description: "Extracts for major world cities and their surrounding areas" + other: + title: "Other Sources" + description: "Additional sources listed on the OpenStreetMap wiki" options: "Options" format: "Format" scale: "Scale" -- 2.43.2