@basemaps/landing 8.5.0 → 8.9.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/build/src/__tests__/geojson.test.js +1 -1
- package/build/src/__tests__/geojson.test.js.map +1 -1
- package/build/src/components/map.switcher.js +17 -2
- package/build/src/components/map.switcher.js.map +1 -1
- package/build/src/config.layer.d.ts +1 -1
- package/build/src/config.map.js +15 -3
- package/build/src/config.map.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/dist/docs/404.html +684 -69
- package/dist/docs/configuration/index.html +684 -69
- package/dist/docs/deployment/index.html +684 -69
- package/dist/docs/developer-guide/cli-methods/bundle-the-basemaps-assets-archive/index.html +684 -69
- package/dist/docs/developer-guide/cli-methods/bundle-the-basemaps-config-file/index.html +684 -69
- package/dist/docs/developer-guide/index.html +686 -70
- package/dist/docs/developer-guide/run-basemaps-locally/index.html +684 -69
- package/dist/docs/developer-guide/server-methods/serve-basemaps-with-bundled-config-file/index.html +684 -69
- package/dist/docs/developer-guide/server-methods/serve-basemaps-with-collection-of-geotiff-files/index.html +684 -69
- package/dist/docs/examples/_overview/index.html +684 -69
- package/dist/docs/examples/leaflet.xyz.3857/index.html +684 -69
- package/dist/docs/examples/maplibre.opacity.3857/index.html +684 -69
- package/dist/docs/examples/maplibre.vector.3857/index.html +684 -69
- package/dist/docs/index.html +684 -69
- package/dist/docs/operator-guide/cog-quality/index.html +684 -69
- package/dist/docs/operator-guide/empty-tiles/index.html +684 -69
- package/dist/docs/operator-guide/gebco/index.html +684 -69
- package/dist/docs/operator-guide/index.html +684 -69
- package/dist/docs/operator-guide/quick-start/index.html +684 -69
- package/dist/docs/operator-guide/relief-shade/index.html +684 -69
- package/dist/docs/operator-guide/texture-shade/index.html +684 -69
- package/dist/docs/operator-guide/xyz-projection/index.html +684 -69
- package/dist/docs/quick-start/index.html +684 -69
- package/dist/docs/sitemap.xml +125 -41
- package/dist/docs/sitemap.xml.gz +0 -0
- package/dist/docs/user-guide/_get-started/index.html +684 -69
- package/dist/docs/user-guide/api-documentation/index.html +222 -27
- package/dist/docs/user-guide/technical-documentation/index.html +685 -70
- package/dist/docs/user-guide/use-in-esri-software/how-to-add-emergency-imagery-to-arcgis/index.html +696 -81
- package/dist/docs/user-guide/use-in-esri-software/how-to-add-individual-linz-basemaps-layers-to-arcgis/index.html +696 -81
- package/dist/docs/user-guide/use-in-esri-software/how-to-add-linz-aerial-imagery-basemaps-to-arcgis-online/index.html +690 -75
- package/dist/docs/user-guide/use-in-esri-software/how-to-add-linz-basemaps-to-arcgis-online-basemaps/index.html +697 -80
- package/dist/docs/user-guide/use-in-esri-software/index.html +692 -77
- package/dist/docs/user-guide/working-with-vector-tiles/creation/index.html +2310 -0
- package/dist/docs/user-guide/working-with-vector-tiles/creation/inputs/json-schema-file/index.html +2302 -0
- package/dist/docs/user-guide/{how-to-use-and-customize-vector-tiles → working-with-vector-tiles}/index.html +809 -163
- package/dist/docs/user-guide/working-with-vector-tiles/schema/addresses/index.html +2408 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/aerialways/index.html +2797 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/boundaries/index.html +2408 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/buildings/index.html +2571 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/contours/index.html +2719 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/dam_lines/index.html +2561 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/ferries/index.html +2541 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/land/index.html +7134 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/parcel_boundaries/index.html +2408 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/pier_lines/index.html +2541 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/place_labels/index.html +2428 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/pois/index.html +2538 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/public_transport/index.html +2802 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/sites/index.html +3324 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/street_labels/index.html +2817 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/street_polygons/index.html +2684 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/streets/index.html +3371 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/water_lines/index.html +3708 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/water_polygons/index.html +3477 -0
- package/dist/docs/user-guide/working-with-vector-tiles/static/labels.png +0 -0
- package/dist/docs/user-guide/working-with-vector-tiles/static/topographic.png +0 -0
- package/dist/docs/user-guide/working-with-vector-tiles/static/topolite.png +0 -0
- package/dist/docs/user-guide/{how-to-use-and-customize-vector-tiles/how-to-customize-vector-tiles → working-with-vector-tiles/styling}/index.html +938 -314
- package/dist/docs/user-guide/{how-to-use-and-customize-vector-tiles/_How-to-use-vector-tiles → working-with-vector-tiles/usage}/index.html +885 -239
- package/dist/examples/index.openlayers.attribution.wmts.3857.html +1 -1
- package/dist/{index-8.5.0-3c37c4e66b36a792.js → index-8.9.0-8941dd6a9dc5eca0.js} +3963 -1035
- package/dist/index.html +2 -2
- package/dist/index.js +3963 -1035
- package/dist/lib/{attribution-8.5.0-7e26e43200746f3c.js → attribution-8.9.0-1dd36f5665787b4f.js} +3666 -760
- package/dist/lib/attribution.js +3666 -760
- package/package.json +7 -10
- /package/dist/docs/user-guide/{how-to-use-and-customize-vector-tiles/how-to-customize-vector-tiles → working-with-vector-tiles/styling}/index.maplibre.vector.3857.html +0 -0
- /package/dist/docs/user-guide/{how-to-use-and-customize-vector-tiles/how-to-customize-vector-tiles → working-with-vector-tiles/styling}/static/add-filter.webp +0 -0
- /package/dist/docs/user-guide/{how-to-use-and-customize-vector-tiles/how-to-customize-vector-tiles → working-with-vector-tiles/styling}/static/contours.webp +0 -0
- /package/dist/docs/user-guide/{how-to-use-and-customize-vector-tiles/how-to-customize-vector-tiles → working-with-vector-tiles/styling}/static/modify-paint.webp +0 -0
- /package/dist/docs/user-guide/{how-to-use-and-customize-vector-tiles/_How-to-use-vector-tiles → working-with-vector-tiles/usage}/index.maplibre.vector.3857.html +0 -0
- /package/dist/{index-8.5.0-c5e57c4593cca04a.css → index-8.9.0-c5e57c4593cca04a.css} +0 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.