uomtiles 0.1.0
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/.output/nitro.json +15 -0
- package/.output/public/_nuxt/1d1PDhA4.js +1 -0
- package/.output/public/_nuxt/3B2XYGg4.js +1 -0
- package/.output/public/_nuxt/981KwFWf.js +1 -0
- package/.output/public/_nuxt/B30dSvM4.js +1 -0
- package/.output/public/_nuxt/BN1Gp4Dm.js +1 -0
- package/.output/public/_nuxt/BQlj8Xoe.js +6 -0
- package/.output/public/_nuxt/BRkljK8J.js +1 -0
- package/.output/public/_nuxt/BSdHYVlE2.js +1 -0
- package/.output/public/_nuxt/B_MqTg2k2.js +1 -0
- package/.output/public/_nuxt/BiWblTbb2.js +64 -0
- package/.output/public/_nuxt/BrPwntMr.js +1 -0
- package/.output/public/_nuxt/BskybydR.js +1 -0
- package/.output/public/_nuxt/ByRlKR9F.js +1 -0
- package/.output/public/_nuxt/C0Zdl2EE2.js +1 -0
- package/.output/public/_nuxt/C4qlzA4o.js +1 -0
- package/.output/public/_nuxt/C7HxHbxA.js +1 -0
- package/.output/public/_nuxt/C97TfNgP.js +3 -0
- package/.output/public/_nuxt/CNs_Ozdc.js +1 -0
- package/.output/public/_nuxt/CPuhwLY1.js +1 -0
- package/.output/public/_nuxt/CVE291Pi.js +1 -0
- package/.output/public/_nuxt/C_0VY3Cv2.js +4 -0
- package/.output/public/_nuxt/Ce26t8_Y.js +1 -0
- package/.output/public/_nuxt/CfW544W5.js +1 -0
- package/.output/public/_nuxt/CgMd2Y5s.js +2 -0
- package/.output/public/_nuxt/CgdzV712.js +1 -0
- package/.output/public/_nuxt/D1wVNWS0.js +1 -0
- package/.output/public/_nuxt/DC3bhq63.js +1 -0
- package/.output/public/_nuxt/DK3Fl9T5.js +1 -0
- package/.output/public/_nuxt/DL1MZZLI.js +1 -0
- package/.output/public/_nuxt/DXm-42Fi.js +1 -0
- package/.output/public/_nuxt/Djg3Kzfv.js +1 -0
- package/.output/public/_nuxt/DkcySee1.js +1 -0
- package/.output/public/_nuxt/DmN-PKW1.js +1 -0
- package/.output/public/_nuxt/DtFVCXI9.js +1 -0
- package/.output/public/_nuxt/Dz7VMlHR.js +1 -0
- package/.output/public/_nuxt/NL65vbjG2.js +1 -0
- package/.output/public/_nuxt/Oxy7pKSk.js +3 -0
- package/.output/public/_nuxt/Pik8or8N2.js +1 -0
- package/.output/public/_nuxt/XZ59tThl.js +1 -0
- package/.output/public/_nuxt/ZpWjFsgV.js +1 -0
- package/.output/public/_nuxt/builds/latest.json +1 -0
- package/.output/public/_nuxt/builds/meta/9f85104e-738d-4a74-8daa-40b136ce17d5.json +1 -0
- package/.output/public/_nuxt/dXz6dFgW2.js +1 -0
- package/.output/public/_nuxt/entry.P6tFNE31.css +1 -0
- package/.output/public/_nuxt/error-404.Biv0P6cJ.css +1 -0
- package/.output/public/_nuxt/error-500.8ok468rV.css +1 -0
- package/.output/public/_nuxt/j0MRD-c3.js +1 -0
- package/.output/public/_nuxt/local-pixel-diff.worker-C6RdZoCq.js +2 -0
- package/.output/public/_nuxt/maplibre-gl-worker.nfnkSQvL.mjs +6 -0
- package/.output/public/_nuxt/nearest-area.worker-iSLH0Y_s.js +2 -0
- package/.output/public/_nuxt/q7DkoVkj.js +828 -0
- package/.output/public/_nuxt/raster-tile.worker-BFlOgJig.js +2 -0
- package/.output/public/_nuxt/services._3nQizF8.css +1 -0
- package/.output/public/_nuxt/sql-wasm.DfANybxk.wasm +0 -0
- package/.output/public/_nuxt/tile-diff.worker-CvWWI_eu.js +1 -0
- package/.output/public/_nuxt/zZ1EGR7Y.js +1 -0
- package/.output/public/apple-touch-icon.png +0 -0
- package/.output/public/favicon.ico +0 -0
- package/.output/public/favicon.svg +8 -0
- package/.output/public/icon-192.png +0 -0
- package/.output/public/icon-512.png +0 -0
- package/.output/public/site.webmanifest +11 -0
- package/.output/server/chunks/_/config.mjs +208 -0
- package/.output/server/chunks/_/config.mjs.map +1 -0
- package/.output/server/chunks/_/data-directory.mjs +24 -0
- package/.output/server/chunks/_/data-directory.mjs.map +1 -0
- package/.output/server/chunks/_/error-500.mjs +20 -0
- package/.output/server/chunks/_/error-500.mjs.map +1 -0
- package/.output/server/chunks/_/file-workspace.mjs +910 -0
- package/.output/server/chunks/_/file-workspace.mjs.map +1 -0
- package/.output/server/chunks/_/icons.mjs +6269 -0
- package/.output/server/chunks/_/icons.mjs.map +1 -0
- package/.output/server/chunks/_/map-service.mjs +233 -0
- package/.output/server/chunks/_/map-service.mjs.map +1 -0
- package/.output/server/chunks/_/missing-tile.mjs +104 -0
- package/.output/server/chunks/_/missing-tile.mjs.map +1 -0
- package/.output/server/chunks/_/pixel-diff.mjs +78 -0
- package/.output/server/chunks/_/pixel-diff.mjs.map +1 -0
- package/.output/server/chunks/_/uom-auth.mjs +334 -0
- package/.output/server/chunks/_/uom-auth.mjs.map +1 -0
- package/.output/server/chunks/_/uom-map.mjs +265 -0
- package/.output/server/chunks/_/uom-map.mjs.map +1 -0
- package/.output/server/chunks/build/Alert-0ngTJXxP.mjs +5076 -0
- package/.output/server/chunks/build/Alert-0ngTJXxP.mjs.map +1 -0
- package/.output/server/chunks/build/DashboardSidebarToggle-pncTaIJq.mjs +569 -0
- package/.output/server/chunks/build/DashboardSidebarToggle-pncTaIJq.mjs.map +1 -0
- package/.output/server/chunks/build/Empty-CkW3mADt.mjs +359 -0
- package/.output/server/chunks/build/Empty-CkW3mADt.mjs.map +1 -0
- package/.output/server/chunks/build/FocusScope-Cf0lg0zt.mjs +207 -0
- package/.output/server/chunks/build/FocusScope-Cf0lg0zt.mjs.map +1 -0
- package/.output/server/chunks/build/FormField-CEUZHcv7.mjs +278 -0
- package/.output/server/chunks/build/FormField-CEUZHcv7.mjs.map +1 -0
- package/.output/server/chunks/build/Input-BeNavYXb.mjs +592 -0
- package/.output/server/chunks/build/Input-BeNavYXb.mjs.map +1 -0
- package/.output/server/chunks/build/MapBaseLayerTabs-4445J6yh.mjs +2003 -0
- package/.output/server/chunks/build/MapBaseLayerTabs-4445J6yh.mjs.map +1 -0
- package/.output/server/chunks/build/Modal-DNZtVxca.mjs +1326 -0
- package/.output/server/chunks/build/Modal-DNZtVxca.mjs.map +1 -0
- package/.output/server/chunks/build/OnlineMap-CKwiuqUY.mjs +146 -0
- package/.output/server/chunks/build/OnlineMap-CKwiuqUY.mjs.map +1 -0
- package/.output/server/chunks/build/Pagination-CDHx4HTZ.mjs +1025 -0
- package/.output/server/chunks/build/Pagination-CDHx4HTZ.mjs.map +1 -0
- package/.output/server/chunks/build/PopperArrow-Bqfdf2Et.mjs +2066 -0
- package/.output/server/chunks/build/PopperArrow-Bqfdf2Et.mjs.map +1 -0
- package/.output/server/chunks/build/ScrollArea-BQK3em8b.mjs +379 -0
- package/.output/server/chunks/build/ScrollArea-BQK3em8b.mjs.map +1 -0
- package/.output/server/chunks/build/Slider-D-n8Y0CX.mjs +1087 -0
- package/.output/server/chunks/build/Slider-D-n8Y0CX.mjs.map +1 -0
- package/.output/server/chunks/build/Tooltip-CkpSktvJ.mjs +1345 -0
- package/.output/server/chunks/build/Tooltip-CkpSktvJ.mjs.map +1 -0
- package/.output/server/chunks/build/_virtual_public-CeOptKUP.mjs +7 -0
- package/.output/server/chunks/build/_virtual_public-CeOptKUP.mjs.map +1 -0
- package/.output/server/chunks/build/advanced-D1onodoF.mjs +1430 -0
- package/.output/server/chunks/build/advanced-D1onodoF.mjs.map +1 -0
- package/.output/server/chunks/build/compare-DmSAW8oA.mjs +1093 -0
- package/.output/server/chunks/build/compare-DmSAW8oA.mjs.map +1 -0
- package/.output/server/chunks/build/dashboard-BJxrZ19n.mjs +3217 -0
- package/.output/server/chunks/build/dashboard-BJxrZ19n.mjs.map +1 -0
- package/.output/server/chunks/build/details-CBMqXYyo.mjs +3714 -0
- package/.output/server/chunks/build/details-CBMqXYyo.mjs.map +1 -0
- package/.output/server/chunks/build/error-404-D9aQjJRn.mjs +86 -0
- package/.output/server/chunks/build/error-404-D9aQjJRn.mjs.map +1 -0
- package/.output/server/chunks/build/error-404-styles.DciiguV6.mjs +9 -0
- package/.output/server/chunks/build/error-404-styles.DciiguV6.mjs.map +1 -0
- package/.output/server/chunks/build/error-500-BNyA3wrb.mjs +74 -0
- package/.output/server/chunks/build/error-500-BNyA3wrb.mjs.map +1 -0
- package/.output/server/chunks/build/error-500-styles.C562DYMR.mjs +9 -0
- package/.output/server/chunks/build/error-500-styles.C562DYMR.mjs.map +1 -0
- package/.output/server/chunks/build/esm-Dp2lJXbp.mjs +1121 -0
- package/.output/server/chunks/build/esm-Dp2lJXbp.mjs.map +1 -0
- package/.output/server/chunks/build/interval-BxUMpo78.mjs +411 -0
- package/.output/server/chunks/build/interval-BxUMpo78.mjs.map +1 -0
- package/.output/server/chunks/build/login-lbtjN0MV.mjs +642 -0
- package/.output/server/chunks/build/login-lbtjN0MV.mjs.map +1 -0
- package/.output/server/chunks/build/pages-Ba0Eixbd.mjs +220 -0
- package/.output/server/chunks/build/pages-Ba0Eixbd.mjs.map +1 -0
- package/.output/server/chunks/build/services-DuJwjAB8.mjs +3005 -0
- package/.output/server/chunks/build/services-DuJwjAB8.mjs.map +1 -0
- package/.output/server/chunks/build/services-styles.eoO16BY9.mjs +9 -0
- package/.output/server/chunks/build/services-styles.eoO16BY9.mjs.map +1 -0
- package/.output/server/chunks/build/tasks-CyN9x492.mjs +915 -0
- package/.output/server/chunks/build/tasks-CyN9x492.mjs.map +1 -0
- package/.output/server/chunks/build/tasks-D_Q5EDnn.mjs +87 -0
- package/.output/server/chunks/build/tasks-D_Q5EDnn.mjs.map +1 -0
- package/.output/server/chunks/nitro/nitro.mjs +6215 -0
- package/.output/server/chunks/nitro/nitro.mjs.map +1 -0
- package/.output/server/chunks/routes/api/auth/captcha.post.mjs +21 -0
- package/.output/server/chunks/routes/api/auth/captcha.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/auth/login.post.mjs +27 -0
- package/.output/server/chunks/routes/api/auth/login.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/auth/logout.post.mjs +22 -0
- package/.output/server/chunks/routes/api/auth/logout.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/auth/map-token.post.mjs +22 -0
- package/.output/server/chunks/routes/api/auth/map-token.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/auth/send-sms.post.mjs +31 -0
- package/.output/server/chunks/routes/api/auth/send-sms.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/auth/status.get.mjs +21 -0
- package/.output/server/chunks/routes/api/auth/status.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/map/base/_baseLayer/_zoom/_tileX/_tileY_.get.mjs +44 -0
- package/.output/server/chunks/routes/api/map/base/_baseLayer/_zoom/_tileX/_tileY_.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/map/live/status.get.mjs +32 -0
- package/.output/server/chunks/routes/api/map/live/status.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/map/online/_layerGroup/_zoom/_tileX/_tileY_.get.mjs +48 -0
- package/.output/server/chunks/routes/api/map/online/_layerGroup/_zoom/_tileX/_tileY_.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/map/online-root/_layerGroup/_rootX/_rootY_.get.mjs +46 -0
- package/.output/server/chunks/routes/api/map/online-root/_layerGroup/_rootX/_rootY_.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/map-service/config.post.mjs +38 -0
- package/.output/server/chunks/routes/api/map-service/config.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/map-service/file.post.mjs +41 -0
- package/.output/server/chunks/routes/api/map-service/file.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/map-service/source.post.mjs +35 -0
- package/.output/server/chunks/routes/api/map-service/source.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/map-service/status.get.mjs +32 -0
- package/.output/server/chunks/routes/api/map-service/status.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/_filename/analysis.get.mjs +47 -0
- package/.output/server/chunks/routes/api/workspace/_filename/analysis.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/_filename/download.get.mjs +38 -0
- package/.output/server/chunks/routes/api/workspace/_filename/download.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/_filename/export/_format_.get.mjs +42 -0
- package/.output/server/chunks/routes/api/workspace/_filename/export/_format_.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/_filename/tile.get.mjs +48 -0
- package/.output/server/chunks/routes/api/workspace/_filename/tile.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/_filename/tiles.get.mjs +45 -0
- package/.output/server/chunks/routes/api/workspace/_filename/tiles.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/_filename_.delete.mjs +32 -0
- package/.output/server/chunks/routes/api/workspace/_filename_.delete.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/compare/batch.get.mjs +38 -0
- package/.output/server/chunks/routes/api/workspace/compare/batch.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/compare.post.mjs +33 -0
- package/.output/server/chunks/routes/api/workspace/compare.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/fetch.post.mjs +33 -0
- package/.output/server/chunks/routes/api/workspace/fetch.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/files.get.mjs +27 -0
- package/.output/server/chunks/routes/api/workspace/files.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/files.post.mjs +38 -0
- package/.output/server/chunks/routes/api/workspace/files.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/stop.post.mjs +32 -0
- package/.output/server/chunks/routes/api/workspace/stop.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/tasks.post.mjs +36 -0
- package/.output/server/chunks/routes/api/workspace/tasks.post.mjs.map +1 -0
- package/.output/server/chunks/routes/renderer.mjs +422 -0
- package/.output/server/chunks/routes/renderer.mjs.map +1 -0
- package/.output/server/chunks/routes/services/wms.get.mjs +54 -0
- package/.output/server/chunks/routes/services/wms.get.mjs.map +1 -0
- package/.output/server/chunks/routes/services/wmts.get.mjs +54 -0
- package/.output/server/chunks/routes/services/wmts.get.mjs.map +1 -0
- package/.output/server/chunks/virtual/_virtual_spa-template.mjs +4 -0
- package/.output/server/chunks/virtual/_virtual_spa-template.mjs.map +1 -0
- package/.output/server/chunks/virtual/entry.mjs +18545 -0
- package/.output/server/chunks/virtual/entry.mjs.map +1 -0
- package/.output/server/chunks/virtual/precomputed.mjs +4 -0
- package/.output/server/chunks/virtual/precomputed.mjs.map +1 -0
- package/.output/server/chunks/virtual/styles.mjs +10 -0
- package/.output/server/chunks/virtual/styles.mjs.map +1 -0
- package/.output/server/index.mjs +12 -0
- package/.output/server/index.mjs.map +1 -0
- package/.output/server/node_modules/@babel/parser/lib/index.js +14611 -0
- package/.output/server/node_modules/@babel/parser/package.json +50 -0
- package/.output/server/node_modules/@iconify/utils/lib/colors/index.js +295 -0
- package/.output/server/node_modules/@iconify/utils/lib/colors/keywords.js +701 -0
- package/.output/server/node_modules/@iconify/utils/lib/css/common.js +75 -0
- package/.output/server/node_modules/@iconify/utils/lib/css/format.js +39 -0
- package/.output/server/node_modules/@iconify/utils/lib/css/icon.js +47 -0
- package/.output/server/node_modules/@iconify/utils/lib/css/icons.js +128 -0
- package/.output/server/node_modules/@iconify/utils/lib/customisations/bool.js +19 -0
- package/.output/server/node_modules/@iconify/utils/lib/customisations/defaults.js +13 -0
- package/.output/server/node_modules/@iconify/utils/lib/customisations/flip.js +17 -0
- package/.output/server/node_modules/@iconify/utils/lib/customisations/merge.js +16 -0
- package/.output/server/node_modules/@iconify/utils/lib/customisations/rotate.js +30 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/cleanup.js +78 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/convert.js +100 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/data.js +28 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/format.js +58 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/parse.js +48 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/regex/base.js +203 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/regex/create.js +33 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/regex/numbers.js +132 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/regex/similar.js +165 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/regex/tree.js +79 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/replace/find.js +92 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/replace/replace.js +26 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/components.js +76 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/missing.js +66 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/name.js +45 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/parse.js +103 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/similar.js +36 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/tree.js +92 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/variations.js +62 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon/defaults.js +25 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon/merge.js +16 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon/name.js +57 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon/square.js +33 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon/transformations.js +12 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/convert-info.js +125 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/expand.js +19 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/get-icon.js +25 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/get-icons.js +36 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/minify.js +91 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/parse.js +46 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/tree.js +23 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/validate-basic.js +42 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/validate.js +123 -0
- package/.output/server/node_modules/@iconify/utils/lib/index.js +52 -0
- package/.output/server/node_modules/@iconify/utils/lib/loader/custom.js +30 -0
- package/.output/server/node_modules/@iconify/utils/lib/loader/loader.js +26 -0
- package/.output/server/node_modules/@iconify/utils/lib/loader/modern.js +27 -0
- package/.output/server/node_modules/@iconify/utils/lib/loader/utils.js +105 -0
- package/.output/server/node_modules/@iconify/utils/lib/misc/objects.js +26 -0
- package/.output/server/node_modules/@iconify/utils/lib/misc/strings.js +26 -0
- package/.output/server/node_modules/@iconify/utils/lib/misc/title.js +9 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/build.js +113 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/defs.js +31 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/encode-svg-for-css.js +13 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/html.js +9 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/id.js +41 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/inner-html.js +22 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/parse.js +67 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/pretty.js +54 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/size.js +27 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/trim.js +7 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/url.js +22 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/viewbox.js +8 -0
- package/.output/server/node_modules/@iconify/utils/package.json +119 -0
- package/.output/server/node_modules/@vue/compiler-core/dist/compiler-core.cjs.prod.js +6801 -0
- package/.output/server/node_modules/@vue/compiler-core/package.json +58 -0
- package/.output/server/node_modules/@vue/compiler-dom/dist/compiler-dom.cjs.prod.js +692 -0
- package/.output/server/node_modules/@vue/compiler-dom/package.json +57 -0
- package/.output/server/node_modules/@vue/compiler-ssr/dist/compiler-ssr.cjs.js +1420 -0
- package/.output/server/node_modules/@vue/compiler-ssr/package.json +34 -0
- package/.output/server/node_modules/@vue/reactivity/dist/reactivity.cjs.prod.js +1903 -0
- package/.output/server/node_modules/@vue/reactivity/package.json +55 -0
- package/.output/server/node_modules/@vue/runtime-core/dist/runtime-core.cjs.prod.js +6976 -0
- package/.output/server/node_modules/@vue/runtime-core/package.json +52 -0
- package/.output/server/node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.prod.js +1841 -0
- package/.output/server/node_modules/@vue/runtime-dom/package.json +60 -0
- package/.output/server/node_modules/@vue/server-renderer/dist/server-renderer.cjs.prod.js +904 -0
- package/.output/server/node_modules/@vue/server-renderer/package.json +53 -0
- package/.output/server/node_modules/@vue/shared/dist/shared.cjs.prod.js +609 -0
- package/.output/server/node_modules/@vue/shared/package.json +47 -0
- package/.output/server/node_modules/consola/dist/chunks/prompt.mjs +280 -0
- package/.output/server/node_modules/consola/dist/core.mjs +512 -0
- package/.output/server/node_modules/consola/dist/index.mjs +651 -0
- package/.output/server/node_modules/consola/dist/shared/consola.DRwqZj3T.mjs +72 -0
- package/.output/server/node_modules/consola/dist/shared/consola.DXBYu-KD.mjs +288 -0
- package/.output/server/node_modules/consola/package.json +136 -0
- package/.output/server/node_modules/devalue/index.js +17 -0
- package/.output/server/node_modules/devalue/package.json +39 -0
- package/.output/server/node_modules/devalue/src/base64.js +60 -0
- package/.output/server/node_modules/devalue/src/constants.js +12 -0
- package/.output/server/node_modules/devalue/src/operations.js +193 -0
- package/.output/server/node_modules/devalue/src/parse.js +270 -0
- package/.output/server/node_modules/devalue/src/stringify.js +428 -0
- package/.output/server/node_modules/devalue/src/uneval.js +582 -0
- package/.output/server/node_modules/devalue/src/utils.js +185 -0
- package/.output/server/node_modules/entities/dist/commonjs/decode-codepoint.js +77 -0
- package/.output/server/node_modules/entities/dist/commonjs/decode.js +568 -0
- package/.output/server/node_modules/entities/dist/commonjs/generated/decode-data-html.js +7 -0
- package/.output/server/node_modules/entities/dist/commonjs/generated/decode-data-xml.js +7 -0
- package/.output/server/node_modules/entities/dist/commonjs/internal/bin-trie-flags.js +21 -0
- package/.output/server/node_modules/entities/dist/commonjs/internal/decode-shared.js +31 -0
- package/.output/server/node_modules/entities/dist/commonjs/package.json +3 -0
- package/.output/server/node_modules/entities/package.json +120 -0
- package/.output/server/node_modules/estree-walker/dist/umd/estree-walker.js +344 -0
- package/.output/server/node_modules/estree-walker/package.json +37 -0
- package/.output/server/node_modules/fflate/esm/index.mjs +2710 -0
- package/.output/server/node_modules/fflate/package.json +128 -0
- package/.output/server/node_modules/fnv1a-64/dist/index.mjs +95 -0
- package/.output/server/node_modules/fnv1a-64/package.json +75 -0
- package/.output/server/node_modules/hookable/dist/index.mjs +257 -0
- package/.output/server/node_modules/hookable/package.json +53 -0
- package/.output/server/node_modules/nostics/dist/formatters/ansi.mjs +19 -0
- package/.output/server/node_modules/nostics/dist/index.mjs +187 -0
- package/.output/server/node_modules/nostics/package.json +125 -0
- package/.output/server/node_modules/object-identity/index.js +60 -0
- package/.output/server/node_modules/object-identity/package.json +40 -0
- package/.output/server/node_modules/p-limit/index.js +104 -0
- package/.output/server/node_modules/p-limit/package.json +58 -0
- package/.output/server/node_modules/pmtiles/dist/esm/index.js +2 -0
- package/.output/server/node_modules/pmtiles/package.json +50 -0
- package/.output/server/node_modules/source-map-js/lib/array-set.js +121 -0
- package/.output/server/node_modules/source-map-js/lib/base64-vlq.js +140 -0
- package/.output/server/node_modules/source-map-js/lib/base64.js +67 -0
- package/.output/server/node_modules/source-map-js/lib/binary-search.js +111 -0
- package/.output/server/node_modules/source-map-js/lib/mapping-list.js +79 -0
- package/.output/server/node_modules/source-map-js/lib/quick-sort.js +132 -0
- package/.output/server/node_modules/source-map-js/lib/source-map-consumer.js +1188 -0
- package/.output/server/node_modules/source-map-js/lib/source-map-generator.js +444 -0
- package/.output/server/node_modules/source-map-js/lib/source-node.js +413 -0
- package/.output/server/node_modules/source-map-js/lib/util.js +594 -0
- package/.output/server/node_modules/source-map-js/package.json +71 -0
- package/.output/server/node_modules/source-map-js/source-map.js +8 -0
- package/.output/server/node_modules/tailwindcss/dist/chunk-DCG7AFIE.mjs +1 -0
- package/.output/server/node_modules/tailwindcss/dist/colors.mjs +1 -0
- package/.output/server/node_modules/tailwindcss/package.json +89 -0
- package/.output/server/node_modules/ufo/dist/index.mjs +645 -0
- package/.output/server/node_modules/ufo/package.json +48 -0
- package/.output/server/node_modules/unhead/dist/client.mjs +22 -0
- package/.output/server/node_modules/unhead/dist/index.mjs +52 -0
- package/.output/server/node_modules/unhead/dist/legacy.mjs +33 -0
- package/.output/server/node_modules/unhead/dist/minify.mjs +183 -0
- package/.output/server/node_modules/unhead/dist/parser.mjs +518 -0
- package/.output/server/node_modules/unhead/dist/plugins.mjs +631 -0
- package/.output/server/node_modules/unhead/dist/scripts.node.mjs +6 -0
- package/.output/server/node_modules/unhead/dist/server.mjs +99 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.BEmVMkeA.mjs +673 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.BGFxPGPQ.mjs +47 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.BQWSw36o.mjs +192 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.Bb4d5b9h.mjs +67 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.BdK3SLPN.mjs +585 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.Bf_fPVYA.mjs +6 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.Bm4Y6XQI.mjs +17 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.C3b2Ipoj.mjs +223 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.CGPOfp5O.mjs +32 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.CHEy9ana.mjs +7 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.CTjuIdzk.mjs +27 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.CfKy3Kuq.mjs +196 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.D7HkBzZn.mjs +59 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.DNKiVLV7.mjs +400 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.MC5RsXLj.mjs +19 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.jEy9BmRq.mjs +264 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.tQnRaXfX.mjs +240 -0
- package/.output/server/node_modules/unhead/dist/stream/client.mjs +28 -0
- package/.output/server/node_modules/unhead/dist/stream/iife.mjs +2 -0
- package/.output/server/node_modules/unhead/dist/stream/server.mjs +264 -0
- package/.output/server/node_modules/unhead/dist/utils.mjs +7 -0
- package/.output/server/node_modules/unhead/package.json +179 -0
- package/.output/server/node_modules/vue/dist/vue.cjs.js +80 -0
- package/.output/server/node_modules/vue/dist/vue.cjs.prod.js +66 -0
- package/.output/server/node_modules/vue/index.js +7 -0
- package/.output/server/node_modules/vue/index.mjs +1 -0
- package/.output/server/node_modules/vue/package.json +112 -0
- package/.output/server/node_modules/vue/server-renderer/index.mjs +1 -0
- package/.output/server/node_modules/vue-bundle-renderer/dist/runtime.mjs +278 -0
- package/.output/server/node_modules/vue-bundle-renderer/package.json +54 -0
- package/.output/server/node_modules/yocto-queue/index.js +90 -0
- package/.output/server/node_modules/yocto-queue/package.json +48 -0
- package/.output/server/node_modules/zod/index.js +4 -0
- package/.output/server/node_modules/zod/package.json +135 -0
- package/.output/server/node_modules/zod/v4/classic/checks.js +1 -0
- package/.output/server/node_modules/zod/v4/classic/coerce.js +17 -0
- package/.output/server/node_modules/zod/v4/classic/compat.js +31 -0
- package/.output/server/node_modules/zod/v4/classic/errors.js +48 -0
- package/.output/server/node_modules/zod/v4/classic/external.js +20 -0
- package/.output/server/node_modules/zod/v4/classic/from-json-schema.js +599 -0
- package/.output/server/node_modules/zod/v4/classic/iso.js +30 -0
- package/.output/server/node_modules/zod/v4/classic/package.json +7 -0
- package/.output/server/node_modules/zod/v4/classic/parse.js +15 -0
- package/.output/server/node_modules/zod/v4/classic/schemas.js +1395 -0
- package/.output/server/node_modules/zod/v4/core/api.js +1087 -0
- package/.output/server/node_modules/zod/v4/core/checks.js +575 -0
- package/.output/server/node_modules/zod/v4/core/core.js +78 -0
- package/.output/server/node_modules/zod/v4/core/doc.js +35 -0
- package/.output/server/node_modules/zod/v4/core/errors.js +185 -0
- package/.output/server/node_modules/zod/v4/core/index.js +16 -0
- package/.output/server/node_modules/zod/v4/core/json-schema-generator.js +95 -0
- package/.output/server/node_modules/zod/v4/core/json-schema-processors.js +601 -0
- package/.output/server/node_modules/zod/v4/core/json-schema.js +1 -0
- package/.output/server/node_modules/zod/v4/core/package.json +7 -0
- package/.output/server/node_modules/zod/v4/core/parse.js +93 -0
- package/.output/server/node_modules/zod/v4/core/regexes.js +139 -0
- package/.output/server/node_modules/zod/v4/core/registries.js +51 -0
- package/.output/server/node_modules/zod/v4/core/schemas.js +2239 -0
- package/.output/server/node_modules/zod/v4/core/to-json-schema.js +448 -0
- package/.output/server/node_modules/zod/v4/core/util.js +674 -0
- package/.output/server/node_modules/zod/v4/core/versions.js +5 -0
- package/.output/server/node_modules/zod/v4/locales/ar.js +106 -0
- package/.output/server/node_modules/zod/v4/locales/az.js +105 -0
- package/.output/server/node_modules/zod/v4/locales/be.js +156 -0
- package/.output/server/node_modules/zod/v4/locales/bg.js +120 -0
- package/.output/server/node_modules/zod/v4/locales/ca.js +107 -0
- package/.output/server/node_modules/zod/v4/locales/cs.js +111 -0
- package/.output/server/node_modules/zod/v4/locales/da.js +115 -0
- package/.output/server/node_modules/zod/v4/locales/de.js +108 -0
- package/.output/server/node_modules/zod/v4/locales/el.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/en.js +113 -0
- package/.output/server/node_modules/zod/v4/locales/eo.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/es.js +132 -0
- package/.output/server/node_modules/zod/v4/locales/fa.js +114 -0
- package/.output/server/node_modules/zod/v4/locales/fi.js +112 -0
- package/.output/server/node_modules/zod/v4/locales/fr-CA.js +107 -0
- package/.output/server/node_modules/zod/v4/locales/fr.js +125 -0
- package/.output/server/node_modules/zod/v4/locales/he.js +214 -0
- package/.output/server/node_modules/zod/v4/locales/hr.js +122 -0
- package/.output/server/node_modules/zod/v4/locales/hu.js +108 -0
- package/.output/server/node_modules/zod/v4/locales/hy.js +147 -0
- package/.output/server/node_modules/zod/v4/locales/id.js +106 -0
- package/.output/server/node_modules/zod/v4/locales/index.js +52 -0
- package/.output/server/node_modules/zod/v4/locales/is.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/it.js +108 -0
- package/.output/server/node_modules/zod/v4/locales/ja.js +107 -0
- package/.output/server/node_modules/zod/v4/locales/ka.js +112 -0
- package/.output/server/node_modules/zod/v4/locales/kh.js +5 -0
- package/.output/server/node_modules/zod/v4/locales/km.js +110 -0
- package/.output/server/node_modules/zod/v4/locales/ko.js +111 -0
- package/.output/server/node_modules/zod/v4/locales/lt.js +203 -0
- package/.output/server/node_modules/zod/v4/locales/mk.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/ms.js +107 -0
- package/.output/server/node_modules/zod/v4/locales/nl.js +110 -0
- package/.output/server/node_modules/zod/v4/locales/no.js +108 -0
- package/.output/server/node_modules/zod/v4/locales/ota.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/package.json +7 -0
- package/.output/server/node_modules/zod/v4/locales/pl.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/ps.js +114 -0
- package/.output/server/node_modules/zod/v4/locales/pt.js +108 -0
- package/.output/server/node_modules/zod/v4/locales/ro.js +119 -0
- package/.output/server/node_modules/zod/v4/locales/ru.js +156 -0
- package/.output/server/node_modules/zod/v4/locales/sl.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/sv.js +110 -0
- package/.output/server/node_modules/zod/v4/locales/ta.js +110 -0
- package/.output/server/node_modules/zod/v4/locales/th.js +110 -0
- package/.output/server/node_modules/zod/v4/locales/tr.js +105 -0
- package/.output/server/node_modules/zod/v4/locales/ua.js +5 -0
- package/.output/server/node_modules/zod/v4/locales/uk.js +108 -0
- package/.output/server/node_modules/zod/v4/locales/ur.js +110 -0
- package/.output/server/node_modules/zod/v4/locales/uz.js +110 -0
- package/.output/server/node_modules/zod/v4/locales/vi.js +108 -0
- package/.output/server/node_modules/zod/v4/locales/yo.js +107 -0
- package/.output/server/node_modules/zod/v4/locales/zh-CN.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/zh-TW.js +107 -0
- package/.output/server/package.json +37 -0
- package/LICENSE +3 -0
- package/README.md +125 -0
- package/dist/src/bbox.js +55 -0
- package/dist/src/cli.js +255 -0
- package/dist/src/config.js +56 -0
- package/dist/src/core/fetch-process.js +19 -0
- package/dist/src/core/grid-renderer.js +149 -0
- package/dist/src/core/lease.js +103 -0
- package/dist/src/core/paths.js +13 -0
- package/dist/src/core/png.js +192 -0
- package/dist/src/core/raster-style.js +33 -0
- package/dist/src/core/uomtiles.js +307 -0
- package/dist/src/fetcher.js +208 -0
- package/dist/src/geographic-grid.js +162 -0
- package/dist/src/grid-crawl.js +478 -0
- package/dist/src/mask-image.js +16 -0
- package/dist/src/official-grid.js +51 -0
- package/dist/src/quality.js +30 -0
- package/dist/src/token.js +206 -0
- package/package.json +68 -0
- package/public/apple-touch-icon.png +0 -0
- package/public/favicon.ico +0 -0
- package/public/favicon.svg +8 -0
- package/public/icon-192.png +0 -0
- package/public/icon-512.png +0 -0
- package/public/site.webmanifest +11 -0
|
@@ -0,0 +1,422 @@
|
|
|
1
|
+
import { u as useRuntimeConfig, p as encodePath, q as joinRelativeURL, t as defineRenderHandler, e as getQuery, c as createError, v as destr, w as getRouteRules, x as relative, y as joinURL, z as getResponseStatusText, A as getResponseStatus, B as useNitroApp } from '../nitro/nitro.mjs';
|
|
2
|
+
import { createHead as createHead$1, propsToString, renderSSRHead } from 'unhead/server';
|
|
3
|
+
import { hasInjectionContext, inject, isRef, toValue } from 'vue';
|
|
4
|
+
import { DeprecationsPlugin } from 'unhead/legacy';
|
|
5
|
+
import { PromisesPlugin, TemplateParamsPlugin, AliasSortingPlugin } from 'unhead/plugins';
|
|
6
|
+
import { defineDiagnostics, createConsoleReporter } from 'nostics';
|
|
7
|
+
import { createRenderer, getRequestDependencies, getPreloadLinks, getPrefetchLinks } from 'vue-bundle-renderer/runtime';
|
|
8
|
+
import { renderToString } from 'vue/server-renderer';
|
|
9
|
+
import { stringify, uneval } from 'devalue';
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* E8xxx
|
|
13
|
+
* Nitro server runtime (SSR rendering / dev server) diagnostics.
|
|
14
|
+
*/
|
|
15
|
+
const docsBase = (code) => `https://nuxt.com/docs/4.x/errors/${code.replace("NUXT_", "").toLowerCase()}`;
|
|
16
|
+
const serverDiagnostics = /* #__PURE__ */ defineDiagnostics({
|
|
17
|
+
docsBase,
|
|
18
|
+
reporters: [/* @__PURE__ */ createConsoleReporter(void 0)],
|
|
19
|
+
codes: {
|
|
20
|
+
NUXT_E8001: {
|
|
21
|
+
why: (p) => `\`render:html\` mutated \`body\`/\`bodyAppend\` while streaming (\`${p.path}\`). These fields are silently dropped because the body is about to stream.`,
|
|
22
|
+
fix: "Use the `render:html:close` hook instead.",
|
|
23
|
+
docs: false
|
|
24
|
+
},
|
|
25
|
+
NUXT_E8002: {
|
|
26
|
+
why: (p) => `SSR streaming committed the response before render completed (\`${p.path}\`). The following mutations did not reach the client and were dropped:\n - ${p.mutations}`,
|
|
27
|
+
fix: (p) => `Move the mutation into a plugin (which runs before the shell is flushed), or opt this route out of streaming with \`routeRules: { '${p.path}': { streaming: false } }\` or the \`render:route\` hook.`,
|
|
28
|
+
docs: false
|
|
29
|
+
},
|
|
30
|
+
NUXT_E8003: {
|
|
31
|
+
why: (p) => `Failed to stringify dev server logs.${p.error ? ` Received \`${p.error}\`.` : ""}`,
|
|
32
|
+
fix: "You can define your own reducer/reviver for rich types following the instructions in `https://nuxt.com/docs/4.x/api/composables/use-nuxt-app#payload`.",
|
|
33
|
+
docs: false
|
|
34
|
+
},
|
|
35
|
+
NUXT_E8004: {
|
|
36
|
+
why: "The server bundle is not available.",
|
|
37
|
+
fix: "Ensure the Nuxt build completed successfully and the server entry was emitted by your builder.",
|
|
38
|
+
docs: false
|
|
39
|
+
},
|
|
40
|
+
NUXT_E8005: {
|
|
41
|
+
why: "Island props cannot contain a `template` key, which the Vue runtime compiler would compile and execute.",
|
|
42
|
+
fix: "Rename the prop (e.g. `templateName`), or disable `vue.runtimeCompiler` if you do not need runtime template compilation.",
|
|
43
|
+
docs: false
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
});
|
|
47
|
+
|
|
48
|
+
const NUXT_RUNTIME_PAYLOAD_EXTRACTION = false;
|
|
49
|
+
const NUXT_SSR_STREAMING = false;
|
|
50
|
+
|
|
51
|
+
const headSymbol = "usehead";
|
|
52
|
+
// @__NO_SIDE_EFFECTS__
|
|
53
|
+
function injectHead() {
|
|
54
|
+
if (hasInjectionContext()) {
|
|
55
|
+
const instance = inject(headSymbol);
|
|
56
|
+
if (instance)
|
|
57
|
+
return instance;
|
|
58
|
+
}
|
|
59
|
+
throw new Error("useHead() was called without provide context, ensure you call it through the setup() function.");
|
|
60
|
+
}
|
|
61
|
+
// @__NO_SIDE_EFFECTS__
|
|
62
|
+
function vueInstall(head) {
|
|
63
|
+
const plugin = {
|
|
64
|
+
install(app) {
|
|
65
|
+
app.config.globalProperties.$unhead = head;
|
|
66
|
+
app.config.globalProperties.$head = head;
|
|
67
|
+
app.provide(headSymbol, head);
|
|
68
|
+
}
|
|
69
|
+
};
|
|
70
|
+
return plugin.install;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
const VueResolver = /* @__PURE__ */ Object.assign(
|
|
74
|
+
(_, value) => isRef(value) ? toValue(value) : value,
|
|
75
|
+
// identity for plain non-reactive values, so the SSR default init entry
|
|
76
|
+
// keeps its precomputed fast path (see unhead/server createHead)
|
|
77
|
+
{ _static: true }
|
|
78
|
+
);
|
|
79
|
+
|
|
80
|
+
// @__NO_SIDE_EFFECTS__
|
|
81
|
+
function createHead(options = {}) {
|
|
82
|
+
const head = createHead$1({
|
|
83
|
+
...options,
|
|
84
|
+
propResolvers: [VueResolver]
|
|
85
|
+
});
|
|
86
|
+
head.install = vueInstall(head);
|
|
87
|
+
return head;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
const legacyPlugins = [DeprecationsPlugin, PromisesPlugin, TemplateParamsPlugin, AliasSortingPlugin];
|
|
91
|
+
|
|
92
|
+
const unheadOptions = {
|
|
93
|
+
disableDefaults: true,
|
|
94
|
+
plugins: legacyPlugins,
|
|
95
|
+
};
|
|
96
|
+
|
|
97
|
+
function encodeEventPath(path) {
|
|
98
|
+
const queryIndex = path.indexOf("?");
|
|
99
|
+
if (queryIndex === -1) return encodePath(path);
|
|
100
|
+
return encodePath(path.slice(0, queryIndex)) + path.slice(queryIndex);
|
|
101
|
+
}
|
|
102
|
+
function createSSRContext(event) {
|
|
103
|
+
const url = encodeEventPath(event.path);
|
|
104
|
+
const ssrContext = {
|
|
105
|
+
url,
|
|
106
|
+
event,
|
|
107
|
+
runtimeConfig: useRuntimeConfig(event),
|
|
108
|
+
noSSR: event.context.nuxt?.noSSR || (false),
|
|
109
|
+
head: createHead(unheadOptions),
|
|
110
|
+
error: false,
|
|
111
|
+
nuxt: void 0,
|
|
112
|
+
payload: {},
|
|
113
|
+
["~payloadReducers"]: Object.create(null),
|
|
114
|
+
modules: /* @__PURE__ */ new Set()
|
|
115
|
+
};
|
|
116
|
+
return ssrContext;
|
|
117
|
+
}
|
|
118
|
+
function setSSRError(ssrContext, error) {
|
|
119
|
+
ssrContext.error = true;
|
|
120
|
+
ssrContext.payload = { error };
|
|
121
|
+
ssrContext.url = error.url;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
//#region src/runtime/utils/paths.ts
|
|
125
|
+
function baseURL() {
|
|
126
|
+
return useRuntimeConfig().app.baseURL;
|
|
127
|
+
}
|
|
128
|
+
function buildAssetsDir() {
|
|
129
|
+
return useRuntimeConfig().app.buildAssetsDir;
|
|
130
|
+
}
|
|
131
|
+
function buildAssetsURL(...path) {
|
|
132
|
+
return joinRelativeURL(publicAssetsURL(), buildAssetsDir(), ...path);
|
|
133
|
+
}
|
|
134
|
+
function publicAssetsURL(...path) {
|
|
135
|
+
const app = useRuntimeConfig().app;
|
|
136
|
+
const publicBase = app.cdnURL || app.baseURL;
|
|
137
|
+
return path.length ? joinRelativeURL(publicBase, ...path) : publicBase;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
//#region src/runtime/utils/renderer/cache.ts
|
|
141
|
+
function lazyCachedFunction(fn) {
|
|
142
|
+
let res = null;
|
|
143
|
+
return () => {
|
|
144
|
+
if (res === null) res = fn().catch((err) => {
|
|
145
|
+
res = null;
|
|
146
|
+
throw err;
|
|
147
|
+
});
|
|
148
|
+
return res;
|
|
149
|
+
};
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
const appHead = {"meta":[{"charset":"utf-8"},{"name":"description","content":"UOM 适飞空域预览、下载、对比与地图服务工具"},{"name":"viewport","content":"width=device-width, initial-scale=1"},{"name":"theme-color","content":"#17201d"}],"link":[{"rel":"icon","type":"image/svg+xml","href":"/favicon.svg"},{"rel":"icon","type":"image/x-icon","href":"/favicon.ico"},{"rel":"apple-touch-icon","sizes":"180x180","href":"/apple-touch-icon.png"},{"rel":"manifest","href":"/site.webmanifest"}],"style":[],"script":[],"noscript":[],"title":"UOM适飞地图","titleTemplate":"%s · UOM适飞地图","htmlAttrs":{"lang":"zh-CN"}};
|
|
153
|
+
|
|
154
|
+
const appRootTag = "div";
|
|
155
|
+
|
|
156
|
+
const appRootAttrs = {"id":"__nuxt","class":"isolate"};
|
|
157
|
+
|
|
158
|
+
const appTeleportTag = "div";
|
|
159
|
+
|
|
160
|
+
const appTeleportAttrs = {"id":"teleports"};
|
|
161
|
+
|
|
162
|
+
const appSpaLoaderTag = "div";
|
|
163
|
+
|
|
164
|
+
const appSpaLoaderAttrs = {"id":"__nuxt-loader"};
|
|
165
|
+
|
|
166
|
+
const appId = "nuxt-app";
|
|
167
|
+
|
|
168
|
+
//#region src/runtime/utils/renderer/build-files.ts
|
|
169
|
+
globalThis.__buildAssetsURL = buildAssetsURL;
|
|
170
|
+
globalThis.__publicAssetsURL = publicAssetsURL;
|
|
171
|
+
const APP_ROOT_OPEN_TAG = `<${appRootTag}${propsToString(appRootAttrs)}>`;
|
|
172
|
+
const APP_ROOT_CLOSE_TAG = `</${appRootTag}>`;
|
|
173
|
+
const getServerEntry = () => import('../virtual/entry.mjs').then(function (n) { return n.aB; }).then((r) => r.default || r);
|
|
174
|
+
const getPrecomputedDependencies = () => import('../virtual/precomputed.mjs').then((r) => "default" in r ? r.default : r).then((r) => typeof r === "function" ? r() : r);
|
|
175
|
+
const getSSRRenderer = lazyCachedFunction(async () => {
|
|
176
|
+
const createSSRApp = await getServerEntry();
|
|
177
|
+
if (!createSSRApp) throw serverDiagnostics.NUXT_E8004();
|
|
178
|
+
const precomputed = await getPrecomputedDependencies();
|
|
179
|
+
const renderer = createRenderer(createSSRApp, {
|
|
180
|
+
precomputed,
|
|
181
|
+
manifest: void 0,
|
|
182
|
+
renderToString: renderToString$1,
|
|
183
|
+
buildAssetsURL
|
|
184
|
+
});
|
|
185
|
+
async function renderToString$1(input, context) {
|
|
186
|
+
const html = await renderToString(input, context);
|
|
187
|
+
return APP_ROOT_OPEN_TAG + html + APP_ROOT_CLOSE_TAG;
|
|
188
|
+
}
|
|
189
|
+
return renderer;
|
|
190
|
+
});
|
|
191
|
+
const getSPARenderer = lazyCachedFunction(async () => {
|
|
192
|
+
const precomputed = await getPrecomputedDependencies();
|
|
193
|
+
const spaTemplate = await import('../virtual/_virtual_spa-template.mjs').then((r) => r.template).catch(() => "").then((r) => {
|
|
194
|
+
{
|
|
195
|
+
const APP_SPA_LOADER_OPEN_TAG = `<${appSpaLoaderTag}${propsToString(appSpaLoaderAttrs)}>`;
|
|
196
|
+
const APP_SPA_LOADER_CLOSE_TAG = `</${appSpaLoaderTag}>`;
|
|
197
|
+
return APP_ROOT_OPEN_TAG + APP_ROOT_CLOSE_TAG + (r ? APP_SPA_LOADER_OPEN_TAG + r + APP_SPA_LOADER_CLOSE_TAG : "");
|
|
198
|
+
}
|
|
199
|
+
});
|
|
200
|
+
const renderer = createRenderer(() => () => {}, {
|
|
201
|
+
precomputed,
|
|
202
|
+
manifest: void 0,
|
|
203
|
+
renderToString: () => spaTemplate,
|
|
204
|
+
buildAssetsURL
|
|
205
|
+
});
|
|
206
|
+
const result = await renderer.renderToString({});
|
|
207
|
+
const renderToString = (ssrContext) => {
|
|
208
|
+
const config = useRuntimeConfig(ssrContext.event);
|
|
209
|
+
ssrContext.modules ||= /* @__PURE__ */ new Set();
|
|
210
|
+
ssrContext.payload.serverRendered = false;
|
|
211
|
+
ssrContext.config = {
|
|
212
|
+
public: config.public,
|
|
213
|
+
app: config.app
|
|
214
|
+
};
|
|
215
|
+
return Promise.resolve(result);
|
|
216
|
+
};
|
|
217
|
+
return {
|
|
218
|
+
rendererContext: renderer.rendererContext,
|
|
219
|
+
renderToString
|
|
220
|
+
};
|
|
221
|
+
});
|
|
222
|
+
function getRenderer(ssrContext) {
|
|
223
|
+
return ssrContext.noSSR ? getSPARenderer() : getSSRRenderer();
|
|
224
|
+
}
|
|
225
|
+
const getSSRStyles = lazyCachedFunction(() => import('../virtual/styles.mjs').then((r) => r.default || r));
|
|
226
|
+
|
|
227
|
+
//#region src/runtime/utils/renderer/inline-styles.ts
|
|
228
|
+
async function renderInlineStyles(usedModules) {
|
|
229
|
+
const styleMap = await getSSRStyles();
|
|
230
|
+
const inlinedStyles = /* @__PURE__ */ new Set();
|
|
231
|
+
const promises = [];
|
|
232
|
+
for (const mod of usedModules) if (mod in styleMap && styleMap[mod]) promises.push(styleMap[mod]());
|
|
233
|
+
for (const styles of await Promise.all(promises)) for (const style of styles) inlinedStyles.add(style);
|
|
234
|
+
return Array.from(inlinedStyles).map((style) => ({ innerHTML: style }));
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
function renderPayloadJsonScript(opts) {
|
|
238
|
+
const payload = {
|
|
239
|
+
"type": "application/json",
|
|
240
|
+
"innerHTML": opts.data ? encodeForwardSlashes(stringify(opts.data, opts.ssrContext["~payloadReducers"])) : "",
|
|
241
|
+
"data-nuxt-data": appId,
|
|
242
|
+
"data-ssr": !(opts.ssrContext.noSSR)
|
|
243
|
+
};
|
|
244
|
+
payload.id = "__NUXT_DATA__";
|
|
245
|
+
if (opts.src) payload["data-src"] = opts.src;
|
|
246
|
+
const config = uneval(opts.ssrContext.config);
|
|
247
|
+
return [payload, { innerHTML: `window.__NUXT__={};window.__NUXT__.config=${config}` }];
|
|
248
|
+
}
|
|
249
|
+
/**
|
|
250
|
+
* Encode forward slashes as unicode escape sequences to prevent
|
|
251
|
+
* Google from treating them as internal links and trying to crawl them.
|
|
252
|
+
* @see https://github.com/nuxt/nuxt/issues/24175
|
|
253
|
+
*/
|
|
254
|
+
function encodeForwardSlashes(str) {
|
|
255
|
+
return str.replaceAll("/", "\\u002F");
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
const renderSSRHeadOptions = {"omitLineBreaks":true};
|
|
259
|
+
|
|
260
|
+
const entryIds = [];
|
|
261
|
+
|
|
262
|
+
const entryFileName = "q7DkoVkj.js";
|
|
263
|
+
|
|
264
|
+
//#region src/runtime/handlers/renderer.ts
|
|
265
|
+
globalThis.__buildAssetsURL = buildAssetsURL;
|
|
266
|
+
globalThis.__publicAssetsURL = publicAssetsURL;
|
|
267
|
+
const HAS_APP_TELEPORTS = !!(appTeleportAttrs.id);
|
|
268
|
+
const APP_TELEPORT_OPEN_TAG = HAS_APP_TELEPORTS ? `<${appTeleportTag}${propsToString(appTeleportAttrs)}>` : "";
|
|
269
|
+
const APP_TELEPORT_CLOSE_TAG = HAS_APP_TELEPORTS ? `</${appTeleportTag}>` : "";
|
|
270
|
+
let entryPath;
|
|
271
|
+
const handler = defineRenderHandler((event) => {
|
|
272
|
+
const ssrError = event.path.startsWith("/__nuxt_error") ? getQuery(event) : null;
|
|
273
|
+
if (ssrError && !("__unenv__" in event.node.req)) throw createError({
|
|
274
|
+
status: 404,
|
|
275
|
+
statusText: "Page Not Found: /__nuxt_error",
|
|
276
|
+
message: "Page Not Found: /__nuxt_error"
|
|
277
|
+
});
|
|
278
|
+
return renderRoute(event, ssrError);
|
|
279
|
+
});
|
|
280
|
+
async function renderRoute(event, ssrError) {
|
|
281
|
+
const nitroApp = useNitroApp();
|
|
282
|
+
const ssrContext = createSSRContext(event);
|
|
283
|
+
ssrContext.head.push(appHead);
|
|
284
|
+
if (ssrError) {
|
|
285
|
+
const status = ssrError.status || ssrError.statusCode;
|
|
286
|
+
if (status) ssrError.status = ssrError.statusCode = Number.parseInt(status);
|
|
287
|
+
if (typeof ssrError.data === "string") try {
|
|
288
|
+
ssrError.data = destr(ssrError.data);
|
|
289
|
+
} catch {}
|
|
290
|
+
setSSRError(ssrContext, ssrError);
|
|
291
|
+
}
|
|
292
|
+
const routeOptions = getRouteRules(event);
|
|
293
|
+
if (routeOptions.ssr === false) ssrContext.noSSR = true;
|
|
294
|
+
!ssrContext.noSSR && (NUXT_RUNTIME_PAYLOAD_EXTRACTION);
|
|
295
|
+
const renderer = await getRenderer(ssrContext);
|
|
296
|
+
for (const id of entryIds) ssrContext.modules.add(id);
|
|
297
|
+
const canStream = NUXT_SSR_STREAMING;
|
|
298
|
+
const renderRouteContext = {
|
|
299
|
+
canStream,
|
|
300
|
+
prefersStream: false
|
|
301
|
+
};
|
|
302
|
+
await nitroApp.hooks.callHook("render:route", renderRouteContext, { event });
|
|
303
|
+
const _rendered = await (renderer.renderToString(ssrContext)).catch(async (error) => {
|
|
304
|
+
if ((ssrContext["~renderResponse"] || ssrContext._renderResponse) && error.message === "skipping render") return {};
|
|
305
|
+
const _err = !ssrError && ssrContext.payload?.error || error;
|
|
306
|
+
await ssrContext.nuxt?.hooks.callHook("app:error", _err);
|
|
307
|
+
throw _err;
|
|
308
|
+
});
|
|
309
|
+
const inlinedStyles = !ssrContext["~renderResponse"] && !ssrContext._renderResponse && true ? await renderInlineStyles(ssrContext.modules ?? []) : [];
|
|
310
|
+
await ssrContext.nuxt?.hooks.callHook("app:rendered", {
|
|
311
|
+
ssrContext,
|
|
312
|
+
renderResult: _rendered
|
|
313
|
+
});
|
|
314
|
+
if (ssrContext["~renderResponse"] || ssrContext._renderResponse) return ssrContext["~renderResponse"] || ssrContext._renderResponse;
|
|
315
|
+
if (ssrContext.payload?.error && !ssrError) throw ssrContext.payload.error;
|
|
316
|
+
const NO_SCRIPTS = routeOptions.noScripts;
|
|
317
|
+
const { styles, scripts } = getRequestDependencies(ssrContext, renderer.rendererContext);
|
|
318
|
+
if (!NO_SCRIPTS) {
|
|
319
|
+
let path = entryPath;
|
|
320
|
+
if (!path) {
|
|
321
|
+
path = buildAssetsURL(entryFileName);
|
|
322
|
+
if (ssrContext.runtimeConfig.app.cdnURL || /^(?:\/|\.+\/)/.test(path)) entryPath = path;
|
|
323
|
+
else {
|
|
324
|
+
path = relative(event.path.replace(/\/[^/]+$/, "/"), joinURL("/", path));
|
|
325
|
+
if (!/^(?:\/|\.+\/)/.test(path)) path = `./${path}`;
|
|
326
|
+
}
|
|
327
|
+
}
|
|
328
|
+
ssrContext.head.push({ script: [{
|
|
329
|
+
type: "importmap",
|
|
330
|
+
innerHTML: { imports: { "#entry": path } }
|
|
331
|
+
}] });
|
|
332
|
+
}
|
|
333
|
+
if (inlinedStyles.length) ssrContext.head.push({ style: inlinedStyles });
|
|
334
|
+
const link = [];
|
|
335
|
+
for (const resource of Object.values(styles)) {
|
|
336
|
+
link.push({
|
|
337
|
+
rel: "stylesheet",
|
|
338
|
+
href: renderer.rendererContext.buildAssetsURL(resource.file),
|
|
339
|
+
crossorigin: ""
|
|
340
|
+
});
|
|
341
|
+
}
|
|
342
|
+
if (link.length) ssrContext.head.push({ link });
|
|
343
|
+
if (!NO_SCRIPTS) {
|
|
344
|
+
const dependencyOptions = ssrContext["~lazyHydratedModules"]?.size ? { exclude: ssrContext["~lazyHydratedModules"] } : void 0;
|
|
345
|
+
const excludeHrefs = new Set(link.map((l) => l.href));
|
|
346
|
+
for (const id of ssrContext["~neverHydratedModules"] ?? []) {
|
|
347
|
+
const file = renderer.rendererContext.manifest?.[id]?.file;
|
|
348
|
+
if (file) excludeHrefs.add(renderer.rendererContext.buildAssetsURL(file));
|
|
349
|
+
}
|
|
350
|
+
const hints = [];
|
|
351
|
+
for (const l of getPreloadLinks(ssrContext, renderer.rendererContext, dependencyOptions)) if (!excludeHrefs.has(l.href)) hints.push(l);
|
|
352
|
+
for (const l of getPrefetchLinks(ssrContext, renderer.rendererContext, dependencyOptions)) if (!excludeHrefs.has(l.href)) hints.push(l);
|
|
353
|
+
ssrContext.head.push({ link: hints });
|
|
354
|
+
ssrContext.head.push({ script: renderPayloadJsonScript({
|
|
355
|
+
ssrContext,
|
|
356
|
+
data: stripInlineOnlyPayloadFields(ssrContext.payload)
|
|
357
|
+
}) }, {
|
|
358
|
+
tagPosition: "bodyClose",
|
|
359
|
+
tagPriority: "high"
|
|
360
|
+
});
|
|
361
|
+
}
|
|
362
|
+
if (!routeOptions.noScripts) {
|
|
363
|
+
const tagPosition = "head";
|
|
364
|
+
ssrContext.head.push({ script: Object.values(scripts).map((resource) => ({
|
|
365
|
+
type: resource.module ? "module" : null,
|
|
366
|
+
src: renderer.rendererContext.buildAssetsURL(resource.file),
|
|
367
|
+
defer: resource.module ? null : true,
|
|
368
|
+
tagPosition,
|
|
369
|
+
crossorigin: ""
|
|
370
|
+
})) });
|
|
371
|
+
}
|
|
372
|
+
const { headTags, bodyTags, bodyTagsOpen, htmlAttrs, bodyAttrs } = renderSSRHead(ssrContext.head, renderSSRHeadOptions);
|
|
373
|
+
const htmlContext = {
|
|
374
|
+
htmlAttrs: htmlAttrs ? [htmlAttrs] : [],
|
|
375
|
+
head: normalizeChunks([headTags]),
|
|
376
|
+
bodyAttrs: bodyAttrs ? [bodyAttrs] : [],
|
|
377
|
+
bodyPrepend: normalizeChunks([bodyTagsOpen, ssrContext.teleports?.body]),
|
|
378
|
+
body: [_rendered.html, APP_TELEPORT_OPEN_TAG + (HAS_APP_TELEPORTS ? joinTags([ssrContext.teleports?.[`#${appTeleportAttrs.id}`]]) : "") + APP_TELEPORT_CLOSE_TAG],
|
|
379
|
+
bodyAppend: [bodyTags]
|
|
380
|
+
};
|
|
381
|
+
await nitroApp.hooks.callHook("render:html", htmlContext, { event });
|
|
382
|
+
return {
|
|
383
|
+
body: renderHTMLDocument(htmlContext),
|
|
384
|
+
statusCode: getResponseStatus(event),
|
|
385
|
+
statusMessage: getResponseStatusText(event),
|
|
386
|
+
headers: {
|
|
387
|
+
"content-type": "text/html;charset=utf-8",
|
|
388
|
+
"x-powered-by": "Nuxt"
|
|
389
|
+
}
|
|
390
|
+
};
|
|
391
|
+
}
|
|
392
|
+
function normalizeChunks(chunks) {
|
|
393
|
+
const result = [];
|
|
394
|
+
for (const _chunk of chunks) {
|
|
395
|
+
const chunk = _chunk?.trim();
|
|
396
|
+
if (chunk) result.push(chunk);
|
|
397
|
+
}
|
|
398
|
+
return result;
|
|
399
|
+
}
|
|
400
|
+
function joinTags(tags) {
|
|
401
|
+
return tags.join("");
|
|
402
|
+
}
|
|
403
|
+
function joinAttrs(chunks) {
|
|
404
|
+
if (chunks.length === 0) return "";
|
|
405
|
+
return " " + chunks.join(" ");
|
|
406
|
+
}
|
|
407
|
+
function renderHTMLDocument(html) {
|
|
408
|
+
return `<!DOCTYPE html><html${joinAttrs(html.htmlAttrs)}><head>${joinTags(html.head)}</head><body${joinAttrs(html.bodyAttrs)}>${joinTags(html.bodyPrepend)}${joinTags(html.body)}${joinTags(html.bodyAppend)}</body></html>`;
|
|
409
|
+
}
|
|
410
|
+
function stripInlineOnlyPayloadFields(payload) {
|
|
411
|
+
if (!payload.prefetchLinks) return payload;
|
|
412
|
+
const { prefetchLinks: _, ...rest } = payload;
|
|
413
|
+
return rest;
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
const renderer = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
417
|
+
__proto__: null,
|
|
418
|
+
default: handler
|
|
419
|
+
}, Symbol.toStringTag, { value: 'Module' }));
|
|
420
|
+
|
|
421
|
+
export { VueResolver as V, baseURL as b, headSymbol as h, injectHead as i, publicAssetsURL as p, renderer as r };
|
|
422
|
+
//# sourceMappingURL=renderer.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"renderer.mjs","sources":["../../../../node_modules/.pnpm/@nuxt+nitro-server@4.5.2_0abaeadacaadf3c6f5895ef5796c5f2d/node_modules/@nuxt/nitro-server/dist/runtime/diagnostics.mjs","../../../../node_modules/.pnpm/@unhead+vue@3.3.2_@oxc-project+types@0.144.0_esbuild@0.28.2_lightningcss@1.33.0_rolldow_d6a0f92e58b56e722e590d32ed81bfdf/node_modules/@unhead/vue/dist/shared/vue.DKb5ZKVl.mjs","../../../../node_modules/.pnpm/@unhead+vue@3.3.2_@oxc-project+types@0.144.0_esbuild@0.28.2_lightningcss@1.33.0_rolldow_d6a0f92e58b56e722e590d32ed81bfdf/node_modules/@unhead/vue/dist/shared/vue.D2XR8FqS.mjs","../../../../node_modules/.pnpm/@unhead+vue@3.3.2_@oxc-project+types@0.144.0_esbuild@0.28.2_lightningcss@1.33.0_rolldow_d6a0f92e58b56e722e590d32ed81bfdf/node_modules/@unhead/vue/dist/server.mjs","../../../../node_modules/.pnpm/@unhead+vue@3.3.2_@oxc-project+types@0.144.0_esbuild@0.28.2_lightningcss@1.33.0_rolldow_d6a0f92e58b56e722e590d32ed81bfdf/node_modules/@unhead/vue/dist/legacy.mjs","../../../../node_modules/.pnpm/@nuxt+nitro-server@4.5.2_0abaeadacaadf3c6f5895ef5796c5f2d/node_modules/@nuxt/nitro-server/dist/runtime/utils/renderer/app.mjs","../../../../node_modules/.pnpm/@nuxt+nitro-server@4.5.2_0abaeadacaadf3c6f5895ef5796c5f2d/node_modules/@nuxt/nitro-server/dist/runtime/utils/paths.mjs","../../../../node_modules/.pnpm/@nuxt+nitro-server@4.5.2_0abaeadacaadf3c6f5895ef5796c5f2d/node_modules/@nuxt/nitro-server/dist/runtime/utils/renderer/cache.mjs","../../../../node_modules/.pnpm/@nuxt+nitro-server@4.5.2_0abaeadacaadf3c6f5895ef5796c5f2d/node_modules/@nuxt/nitro-server/dist/runtime/utils/renderer/build-files.mjs","../../../../node_modules/.pnpm/@nuxt+nitro-server@4.5.2_0abaeadacaadf3c6f5895ef5796c5f2d/node_modules/@nuxt/nitro-server/dist/runtime/utils/renderer/inline-styles.mjs","../../../../node_modules/.pnpm/@nuxt+nitro-server@4.5.2_0abaeadacaadf3c6f5895ef5796c5f2d/node_modules/@nuxt/nitro-server/dist/runtime/utils/renderer/payload.mjs","../../../../node_modules/.pnpm/@nuxt+nitro-server@4.5.2_0abaeadacaadf3c6f5895ef5796c5f2d/node_modules/@nuxt/nitro-server/dist/runtime/handlers/renderer.mjs"],"names":["getQuery$1"],"mappings":"","x_google_ignoreList":[0,1,2,3,4,5,6,7,8,9,10,11]}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { d as defineEventHandler, e as getQuery, n as setResponseHeader, o as getRequestURL, c as createError, s as setResponseHeaders } from '../../nitro/nitro.mjs';
|
|
2
|
+
import { b as activeMapService, w as wmsCapabilities, d as mapServiceImage } from '../../_/map-service.mjs';
|
|
3
|
+
import { z } from 'zod';
|
|
4
|
+
import 'node:http';
|
|
5
|
+
import 'node:https';
|
|
6
|
+
import 'node:events';
|
|
7
|
+
import 'node:buffer';
|
|
8
|
+
import 'node:fs';
|
|
9
|
+
import 'node:path';
|
|
10
|
+
import 'node:crypto';
|
|
11
|
+
import 'node:url';
|
|
12
|
+
import '@iconify/utils';
|
|
13
|
+
import 'consola';
|
|
14
|
+
import 'node:stream/promises';
|
|
15
|
+
import '../../_/config.mjs';
|
|
16
|
+
import 'node:zlib';
|
|
17
|
+
import '../../_/data-directory.mjs';
|
|
18
|
+
import 'node:os';
|
|
19
|
+
import '../../_/file-workspace.mjs';
|
|
20
|
+
import 'node:fs/promises';
|
|
21
|
+
import 'node:sqlite';
|
|
22
|
+
import 'pmtiles';
|
|
23
|
+
import 'node:child_process';
|
|
24
|
+
import 'node:util';
|
|
25
|
+
|
|
26
|
+
const getMapSchema = z.object({
|
|
27
|
+
VERSION: z.literal("1.3.0"),
|
|
28
|
+
LAYERS: z.literal("uomtiles"),
|
|
29
|
+
STYLES: z.string(),
|
|
30
|
+
CRS: z.literal("EPSG:3857"),
|
|
31
|
+
BBOX: z.string().transform((value) => value.split(",").map(Number)).refine((value) => value.length === 4 && value.every(Number.isFinite)),
|
|
32
|
+
WIDTH: z.coerce.number().int().min(1).max(2048),
|
|
33
|
+
HEIGHT: z.coerce.number().int().min(1).max(2048),
|
|
34
|
+
FORMAT: z.literal("image/png")
|
|
35
|
+
});
|
|
36
|
+
const wms_get = defineEventHandler(async (event) => {
|
|
37
|
+
activeMapService();
|
|
38
|
+
const query = Object.fromEntries(Object.entries(getQuery(event)).map(([key, value]) => [key.toUpperCase(), String(value)]));
|
|
39
|
+
const request = String(query.REQUEST || "").toUpperCase();
|
|
40
|
+
if (request === "GETCAPABILITIES") {
|
|
41
|
+
setResponseHeader(event, "Content-Type", "application/xml; charset=utf-8");
|
|
42
|
+
return wmsCapabilities(`${getRequestURL(event).origin}/services/wms`);
|
|
43
|
+
}
|
|
44
|
+
if (request !== "GETMAP") throw createError({ statusCode: 400, statusMessage: "WMS \u4EC5\u652F\u6301 GetCapabilities \u548C GetMap" });
|
|
45
|
+
const parsed = getMapSchema.parse(query);
|
|
46
|
+
const [minx, miny, maxx, maxy] = parsed.BBOX;
|
|
47
|
+
if (!(minx < maxx && miny < maxy)) throw createError({ statusCode: 400, statusMessage: "WMS BBOX \u4E0D\u5408\u6CD5" });
|
|
48
|
+
const image = await mapServiceImage({ minx, miny, maxx, maxy }, parsed.WIDTH, parsed.HEIGHT);
|
|
49
|
+
setResponseHeaders(event, { "Content-Type": "image/png", "Cache-Control": "no-store" });
|
|
50
|
+
return image;
|
|
51
|
+
});
|
|
52
|
+
|
|
53
|
+
export { wms_get as default };
|
|
54
|
+
//# sourceMappingURL=wms.get.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"wms.get.mjs","sources":["../../../../../server/routes/services/wms.get.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAEA,MAAA,YAAA,GAAA,EAAA,MAAA,CAAA;AAAA,EACA,OAAA,EAAA,CAAA,CAAA,OAAA,CAAA,OAAA,CAAA;AAAA,EACA,MAAA,EAAA,CAAA,CAAA,OAAA,CAAA,UAAA,CAAA;AAAA,EACA,MAAA,EAAA,EAAA,MAAA,EAAA;AAAA,EACA,GAAA,EAAA,CAAA,CAAA,OAAA,CAAA,WAAA,CAAA;AAAA,EACA,IAAA,EAAA,EAAA,MAAA,EAAA,CAAA,UAAA,CAAA,KAAA,KAAA,KAAA,CAAA,KAAA,CAAA,GAAA,CAAA,CAAA,GAAA,CAAA,MAAA,CAAA,CAAA,CAAA,MAAA,CAAA,CAAA,KAAA,KAAA,KAAA,CAAA,MAAA,KAAA,KAAA,KAAA,CAAA,KAAA,CAAA,MAAA,CAAA,QAAA,CAAA,CAAA;AAAA,EACA,KAAA,EAAA,CAAA,CAAA,MAAA,CAAA,MAAA,EAAA,CAAA,GAAA,EAAA,CAAA,GAAA,CAAA,CAAA,CAAA,CAAA,GAAA,CAAA,IAAA,CAAA;AAAA,EACA,MAAA,EAAA,CAAA,CAAA,MAAA,CAAA,MAAA,EAAA,CAAA,GAAA,EAAA,CAAA,GAAA,CAAA,CAAA,CAAA,CAAA,GAAA,CAAA,IAAA,CAAA;AAAA,EACA,MAAA,EAAA,CAAA,CAAA,OAAA,CAAA,WAAA;AACA,CAAA,CAAA;AAEA,gBAAA,kBAAA,CAAA,OAAA,KAAA,KAAA;AACA,EAAA,gBAAA,EAAA;AACA,EAAA,MAAA,KAAA,GAAA,OAAA,WAAA,CAAA,MAAA,CAAA,QAAA,QAAA,CAAA,KAAA,CAAA,CAAA,CAAA,GAAA,CAAA,CAAA,CAAA,GAAA,EAAA,KAAA,CAAA,KAAA,CAAA,GAAA,CAAA,WAAA,IAAA,MAAA,CAAA,KAAA,CAAA,CAAA,CAAA,CAAA;AACA,EAAA,MAAA,UAAA,MAAA,CAAA,KAAA,CAAA,OAAA,IAAA,EAAA,EAAA,WAAA,EAAA;AACA,EAAA,IAAA,YAAA,iBAAA,EAAA;AACA,IAAA,iBAAA,CAAA,KAAA,EAAA,gBAAA,gCAAA,CAAA;AACA,IAAA,OAAA,gBAAA,CAAA,EAAA,aAAA,CAAA,KAAA,CAAA,CAAA,MAAA,CAAA,aAAA,CAAA,CAAA;AAAA,EACA;AACA,EAAA,IAAA,OAAA,KAAA,UAAA,MAAA,WAAA,CAAA,EAAA,UAAA,EAAA,GAAA,EAAA,aAAA,EAAA,sDAAA,EAAA,CAAA;AACA,EAAA,MAAA,MAAA,GAAA,YAAA,CAAA,KAAA,CAAA,KAAA,CAAA;AACA,EAAA,MAAA,CAAA,IAAA,EAAA,IAAA,EAAA,IAAA,EAAA,IAAA,IAAA,MAAA,CAAA,IAAA;AACA,EAAA,IAAA,EAAA,IAAA,GAAA,IAAA,IAAA,IAAA,GAAA,IAAA,CAAA,EAAA,MAAA,WAAA,CAAA,EAAA,UAAA,EAAA,GAAA,EAAA,aAAA,EAAA,6BAAA,EAAA,CAAA;AACA,EAAA,MAAA,KAAA,GAAA,MAAA,eAAA,CAAA,EAAA,IAAA,EAAA,IAAA,EAAA,IAAA,EAAA,IAAA,EAAA,EAAA,MAAA,CAAA,KAAA,EAAA,MAAA,CAAA,MAAA,CAAA;AACA,EAAA,kBAAA,CAAA,OAAA,EAAA,cAAA,EAAA,WAAA,EAAA,eAAA,EAAA,YAAA,CAAA;AACA,EAAA,OAAA,KAAA;AACA,CAAA,CAAA;;;;"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { d as defineEventHandler, e as getQuery, n as setResponseHeader, o as getRequestURL, c as createError, s as setResponseHeaders } from '../../nitro/nitro.mjs';
|
|
2
|
+
import { b as activeMapService, e as wmtsCapabilities, f as mapServiceTile } from '../../_/map-service.mjs';
|
|
3
|
+
import { z } from 'zod';
|
|
4
|
+
import 'node:http';
|
|
5
|
+
import 'node:https';
|
|
6
|
+
import 'node:events';
|
|
7
|
+
import 'node:buffer';
|
|
8
|
+
import 'node:fs';
|
|
9
|
+
import 'node:path';
|
|
10
|
+
import 'node:crypto';
|
|
11
|
+
import 'node:url';
|
|
12
|
+
import '@iconify/utils';
|
|
13
|
+
import 'consola';
|
|
14
|
+
import 'node:stream/promises';
|
|
15
|
+
import '../../_/config.mjs';
|
|
16
|
+
import 'node:zlib';
|
|
17
|
+
import '../../_/data-directory.mjs';
|
|
18
|
+
import 'node:os';
|
|
19
|
+
import '../../_/file-workspace.mjs';
|
|
20
|
+
import 'node:fs/promises';
|
|
21
|
+
import 'node:sqlite';
|
|
22
|
+
import 'pmtiles';
|
|
23
|
+
import 'node:child_process';
|
|
24
|
+
import 'node:util';
|
|
25
|
+
|
|
26
|
+
const tileSchema = z.object({
|
|
27
|
+
VERSION: z.literal("1.0.0"),
|
|
28
|
+
LAYER: z.literal("uomtiles"),
|
|
29
|
+
STYLE: z.literal("default"),
|
|
30
|
+
TILEMATRIXSET: z.literal("WebMercatorQuad"),
|
|
31
|
+
TILEMATRIX: z.coerce.number().int().min(0).max(18),
|
|
32
|
+
TILEROW: z.coerce.number().int().min(0),
|
|
33
|
+
TILECOL: z.coerce.number().int().min(0),
|
|
34
|
+
FORMAT: z.literal("image/png")
|
|
35
|
+
});
|
|
36
|
+
const wmts_get = defineEventHandler(async (event) => {
|
|
37
|
+
activeMapService();
|
|
38
|
+
const query = Object.fromEntries(Object.entries(getQuery(event)).map(([key, value]) => [key.toUpperCase(), String(value)]));
|
|
39
|
+
const request = String(query.REQUEST || "").toUpperCase();
|
|
40
|
+
if (request === "GETCAPABILITIES") {
|
|
41
|
+
setResponseHeader(event, "Content-Type", "application/xml; charset=utf-8");
|
|
42
|
+
return wmtsCapabilities(`${getRequestURL(event).origin}/services/wmts`);
|
|
43
|
+
}
|
|
44
|
+
if (request !== "GETTILE") throw createError({ statusCode: 400, statusMessage: "WMTS \u4EC5\u652F\u6301 GetCapabilities \u548C GetTile" });
|
|
45
|
+
const parsed = tileSchema.parse(query);
|
|
46
|
+
const dimension = 2 ** parsed.TILEMATRIX;
|
|
47
|
+
if (parsed.TILECOL >= dimension || parsed.TILEROW >= dimension) throw createError({ statusCode: 400, statusMessage: "WMTS \u74E6\u7247\u5750\u6807\u4E0D\u5408\u6CD5" });
|
|
48
|
+
const tile = await mapServiceTile(parsed.TILEMATRIX, parsed.TILECOL, parsed.TILEROW);
|
|
49
|
+
setResponseHeaders(event, { "Content-Type": "image/png", "Cache-Control": "no-store" });
|
|
50
|
+
return tile;
|
|
51
|
+
});
|
|
52
|
+
|
|
53
|
+
export { wmts_get as default };
|
|
54
|
+
//# sourceMappingURL=wmts.get.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"wmts.get.mjs","sources":["../../../../../server/routes/services/wmts.get.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAEA,MAAA,UAAA,GAAA,EAAA,MAAA,CAAA;AAAA,EACA,OAAA,EAAA,CAAA,CAAA,OAAA,CAAA,OAAA,CAAA;AAAA,EACA,KAAA,EAAA,CAAA,CAAA,OAAA,CAAA,UAAA,CAAA;AAAA,EACA,KAAA,EAAA,CAAA,CAAA,OAAA,CAAA,SAAA,CAAA;AAAA,EACA,aAAA,EAAA,CAAA,CAAA,OAAA,CAAA,iBAAA,CAAA;AAAA,EACA,UAAA,EAAA,CAAA,CAAA,MAAA,CAAA,MAAA,EAAA,CAAA,GAAA,EAAA,CAAA,GAAA,CAAA,CAAA,CAAA,CAAA,GAAA,CAAA,EAAA,CAAA;AAAA,EACA,OAAA,EAAA,EAAA,MAAA,CAAA,MAAA,GAAA,GAAA,EAAA,CAAA,IAAA,CAAA,CAAA;AAAA,EACA,OAAA,EAAA,EAAA,MAAA,CAAA,MAAA,GAAA,GAAA,EAAA,CAAA,IAAA,CAAA,CAAA;AAAA,EACA,MAAA,EAAA,CAAA,CAAA,OAAA,CAAA,WAAA;AACA,CAAA,CAAA;AAEA,iBAAA,kBAAA,CAAA,OAAA,KAAA,KAAA;AACA,EAAA,gBAAA,EAAA;AACA,EAAA,MAAA,KAAA,GAAA,OAAA,WAAA,CAAA,MAAA,CAAA,QAAA,QAAA,CAAA,KAAA,CAAA,CAAA,CAAA,GAAA,CAAA,CAAA,CAAA,GAAA,EAAA,KAAA,CAAA,KAAA,CAAA,GAAA,CAAA,WAAA,IAAA,MAAA,CAAA,KAAA,CAAA,CAAA,CAAA,CAAA;AACA,EAAA,MAAA,UAAA,MAAA,CAAA,KAAA,CAAA,OAAA,IAAA,EAAA,EAAA,WAAA,EAAA;AACA,EAAA,IAAA,YAAA,iBAAA,EAAA;AACA,IAAA,iBAAA,CAAA,KAAA,EAAA,gBAAA,gCAAA,CAAA;AACA,IAAA,OAAA,iBAAA,CAAA,EAAA,aAAA,CAAA,KAAA,CAAA,CAAA,MAAA,CAAA,cAAA,CAAA,CAAA;AAAA,EACA;AACA,EAAA,IAAA,OAAA,KAAA,WAAA,MAAA,WAAA,CAAA,EAAA,UAAA,EAAA,GAAA,EAAA,aAAA,EAAA,wDAAA,EAAA,CAAA;AACA,EAAA,MAAA,MAAA,GAAA,UAAA,CAAA,KAAA,CAAA,KAAA,CAAA;AACA,EAAA,MAAA,SAAA,GAAA,KAAA,MAAA,CAAA,UAAA;AACA,EAAA,IAAA,MAAA,CAAA,OAAA,IAAA,SAAA,IAAA,MAAA,CAAA,OAAA,IAAA,SAAA,EAAA,MAAA,WAAA,CAAA,EAAA,UAAA,EAAA,GAAA,EAAA,aAAA,EAAA,mDAAA,CAAA;AACA,EAAA,MAAA,IAAA,GAAA,MAAA,cAAA,CAAA,MAAA,CAAA,YAAA,MAAA,CAAA,OAAA,EAAA,OAAA,OAAA,CAAA;AACA,EAAA,kBAAA,CAAA,OAAA,EAAA,cAAA,EAAA,WAAA,EAAA,eAAA,EAAA,YAAA,CAAA;AACA,EAAA,OAAA,IAAA;AACA,CAAA,CAAA;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"_virtual_spa-template.mjs","sources":[],"names":[],"mappings":";;;;"}
|