0%

epgis 2

1
2
3
epgis.workerUrl = window.URL.createObjectURL(new Blob([workerBundleString],{
type: 'text/javascript'
}));
1
2
3
4
5
6
7
8
9
10
getImageData: function(t) {
var e = self.document.createElement("canvas")
, r = e.getContext("2d");
if (!r)
throw new Error("failed to create canvas 2d context");
return e.width = t.width,
e.height = t.height,
r.drawImage(t, 0, 0, t.width, t.height),
r.getImageData(0, 0, t.width, t.height)
}
1
2
3
4
5
6
7
8
9
10
var V, F, O = {
API_URL: "",
get EVENTS_URL() {},
FEEDBACK_URL: "https://apps.epgis.com/feedback",
REQUIRE_ACCESS_TOKEN: !0,
ACCESS_TOKEN: null,
MAX_PARALLEL_IMAGE_REQUESTS: 1600,
PROJECT_TYPE: "EPSG:3857",
VERSION: "1.5.4"
}
1
2
3
var s = this._UAParser.getDevice().type;
e.style = "mobile" == s ? "aegis://styles/aegis/Streets-Raster512" : "aegis://styles/aegis/Streets";
}