Merge branch 'leaflet'
This commit is contained in:
commit
7d92ec7047
61 changed files with 10245 additions and 1696 deletions
|
@ -61,6 +61,8 @@ OpenStreetMap::Application.configure do
|
|||
config.assets.precompile += %w( large-ltr.css small-ltr.css print-ltr.css )
|
||||
config.assets.precompile += %w( large-rtl.css small-rtl.css print-rtl.css )
|
||||
config.assets.precompile += %w( browse.css theme/openstreetmap/style.css )
|
||||
config.assets.precompile += %w( leaflet-all.css leaflet.ie.css )
|
||||
config.assets.precompile += %w( embed.js embed.css )
|
||||
|
||||
# Disable delivery errors, bad email addresses will be ignored
|
||||
# config.action_mailer.raise_delivery_errors = false
|
||||
|
|
|
@ -219,14 +219,11 @@ en:
|
|||
relation_title: "Relation: %{relation_name}"
|
||||
download_xml: "Download XML"
|
||||
view_history: "View history"
|
||||
start:
|
||||
view_data: "View data for current map view"
|
||||
manually_select: "Manually select a different area"
|
||||
start_rjs:
|
||||
data_layer_name: "Browse Map Data"
|
||||
data_frame_title: "Data"
|
||||
zoom_or_select: "Zoom in or select an area of the map to view"
|
||||
drag_a_box: "Drag a box on the map to select an area"
|
||||
view_data: "View data for current map view"
|
||||
manually_select: "Manually select a different area"
|
||||
hide_areas: "Hide areas"
|
||||
show_areas: "Show areas"
|
||||
|
|
|
@ -203,6 +203,7 @@ OpenStreetMap::Application.routes.draw do
|
|||
# export
|
||||
match '/export/start' => 'export#start', :via => :get
|
||||
match '/export/finish' => 'export#finish', :via => :post
|
||||
match '/export/embed' => 'export#embed', :via => :get
|
||||
|
||||
# messages
|
||||
match '/user/:display_name/inbox' => 'message#inbox', :via => :get, :as => "inbox"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue