I need to set max zoom level for map because in some places in doesn't have detailed information data.How better to do that?I'm using Drupal And this is my code in js var map = new esri.Map(id, config.options); var mapLayer = new esri.layers.ArcGISTiledMapServiceLayer('//server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer'); map.addLayer(mapLayer);Any Ideas?
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.