@basemaps/landing 8.4.0 → 8.6.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 (88) hide show
  1. package/build/src/config.layer.d.ts +1 -1
  2. package/build/src/config.map.js +15 -3
  3. package/build/src/config.map.js.map +1 -1
  4. package/build/tsconfig.tsbuildinfo +1 -1
  5. package/dist/docs/404.html +798 -10
  6. package/dist/docs/assets/javascripts/swagger-ui-bundle.js +1 -1
  7. package/dist/docs/assets/javascripts/swagger-ui-standalone-preset.js +1 -1
  8. package/dist/docs/assets/stylesheets/swagger-ui.css +1 -1
  9. package/dist/docs/assets/stylesheets/swagger-ui.css.map +1 -1
  10. package/dist/docs/configuration/index.html +2209 -548
  11. package/dist/docs/deployment/index.html +2167 -509
  12. package/dist/docs/developer-guide/cli-methods/bundle-the-basemaps-assets-archive/index.html +2306 -608
  13. package/dist/docs/developer-guide/cli-methods/bundle-the-basemaps-config-file/index.html +2261 -571
  14. package/dist/docs/developer-guide/index.html +2124 -490
  15. package/dist/docs/developer-guide/run-basemaps-locally/index.html +2252 -567
  16. package/dist/docs/developer-guide/server-methods/serve-basemaps-with-bundled-config-file/index.html +2239 -561
  17. package/dist/docs/developer-guide/server-methods/serve-basemaps-with-collection-of-geotiff-files/index.html +2209 -535
  18. package/dist/docs/examples/_overview/index.html +2116 -476
  19. package/dist/docs/examples/leaflet.xyz.3857/index.html +2152 -513
  20. package/dist/docs/examples/maplibre.opacity.3857/index.html +2329 -690
  21. package/dist/docs/examples/maplibre.vector.3857/index.html +2159 -520
  22. package/dist/docs/index.html +2286 -585
  23. package/dist/docs/operator-guide/cog-quality/index.html +2298 -602
  24. package/dist/docs/operator-guide/empty-tiles/index.html +2162 -502
  25. package/dist/docs/operator-guide/gebco/index.html +2184 -524
  26. package/dist/docs/operator-guide/index.html +2112 -483
  27. package/dist/docs/operator-guide/quick-start/index.html +2268 -592
  28. package/dist/docs/operator-guide/relief-shade/index.html +2188 -524
  29. package/dist/docs/operator-guide/texture-shade/index.html +2253 -593
  30. package/dist/docs/operator-guide/xyz-projection/index.html +2218 -542
  31. package/dist/docs/quick-start/index.html +2119 -483
  32. package/dist/docs/sitemap.xml +126 -30
  33. package/dist/docs/sitemap.xml.gz +0 -0
  34. package/dist/docs/user-guide/_get-started/index.html +2265 -577
  35. package/dist/docs/user-guide/api-documentation/index.html +272 -14
  36. package/dist/docs/user-guide/api-documentation/{swagger-be89a08e.html → swagger-3b2ee5d5.html} +4 -4
  37. package/dist/docs/user-guide/technical-documentation/index.html +2443 -687
  38. package/dist/docs/user-guide/use-in-esri-software/how-to-add-emergency-imagery-to-arcgis/index.html +2119 -486
  39. package/dist/docs/user-guide/use-in-esri-software/how-to-add-individual-linz-basemaps-layers-to-arcgis/index.html +2118 -485
  40. package/dist/docs/user-guide/use-in-esri-software/how-to-add-linz-aerial-imagery-basemaps-to-arcgis-online/index.html +2120 -487
  41. package/dist/docs/user-guide/use-in-esri-software/how-to-add-linz-basemaps-to-arcgis-online-basemaps/index.html +2116 -482
  42. package/dist/docs/user-guide/use-in-esri-software/index.html +2114 -483
  43. package/dist/docs/user-guide/working-with-vector-tiles/creation/index.html +2310 -0
  44. package/dist/docs/user-guide/working-with-vector-tiles/creation/inputs/json-schema-file/index.html +2302 -0
  45. package/dist/docs/user-guide/working-with-vector-tiles/index.html +2286 -0
  46. package/dist/docs/user-guide/working-with-vector-tiles/schema/addresses/index.html +2408 -0
  47. package/dist/docs/user-guide/working-with-vector-tiles/schema/aerialways/index.html +2797 -0
  48. package/dist/docs/user-guide/working-with-vector-tiles/schema/boundaries/index.html +2408 -0
  49. package/dist/docs/user-guide/working-with-vector-tiles/schema/buildings/index.html +2571 -0
  50. package/dist/docs/user-guide/working-with-vector-tiles/schema/contours/index.html +2719 -0
  51. package/dist/docs/user-guide/working-with-vector-tiles/schema/dam_lines/index.html +2561 -0
  52. package/dist/docs/user-guide/working-with-vector-tiles/schema/ferries/index.html +2541 -0
  53. package/dist/docs/user-guide/working-with-vector-tiles/schema/land/index.html +7134 -0
  54. package/dist/docs/user-guide/working-with-vector-tiles/schema/parcel_boundaries/index.html +2408 -0
  55. package/dist/docs/user-guide/working-with-vector-tiles/schema/pier_lines/index.html +2541 -0
  56. package/dist/docs/user-guide/working-with-vector-tiles/schema/place_labels/index.html +2428 -0
  57. package/dist/docs/user-guide/working-with-vector-tiles/schema/pois/index.html +2538 -0
  58. package/dist/docs/user-guide/working-with-vector-tiles/schema/public_transport/index.html +2802 -0
  59. package/dist/docs/user-guide/working-with-vector-tiles/schema/sites/index.html +3324 -0
  60. package/dist/docs/user-guide/working-with-vector-tiles/schema/street_labels/index.html +2817 -0
  61. package/dist/docs/user-guide/working-with-vector-tiles/schema/street_polygons/index.html +2684 -0
  62. package/dist/docs/user-guide/working-with-vector-tiles/schema/streets/index.html +3371 -0
  63. package/dist/docs/user-guide/working-with-vector-tiles/schema/water_lines/index.html +3708 -0
  64. package/dist/docs/user-guide/working-with-vector-tiles/schema/water_polygons/index.html +3477 -0
  65. package/dist/docs/user-guide/working-with-vector-tiles/static/labels.png +0 -0
  66. package/dist/docs/user-guide/working-with-vector-tiles/static/topographic.png +0 -0
  67. package/dist/docs/user-guide/working-with-vector-tiles/static/topolite.png +0 -0
  68. package/dist/docs/user-guide/working-with-vector-tiles/styling/index.html +2584 -0
  69. package/dist/docs/user-guide/working-with-vector-tiles/styling/index.maplibre.vector.3857.html +80 -0
  70. package/dist/docs/user-guide/working-with-vector-tiles/styling/static/add-filter.webp +0 -0
  71. package/dist/docs/user-guide/working-with-vector-tiles/styling/static/contours.webp +0 -0
  72. package/dist/docs/user-guide/working-with-vector-tiles/styling/static/modify-paint.webp +0 -0
  73. package/dist/docs/user-guide/working-with-vector-tiles/usage/index.html +2425 -0
  74. package/dist/docs/user-guide/working-with-vector-tiles/usage/index.maplibre.vector.3857.html +22 -0
  75. package/dist/examples/index.openlayers.attribution.wmts.3857.html +1 -1
  76. package/dist/{index-8.4.0-ed5ddcf04a1dbef3.js → index-8.6.0-c101a024188933aa.js} +17 -5
  77. package/dist/index.html +2 -2
  78. package/dist/index.js +17 -5
  79. package/package.json +6 -6
  80. package/dist/docs/assets/javascripts/swagger-initializer.js +0 -20
  81. package/dist/docs/assets/javascripts/swagger-ui-es-bundle-core.js +0 -3
  82. package/dist/docs/assets/javascripts/swagger-ui-es-bundle-core.js.map +0 -1
  83. package/dist/docs/assets/javascripts/swagger-ui-es-bundle.js +0 -3
  84. package/dist/docs/assets/javascripts/swagger-ui-es-bundle.js.map +0 -1
  85. package/dist/docs/assets/stylesheets/swagger-ui.js +0 -2
  86. package/dist/docs/assets/stylesheets/swagger-ui.js.map +0 -1
  87. /package/dist/{index-8.4.0-c5e57c4593cca04a.css → index-8.6.0-c5e57c4593cca04a.css} +0 -0
  88. /package/dist/lib/{attribution-8.4.0-7e26e43200746f3c.js → attribution-8.6.0-7e26e43200746f3c.js} +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.