Select to view content in your preferred language

Is it possible to zoom in beyond the basemap's maximum zoom level in javascript api?

2690
1
Jump to solution
03-10-2015 08:41 AM
MorganEverett
New Contributor III

Is it possible to zoom in past level 19 with the using the streets or satellite basemaps?  I don't care if the base tiles disappear, I have shapes from a feature layer that I would like to be able to zoom in to and get more detail.  It is ok if the base tiles disappear when it is zoom in past level 19.

Is this possible in the javascript api? It is possibe using the WPF SDK but changing the MinimumResolution, but I can't find a way to do it in with the javascript api.

0 Kudos
1 Solution

Accepted Solutions
JeffJacobson
Regular Contributor

You should be able to do this by explicitly setting the levels-of-detail with the lods option in the esri/Map constructor.

View solution in original post

1 Reply
JeffJacobson
Regular Contributor

You should be able to do this by explicitly setting the levels-of-detail with the lods option in the esri/Map constructor.