From 6c2d90dcaf2189bbd3ee804912348b5a2f5b815e Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Fri, 12 Jul 2013 15:43:33 -0700 Subject: [PATCH] Fix overlay and scaleExtent for TIGER Alaska/Hawaii overlays --- data/imagery.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/data/imagery.json b/data/imagery.json index eb112b867..98ebaf1a5 100644 --- a/data/imagery.json +++ b/data/imagery.json @@ -75,6 +75,11 @@ { "name": " TIGER 2012 Roads Overlay", "template": "http://{t}.tile.openstreetmap.us/tiger2012_roads_expanded/{z}/{x}/{y}.png", + "overlay": true, + "scaleExtent": [ + 16, + 19 + ], "subdomains": [ "a", "b", @@ -94,6 +99,11 @@ { "name": " TIGER 2012 Roads Overlay", "template": "http://{t}.tile.openstreetmap.us/tiger2012_roads_expanded/{z}/{x}/{y}.png", + "overlay": true, + "scaleExtent": [ + 16, + 19 + ], "subdomains": [ "a", "b",