@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.
Files changed (81) hide show
  1. package/build/src/__tests__/geojson.test.js +1 -1
  2. package/build/src/__tests__/geojson.test.js.map +1 -1
  3. package/build/src/components/map.switcher.js +17 -2
  4. package/build/src/components/map.switcher.js.map +1 -1
  5. package/build/src/config.layer.d.ts +1 -1
  6. package/build/src/config.map.js +15 -3
  7. package/build/src/config.map.js.map +1 -1
  8. package/build/tsconfig.tsbuildinfo +1 -1
  9. package/dist/docs/404.html +684 -69
  10. package/dist/docs/configuration/index.html +684 -69
  11. package/dist/docs/deployment/index.html +684 -69
  12. package/dist/docs/developer-guide/cli-methods/bundle-the-basemaps-assets-archive/index.html +684 -69
  13. package/dist/docs/developer-guide/cli-methods/bundle-the-basemaps-config-file/index.html +684 -69
  14. package/dist/docs/developer-guide/index.html +686 -70
  15. package/dist/docs/developer-guide/run-basemaps-locally/index.html +684 -69
  16. package/dist/docs/developer-guide/server-methods/serve-basemaps-with-bundled-config-file/index.html +684 -69
  17. package/dist/docs/developer-guide/server-methods/serve-basemaps-with-collection-of-geotiff-files/index.html +684 -69
  18. package/dist/docs/examples/_overview/index.html +684 -69
  19. package/dist/docs/examples/leaflet.xyz.3857/index.html +684 -69
  20. package/dist/docs/examples/maplibre.opacity.3857/index.html +684 -69
  21. package/dist/docs/examples/maplibre.vector.3857/index.html +684 -69
  22. package/dist/docs/index.html +684 -69
  23. package/dist/docs/operator-guide/cog-quality/index.html +684 -69
  24. package/dist/docs/operator-guide/empty-tiles/index.html +684 -69
  25. package/dist/docs/operator-guide/gebco/index.html +684 -69
  26. package/dist/docs/operator-guide/index.html +684 -69
  27. package/dist/docs/operator-guide/quick-start/index.html +684 -69
  28. package/dist/docs/operator-guide/relief-shade/index.html +684 -69
  29. package/dist/docs/operator-guide/texture-shade/index.html +684 -69
  30. package/dist/docs/operator-guide/xyz-projection/index.html +684 -69
  31. package/dist/docs/quick-start/index.html +684 -69
  32. package/dist/docs/sitemap.xml +125 -41
  33. package/dist/docs/sitemap.xml.gz +0 -0
  34. package/dist/docs/user-guide/_get-started/index.html +684 -69
  35. package/dist/docs/user-guide/api-documentation/index.html +222 -27
  36. package/dist/docs/user-guide/technical-documentation/index.html +685 -70
  37. package/dist/docs/user-guide/use-in-esri-software/how-to-add-emergency-imagery-to-arcgis/index.html +696 -81
  38. package/dist/docs/user-guide/use-in-esri-software/how-to-add-individual-linz-basemaps-layers-to-arcgis/index.html +696 -81
  39. package/dist/docs/user-guide/use-in-esri-software/how-to-add-linz-aerial-imagery-basemaps-to-arcgis-online/index.html +690 -75
  40. package/dist/docs/user-guide/use-in-esri-software/how-to-add-linz-basemaps-to-arcgis-online-basemaps/index.html +697 -80
  41. package/dist/docs/user-guide/use-in-esri-software/index.html +692 -77
  42. package/dist/docs/user-guide/working-with-vector-tiles/creation/index.html +2310 -0
  43. package/dist/docs/user-guide/working-with-vector-tiles/creation/inputs/json-schema-file/index.html +2302 -0
  44. package/dist/docs/user-guide/{how-to-use-and-customize-vector-tiles → working-with-vector-tiles}/index.html +809 -163
  45. package/dist/docs/user-guide/working-with-vector-tiles/schema/addresses/index.html +2408 -0
  46. package/dist/docs/user-guide/working-with-vector-tiles/schema/aerialways/index.html +2797 -0
  47. package/dist/docs/user-guide/working-with-vector-tiles/schema/boundaries/index.html +2408 -0
  48. package/dist/docs/user-guide/working-with-vector-tiles/schema/buildings/index.html +2571 -0
  49. package/dist/docs/user-guide/working-with-vector-tiles/schema/contours/index.html +2719 -0
  50. package/dist/docs/user-guide/working-with-vector-tiles/schema/dam_lines/index.html +2561 -0
  51. package/dist/docs/user-guide/working-with-vector-tiles/schema/ferries/index.html +2541 -0
  52. package/dist/docs/user-guide/working-with-vector-tiles/schema/land/index.html +7134 -0
  53. package/dist/docs/user-guide/working-with-vector-tiles/schema/parcel_boundaries/index.html +2408 -0
  54. package/dist/docs/user-guide/working-with-vector-tiles/schema/pier_lines/index.html +2541 -0
  55. package/dist/docs/user-guide/working-with-vector-tiles/schema/place_labels/index.html +2428 -0
  56. package/dist/docs/user-guide/working-with-vector-tiles/schema/pois/index.html +2538 -0
  57. package/dist/docs/user-guide/working-with-vector-tiles/schema/public_transport/index.html +2802 -0
  58. package/dist/docs/user-guide/working-with-vector-tiles/schema/sites/index.html +3324 -0
  59. package/dist/docs/user-guide/working-with-vector-tiles/schema/street_labels/index.html +2817 -0
  60. package/dist/docs/user-guide/working-with-vector-tiles/schema/street_polygons/index.html +2684 -0
  61. package/dist/docs/user-guide/working-with-vector-tiles/schema/streets/index.html +3371 -0
  62. package/dist/docs/user-guide/working-with-vector-tiles/schema/water_lines/index.html +3708 -0
  63. package/dist/docs/user-guide/working-with-vector-tiles/schema/water_polygons/index.html +3477 -0
  64. package/dist/docs/user-guide/working-with-vector-tiles/static/labels.png +0 -0
  65. package/dist/docs/user-guide/working-with-vector-tiles/static/topographic.png +0 -0
  66. package/dist/docs/user-guide/working-with-vector-tiles/static/topolite.png +0 -0
  67. 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
  68. 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
  69. package/dist/examples/index.openlayers.attribution.wmts.3857.html +1 -1
  70. package/dist/{index-8.5.0-3c37c4e66b36a792.js → index-8.9.0-8941dd6a9dc5eca0.js} +3963 -1035
  71. package/dist/index.html +2 -2
  72. package/dist/index.js +3963 -1035
  73. package/dist/lib/{attribution-8.5.0-7e26e43200746f3c.js → attribution-8.9.0-1dd36f5665787b4f.js} +3666 -760
  74. package/dist/lib/attribution.js +3666 -760
  75. package/package.json +7 -10
  76. /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
  77. /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
  78. /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
  79. /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
  80. /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
  81. /package/dist/{index-8.5.0-c5e57c4593cca04a.css → index-8.9.0-c5e57c4593cca04a.css} +0 -0
@@ -7,7 +7,7 @@
7
7
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.3.1/css/ol.css"
8
8
  type="text/css" />
9
9
  <script src="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.3.1/build/ol.js"></script>
10
- <script src="../lib/attribution-8.5.0-7e26e43200746f3c.js" integrity="sha512-fibkMgB0bzx2rB2y2Ae0B3aywGWDyrtiVUWCjhqvV/EqSZTPb8nYape5tbhHlaCacPTsahfZ4thvPPMSyX6DzQ=="></script>
10
+ <script src="../lib/attribution-8.9.0-1dd36f5665787b4f.js" integrity="sha512-HdNvVmV4e0//NvQrLQPcmiKtmk83ZjTaz8E6mjmhhrRvkgkOw7QEt849sjS/22qhAuLeVTOpVm9Ghfna2/Jz3A=="></script>
11
11
  </head>
12
12
 
13
13
  <body>