Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Maps4HTML/MapML.js
/ min
Method
min
src/web-map.js:1336–1338 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1334
horizontal: {
1335
name:
'easting'
,
1336
get min() {
1337
return
M[t.projection].options.bounds.min.x;
1338
},
1339
get max() {
1340
return
M[t.projection].options.bounds.max.x;
1341
}
Callers
8
map-tile.test.js
File · 0.45
_calculateBounds
Method · 0.45
Util.js
File · 0.45
geometry.js
File · 0.45
MapLayer.js
File · 0.45
ImageLayer.js
File · 0.45
MapTileLayer.js
File · 0.45
ContextMenu.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected