You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/map/Map.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ import SpatialReference from './spatial-reference/SpatialReference';
34
34
* @property {Boolean} [options.enableInfoWindow=true] - whether to enable infowindow on this map.
35
35
* @property {Boolean} [options.hitDetect=true] - whether to enable hit detecting of layers for cursor style on this map, disable it to improve performance.
36
36
* @property {Boolean} [options.hitDetectLimit=5] - the maximum number of layers to perform hit detect.
37
-
* @property {Boolean} [options.fpsOnInteracting=0] - fps when map is interacting.
37
+
* @property {Boolean} [options.fpsOnInteracting=25] - fps when map is interacting.
38
38
* @property {Boolean} [options.layerCanvasLimitOnInteracting=-1] - limit of layer canvas to draw on map when interacting, set it to improve perf.
39
39
* @property {Number} [options.maxZoom=null] - the maximum zoom the map can be zooming to.
40
40
* @property {Number} [options.minZoom=null] - the minimum zoom the map can be zooming to.
0 commit comments