Override maps maxScale

3096
1
Jump to solution
11-19-2015 07:19 AM
KarenRobine
Occasional Contributor II

The map gets its scales and LOD's from the first basemap added. But I need to override the map's maxScale. The basemap I'm using is set to 9027 for Max Scale, but I need the map's maxScale set to like 70.. Possible?  I know I could load the layer that has the lower maxScale first, and then load the other basemap, but I would like to not take the hit on performance.

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Karen,

   you can define additional LODs to your map in the maps constructor.

Specify LODs (levels of detail) | ArcGIS API for JavaScript

View solution in original post

1 Reply
RobertScheitlin__GISP
MVP Emeritus

Karen,

   you can define additional LODs to your map in the maps constructor.

Specify LODs (levels of detail) | ArcGIS API for JavaScript