Refactoring and fixing layers

* Fixed opacity control
* Reorganize layer switcher
* Add GPX item to menu
* Allow user to cinch to GPX extent

Needs:

* Moderate refactoring
* Possibly a specific 'layerchange event'
* Dropping GPX on the map should be a behavior, probably, instead of in
  the layer
* Layers, if we want them, should be named rather than just have list
  indices
* A better icon for zoom to extent and for that icon to be properly
  placed
This commit is contained in:
Tom MacWright
2013-03-20 13:32:42 -04:00
parent a16b677fb3
commit 51d915c8a6
5 changed files with 174 additions and 103 deletions
+3
View File
@@ -184,3 +184,6 @@ en:
out: Zoom Out
imagery:
provided_by: "Imagery provided by {source}"
gpx:
local_layer: "Local GPX file"
drag_drop: "Drag and drop a .gpx file on the page"