epgis 2 Posted on 2022-03-01 Edited on 2022-06-02 123epgis.workerUrl = window.URL.createObjectURL(new Blob([workerBundleString],{ type: 'text/javascript'})); 12345678910getImageData: 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)} 12345678910var 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"} 123var s = this._UAParser.getDevice().type; e.style = "mobile" == s ? "aegis://styles/aegis/Streets-Raster512" : "aegis://styles/aegis/Streets";}