<div dir="ltr">Hello,<div><br></div><div>I need to determine how many miles (or degrees) I am showing on a map so that I can draw either polygon features at a very low zoomed out level or draw specific markers at a specific poi when adequately zoomed in. To do this, I am trying to use map.getExtent(), it does return me a Bounds object, but that Bounds object always has the same bounds no matter what units I set on my single OSM baselayer. (whether I set units to "dd" or "mi"). The bounds object has the following values"<br>
</div><div><br></div><div><div>bottom: 3843911.3007974</div><div>left: -13661619.94179</div><div>right: -5981227.3407642</div><div>top: 6402411.5112026</div></div><div><br></div><div>So, what units are these bounds expressed in? </div>
<div><br></div><div>Please help!</div><div><br></div><div>Additional information: resolution is also the same regardless of units specified, the only thing that changes is the scale: (22316774913.675 with miles and 1540883843445.3813 with degrees).</div>
<div><br></div><div>Best,</div><div>Sachin Dole</div></div>