From: John Firebaugh Date: Thu, 11 Jul 2013 01:20:38 +0000 (-0700) Subject: Link to sources for bulk downloads X-Git-Tag: live~4817^2~24 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/2aa391e8490dcc4bfcb6cdcf483ee3ce5d610851 Link to sources for bulk downloads --- 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"