@prushforth/map 1.0.0-preview.1
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/LICENSE +21 -0
- package/README.md +89 -0
- package/demo/index.html +78 -0
- package/dist/cjs/AttributionButton-DgbgLHy4.js +106 -0
- package/dist/cjs/MapTileLayer-D4vp8bR4.js +454 -0
- package/dist/cjs/app-globals-DY--Q2Nl.js +775 -0
- package/dist/cjs/calculatePosition-CDcdNl7C.js +92 -0
- package/dist/cjs/gcds-ext-map.cjs.js +47 -0
- package/dist/cjs/gcds-ext-map_2.cjs.entry.js +8081 -0
- package/dist/cjs/index-CW_WOSnc.js +32697 -0
- package/dist/cjs/index.cjs.js +2 -0
- package/dist/cjs/loader.cjs.js +14 -0
- package/dist/cjs/locale-_4nEyxeO.js +153 -0
- package/dist/cjs/map-a.cjs.entry.js +16 -0
- package/dist/cjs/map-caption.cjs.entry.js +55 -0
- package/dist/cjs/map-extent.cjs.entry.js +993 -0
- package/dist/cjs/map-feature.cjs.entry.js +636 -0
- package/dist/cjs/map-featurecaption.cjs.entry.js +14 -0
- package/dist/cjs/map-geometry.cjs.entry.js +36 -0
- package/dist/cjs/map-input.cjs.entry.js +348 -0
- package/dist/cjs/map-link.cjs.entry.js +6055 -0
- package/dist/cjs/map-meta.cjs.entry.js +40 -0
- package/dist/cjs/map-properties.cjs.entry.js +14 -0
- package/dist/cjs/map-select.cjs.entry.js +100 -0
- package/dist/cjs/map-span.cjs.entry.js +14 -0
- package/dist/cjs/map-style.cjs.entry.js +127 -0
- package/dist/cjs/map-tile.cjs.entry.js +274 -0
- package/dist/cjs/renderStyles-yOMXvf12.js +59 -0
- package/dist/collection/assets/canada.json +1 -0
- package/dist/collection/assets/images/w3community.ico +0 -0
- package/dist/collection/assets/mapml/en/apstile/arctic +18 -0
- package/dist/collection/assets/mapml/en/cbmtile/canvec +22 -0
- package/dist/collection/assets/mapml/en/cbmtile/cbmt +24 -0
- package/dist/collection/assets/mapml/en/cbmtile/cbmtgeom +20 -0
- package/dist/collection/assets/mapml/en/cbmtile/cbmtsimple +20 -0
- package/dist/collection/assets/mapml/en/cbmtile/current_conditions +33 -0
- package/dist/collection/assets/mapml/en/cbmtile/toporama +25 -0
- package/dist/collection/assets/mapml/en/custom/arcticsdi.mapml +18 -0
- package/dist/collection/assets/mapml/en/osmtile/cbmt +24 -0
- package/dist/collection/assets/mapml/en/osmtile/current_conditions +32 -0
- package/dist/collection/assets/mapml/en/osmtile/dark.mapml +19 -0
- package/dist/collection/assets/mapml/en/osmtile/light.mapml +19 -0
- package/dist/collection/assets/mapml/en/osmtile/osm +19 -0
- package/dist/collection/assets/mapml/en/osmtile/toporama +25 -0
- package/dist/collection/assets/mapml/fr/apstile/arctic +19 -0
- package/dist/collection/assets/mapml/fr/cbmtile/canvec +22 -0
- package/dist/collection/assets/mapml/fr/cbmtile/cbmt +24 -0
- package/dist/collection/assets/mapml/fr/cbmtile/cbmtgeom +20 -0
- package/dist/collection/assets/mapml/fr/cbmtile/cbmtsimple +20 -0
- package/dist/collection/assets/mapml/fr/cbmtile/current_conditions +25 -0
- package/dist/collection/assets/mapml/fr/cbmtile/toporama +25 -0
- package/dist/collection/assets/mapml/fr/osmtile/cbmt +24 -0
- package/dist/collection/assets/mapml/fr/osmtile/current_conditions +24 -0
- package/dist/collection/assets/mapml/fr/osmtile/dark.mapml +19 -0
- package/dist/collection/assets/mapml/fr/osmtile/light.mapml +19 -0
- package/dist/collection/assets/mapml/fr/osmtile/osm +19 -0
- package/dist/collection/assets/mapml/fr/osmtile/toporama +25 -0
- package/dist/collection/assets/pmtiles/darkTheme.js +19 -0
- package/dist/collection/assets/pmtiles/lightTheme.js +19 -0
- package/dist/collection/collection-manifest.json +28 -0
- package/dist/collection/components/gcds-ext-map/assets/pmtiles/darkTheme.js +19 -0
- package/dist/collection/components/gcds-ext-map/assets/pmtiles/lightTheme.js +19 -0
- package/dist/collection/components/gcds-ext-map/gcds-ext-map.css +2138 -0
- package/dist/collection/components/gcds-ext-map/gcds-ext-map.js +1517 -0
- package/dist/collection/components/gcds-ext-map/stories/gcds-ext-map.stories.js +367 -0
- package/dist/collection/components/map-a/map-a.js +89 -0
- package/dist/collection/components/map-caption/map-caption.js +52 -0
- package/dist/collection/components/map-extent/map-extent.js +809 -0
- package/dist/collection/components/map-feature/map-feature.js +724 -0
- package/dist/collection/components/map-featurecaption/map-featurecaption.js +6 -0
- package/dist/collection/components/map-geometry/map-geometry.js +57 -0
- package/dist/collection/components/map-input/map-input.js +355 -0
- package/dist/collection/components/map-layer/map-layer.js +1245 -0
- package/dist/collection/components/map-layer/stories/map-layer.stories.js +101 -0
- package/dist/collection/components/map-link/map-link.js +1149 -0
- package/dist/collection/components/map-meta/map-meta.js +82 -0
- package/dist/collection/components/map-properties/map-properties.js +7 -0
- package/dist/collection/components/map-select/map-select.js +145 -0
- package/dist/collection/components/map-span/map-span.js +7 -0
- package/dist/collection/components/map-style/map-style.js +144 -0
- package/dist/collection/components/map-tile/map-tile.js +370 -0
- package/dist/collection/components/utils/mapml/DOMTokenList.js +123 -0
- package/dist/collection/components/utils/mapml/DefaultMapOptions.js +11 -0
- package/dist/collection/components/utils/mapml/Util.js +1601 -0
- package/dist/collection/components/utils/mapml/control/AttributionButton.js +101 -0
- package/dist/collection/components/utils/mapml/control/FullscreenButton.js +181 -0
- package/dist/collection/components/utils/mapml/control/GeolocationButton.js +70 -0
- package/dist/collection/components/utils/mapml/control/LayerControl.js +212 -0
- package/dist/collection/components/utils/mapml/control/ReloadButton.js +75 -0
- package/dist/collection/components/utils/mapml/control/ScaleBar.js +108 -0
- package/dist/collection/components/utils/mapml/control/SearchButton.js +565 -0
- package/dist/collection/components/utils/mapml/elementSupport/extents/createLayerControlForExtent.js +259 -0
- package/dist/collection/components/utils/mapml/elementSupport/inputs/heightInput.js +18 -0
- package/dist/collection/components/utils/mapml/elementSupport/inputs/hiddenInput.js +19 -0
- package/dist/collection/components/utils/mapml/elementSupport/inputs/locationInput.js +127 -0
- package/dist/collection/components/utils/mapml/elementSupport/inputs/widthInput.js +18 -0
- package/dist/collection/components/utils/mapml/elementSupport/inputs/zoomInput.js +30 -0
- package/dist/collection/components/utils/mapml/elementSupport/layers/calculatePosition.js +88 -0
- package/dist/collection/components/utils/mapml/elementSupport/layers/createLayerControlForLayer.js +326 -0
- package/dist/collection/components/utils/mapml/elementSupport/layers/renderStyles.js +55 -0
- package/dist/collection/components/utils/mapml/elementSupport/viewers/matchMedia.js +251 -0
- package/dist/collection/components/utils/mapml/features/featureRenderer.js +342 -0
- package/dist/collection/components/utils/mapml/features/geometry.js +268 -0
- package/dist/collection/components/utils/mapml/features/path.js +485 -0
- package/dist/collection/components/utils/mapml/handlers/AnnounceMovement.js +154 -0
- package/dist/collection/components/utils/mapml/handlers/ContextMenu.js +1436 -0
- package/dist/collection/components/utils/mapml/handlers/FeatureIndex.js +116 -0
- package/dist/collection/components/utils/mapml/handlers/QueryHandler.js +476 -0
- package/dist/collection/components/utils/mapml/handlers/keyboard.js +60 -0
- package/dist/collection/components/utils/mapml/layers/Crosshair.js +108 -0
- package/dist/collection/components/utils/mapml/layers/DebugOverlay.js +357 -0
- package/dist/collection/components/utils/mapml/layers/FeatureIndexOverlay.js +239 -0
- package/dist/collection/components/utils/mapml/layers/ImageLayer.js +136 -0
- package/dist/collection/components/utils/mapml/layers/MapExtentLayer.js +114 -0
- package/dist/collection/components/utils/mapml/layers/MapFeatureLayer.js +623 -0
- package/dist/collection/components/utils/mapml/layers/MapLayer.js +640 -0
- package/dist/collection/components/utils/mapml/layers/MapTileLayer.js +450 -0
- package/dist/collection/components/utils/mapml/layers/TemplatedFeaturesOrTilesLayer.js +346 -0
- package/dist/collection/components/utils/mapml/layers/TemplatedImageLayer.js +276 -0
- package/dist/collection/components/utils/mapml/layers/TemplatedPMTilesLayer.js +135 -0
- package/dist/collection/components/utils/mapml/layers/TemplatedTileLayer.js +664 -0
- package/dist/collection/components/utils/utils.js +26 -0
- package/dist/collection/fonts/icons/LICENSE.txt +92 -0
- package/dist/collection/fonts/icons/README.md +543 -0
- package/dist/collection/fonts/icons/gcds-icons.css +110 -0
- package/dist/collection/fonts/icons/gcds-icons.eot +0 -0
- package/dist/collection/fonts/icons/gcds-icons.svg +82 -0
- package/dist/collection/fonts/icons/gcds-icons.ttf +0 -0
- package/dist/collection/fonts/icons/gcds-icons.woff +0 -0
- package/dist/collection/fonts/lato/LICENSE.txt +48 -0
- package/dist/collection/fonts/lato/README.md +195 -0
- package/dist/collection/fonts/lato/gcds-lato-italic.woff +0 -0
- package/dist/collection/fonts/lato/gcds-lato-italic.woff2 +0 -0
- package/dist/collection/fonts/lato/gcds-lato.css +30 -0
- package/dist/collection/fonts/lato/gcds-lato.woff +0 -0
- package/dist/collection/fonts/lato/gcds-lato.woff2 +0 -0
- package/dist/collection/fonts/noto-sans/LICENSE.txt +43 -0
- package/dist/collection/fonts/noto-sans/README.md +423 -0
- package/dist/collection/fonts/noto-sans/gcds-noto-sans-bold-italic.woff +0 -0
- package/dist/collection/fonts/noto-sans/gcds-noto-sans-bold-italic.woff2 +0 -0
- package/dist/collection/fonts/noto-sans/gcds-noto-sans-bold.woff +0 -0
- package/dist/collection/fonts/noto-sans/gcds-noto-sans-bold.woff2 +0 -0
- package/dist/collection/fonts/noto-sans/gcds-noto-sans-light-italic.woff +0 -0
- package/dist/collection/fonts/noto-sans/gcds-noto-sans-light-italic.woff2 +0 -0
- package/dist/collection/fonts/noto-sans/gcds-noto-sans-light.woff +0 -0
- package/dist/collection/fonts/noto-sans/gcds-noto-sans-light.woff2 +0 -0
- package/dist/collection/fonts/noto-sans/gcds-noto-sans-medium-italic.woff +0 -0
- package/dist/collection/fonts/noto-sans/gcds-noto-sans-medium-italic.woff2 +0 -0
- package/dist/collection/fonts/noto-sans/gcds-noto-sans-medium.woff +0 -0
- package/dist/collection/fonts/noto-sans/gcds-noto-sans-medium.woff2 +0 -0
- package/dist/collection/fonts/noto-sans/gcds-noto-sans-regular-italic.woff +0 -0
- package/dist/collection/fonts/noto-sans/gcds-noto-sans-regular-italic.woff2 +0 -0
- package/dist/collection/fonts/noto-sans/gcds-noto-sans-regular.woff +0 -0
- package/dist/collection/fonts/noto-sans/gcds-noto-sans-regular.woff2 +0 -0
- package/dist/collection/fonts/noto-sans/gcds-noto-sans-semibold-italic.woff +0 -0
- package/dist/collection/fonts/noto-sans/gcds-noto-sans-semibold-italic.woff2 +0 -0
- package/dist/collection/fonts/noto-sans/gcds-noto-sans-semibold.woff +0 -0
- package/dist/collection/fonts/noto-sans/gcds-noto-sans-semibold.woff2 +0 -0
- package/dist/collection/fonts/noto-sans/gcds-noto-sans.css +89 -0
- package/dist/collection/fonts/noto-sans-mono/LICENSE.txt +93 -0
- package/dist/collection/fonts/noto-sans-mono/README.md +135 -0
- package/dist/collection/fonts/noto-sans-mono/gcds-noto-sans-mono.css +17 -0
- package/dist/collection/fonts/noto-sans-mono/gcds-noto-sans-mono.woff +0 -0
- package/dist/collection/fonts/noto-sans-mono/gcds-noto-sans-mono.woff2 +0 -0
- package/dist/collection/generated/locale.js +148 -0
- package/dist/collection/global/mapml-globals.js +916 -0
- package/dist/collection/index.js +1 -0
- package/dist/collection/leaflet-src.esm.js +14419 -0
- package/dist/components/gcds-ext-map.d.ts +11 -0
- package/dist/components/gcds-ext-map.js +10 -0
- package/dist/components/index.d.ts +35 -0
- package/dist/components/index.js +1 -0
- package/dist/components/map-a.d.ts +11 -0
- package/dist/components/map-a.js +1 -0
- package/dist/components/map-caption.d.ts +11 -0
- package/dist/components/map-caption.js +1 -0
- package/dist/components/map-extent.d.ts +11 -0
- package/dist/components/map-extent.js +1 -0
- package/dist/components/map-feature.d.ts +11 -0
- package/dist/components/map-feature.js +1 -0
- package/dist/components/map-featurecaption.d.ts +11 -0
- package/dist/components/map-featurecaption.js +1 -0
- package/dist/components/map-geometry.d.ts +11 -0
- package/dist/components/map-geometry.js +1 -0
- package/dist/components/map-input.d.ts +11 -0
- package/dist/components/map-input.js +1 -0
- package/dist/components/map-layer.d.ts +11 -0
- package/dist/components/map-layer.js +1 -0
- package/dist/components/map-link.d.ts +11 -0
- package/dist/components/map-link.js +1 -0
- package/dist/components/map-meta.d.ts +11 -0
- package/dist/components/map-meta.js +1 -0
- package/dist/components/map-properties.d.ts +11 -0
- package/dist/components/map-properties.js +1 -0
- package/dist/components/map-select.d.ts +11 -0
- package/dist/components/map-select.js +1 -0
- package/dist/components/map-span.d.ts +11 -0
- package/dist/components/map-span.js +1 -0
- package/dist/components/map-style.d.ts +11 -0
- package/dist/components/map-style.js +1 -0
- package/dist/components/map-tile.d.ts +11 -0
- package/dist/components/map-tile.js +1 -0
- package/dist/components/p-B4YLD_Og.js +1 -0
- package/dist/components/p-BE41zrui.js +1 -0
- package/dist/components/p-Bpv_U_Lb.js +1 -0
- package/dist/components/p-CwRxGZga.js +5 -0
- package/dist/components/p-EYVT9Efh.js +1 -0
- package/dist/components/p-gwC_yeRa.js +1 -0
- package/dist/esm/AttributionButton-CfaoSLCu.js +103 -0
- package/dist/esm/MapTileLayer-DvC_iOIS.js +451 -0
- package/dist/esm/app-globals-De5ze2BD.js +773 -0
- package/dist/esm/calculatePosition-B4YLD_Og.js +90 -0
- package/dist/esm/gcds-ext-map.js +43 -0
- package/dist/esm/gcds-ext-map_2.entry.js +8078 -0
- package/dist/esm/index-BUsJ7i5g.js +32656 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/loader.js +12 -0
- package/dist/esm/locale-Bpv_U_Lb.js +150 -0
- package/dist/esm/map-a.entry.js +14 -0
- package/dist/esm/map-caption.entry.js +53 -0
- package/dist/esm/map-extent.entry.js +991 -0
- package/dist/esm/map-feature.entry.js +634 -0
- package/dist/esm/map-featurecaption.entry.js +12 -0
- package/dist/esm/map-geometry.entry.js +34 -0
- package/dist/esm/map-input.entry.js +346 -0
- package/dist/esm/map-link.entry.js +6035 -0
- package/dist/esm/map-meta.entry.js +38 -0
- package/dist/esm/map-properties.entry.js +12 -0
- package/dist/esm/map-select.entry.js +98 -0
- package/dist/esm/map-span.entry.js +12 -0
- package/dist/esm/map-style.entry.js +125 -0
- package/dist/esm/map-tile.entry.js +272 -0
- package/dist/esm/renderStyles-EYVT9Efh.js +57 -0
- package/dist/gcds-ext-map/assets/canada.json +1 -0
- package/dist/gcds-ext-map/assets/images/w3community.ico +0 -0
- package/dist/gcds-ext-map/assets/mapml/en/apstile/arctic +18 -0
- package/dist/gcds-ext-map/assets/mapml/en/cbmtile/canvec +22 -0
- package/dist/gcds-ext-map/assets/mapml/en/cbmtile/cbmt +24 -0
- package/dist/gcds-ext-map/assets/mapml/en/cbmtile/cbmtgeom +20 -0
- package/dist/gcds-ext-map/assets/mapml/en/cbmtile/cbmtsimple +20 -0
- package/dist/gcds-ext-map/assets/mapml/en/cbmtile/current_conditions +33 -0
- package/dist/gcds-ext-map/assets/mapml/en/cbmtile/toporama +25 -0
- package/dist/gcds-ext-map/assets/mapml/en/custom/arcticsdi.mapml +18 -0
- package/dist/gcds-ext-map/assets/mapml/en/osmtile/cbmt +24 -0
- package/dist/gcds-ext-map/assets/mapml/en/osmtile/current_conditions +32 -0
- package/dist/gcds-ext-map/assets/mapml/en/osmtile/dark.mapml +19 -0
- package/dist/gcds-ext-map/assets/mapml/en/osmtile/light.mapml +19 -0
- package/dist/gcds-ext-map/assets/mapml/en/osmtile/osm +19 -0
- package/dist/gcds-ext-map/assets/mapml/en/osmtile/toporama +25 -0
- package/dist/gcds-ext-map/assets/mapml/fr/apstile/arctic +19 -0
- package/dist/gcds-ext-map/assets/mapml/fr/cbmtile/canvec +22 -0
- package/dist/gcds-ext-map/assets/mapml/fr/cbmtile/cbmt +24 -0
- package/dist/gcds-ext-map/assets/mapml/fr/cbmtile/cbmtgeom +20 -0
- package/dist/gcds-ext-map/assets/mapml/fr/cbmtile/cbmtsimple +20 -0
- package/dist/gcds-ext-map/assets/mapml/fr/cbmtile/current_conditions +25 -0
- package/dist/gcds-ext-map/assets/mapml/fr/cbmtile/toporama +25 -0
- package/dist/gcds-ext-map/assets/mapml/fr/osmtile/cbmt +24 -0
- package/dist/gcds-ext-map/assets/mapml/fr/osmtile/current_conditions +24 -0
- package/dist/gcds-ext-map/assets/mapml/fr/osmtile/dark.mapml +19 -0
- package/dist/gcds-ext-map/assets/mapml/fr/osmtile/light.mapml +19 -0
- package/dist/gcds-ext-map/assets/mapml/fr/osmtile/osm +19 -0
- package/dist/gcds-ext-map/assets/mapml/fr/osmtile/toporama +25 -0
- package/dist/gcds-ext-map/assets/pmtiles/darkTheme.js +19 -0
- package/dist/gcds-ext-map/assets/pmtiles/lightTheme.js +19 -0
- package/dist/gcds-ext-map/fonts/icons/LICENSE.txt +92 -0
- package/dist/gcds-ext-map/fonts/icons/README.md +543 -0
- package/dist/gcds-ext-map/fonts/icons/gcds-icons.css +110 -0
- package/dist/gcds-ext-map/fonts/icons/gcds-icons.eot +0 -0
- package/dist/gcds-ext-map/fonts/icons/gcds-icons.svg +82 -0
- package/dist/gcds-ext-map/fonts/icons/gcds-icons.ttf +0 -0
- package/dist/gcds-ext-map/fonts/icons/gcds-icons.woff +0 -0
- package/dist/gcds-ext-map/fonts/lato/LICENSE.txt +48 -0
- package/dist/gcds-ext-map/fonts/lato/README.md +195 -0
- package/dist/gcds-ext-map/fonts/lato/gcds-lato-italic.woff +0 -0
- package/dist/gcds-ext-map/fonts/lato/gcds-lato-italic.woff2 +0 -0
- package/dist/gcds-ext-map/fonts/lato/gcds-lato.css +30 -0
- package/dist/gcds-ext-map/fonts/lato/gcds-lato.woff +0 -0
- package/dist/gcds-ext-map/fonts/lato/gcds-lato.woff2 +0 -0
- package/dist/gcds-ext-map/fonts/noto-sans/LICENSE.txt +43 -0
- package/dist/gcds-ext-map/fonts/noto-sans/README.md +423 -0
- package/dist/gcds-ext-map/fonts/noto-sans/gcds-noto-sans-bold-italic.woff +0 -0
- package/dist/gcds-ext-map/fonts/noto-sans/gcds-noto-sans-bold-italic.woff2 +0 -0
- package/dist/gcds-ext-map/fonts/noto-sans/gcds-noto-sans-bold.woff +0 -0
- package/dist/gcds-ext-map/fonts/noto-sans/gcds-noto-sans-bold.woff2 +0 -0
- package/dist/gcds-ext-map/fonts/noto-sans/gcds-noto-sans-light-italic.woff +0 -0
- package/dist/gcds-ext-map/fonts/noto-sans/gcds-noto-sans-light-italic.woff2 +0 -0
- package/dist/gcds-ext-map/fonts/noto-sans/gcds-noto-sans-light.woff +0 -0
- package/dist/gcds-ext-map/fonts/noto-sans/gcds-noto-sans-light.woff2 +0 -0
- package/dist/gcds-ext-map/fonts/noto-sans/gcds-noto-sans-medium-italic.woff +0 -0
- package/dist/gcds-ext-map/fonts/noto-sans/gcds-noto-sans-medium-italic.woff2 +0 -0
- package/dist/gcds-ext-map/fonts/noto-sans/gcds-noto-sans-medium.woff +0 -0
- package/dist/gcds-ext-map/fonts/noto-sans/gcds-noto-sans-medium.woff2 +0 -0
- package/dist/gcds-ext-map/fonts/noto-sans/gcds-noto-sans-regular-italic.woff +0 -0
- package/dist/gcds-ext-map/fonts/noto-sans/gcds-noto-sans-regular-italic.woff2 +0 -0
- package/dist/gcds-ext-map/fonts/noto-sans/gcds-noto-sans-regular.woff +0 -0
- package/dist/gcds-ext-map/fonts/noto-sans/gcds-noto-sans-regular.woff2 +0 -0
- package/dist/gcds-ext-map/fonts/noto-sans/gcds-noto-sans-semibold-italic.woff +0 -0
- package/dist/gcds-ext-map/fonts/noto-sans/gcds-noto-sans-semibold-italic.woff2 +0 -0
- package/dist/gcds-ext-map/fonts/noto-sans/gcds-noto-sans-semibold.woff +0 -0
- package/dist/gcds-ext-map/fonts/noto-sans/gcds-noto-sans-semibold.woff2 +0 -0
- package/dist/gcds-ext-map/fonts/noto-sans/gcds-noto-sans.css +89 -0
- package/dist/gcds-ext-map/fonts/noto-sans-mono/LICENSE.txt +93 -0
- package/dist/gcds-ext-map/fonts/noto-sans-mono/README.md +135 -0
- package/dist/gcds-ext-map/fonts/noto-sans-mono/gcds-noto-sans-mono.css +17 -0
- package/dist/gcds-ext-map/fonts/noto-sans-mono/gcds-noto-sans-mono.woff +0 -0
- package/dist/gcds-ext-map/fonts/noto-sans-mono/gcds-noto-sans-mono.woff2 +0 -0
- package/dist/gcds-ext-map/gcds-ext-map.esm.js +1 -0
- package/dist/gcds-ext-map/index.esm.js +0 -0
- package/dist/gcds-ext-map/leaflet-src.esm.js +14419 -0
- package/dist/gcds-ext-map/p-1b22f774.entry.js +1 -0
- package/dist/gcds-ext-map/p-29b4ba34.entry.js +1 -0
- package/dist/gcds-ext-map/p-2dd09d44.entry.js +1 -0
- package/dist/gcds-ext-map/p-3fef47e5.entry.js +1 -0
- package/dist/gcds-ext-map/p-4e324a1d.entry.js +1 -0
- package/dist/gcds-ext-map/p-4f4a6873.entry.js +1 -0
- package/dist/gcds-ext-map/p-9cc5ad37.entry.js +1 -0
- package/dist/gcds-ext-map/p-9edfea7d.entry.js +1 -0
- package/dist/gcds-ext-map/p-B4YLD_Og.js +1 -0
- package/dist/gcds-ext-map/p-B8Id5Ptd.js +1 -0
- package/dist/gcds-ext-map/p-BUsJ7i5g.js +6 -0
- package/dist/gcds-ext-map/p-Bpv_U_Lb.js +1 -0
- package/dist/gcds-ext-map/p-CtOuMgy9.js +1 -0
- package/dist/gcds-ext-map/p-Dd474fsL.js +1 -0
- package/dist/gcds-ext-map/p-EYVT9Efh.js +1 -0
- package/dist/gcds-ext-map/p-a67d721d.entry.js +1 -0
- package/dist/gcds-ext-map/p-b16e862b.entry.js +1 -0
- package/dist/gcds-ext-map/p-b9cbf1e0.entry.js +10 -0
- package/dist/gcds-ext-map/p-cab5246e.entry.js +1 -0
- package/dist/gcds-ext-map/p-d58d409b.entry.js +1 -0
- package/dist/gcds-ext-map/p-dfa21368.entry.js +1 -0
- package/dist/gcds-ext-map/p-f211048a.entry.js +1 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/types/components/gcds-ext-map/gcds-ext-map.d.ts +125 -0
- package/dist/types/components/gcds-ext-map/stories/gcds-ext-map.stories.d.ts +230 -0
- package/dist/types/components/map-a/map-a.d.ts +7 -0
- package/dist/types/components/map-caption/map-caption.d.ts +7 -0
- package/dist/types/components/map-extent/map-extent.d.ts +53 -0
- package/dist/types/components/map-feature/map-feature.d.ts +50 -0
- package/dist/types/components/map-featurecaption/map-featurecaption.d.ts +3 -0
- package/dist/types/components/map-geometry/map-geometry.d.ts +7 -0
- package/dist/types/components/map-input/map-input.d.ts +24 -0
- package/dist/types/components/map-layer/map-layer.d.ts +85 -0
- package/dist/types/components/map-layer/stories/map-layer.stories.d.ts +96 -0
- package/dist/types/components/map-link/map-link.d.ts +66 -0
- package/dist/types/components/map-meta/map-meta.d.ts +11 -0
- package/dist/types/components/map-properties/map-properties.d.ts +3 -0
- package/dist/types/components/map-select/map-select.d.ts +13 -0
- package/dist/types/components/map-span/map-span.d.ts +5 -0
- package/dist/types/components/map-style/map-style.d.ts +17 -0
- package/dist/types/components/map-tile/map-tile.d.ts +32 -0
- package/dist/types/components/utils/mapml/DOMTokenList.d.ts +30 -0
- package/dist/types/components/utils/mapml/elementSupport/inputs/heightInput.d.ts +7 -0
- package/dist/types/components/utils/mapml/elementSupport/inputs/hiddenInput.d.ts +7 -0
- package/dist/types/components/utils/mapml/elementSupport/inputs/locationInput.d.ts +14 -0
- package/dist/types/components/utils/mapml/elementSupport/inputs/widthInput.d.ts +7 -0
- package/dist/types/components/utils/mapml/elementSupport/inputs/zoomInput.d.ts +11 -0
- package/dist/types/components/utils/mapml/layers/MapLayer.d.ts +69 -0
- package/dist/types/components/utils/utils.d.ts +2 -0
- package/dist/types/components.d.ts +521 -0
- package/dist/types/gcds-ext-map.d.ts +17 -0
- package/dist/types/generated/locale.d.ts +146 -0
- package/dist/types/index.d.ts +11 -0
- package/dist/types/stencil-public-runtime.d.ts +1861 -0
- package/loader/cdn.js +1 -0
- package/loader/index.cjs.js +1 -0
- package/loader/index.d.ts +24 -0
- package/loader/index.es2017.js +1 -0
- package/loader/index.js +2 -0
- package/package.json +87 -0
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<mapml- xmlns="http://www.w3.org/1999/xhtml">
|
|
2
|
+
<map-head>
|
|
3
|
+
<map-title>Canvec</map-title>
|
|
4
|
+
<map-meta http-equiv="Content-Type" content="application/xml;charset=UTF-8"></map-meta>
|
|
5
|
+
<map-meta charset="utf-8"></map-meta>
|
|
6
|
+
<map-link rel="license" href="https://open.canada.ca/en/open-government-licence-canada" title="Open Government Licence - Canada"></map-link>
|
|
7
|
+
<map-link rel="suggestions" tref="https://photon.komoot.io/api/?q={searchTerms}&limit=25"></map-link>
|
|
8
|
+
<map-link rel="search" tref="https://photon.komoot.io/api/?q={searchTerms}&limit=25"></map-link>
|
|
9
|
+
</map-head>
|
|
10
|
+
<map-body>
|
|
11
|
+
<map-extent units="CBMTILE" checked="checked">
|
|
12
|
+
<map-input name="z" type="zoom" value="9" min="2" max="21"></map-input>
|
|
13
|
+
<map-input name="xmin" type="location" units="pcrs" position="top-left" axis="easting" min="-2.003750834E7" max="2.003750834E7"></map-input>
|
|
14
|
+
<map-input name="ymin" type="location" units="pcrs" position="bottom-left" axis="northing" min="-2.003750834E7" max="2.003750834E7"></map-input>
|
|
15
|
+
<map-input name="xmax" type="location" units="pcrs" position="top-right" axis="easting" min="-2.003750834E7" max="2.003750834E7"></map-input>
|
|
16
|
+
<map-input name="ymax" type="location" units="pcrs" position="top-left" axis="northing" min="-2.003750834E7" max="2.003750834E7"></map-input>
|
|
17
|
+
<map-input name="w" type="width"></map-input><map-input name="h" type="height"></map-input>
|
|
18
|
+
<map-link rel="image" tref="http://maps.geogratis.gc.ca/wms/canvec_en?version=1.3.0&service=WMS&request=GetMap&crs=EPSG:3978&layers=land,hydro,man_made,resource_management,transport,administrative,elevation,toponymy&styles=,,,,,,,&bbox={xmin},{ymin},{xmax},{ymax}&format=image/png&transparent=false&width={w}&height={h}&m4h=t"></map-link>
|
|
19
|
+
</map-extent>
|
|
20
|
+
</map-body>
|
|
21
|
+
</mapml->
|
|
22
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<mapml- xmlns="http://www.w3.org/1999/xhtml">
|
|
2
|
+
<map-head>
|
|
3
|
+
<map-title>Canada Base Map - Transportation (CBMT)</map-title>
|
|
4
|
+
<map-meta http-equiv="Content-Type" content="application/xml;charset=UTF-8"></map-meta>
|
|
5
|
+
<map-meta charset="utf-8"></map-meta>
|
|
6
|
+
<map-link rel="license" href="https://open.canada.ca/en/open-government-licence-canada" title="Open Government Licence - Canada"></map-link>
|
|
7
|
+
<map-link rel="suggestions" tref="https://photon.komoot.io/api/?q={searchTerms}&limit=25"></map-link>
|
|
8
|
+
<map-link rel="search" tref="https://photon.komoot.io/api/?q={searchTerms}&limit=25"></map-link>
|
|
9
|
+
|
|
10
|
+
<map-link rel="alternate" projection="OSMTILE" href="../osmtile/cbmt"></map-link>
|
|
11
|
+
</map-head>
|
|
12
|
+
<map-body>
|
|
13
|
+
<map-extent units="CBMTILE" checked="checked" hidden="hidden">
|
|
14
|
+
<map-input name="z" type="zoom" min="0" max="22"></map-input>
|
|
15
|
+
<map-input name="xmin" type="location" units="pcrs" position="top-left" axis="easting" min="-3262924.7" max="3823954.0"></map-input>
|
|
16
|
+
<map-input name="ymin" type="location" units="pcrs" position="bottom-left" axis="northing" min="-1554977.6" max="4046262.8"></map-input>
|
|
17
|
+
<map-input name="xmax" type="location" units="pcrs" position="top-right" axis="easting" min="-3262924.7" max="3823954.0"></map-input>
|
|
18
|
+
<map-input name="ymax" type="location" units="pcrs" position="top-left" axis="northing" min="-1554977.6" max="4046262.8"></map-input>
|
|
19
|
+
<map-input name="w" type="width"></map-input>
|
|
20
|
+
<map-input name="h" type="height"></map-input>
|
|
21
|
+
<map-link rel="image" tref="https://geogratis.gc.ca/maps/CBMT?SERVICE=WMS&VERSION=1.1.1&SRS=EPSG:3978&LAYERS=CBMT&BBOX={xmin},{ymin},{xmax},{ymax}&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=TRUE&WIDTH={w}&HEIGHT={h}&STYLES=&m4h=t"></map-link>
|
|
22
|
+
</map-extent>
|
|
23
|
+
</map-body>
|
|
24
|
+
</mapml->
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<mapml- xmlns="http://www.w3.org/1999/xhtml">
|
|
2
|
+
<map-head>
|
|
3
|
+
<map-title>Canada Base Map - Geometry</map-title>
|
|
4
|
+
<map-meta http-equiv="Content-Type" content="application/xml;charset=UTF-8"></map-meta>
|
|
5
|
+
<map-meta charset="utf-8"></map-meta>
|
|
6
|
+
|
|
7
|
+
<map-link rel="license" href="https://open.canada.ca/en/open-government-licence-canada" title="Open Government Licence - Canada"></map-link>
|
|
8
|
+
<map-link rel="legend" href="https://geoappext.nrcan.gc.ca/arcgis/rest/services/BaseMaps/CBMT_CBCT_GEOM_3978/MapServer/legend"></map-link>
|
|
9
|
+
<map-link rel="suggestions" tref="https://photon.komoot.io/api/?q={searchTerms}&limit=25"></map-link>
|
|
10
|
+
<map-link rel="search" tref="https://photon.komoot.io/api/?q={searchTerms}&limit=25"></map-link>
|
|
11
|
+
</map-head>
|
|
12
|
+
<map-body>
|
|
13
|
+
<map-extent units="CBMTILE" checked="checked" hidden="hidden">
|
|
14
|
+
<map-input name="z" type="zoom" value="18" min="0" max="18"></map-input>
|
|
15
|
+
<map-input name="y" type="location" units="tilematrix" axis="row" min="51599" max="61455"></map-input>
|
|
16
|
+
<map-input name="x" type="location" units="tilematrix" axis="column" min="46501" max="56244"></map-input>
|
|
17
|
+
<map-link rel="tile" tref="https://geoappext.nrcan.gc.ca/arcgis/rest/services/BaseMaps/CBMT_CBCT_GEOM_3978/MapServer/tile/{z}/{y}/{x}?m4h=t"></map-link>
|
|
18
|
+
</map-extent>
|
|
19
|
+
</map-body>
|
|
20
|
+
</mapml->
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<mapml- xmlns="http://www.w3.org/1999/xhtml">
|
|
2
|
+
<map-head>
|
|
3
|
+
<map-title>Canada Base Map - Simple</map-title>
|
|
4
|
+
<map-meta http-equiv="Content-Type" content="application/xml;charset=UTF-8"></map-meta>
|
|
5
|
+
<map-meta charset="utf-8"></map-meta>
|
|
6
|
+
|
|
7
|
+
<map-link rel="license" href="https://open.canada.ca/en/open-government-licence-canada" title="Open Government Licence - Canada"></map-link>
|
|
8
|
+
<map-link rel="legend" href="https://geoappext.nrcan.gc.ca/arcgis/rest/services/BaseMaps/Simple/MapServer/legend"></map-link>
|
|
9
|
+
<map-link rel="suggestions" tref="https://photon.komoot.io/api/?q={searchTerms}&limit=25"></map-link>
|
|
10
|
+
<map-link rel="search" tref="https://photon.komoot.io/api/?q={searchTerms}&limit=25"></map-link>
|
|
11
|
+
</map-head>
|
|
12
|
+
<map-body>
|
|
13
|
+
<map-extent units="CBMTILE" checked="checked" hidden="hidden">
|
|
14
|
+
<map-input name="z" type="zoom" value="18" min="0" max="18"></map-input>
|
|
15
|
+
<map-input name="y" type="location" units="tilematrix" axis="row" min="51599" max="59201"></map-input>
|
|
16
|
+
<map-input name="x" type="location" units="tilematrix" axis="column" min="45919" max="56244"></map-input>
|
|
17
|
+
<map-link rel="tile" tref="https://geoappext.nrcan.gc.ca/arcgis/rest/services/BaseMaps/CBMT3978/MapServer/tile/{z}/{y}/{x}?m4h=t"></map-link>
|
|
18
|
+
</map-extent>
|
|
19
|
+
</map-body>
|
|
20
|
+
</mapml->
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
<mapml- xmlns="http://www.w3.org/1999/xhtml">
|
|
2
|
+
<map-head>
|
|
3
|
+
<map-title>Current Conditions</map-title>
|
|
4
|
+
<map-meta charset="utf-8" ></map-meta>
|
|
5
|
+
|
|
6
|
+
<map-link href="https://eccc-msc.github.io/open-data/msc-geomet/readme_en/" rel="license"
|
|
7
|
+
title="MSC GeoMet" ></map-link>
|
|
8
|
+
<map-link href="../osmtile/current_conditions" rel="alternate" projection="OSMTILE" ></map-link>
|
|
9
|
+
</map-head>
|
|
10
|
+
<map-body>
|
|
11
|
+
<map-extent units="CBMTILE" checked="checked" hidden="hidden">
|
|
12
|
+
<map-input name="z" type="zoom" min="0" max="25" ></map-input>
|
|
13
|
+
<map-input name="xmin" type="location" rel="map" position="top-left" axis="easting"
|
|
14
|
+
units="pcrs" min="-2238985.0" max="2618775.0" ></map-input>
|
|
15
|
+
<map-input name="ymin" type="location" rel="map" position="bottom-left" axis="northing"
|
|
16
|
+
units="pcrs" min="-671929.0" max="3546199.0" ></map-input>
|
|
17
|
+
<map-input name="xmax" type="location" rel="map" position="top-right" axis="easting"
|
|
18
|
+
units="pcrs" min="-2238985.0" max="2618775.0" ></map-input>
|
|
19
|
+
<map-input name="ymax" type="location" rel="map" position="top-left" axis="northing"
|
|
20
|
+
units="pcrs" min="-671929.0" max="3546199.0" ></map-input>
|
|
21
|
+
<map-input name="w" type="width" min="1" max="4079" ></map-input>
|
|
22
|
+
<map-input name="h" type="height" min="1" max="4079" ></map-input>
|
|
23
|
+
<map-link
|
|
24
|
+
tref="https://geo.weather.gc.ca/geomet?request=GetMap&crs=EPSG:3978&service=WMS&bbox={xmin},{ymin},{xmax},{ymax}&layers=CURRENT_CONDITIONS&format=image/png&width={w}&styles=default&language=en&version=1.3.0&transparent=true&height={h}"
|
|
25
|
+
rel="image"></map-link>
|
|
26
|
+
<!--
|
|
27
|
+
<map-input name="i" type="location" axis="i" units="map"></map-input>
|
|
28
|
+
<map-input name="j" type="location" axis="j" units="map"></map-input>
|
|
29
|
+
<map-link tref="https://geo.weather.gc.ca/geomet?request=GetFeatureInfo&query_layers=CURRENT_CONDITIONS&crs=EPSG:3978&bbox={xmin},{ymin},{xmax},{ymax}&language=en&version=1.3.0&transparent=true&service=WMS&layers=CURRENT_CONDITIONS&width={w}&x={i}&feature_count=50&y={j}&styles=default&info_format=text/plain&height={h}" rel="query"></map-link>
|
|
30
|
+
-->
|
|
31
|
+
</map-extent>
|
|
32
|
+
</map-body>
|
|
33
|
+
</mapml->
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<mapml- xmlns="http://www.w3.org/1999/xhtml">
|
|
2
|
+
<map-head>
|
|
3
|
+
<map-title>Toporama</map-title>
|
|
4
|
+
<map-meta http-equiv="Content-Type" content="application/xml;charset=UTF-8"></map-meta>
|
|
5
|
+
<map-meta charset="utf-8"></map-meta>
|
|
6
|
+
|
|
7
|
+
<map-link rel="license" href="https://open.canada.ca/en/open-government-licence-canada" title="Open Government Licence - Canada"></map-link>
|
|
8
|
+
<map-link rel="legend" href="https://maps.geogratis.gc.ca/wms/toporama_en?SERVICE=WMS&REQUEST=GetLegendGraphic&LAYER=WMS-Toporama&VERSION=1.1&FORMAT=image/png"></map-link>
|
|
9
|
+
<map-link rel="alternate" projection="OSMTILE" href="../osmtile/toporama"></map-link>
|
|
10
|
+
<map-link rel="suggestions" tref="https://photon.komoot.io/api/?q={searchTerms}&limit=25"></map-link>
|
|
11
|
+
<map-link rel="search" tref="https://photon.komoot.io/api/?q={searchTerms}&limit=25"></map-link>
|
|
12
|
+
</map-head>
|
|
13
|
+
<map-body>
|
|
14
|
+
<map-extent units="CBMTILE" checked="checked" hidden="hidden">
|
|
15
|
+
<map-input name="z" type="zoom" value="19" min="0" max="19"></map-input>
|
|
16
|
+
<map-input name="w" type="width"></map-input>
|
|
17
|
+
<map-input name="h" type="height"></map-input>
|
|
18
|
+
<map-input name="xmin" type="location" units="pcrs" position="top-left" axis="easting" min="-2465257.3" max="3078646.8"></map-input>
|
|
19
|
+
<map-input name="ymin" type="location" units="pcrs" position="bottom-left" axis="northing" min="-883189.1" max="3952792.7"></map-input>
|
|
20
|
+
<map-input name="xmax" type="location" units="pcrs" position="top-right" axis="easting" min="-2465257.3" max="3078646.8"></map-input>
|
|
21
|
+
<map-input name="ymax" type="location" units="pcrs" position="top-left" axis="northing" min="-883189.1" max="3952792.7"></map-input>
|
|
22
|
+
<map-link rel="image" tref="https://maps.geogratis.gc.ca/wms/toporama_en?SERVICE=WMS&REQUEST=GetMap&FORMAT=image/jpeg&TRANSPARENT=FALSE&STYLES=&VERSION=1.3.0&LAYERS=WMS-Toporama&WIDTH={w}&HEIGHT={h}&CRS=EPSG:3978&BBOX={xmin},{ymin},{xmax},{ymax}&m4h=t"></map-link>
|
|
23
|
+
</map-extent>
|
|
24
|
+
</map-body>
|
|
25
|
+
</mapml->
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<mapml- xmlns="http://www.w3.org/1999/xhtml">
|
|
2
|
+
<map-head>
|
|
3
|
+
<map-meta charset="utf-8"></map-meta>
|
|
4
|
+
<map-title>Canada's Arctic SDI Contribution</map-title>
|
|
5
|
+
<map-link rel="license" title="&copy; Arctic Council" href="https://catalogue.arctic-sdi.org/geonetwork/srv/eng/catalog.search#/metadata/8b4f2b34-2d0d-4744-ae0f-d7989b9f7a02/formatters/xsl-view?root=div&view=advanced"></map-link>
|
|
6
|
+
<map-meta name="projection" content="EPSG3573"></map-meta>
|
|
7
|
+
<map-meta name="cs" content="pcrs"></map-meta>
|
|
8
|
+
<map-meta name="zoom" content="min=0,max=6" ></map-meta>
|
|
9
|
+
</map-head>
|
|
10
|
+
<map-body>
|
|
11
|
+
<map-extent units="EPSG3573" checked="checked" hidden="hidden">
|
|
12
|
+
<map-input type="zoom" name="TileMatrix" min="0" max="11" value="0"></map-input>
|
|
13
|
+
<map-input type="location" name="TileCol" axis="column" units="tilematrix" min="0" max="1"></map-input>
|
|
14
|
+
<map-input type="location" name="TileRow" axis="row" units="tilematrix" min="0" max="1"></map-input>
|
|
15
|
+
<map-link rel="tile" tref="https://basemap.arctic-sdi.org/mapcache/wmts/1.0.0/arctic_cascading/default/3573/{TileMatrix}/{TileRow}/{TileCol}.png"></map-link>
|
|
16
|
+
</map-extent>
|
|
17
|
+
</map-body>
|
|
18
|
+
</mapml->
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<mapml- xmlns="http://www.w3.org/1999/xhtml">
|
|
2
|
+
<map-head>
|
|
3
|
+
<map-title>Canada Base Map - Transportation (CBMT)</map-title>
|
|
4
|
+
<map-meta http-equiv="Content-Type" content="application/xml;charset=UTF-8"></map-meta>
|
|
5
|
+
<map-meta charset="utf-8"></map-meta>
|
|
6
|
+
<map-link rel="license" href="https://open.canada.ca/en/open-government-licence-canada" title="Open Government Licence - Canada"></map-link>
|
|
7
|
+
|
|
8
|
+
<map-link rel="alternate" projection="CBMTILE" href="../cbmtile/cbmt"></map-link>
|
|
9
|
+
<map-link rel="suggestions" tref="https://photon.komoot.io/api/?q={searchTerms}&limit=25"></map-link>
|
|
10
|
+
<map-link rel="search" tref="https://photon.komoot.io/api/?q={searchTerms}&limit=25"></map-link>
|
|
11
|
+
</map-head>
|
|
12
|
+
<map-body>
|
|
13
|
+
<map-extent units="OSMTILE" checked="checked" hidden="hidden">
|
|
14
|
+
<map-input name="z" type="zoom" min="0" max="22"></map-input>
|
|
15
|
+
<map-input name="xmin" type="location" units="pcrs" position="top-left" axis="easting"></map-input>
|
|
16
|
+
<map-input name="ymin" type="location" units="pcrs" position="bottom-left" axis="northing"></map-input>
|
|
17
|
+
<map-input name="xmax" type="location" units="pcrs" position="top-right" axis="easting"></map-input>
|
|
18
|
+
<map-input name="ymax" type="location" units="pcrs" position="top-left" axis="northing"></map-input>
|
|
19
|
+
<map-input name="w" type="width"></map-input>
|
|
20
|
+
<map-input name="h" type="height"></map-input>
|
|
21
|
+
<map-link rel="image" tref="https://geogratis.gc.ca/maps/CBMT?SERVICE=WMS&VERSION=1.1.1&SRS=EPSG:3857&LAYERS=CBMT&BBOX={xmin},{ymin},{xmax},{ymax}&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=TRUE&WIDTH={w}&HEIGHT={h}&STYLES="></map-link>
|
|
22
|
+
</map-extent>
|
|
23
|
+
</map-body>
|
|
24
|
+
</mapml->
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<mapml- xmlns="http://www.w3.org/1999/xhtml">
|
|
2
|
+
<map-head>
|
|
3
|
+
<map-title>Current Conditions</map-title>
|
|
4
|
+
|
|
5
|
+
<map-link href="https://eccc-msc.github.io/open-data/msc-geomet/readme_en/" rel="license"
|
|
6
|
+
title="MSC GeoMet" />
|
|
7
|
+
<map-link href="../cbmtile/current_conditions" rel="alternate" projection="CBMTILE" ></map-link>
|
|
8
|
+
</map-head>
|
|
9
|
+
<map-body>
|
|
10
|
+
<map-extent units="OSMTILE" checked="checked" hidden="hidden">
|
|
11
|
+
<map-input name="z" type="zoom" min="0" max="18" ></map-input>
|
|
12
|
+
<map-input name="xmin" type="location" rel="map" position="top-left" axis="easting"
|
|
13
|
+
units="pcrs" min="-1.8443827380300004E7" max="-2287187.2902772236" ></map-input>
|
|
14
|
+
<map-input name="ymin" type="location" rel="map" position="bottom-left" axis="northing"
|
|
15
|
+
units="pcrs" min="4547345.566611593" max="1.6344676582521891E7" ></map-input>
|
|
16
|
+
<map-input name="xmax" type="location" rel="map" position="top-right" axis="easting"
|
|
17
|
+
units="pcrs" min="-1.8443827380300004E7" max="-2287187.2902772236" ></map-input>
|
|
18
|
+
<map-input name="ymax" type="location" rel="map" position="top-left" axis="northing"
|
|
19
|
+
units="pcrs" min="4547345.566611593" max="1.6344676582521891E7" ></map-input>
|
|
20
|
+
<map-input name="w" type="width" min="1" max="4079" ></map-input>
|
|
21
|
+
<map-input name="h" type="height" min="1" max="4079" ></map-input>
|
|
22
|
+
<map-link
|
|
23
|
+
tref="https://geo.weather.gc.ca/geomet?request=GetMap&crs=EPSG:3857&service=WMS&bbox={xmin},{ymin},{xmax},{ymax}&layers=CURRENT_CONDITIONS&format=image/png&width={w}&styles=default&language=en&version=1.3.0&transparent=true&height={h}"
|
|
24
|
+
rel="image" ></map-link>
|
|
25
|
+
<!--
|
|
26
|
+
<map-input name="i" type="location" axis="i" units="map"></map-input>
|
|
27
|
+
<map-input name="j" type="location" axis="j" units="map"></map-input>
|
|
28
|
+
<map-link tref="https://geo.weather.gc.ca/geomet?request=GetFeatureInfo&query_layers=CURRENT_CONDITIONS&crs=EPSG:3857&bbox={xmin},{ymin},{xmax},{ymax}&language=en&version=1.3.0&transparent=true&service=WMS&layers=CURRENT_CONDITIONS&width={w}&x={i}&feature_count=50&y={j}&styles=default&info_format=text/plain&height={h}" rel="query"></map-link>
|
|
29
|
+
-->
|
|
30
|
+
</map-extent>
|
|
31
|
+
</map-body>
|
|
32
|
+
</mapml->
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<mapml- xmlns="http://www.w3.org/1999/xhtml">
|
|
2
|
+
<map-head>
|
|
3
|
+
<map-title>OpenStreetMap - dark theme</map-title>
|
|
4
|
+
<map-link rel="stylesheet" type="application/pmtiles+stylesheet" href="../../../pmtiles/darkTheme.js"></map-link>
|
|
5
|
+
<map-link rel="license" title="© OpenStreetMap contributors CC BY-SA" href="https://www.openstreetmap.org/copyright"></map-link>
|
|
6
|
+
<map-link rel="self style" title="Dark theme" href="dark.mapml"></map-link>
|
|
7
|
+
<map-link rel="style" title="Light theme" href="light.mapml"></map-link>
|
|
8
|
+
<map-link rel="suggestions" tref="https://photon.komoot.io/api/?q={searchTerms}&limit=25"></map-link>
|
|
9
|
+
<map-link rel="search" tref="https://photon.komoot.io/api/?q={searchTerms}&limit=25"></map-link>
|
|
10
|
+
</map-head>
|
|
11
|
+
<map-body>
|
|
12
|
+
<map-extent units="OSMTILE" checked="" hidden="">
|
|
13
|
+
<map-input name="z" type="zoom" value="18" min="0" max="18"></map-input>
|
|
14
|
+
<map-input name="x" type="location" units="tilematrix" axis="column" min="0" max="262144"></map-input>
|
|
15
|
+
<map-input name="y" type="location" units="tilematrix" axis="row" min="0" max="262144"></map-input>
|
|
16
|
+
<map-link rel="tile" type="application/vnd.mapbox-vector-tile" tref="https://data.source.coop/protomaps/openstreetmap/tiles/v3.pmtiles"></map-link>
|
|
17
|
+
</map-extent>
|
|
18
|
+
</map-body>
|
|
19
|
+
</mapml->
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<mapml- xmlns="http://www.w3.org/1999/xhtml">
|
|
2
|
+
<map-head>
|
|
3
|
+
<map-title>OpenStreetMap - light theme</map-title>
|
|
4
|
+
<map-link rel="stylesheet" type="application/pmtiles+stylesheet" href="../../../pmtiles/lightTheme.js"></map-link>
|
|
5
|
+
<map-link rel="license" title="© OpenStreetMap contributors CC BY-SA" href="https://www.openstreetmap.org/copyright"></map-link>
|
|
6
|
+
<map-link rel="style" title="Dark theme" href="dark.mapml"></map-link>
|
|
7
|
+
<map-link rel="self style" title="Light theme" href="light.mapml"></map-link>
|
|
8
|
+
<map-link rel="suggestions" tref="https://photon.komoot.io/api/?q={searchTerms}&limit=25"></map-link>
|
|
9
|
+
<map-link rel="search" tref="https://photon.komoot.io/api/?q={searchTerms}&limit=25"></map-link>
|
|
10
|
+
</map-head>
|
|
11
|
+
<map-body>
|
|
12
|
+
<map-extent units="OSMTILE" checked="" hidden="">
|
|
13
|
+
<map-input name="z" type="zoom" value="18" min="0" max="18"></map-input>
|
|
14
|
+
<map-input name="x" type="location" units="tilematrix" axis="column" min="0" max="262144"></map-input>
|
|
15
|
+
<map-input name="y" type="location" units="tilematrix" axis="row" min="0" max="262144"></map-input>
|
|
16
|
+
<map-link rel="tile" type="application/vnd.mapbox-vector-tile" tref="https://data.source.coop/protomaps/openstreetmap/tiles/v3.pmtiles"></map-link>
|
|
17
|
+
</map-extent>
|
|
18
|
+
</map-body>
|
|
19
|
+
</mapml->
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<mapml- xmlns="http://www.w3.org/1999/xhtml">
|
|
2
|
+
<map-head>
|
|
3
|
+
<map-title>OpenStreetMap</map-title>
|
|
4
|
+
<map-meta http-equiv="Content-Type" content="application/xml;charset=UTF-8"></map-meta>
|
|
5
|
+
<map-meta charset="utf-8"></map-meta>
|
|
6
|
+
|
|
7
|
+
<map-link rel="license" href="https://www.openstreetmap.org/copyright" title="© OpenStreetMap contributors CC BY-SA"></map-link>
|
|
8
|
+
<map-link rel="suggestions" tref="https://photon.komoot.io/api/?q={searchTerms}&limit=25"></map-link>
|
|
9
|
+
<map-link rel="search" tref="https://photon.komoot.io/api/?q={searchTerms}&limit=25"></map-link>
|
|
10
|
+
</map-head>
|
|
11
|
+
<map-body>
|
|
12
|
+
<map-extent units="OSMTILE" checked="checked" >
|
|
13
|
+
<map-input name="z" type="zoom" value="0" min="0" max="18"></map-input>
|
|
14
|
+
<map-input name="x" type="location" units="tilematrix" axis="column" min="0" max="1"></map-input>
|
|
15
|
+
<map-input name="y" type="location" units="tilematrix" axis="row" min="0" max="1"></map-input>
|
|
16
|
+
<map-link rel="tile" tref="https://tile.openstreetmap.org/{z}/{x}/{y}.png"></map-link>
|
|
17
|
+
</map-extent>
|
|
18
|
+
</map-body>
|
|
19
|
+
</mapml->
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<mapml- xmlns="http://www.w3.org/1999/xhtml">
|
|
2
|
+
<map-head>
|
|
3
|
+
<map-title>Toporama</map-title>
|
|
4
|
+
<map-meta http-equiv="Content-Type" content="application/xml;charset=UTF-8"></map-meta>
|
|
5
|
+
<map-meta charset="utf-8"></map-meta>
|
|
6
|
+
|
|
7
|
+
<map-link rel="license" href="https://open.canada.ca/en/open-government-licence-canada" title="Open Government Licence - Canada"></map-link>
|
|
8
|
+
<map-link rel="legend" href="https://maps.geogratis.gc.ca/wms/toporama_en?SERVICE=WMS&REQUEST=GetLegendGraphic&LAYER=WMS-Toporama&VERSION=1.1&FORMAT=image/png"></map-link>
|
|
9
|
+
<map-link rel="alternate" projection="CBMTILE" href="../cbmtile/toporama"></map-link>
|
|
10
|
+
<map-link rel="suggestions" tref="https://photon.komoot.io/api/?q={searchTerms}&limit=25"></map-link>
|
|
11
|
+
<map-link rel="search" tref="https://photon.komoot.io/api/?q={searchTerms}&limit=25"></map-link>
|
|
12
|
+
</map-head>
|
|
13
|
+
<map-body>
|
|
14
|
+
<map-extent units="OSMTILE" checked="checked" hidden="hidden">
|
|
15
|
+
<map-input name="z" type="zoom" value="18" min="4" max="18"></map-input>
|
|
16
|
+
<map-input name="w" type="width"></map-input>
|
|
17
|
+
<map-input name="h" type="height"></map-input>
|
|
18
|
+
<map-input name="xmin" type="location" units="pcrs" position="top-left" axis="easting" min="-1.88830035E7" max="-1917652.2"></map-input>
|
|
19
|
+
<map-input name="ymin" type="location" units="pcrs" position="bottom-left" axis="northing" min="2700367.3" max="2.04484338E7"></map-input>
|
|
20
|
+
<map-input name="xmax" type="location" units="pcrs" position="top-right" axis="easting" min="-1.88830035E7" max="-1917652.2"></map-input>
|
|
21
|
+
<map-input name="ymax" type="location" units="pcrs" position="top-left" axis="northing" min="2700367.3" max="2.04484338E7"></map-input>
|
|
22
|
+
<map-link rel="image" tref="https://maps.geogratis.gc.ca/wms/toporama_en?SERVICE=WMS&REQUEST=GetMap&FORMAT=image/jpeg&TRANSPARENT=FALSE&STYLES=&VERSION=1.3.0&LAYERS=WMS-Toporama&WIDTH={w}&HEIGHT={h}&CRS=EPSG:3857&BBOX={xmin},{ymin},{xmax},{ymax}&m4h=t"></map-link>
|
|
23
|
+
</map-extent>
|
|
24
|
+
</map-body>
|
|
25
|
+
</mapml->
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<mapml- xmlns="http://www.w3.org/1999/xhtml">
|
|
2
|
+
<map-head>
|
|
3
|
+
<map-title>Service MapML de la carte de base de l'océan Arctique</map-title>
|
|
4
|
+
<map-meta http-equiv="Content-Type" content="application/xml;charset=UTF-8"></map-meta>
|
|
5
|
+
<map-meta charset="utf-8"></map-meta>
|
|
6
|
+
|
|
7
|
+
<map-link rel="license" href="https://www.esri.com/legal/software-license" title="Sources: Esri, GEBCO, NOAA, National Geographic, DeLorme, HERE, Geonames.org, et d'autres contributeurs"></map-link>
|
|
8
|
+
<map-link rel="suggestions" tref="https://photon.komoot.io/api/?q={searchTerms}&limit=25"></map-link>
|
|
9
|
+
<map-link rel="search" tref="https://photon.komoot.io/api/?q={searchTerms}&limit=25"></map-link>
|
|
10
|
+
</map-head>
|
|
11
|
+
<map-body>
|
|
12
|
+
<map-extent units="APSTILE" checked="checked" hidden="hidden">
|
|
13
|
+
<map-input name="z" type="zoom" value="10" min="0" max="10"></map-input>
|
|
14
|
+
<map-input name="y" type="location" units="tilematrix" axis="row" min="442" max="589"></map-input>
|
|
15
|
+
<map-input name="x" type="location" units="tilematrix" axis="column" min="429" max="582"></map-input>
|
|
16
|
+
<map-link rel="tile" tref="https://server.arcgisonline.com/arcgis/rest/services/Polar/Arctic_Ocean_Base/MapServer/tile/{z}/{y}/{x}?m4h=t"></map-link>
|
|
17
|
+
</map-extent>
|
|
18
|
+
</map-body>
|
|
19
|
+
</mapml->
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<mapml- xmlns="http://www.w3.org/1999/xhtml">
|
|
2
|
+
<map-head>
|
|
3
|
+
<map-title>Canvec</map-title>
|
|
4
|
+
<map-meta http-equiv="Content-Type" content="application/xml;charset=UTF-8"></map-meta>
|
|
5
|
+
<map-meta charset="utf-8"></map-meta>
|
|
6
|
+
<map-link rel="license" href="https://ouvert.canada.ca/fr/licence-du-gouvernement-ouvert-canada" title="Licence du gouvernement ouvert – Canada"></map-link>
|
|
7
|
+
<map-link rel="suggestions" tref="https://photon.komoot.io/api/?q={searchTerms}&limit=25"></map-link>
|
|
8
|
+
<map-link rel="search" tref="https://photon.komoot.io/api/?q={searchTerms}&limit=25"></map-link>
|
|
9
|
+
</map-head>
|
|
10
|
+
<map-body>
|
|
11
|
+
<map-extent units="CBMTILE" checked="checked" hidden="hidden">
|
|
12
|
+
<map-input name="z" type="zoom" value="18" min="2" max="21"></map-input>
|
|
13
|
+
<map-input name="xmin" type="location" units="pcrs" position="top-left" axis="easting" min="-2465257.3" max="3078646.8"></map-input>
|
|
14
|
+
<map-input name="ymin" type="location" units="pcrs" position="bottom-left" axis="northing" min="-883189.1" max="3952792.7"></map-input>
|
|
15
|
+
<map-input name="xmax" type="location" units="pcrs" position="top-right" axis="easting" min="-2465257.3" max="3078646.8"></map-input>
|
|
16
|
+
<map-input name="ymax" type="location" units="pcrs" position="top-left" axis="northing" min="-883189.1" max="3952792.7"></map-input>
|
|
17
|
+
<map-input name="w" type="width"></map-input>
|
|
18
|
+
<map-input name="h" type="height"></map-input>
|
|
19
|
+
<map-link rel="image" tref="https://maps.geogratis.gc.ca/wms/canvec_fr?version=1.3.0&service=WMS&request=GetMap&crs=EPSG:3978&layers=land,hydro,man_made,resource_management,transport,administrative,elevation,toponymy&styles=&bbox={xmin},{ymin},{xmax},{ymax}&format=image/png&transparent=false&width={w}&height={h}&m4h=t"></map-link>
|
|
20
|
+
</map-extent>
|
|
21
|
+
</map-body>
|
|
22
|
+
</mapml->
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<mapml- xmlns="http://www.w3.org/1999/xhtml">
|
|
2
|
+
<map-head>
|
|
3
|
+
<map-title>La carte de base du Canada - transport</map-title>
|
|
4
|
+
<map-meta http-equiv="Content-Type" content="application/xml;charset=UTF-8"></map-meta>
|
|
5
|
+
<map-meta charset="utf-8"></map-meta>
|
|
6
|
+
|
|
7
|
+
<map-link rel="license" href="https://ouvert.canada.ca/fr/licence-du-gouvernement-ouvert-canada" title="Licence du gouvernement ouvert – Canada"></map-link>
|
|
8
|
+
<map-link rel="suggestions" tref="https://photon.komoot.io/api/?q={searchTerms}&limit=25"></map-link>
|
|
9
|
+
<map-link rel="search" tref="https://photon.komoot.io/api/?q={searchTerms}&limit=25"></map-link>
|
|
10
|
+
<map-link rel="alternate" projection="OSMTILE" href="../osmtile/cbmt"></map-link>
|
|
11
|
+
</map-head>
|
|
12
|
+
<map-body>
|
|
13
|
+
<map-extent units="CBMTILE" checked="checked" hidden="hidden">
|
|
14
|
+
<map-input name="z" type="zoom" min="0" max="22"></map-input>
|
|
15
|
+
<map-input name="xmin" type="location" units="pcrs" position="top-left" axis="easting" min="-3262924.7" max="3823954.0"></map-input>
|
|
16
|
+
<map-input name="ymin" type="location" units="pcrs" position="bottom-left" axis="northing" min="-1554977.6" max="4046262.8"></map-input>
|
|
17
|
+
<map-input name="xmax" type="location" units="pcrs" position="top-right" axis="easting" min="-3262924.7" max="3823954.0"></map-input>
|
|
18
|
+
<map-input name="ymax" type="location" units="pcrs" position="top-left" axis="northing" min="-1554977.6" max="4046262.8"></map-input>
|
|
19
|
+
<map-input name="w" type="width"></map-input>
|
|
20
|
+
<map-input name="h" type="height"></map-input>
|
|
21
|
+
<map-link rel="image" tref="https://geogratis.gc.ca/cartes/CBCT?SERVICE=WMS&VERSION=1.1.1&SRS=EPSG:3978&LAYERS=CBCT&BBOX={xmin},{ymin},{xmax},{ymax}&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=TRUE&WIDTH={w}&HEIGHT={h}&STYLES=&m4h=t"></map-link>
|
|
22
|
+
</map-extent>
|
|
23
|
+
</map-body>
|
|
24
|
+
</mapml->
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<mapml- xmlns="http://www.w3.org/1999/xhtml">
|
|
2
|
+
<map-head>
|
|
3
|
+
<map-title>Carte de base du Canada - Géometrie</map-title>
|
|
4
|
+
<map-meta http-equiv="Content-Type" content="application/xml;charset=UTF-8"></map-meta>
|
|
5
|
+
<map-meta charset="utf-8"></map-meta>
|
|
6
|
+
|
|
7
|
+
<map-link rel="license" href="https://ouvert.canada.ca/fr/licence-du-gouvernement-ouvert-canada" title="Licence du gouvernement ouvert – Canada"></map-link>
|
|
8
|
+
<map-link rel="legend" href="https://geoappext.nrcan.gc.ca/arcgis/rest/services/BaseMaps/CBMT_CBCT_GEOM_3978/MapServer/legend"></map-link>
|
|
9
|
+
<map-link rel="suggestions" tref="https://photon.komoot.io/api/?q={searchTerms}&limit=25"></map-link>
|
|
10
|
+
<map-link rel="search" tref="https://photon.komoot.io/api/?q={searchTerms}&limit=25"></map-link>
|
|
11
|
+
</map-head>
|
|
12
|
+
<map-body>
|
|
13
|
+
<map-extent units="CBMTILE" checked="checked" hidden="hidden">
|
|
14
|
+
<map-input name="z" type="zoom" value="18" min="0" max="18"></map-input>
|
|
15
|
+
<map-input name="y" type="location" units="tilematrix" axis="row" min="52200" max="59340"></map-input>
|
|
16
|
+
<map-input name="x" type="location" units="tilematrix" axis="column" min="47525" max="55710"></map-input>
|
|
17
|
+
<map-link rel="tile" tref="https://geoappext.nrcan.gc.ca/arcgis/rest/services/BaseMaps/CBMT_CBCT_GEOM_3978/MapServer/tile/{z}/{y}/{x}?m4h=t"></map-link>
|
|
18
|
+
</map-extent>
|
|
19
|
+
</map-body>
|
|
20
|
+
</mapml->
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<mapml- xmlns="http://www.w3.org/1999/xhtml">
|
|
2
|
+
<map-head>
|
|
3
|
+
<map-title>Carte de base du Canada - Simple</map-title>
|
|
4
|
+
<map-meta http-equiv="Content-Type" content="application/xml;charset=UTF-8"></map-meta>
|
|
5
|
+
<map-meta charset="utf-8"></map-meta>
|
|
6
|
+
|
|
7
|
+
<map-link rel="license" href="https://ouvert.canada.ca/fr/licence-du-gouvernement-ouvert-canada" title="Licence du gouvernement ouvert - Canada"></map-link>
|
|
8
|
+
<map-link rel="legend" href="https://geoappext.nrcan.gc.ca/arcgis/rest/services/BaseMaps/Simple/MapServer/legend"></map-link>
|
|
9
|
+
<map-link rel="suggestions" tref="https://photon.komoot.io/api/?q={searchTerms}&limit=25"></map-link>
|
|
10
|
+
<map-link rel="search" tref="https://photon.komoot.io/api/?q={searchTerms}&limit=25"></map-link>
|
|
11
|
+
</map-head>
|
|
12
|
+
<map-body>
|
|
13
|
+
<map-extent units="CBMTILE" checked="checked" hidden="hidden">
|
|
14
|
+
<map-input name="z" type="zoom" value="18" min="0" max="18"></map-input>
|
|
15
|
+
<map-input name="y" type="location" units="tilematrix" axis="row" min="51599" max="59201"></map-input>
|
|
16
|
+
<map-input name="x" type="location" units="tilematrix" axis="column" min="45919" max="56244"></map-input>
|
|
17
|
+
<map-link rel="tile" tref="https://geoappext.nrcan.gc.ca/arcgis/rest/services/BaseMaps/Simple/MapServer/tile/{z}/{y}/{x}?m4h=t"></map-link>
|
|
18
|
+
</map-extent>
|
|
19
|
+
</map-body>
|
|
20
|
+
</mapml->
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<mapml- xmlns="http://www.w3.org/1999/xhtml">
|
|
2
|
+
<map-head>
|
|
3
|
+
<map-title>Conditions actuelles</map-title>
|
|
4
|
+
<map-meta charset="utf-8"></map-meta>
|
|
5
|
+
<map-link href="https://eccc-msc.github.io/open-data/msc-geomet/readme_fr/" rel="license" title="SMC GeoMet"></map-link>
|
|
6
|
+
<map-link href="../osmtile/current_conditions" rel="alternate" projection="OSMTILE"></map-link>
|
|
7
|
+
</map-head>
|
|
8
|
+
<map-body>
|
|
9
|
+
<map-extent units="CBMTILE" checked="checked" hidden="hidden">
|
|
10
|
+
<map-input name="z" type="zoom" min="0" max="25"></map-input>
|
|
11
|
+
<map-input name="xmin" type="location" rel="map" position="top-left" axis="easting" units="pcrs" min="-2238985.0" max="2618775.0" ></map-input>
|
|
12
|
+
<map-input name="ymin" type="location" rel="map" position="bottom-left" axis="northing" units="pcrs" min="-671929.0" max="3546199.0" ></map-input>
|
|
13
|
+
<map-input name="xmax" type="location" rel="map" position="top-right" axis="easting" units="pcrs" min="-2238985.0" max="2618775.0" ></map-input>
|
|
14
|
+
<map-input name="ymax" type="location" rel="map" position="top-left" axis="northing" units="pcrs" min="-671929.0" max="3546199.0" ></map-input>
|
|
15
|
+
<map-input name="w" type="width" min="1" max="4079"></map-input>
|
|
16
|
+
<map-input name="h" type="height" min="1" max="4079"></map-input>
|
|
17
|
+
<map-link tref="https://geo.weather.gc.ca/geomet?request=GetMap&crs=EPSG:3978&service=WMS&bbox={xmin},{ymin},{xmax},{ymax}&layers=CURRENT_CONDITIONS&format=image/png&width={w}&styles=default&language=fr&version=1.3.0&transparent=true&height={h}" rel="image"></map-link>
|
|
18
|
+
<!--
|
|
19
|
+
<map-input name="i" type="location" axis="i" units="map"></map-input>
|
|
20
|
+
<map-input name="j" type="location" axis="j" units="map"></map-input>
|
|
21
|
+
<map-link tref="https://geo.weather.gc.ca/geomet?request=GetFeatureInfo&query_layers=CURRENT_CONDITIONS&crs=EPSG:3978&bbox={xmin},{ymin},{xmax},{ymax}&language=en&version=1.3.0&transparent=true&service=WMS&layers=CURRENT_CONDITIONS&width={w}&x={i}&feature_count=50&y={j}&styles=default&info_format=text/plain&height={h}" rel="query"></map-link>
|
|
22
|
+
-->
|
|
23
|
+
</map-extent>
|
|
24
|
+
</map-body>
|
|
25
|
+
</mapml->
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<mapml- xmlns="http://www.w3.org/1999/xhtml">
|
|
2
|
+
<map-head>
|
|
3
|
+
<map-title>Toporama</map-title>
|
|
4
|
+
<map-meta http-equiv="Content-Type" content="application/xml;charset=UTF-8"></map-meta>
|
|
5
|
+
<map-meta charset="utf-8"></map-meta>
|
|
6
|
+
|
|
7
|
+
<map-link rel="license" href="https://ouvert.canada.ca/fr/licence-du-gouvernement-ouvert-canada" title="Licence du gouvernement ouvert – Canada"></map-link>
|
|
8
|
+
<map-link rel="legend" href="https://maps.geogratis.gc.ca/wms/toporama_fr?SERVICE=WMS&REQUEST=GetLegendGraphic&LAYER=SCW-Toporama&VERSION=1.1&FORMAT=image/png"></map-link>
|
|
9
|
+
<map-link rel="alternate" projection="OSMTILE" href="../osmtile/toporama"></map-link>
|
|
10
|
+
<map-link rel="suggestions" tref="https://photon.komoot.io/api/?q={searchTerms}&limit=25"></map-link>
|
|
11
|
+
<map-link rel="search" tref="https://photon.komoot.io/api/?q={searchTerms}&limit=25"></map-link>
|
|
12
|
+
</map-head>
|
|
13
|
+
<map-body>
|
|
14
|
+
<map-extent units="CBMTILE" checked="checked" hidden="hidden">
|
|
15
|
+
<map-input name="z" type="zoom" value="19" min="0" max="19"></map-input>
|
|
16
|
+
<map-input name="w" type="width"></map-input>
|
|
17
|
+
<map-input name="h" type="height"></map-input>
|
|
18
|
+
<map-input name="xmin" type="location" units="pcrs" position="top-left" axis="easting" min="-2465257.3" max="3078646.8"></map-input>
|
|
19
|
+
<map-input name="ymin" type="location" units="pcrs" position="bottom-left" axis="northing" min="-883189.1" max="3952792.7"></map-input>
|
|
20
|
+
<map-input name="xmax" type="location" units="pcrs" position="top-right" axis="easting" min="-2465257.3" max="3078646.8"></map-input>
|
|
21
|
+
<map-input name="ymax" type="location" units="pcrs" position="top-left" axis="northing" min="-883189.1" max="3952792.7"></map-input>
|
|
22
|
+
<map-link rel="image" tref="https://maps.geogratis.gc.ca/wms/toporama_fr?SERVICE=WMS&REQUEST=GetMap&FORMAT=image/jpeg&TRANSPARENT=FALSE&STYLES=&VERSION=1.3.0&LAYERS=SCW-Toporama&WIDTH={w}&HEIGHT={h}&CRS=EPSG:3978&BBOX={xmin},{ymin},{xmax},{ymax}&m4h=t"></map-link>
|
|
23
|
+
</map-extent>
|
|
24
|
+
</map-body>
|
|
25
|
+
</mapml->
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<mapml- xmlns="http://www.w3.org/1999/xhtml">
|
|
2
|
+
<map-head>
|
|
3
|
+
<map-title>La carte de base du Canada - transport (CBCT)</map-title>
|
|
4
|
+
<map-meta http-equiv="Content-Type" content="application/xml;charset=UTF-8"></map-meta>
|
|
5
|
+
<map-meta charset="utf-8"></map-meta><!-- test -->
|
|
6
|
+
|
|
7
|
+
<map-link rel="license" href="https://ouvert.canada.ca/fr/licence-du-gouvernement-ouvert-canada" title="Licence du gouvernement ouvert – Canada"></map-link>
|
|
8
|
+
<map-link rel="alternate" projection="CBMTILE" href="../cbmtile/cbmt"></map-link>
|
|
9
|
+
<map-link rel="suggestions" tref="https://photon.komoot.io/api/?q={searchTerms}&limit=25"></map-link>
|
|
10
|
+
<map-link rel="search" tref="https://photon.komoot.io/api/?q={searchTerms}&limit=25"></map-link>
|
|
11
|
+
</map-head>
|
|
12
|
+
<map-body>
|
|
13
|
+
<map-extent units="OSMTILE" checked="checked" hidden="hidden">
|
|
14
|
+
<map-input name="z" type="zoom" min="0" max="19"></map-input>
|
|
15
|
+
<map-input name="xmin" type="location" units="pcrs" position="top-left" axis="easting"></map-input>
|
|
16
|
+
<map-input name="ymin" type="location" units="pcrs" position="bottom-left" axis="northing"></map-input>
|
|
17
|
+
<map-input name="xmax" type="location" units="pcrs" position="top-right" axis="easting"></map-input>
|
|
18
|
+
<map-input name="ymax" type="location" units="pcrs" position="top-left" axis="northing"></map-input>
|
|
19
|
+
<map-input name="w" type="width"></map-input>
|
|
20
|
+
<map-input name="h" type="height"></map-input>
|
|
21
|
+
<map-link rel="image" tref="https://geogratis.gc.ca/cartes/CBCT?SERVICE=WMS&VERSION=1.1.1&SRS=EPSG:3857&LAYERS=CBCT&BBOX={xmin},{ymin},{xmax},{ymax}&REQUEST=GetMap&FORMAT=image/png&TRANSPARENT=TRUE&WIDTH={w}&HEIGHT={h}&STYLES="></map-link>
|
|
22
|
+
</map-extent>
|
|
23
|
+
</map-body>
|
|
24
|
+
</mapml->
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<mapml- xmlns="http://www.w3.org/1999/xhtml">
|
|
2
|
+
<map-head>
|
|
3
|
+
<map-title>Conditions actuelles</map-title>
|
|
4
|
+
<map-link href="https://eccc-msc.github.io/open-data/msc-geomet/readme_fr/" rel="license" title="SMC GeoMet"></map-link>
|
|
5
|
+
<map-link href="../cbmtile/current_conditions" rel="alternate" projection="CBMTILE"></map-link>
|
|
6
|
+
</map-head>
|
|
7
|
+
<map-body>
|
|
8
|
+
<map-extent units="OSMTILE" checked="checked" hidden="hidden">
|
|
9
|
+
<map-input name="z" type="zoom" min="0" max="18"></map-input>
|
|
10
|
+
<map-input name="xmin" type="location" rel="map" position="top-left" axis="easting" units="pcrs" min="-1.8443827380300004E7" max="-2287187.2902772236"></map-input>
|
|
11
|
+
<map-input name="ymin" type="location" rel="map" position="bottom-left" axis="northing" units="pcrs" min="4547345.566611593" max="1.6344676582521891E7"></map-input>
|
|
12
|
+
<map-input name="xmax" type="location" rel="map" position="top-right" axis="easting" units="pcrs" min="-1.8443827380300004E7" max="-2287187.2902772236"></map-input>
|
|
13
|
+
<map-input name="ymax" type="location" rel="map" position="top-left" axis="northing" units="pcrs" min="4547345.566611593" max="1.6344676582521891E7"></map-input>
|
|
14
|
+
<map-input name="w" type="width" min="1" max="4079"></map-input>
|
|
15
|
+
<map-input name="h" type="height" min="1" max="4079"></map-input>
|
|
16
|
+
<map-link rel="image" tref="https://geo.weather.gc.ca/geomet?request=GetMap&crs=EPSG:3857&service=WMS&bbox={xmin},{ymin},{xmax},{ymax}&layers=CURRENT_CONDITIONS&format=image/png&width={w}&styles=default&language=fr&version=1.3.0&transparent=true&height={h}"></map-link>
|
|
17
|
+
<!--
|
|
18
|
+
<map-input name="i" type="location" axis="i" units="map"></map-input>
|
|
19
|
+
<map-input name="j" type="location" axis="j" units="map"></map-input>
|
|
20
|
+
<map-link tref="https://geo.weather.gc.ca/geomet?request=GetFeatureInfo&query_layers=CURRENT_CONDITIONS&crs=EPSG:3857&bbox={xmin},{ymin},{xmax},{ymax}&language=en&version=1.3.0&transparent=true&service=WMS&layers=CURRENT_CONDITIONS&width={w}&x={i}&feature_count=50&y={j}&styles=default&info_format=text/plain&height={h}" rel="query"></map-link>
|
|
21
|
+
-->
|
|
22
|
+
</map-extent>
|
|
23
|
+
</map-body>
|
|
24
|
+
</mapml->
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<mapml- xmlns="http://www.w3.org/1999/xhtml">
|
|
2
|
+
<map-head>
|
|
3
|
+
<map-title>OpenStreetMap - thème sombre</map-title>
|
|
4
|
+
<map-link rel="stylesheet" type="application/pmtiles+stylesheet" href="../../../pmtiles/darkTheme.js"></map-link>
|
|
5
|
+
<map-link rel="license" title="OpenStreetMap © les contributeurs CC BY-SA 2.0" href="https://www.openstreetmap.org/copyright/fr"></map-link>
|
|
6
|
+
<map-link rel="self style" title="Thème sombre" href="dark.mapml"></map-link>
|
|
7
|
+
<map-link rel="style" title="Thème clair" href="light.mapml"></map-link>
|
|
8
|
+
<map-link rel="suggestions" tref="https://photon.komoot.io/api/?q={searchTerms}&limit=25"></map-link>
|
|
9
|
+
<map-link rel="search" tref="https://photon.komoot.io/api/?q={searchTerms}&limit=25"></map-link>
|
|
10
|
+
</map-head>
|
|
11
|
+
<map-body>
|
|
12
|
+
<map-extent units="OSMTILE" checked="" hidden="">
|
|
13
|
+
<map-input name="z" type="zoom" value="18" min="0" max="18"></map-input>
|
|
14
|
+
<map-input name="x" type="location" units="tilematrix" axis="column" min="0" max="262144"></map-input>
|
|
15
|
+
<map-input name="y" type="location" units="tilematrix" axis="row" min="0" max="262144"></map-input>
|
|
16
|
+
<map-link rel="tile" type="application/vnd.mapbox-vector-tile" tref="https://data.source.coop/protomaps/openstreetmap/tiles/v3.pmtiles"></map-link>
|
|
17
|
+
</map-extent>
|
|
18
|
+
</map-body>
|
|
19
|
+
</mapml->
|