MCPcopy Index your code
hub / github.com/Maps4HTML/MapML.js / max

Method max

src/web-map.js:1339–1341  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1337 return M[t.projection].options.bounds.min.x;
1338 },
1339 get max() {
1340 return M[t.projection].options.bounds.max.x;
1341 }
1342 },
1343 vertical: {
1344 name: 'northing',

Callers 9

_calculateBoundsMethod · 0.45
GlobalM.jsFile · 0.45
Util.jsFile · 0.45
geometry.jsFile · 0.45
MapLayer.jsFile · 0.45
MapTileLayer.jsFile · 0.45
ContextMenu.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected