@opengis/gis 0.2.127 → 0.2.129
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{CardIcon-BLMtCXLH.js → CardIcon-DgpYeKbG.js} +1 -1
- package/dist/{EntityTablePage-C4myYlFG.js → EntityTablePage-DNdVavT4.js} +1 -1
- package/dist/{ExtentOutlineLayer.vue_vue_type_script_setup_true_lang-DbJh2Fwh.js → ExtentOutlineLayer.vue_vue_type_script_setup_true_lang-DQnIBCpE.js} +1 -1
- package/dist/{HeaderActions.vue_vue_type_script_setup_true_lang-K7A_UX_L.js → HeaderActions.vue_vue_type_script_setup_true_lang-Cg2y4sIa.js} +234 -207
- package/dist/{MapSettings-DB00GdG3.js → MapSettings-CHF3VpUu.js} +1 -1
- package/dist/{RastersTablePage-BJ8Fx2lR.js → RastersTablePage-Ci3P3r4c.js} +1 -1
- package/dist/{cartocss-C9FsDCQE.js → cartocss-BsaIlSRb.js} +5 -5
- package/dist/{import-utils-CGjOAbEq.js → import-utils-ElncWVJV.js} +1 -1
- package/dist/{index-DWGGabsq.js → index-UGx54M0Q.js} +10 -10
- package/dist/index.js +1 -1
- package/dist/index.umd.cjs +15 -15
- package/dist/{raster-fgKYYXVI.js → raster-BDWEafwx.js} +3 -3
- package/dist/{register-C-I3igBi.js → register-BfNUPbey.js} +3 -3
- package/dist/{service-dErle1NR.js → service-DsykdHry.js} +5 -5
- package/dist/{vs-datatable-BKFXZaVJ.js → vs-datatable-D6g7tjZo.js} +1 -1
- package/package.json +1 -1
- package/server/plugins/mapnik/map.proto +1 -0
- package/server/routes/mapnik/controllers/pretile.js +146 -0
- package/server/routes/mapnik/controllers/rasterInfo.js +5 -1
- package/server/routes/mapnik/functions/cartoBounds.js +2 -2
- package/server/routes/mapnik/functions/convertBoundToTile.js +27 -0
- package/server/routes/mapnik/index.js +13 -0
|
@@ -3,7 +3,7 @@ import { RefreshCw as ie, Plus as ue } from "lucide-vue-next";
|
|
|
3
3
|
import { useRoute as ce, useRouter as de } from "vue-router";
|
|
4
4
|
import { VsPagination as fe, notify as Q } from "@opengis/core";
|
|
5
5
|
import { FilterField as me, Filter as he } from "@opengis/filter";
|
|
6
|
-
import { F as ge, _ as ve } from "./index-
|
|
6
|
+
import { F as ge, _ as ve } from "./index-UGx54M0Q.js";
|
|
7
7
|
import { _ as pe } from "./TableFormHeader.vue_vue_type_script_setup_true_lang-Mci_tseM.js";
|
|
8
8
|
const xe = { class: "flex-1 flex flex-col bg-gray-50 h-screen overflow-hidden p-0 m-0" }, be = {
|
|
9
9
|
key: 0,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as y, computed as f, watch as d, createCommentVNode as x } from "vue";
|
|
2
|
-
import { f as b, u as _ } from "./index-
|
|
2
|
+
import { f as b, u as _ } from "./index-UGx54M0Q.js";
|
|
3
3
|
const I = /* @__PURE__ */ y({
|
|
4
4
|
__name: "ExtentOutlineLayer",
|
|
5
5
|
props: {
|