MCPcopy Create free account
hub / github.com/Maps4HTML/MapML.js / tcrs2pcrs

Function tcrs2pcrs

src/mapml/handlers/QueryHandler.js:105–107  ·  view source on GitHub ↗
(c)

Source from the content-addressed store, hash-verified

103 maxWidth: map.getSize().x * 0.7
104 },
105 tcrs2pcrs = function (c) {
106 return crs.transformation.untransform(c, crs.scale(zoom));
107 },
108 tcrs2gcrs = function (c) {
109 return crs.unproject(
110 crs.transformation.untransform(c, crs.scale(zoom)),

Callers 1

_queryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected