Commit 16094d85 authored by Cain, Jacob Ryan's avatar Cain, Jacob Ryan Committed by Clark, Timothy G
Browse files

add Zoom message

parent 2be5b0cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -129,7 +129,7 @@ export default L.LayerCollection = L.Class.extend({

          }
        );
        let name = String(layer["displayname"]);
        let name = String(layer["displayname"] + " (Zoom to enable)");
        this._overlays[name] = nomenclature;
      }
    },