Commit 2be5b0cc authored by Clark's avatar Clark
Browse files

set minZoom = 4 for nomenclature layers.

parent 78b86254
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -124,7 +124,9 @@ export default L.LayerCollection = L.Class.extend({
            transparent: true,
            format: "image/png",
            noWrap: true,
            minZoom: 4,
            bounds: [[-90, 360], [90, 0]]

          }
        );
        let name = String(layer["displayname"]);