read min/max zoom var's

This commit is contained in:
Andy Gup 2014-06-09 13:18:36 -06:00
parent 177dacdae1
commit 3f9171558d

View File

@ -300,6 +300,9 @@ require([
baseMapLayer.on("load",function(evt){
mMaxZoom = map.getMaxZoom();
mMinZoom = map.getMinZoom();
busStopsFeatureLayer = new FeatureLayer("http://services.arcgis.com/IZtlGBUe4KTzLOl4/arcgis/rest/services/BPX_RTD_BusStops2/FeatureServer/0",{
mode: FeatureLayer.MODE_SNAPSHOT,
outFields: ["OBJECTID","BSID","ROUTES","STOPNAME"]