From 1feda20644f05d83bdda22292e757ef1c14bd35f Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Mon, 10 Jun 2013 12:08:52 -0700 Subject: [PATCH] Start layers pane --- app/assets/javascripts/templates/map/layers.jst.ejs | 10 +++++++++- config/locales/en.yml | 8 ++++++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/app/assets/javascripts/templates/map/layers.jst.ejs b/app/assets/javascripts/templates/map/layers.jst.ejs index c94a7779d..4945b9743 100644 --- a/app/assets/javascripts/templates/map/layers.jst.ejs +++ b/app/assets/javascripts/templates/map/layers.jst.ejs @@ -1 +1,9 @@ -

Layers

+

<%= I18n.t('javascripts.map.layers.header') %>

+
+

<%= I18n.t('javascripts.map.layers.overlays') %>

+ + +
+
+

<%= I18n.t('javascripts.map.layers.base') %>

+
diff --git a/config/locales/en.yml b/config/locales/en.yml index d616872c2..c621b40fe 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -2048,8 +2048,12 @@ en: cycle_map: Cycle Map transport_map: Transport Map mapquest: MapQuest Open - overlays: - maplint: Maplint + layers: + header: Map Layers + notes: Map Notes + data: Map Data + overlays: Enable overlays for troubleshooting the map + base: OSM provides the underlying data for all these maps site: edit_tooltip: Edit the map edit_disabled_tooltip: Zoom in to edit the map -- 2.43.2