@basemaps/landing 8.5.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 (76) 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 +684 -69
  6. package/dist/docs/configuration/index.html +684 -69
  7. package/dist/docs/deployment/index.html +684 -69
  8. package/dist/docs/developer-guide/cli-methods/bundle-the-basemaps-assets-archive/index.html +684 -69
  9. package/dist/docs/developer-guide/cli-methods/bundle-the-basemaps-config-file/index.html +684 -69
  10. package/dist/docs/developer-guide/index.html +686 -70
  11. package/dist/docs/developer-guide/run-basemaps-locally/index.html +684 -69
  12. package/dist/docs/developer-guide/server-methods/serve-basemaps-with-bundled-config-file/index.html +684 -69
  13. package/dist/docs/developer-guide/server-methods/serve-basemaps-with-collection-of-geotiff-files/index.html +684 -69
  14. package/dist/docs/examples/_overview/index.html +684 -69
  15. package/dist/docs/examples/leaflet.xyz.3857/index.html +684 -69
  16. package/dist/docs/examples/maplibre.opacity.3857/index.html +684 -69
  17. package/dist/docs/examples/maplibre.vector.3857/index.html +684 -69
  18. package/dist/docs/index.html +684 -69
  19. package/dist/docs/operator-guide/cog-quality/index.html +684 -69
  20. package/dist/docs/operator-guide/empty-tiles/index.html +684 -69
  21. package/dist/docs/operator-guide/gebco/index.html +684 -69
  22. package/dist/docs/operator-guide/index.html +684 -69
  23. package/dist/docs/operator-guide/quick-start/index.html +684 -69
  24. package/dist/docs/operator-guide/relief-shade/index.html +684 -69
  25. package/dist/docs/operator-guide/texture-shade/index.html +684 -69
  26. package/dist/docs/operator-guide/xyz-projection/index.html +684 -69
  27. package/dist/docs/quick-start/index.html +684 -69
  28. package/dist/docs/sitemap.xml +125 -41
  29. package/dist/docs/sitemap.xml.gz +0 -0
  30. package/dist/docs/user-guide/_get-started/index.html +684 -69
  31. package/dist/docs/user-guide/api-documentation/index.html +222 -27
  32. package/dist/docs/user-guide/technical-documentation/index.html +685 -70
  33. package/dist/docs/user-guide/use-in-esri-software/how-to-add-emergency-imagery-to-arcgis/index.html +696 -81
  34. package/dist/docs/user-guide/use-in-esri-software/how-to-add-individual-linz-basemaps-layers-to-arcgis/index.html +696 -81
  35. package/dist/docs/user-guide/use-in-esri-software/how-to-add-linz-aerial-imagery-basemaps-to-arcgis-online/index.html +690 -75
  36. package/dist/docs/user-guide/use-in-esri-software/how-to-add-linz-basemaps-to-arcgis-online-basemaps/index.html +697 -80
  37. package/dist/docs/user-guide/use-in-esri-software/index.html +692 -77
  38. package/dist/docs/user-guide/working-with-vector-tiles/creation/index.html +2310 -0
  39. package/dist/docs/user-guide/working-with-vector-tiles/creation/inputs/json-schema-file/index.html +2302 -0
  40. package/dist/docs/user-guide/{how-to-use-and-customize-vector-tiles → working-with-vector-tiles}/index.html +809 -163
  41. package/dist/docs/user-guide/working-with-vector-tiles/schema/addresses/index.html +2408 -0
  42. package/dist/docs/user-guide/working-with-vector-tiles/schema/aerialways/index.html +2797 -0
  43. package/dist/docs/user-guide/working-with-vector-tiles/schema/boundaries/index.html +2408 -0
  44. package/dist/docs/user-guide/working-with-vector-tiles/schema/buildings/index.html +2571 -0
  45. package/dist/docs/user-guide/working-with-vector-tiles/schema/contours/index.html +2719 -0
  46. package/dist/docs/user-guide/working-with-vector-tiles/schema/dam_lines/index.html +2561 -0
  47. package/dist/docs/user-guide/working-with-vector-tiles/schema/ferries/index.html +2541 -0
  48. package/dist/docs/user-guide/working-with-vector-tiles/schema/land/index.html +7134 -0
  49. package/dist/docs/user-guide/working-with-vector-tiles/schema/parcel_boundaries/index.html +2408 -0
  50. package/dist/docs/user-guide/working-with-vector-tiles/schema/pier_lines/index.html +2541 -0
  51. package/dist/docs/user-guide/working-with-vector-tiles/schema/place_labels/index.html +2428 -0
  52. package/dist/docs/user-guide/working-with-vector-tiles/schema/pois/index.html +2538 -0
  53. package/dist/docs/user-guide/working-with-vector-tiles/schema/public_transport/index.html +2802 -0
  54. package/dist/docs/user-guide/working-with-vector-tiles/schema/sites/index.html +3324 -0
  55. package/dist/docs/user-guide/working-with-vector-tiles/schema/street_labels/index.html +2817 -0
  56. package/dist/docs/user-guide/working-with-vector-tiles/schema/street_polygons/index.html +2684 -0
  57. package/dist/docs/user-guide/working-with-vector-tiles/schema/streets/index.html +3371 -0
  58. package/dist/docs/user-guide/working-with-vector-tiles/schema/water_lines/index.html +3708 -0
  59. package/dist/docs/user-guide/working-with-vector-tiles/schema/water_polygons/index.html +3477 -0
  60. package/dist/docs/user-guide/working-with-vector-tiles/static/labels.png +0 -0
  61. package/dist/docs/user-guide/working-with-vector-tiles/static/topographic.png +0 -0
  62. package/dist/docs/user-guide/working-with-vector-tiles/static/topolite.png +0 -0
  63. 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
  64. 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
  65. package/dist/examples/index.openlayers.attribution.wmts.3857.html +1 -1
  66. package/dist/{index-8.5.0-3c37c4e66b36a792.js → index-8.6.0-c101a024188933aa.js} +17 -5
  67. package/dist/index.html +2 -2
  68. package/dist/index.js +17 -5
  69. package/package.json +6 -6
  70. /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
  71. /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
  72. /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
  73. /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
  74. /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
  75. /package/dist/{index-8.5.0-c5e57c4593cca04a.css → index-8.6.0-c5e57c4593cca04a.css} +0 -0
  76. /package/dist/lib/{attribution-8.5.0-7e26e43200746f3c.js → attribution-8.6.0-7e26e43200746f3c.js} +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.6.0-7e26e43200746f3c.js" integrity="sha512-fibkMgB0bzx2rB2y2Ae0B3aywGWDyrtiVUWCjhqvV/EqSZTPb8nYape5tbhHlaCacPTsahfZ4thvPPMSyX6DzQ=="></script>
11
11
  </head>
12
12
 
13
13
  <body>
@@ -57485,16 +57485,28 @@ function addDefaultLayers(output) {
57485
57485
  },
57486
57486
  {
57487
57487
  id: "hillshade-igor",
57488
- title: "Hillshade Igor",
57488
+ title: "Hillshade Igor DEM",
57489
57489
  projections: /* @__PURE__ */ new Set([EpsgCode.Nztm2000, EpsgCode.Google]),
57490
57490
  category: "Basemaps - Hillshade"
57491
57491
  },
57492
57492
  {
57493
- id: "hillshade",
57494
- title: "Hillshade Standard",
57493
+ id: "hillshade-igor-dsm",
57494
+ title: "Hillshade Igor DSM",
57495
57495
  projections: /* @__PURE__ */ new Set([EpsgCode.Nztm2000, EpsgCode.Google]),
57496
57496
  category: "Basemaps - Hillshade"
57497
57497
  },
57498
+ {
57499
+ id: "hillshade",
57500
+ title: "Hillshade Standard DEM",
57501
+ projections: /* @__PURE__ */ new Set([EpsgCode.Nztm2000, EpsgCode.Google]),
57502
+ category: "Elevation"
57503
+ },
57504
+ {
57505
+ id: "hillshade-dsm",
57506
+ title: "Hillshade Standard DSM",
57507
+ projections: /* @__PURE__ */ new Set([EpsgCode.Nztm2000, EpsgCode.Google]),
57508
+ category: "Elevation"
57509
+ },
57498
57510
  {
57499
57511
  id: "elevation",
57500
57512
  title: "Elevation DEM",
@@ -57549,11 +57561,11 @@ var Config = {
57549
57561
  return "";
57550
57562
  },
57551
57563
  get Version() {
57552
- return "v8.4.0-5-g4f6f3929";
57564
+ return "v8.5.0-5-gbd34894f";
57553
57565
  },
57554
57566
  /** Github buildId */
57555
57567
  get BuildId() {
57556
- return "16305730095-1";
57568
+ return "16790799626-1";
57557
57569
  },
57558
57570
  map: new MapConfig()
57559
57571
  };
package/dist/index.html CHANGED
@@ -11,14 +11,14 @@
11
11
  <meta name="twitter:image" property="og:image" content="/basemaps-card.jpeg" />
12
12
  <meta name="twitter:description" property="og:description" content="NZ’s authoritative and open digital basemap service for LINZ and the public." />
13
13
 
14
- <link rel="stylesheet" href="index-8.5.0-c5e57c4593cca04a.css" integrity="xeV8RZPMoEppgmSq1caqemmc8O5k7UmFLbdR/DCeOSP1XmotpTTisZTePLihKxDlJIXbfdkKwskYljWnxYN4tA==" />
14
+ <link rel="stylesheet" href="index-8.6.0-c5e57c4593cca04a.css" integrity="xeV8RZPMoEppgmSq1caqemmc8O5k7UmFLbdR/DCeOSP1XmotpTTisZTePLihKxDlJIXbfdkKwskYljWnxYN4tA==" />
15
15
  <link href="https://fonts.googleapis.com/icon?family=Material+Icons+Round" rel="stylesheet" />
16
16
  <title>Basemaps | Land Information New Zealand (LINZ)</title>
17
17
  </head>
18
18
 
19
19
  <body class="checker-board">
20
20
  <main id="main"></main>
21
- <script src="index-8.5.0-3c37c4e66b36a792.js" integrity="sha512-PDfE5ms2p5LDFCWejffXGgazLLVqOJ1RSbicxvGmJmUYo//ZKw3NrdAL6OxCCuGwjjd+DdajKMIDgH52y35BFw=="></script>
21
+ <script src="index-8.6.0-c101a024188933aa.js" integrity="sha512-wQGgJBiJM6pU7OyOLLcaMbvruGhCt8zo5bNDKlDBd2oJWXxu3aWhYUcKPyHiKUGnFqONE4e5Lm5AbpCXLeAtUw=="></script>
22
22
  </body>
23
23
 
24
24
  </html>
package/dist/index.js CHANGED
@@ -57485,16 +57485,28 @@ function addDefaultLayers(output) {
57485
57485
  },
57486
57486
  {
57487
57487
  id: "hillshade-igor",
57488
- title: "Hillshade Igor",
57488
+ title: "Hillshade Igor DEM",
57489
57489
  projections: /* @__PURE__ */ new Set([EpsgCode.Nztm2000, EpsgCode.Google]),
57490
57490
  category: "Basemaps - Hillshade"
57491
57491
  },
57492
57492
  {
57493
- id: "hillshade",
57494
- title: "Hillshade Standard",
57493
+ id: "hillshade-igor-dsm",
57494
+ title: "Hillshade Igor DSM",
57495
57495
  projections: /* @__PURE__ */ new Set([EpsgCode.Nztm2000, EpsgCode.Google]),
57496
57496
  category: "Basemaps - Hillshade"
57497
57497
  },
57498
+ {
57499
+ id: "hillshade",
57500
+ title: "Hillshade Standard DEM",
57501
+ projections: /* @__PURE__ */ new Set([EpsgCode.Nztm2000, EpsgCode.Google]),
57502
+ category: "Elevation"
57503
+ },
57504
+ {
57505
+ id: "hillshade-dsm",
57506
+ title: "Hillshade Standard DSM",
57507
+ projections: /* @__PURE__ */ new Set([EpsgCode.Nztm2000, EpsgCode.Google]),
57508
+ category: "Elevation"
57509
+ },
57498
57510
  {
57499
57511
  id: "elevation",
57500
57512
  title: "Elevation DEM",
@@ -57549,11 +57561,11 @@ var Config = {
57549
57561
  return "";
57550
57562
  },
57551
57563
  get Version() {
57552
- return "v8.4.0-5-g4f6f3929";
57564
+ return "v8.5.0-5-gbd34894f";
57553
57565
  },
57554
57566
  /** Github buildId */
57555
57567
  get BuildId() {
57556
- return "16305730095-1";
57568
+ return "16790799626-1";
57557
57569
  },
57558
57570
  map: new MapConfig()
57559
57571
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@basemaps/landing",
3
- "version": "8.5.0",
3
+ "version": "8.6.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/linz/basemaps.git",
@@ -29,11 +29,11 @@
29
29
  ],
30
30
  "devDependencies": {
31
31
  "@basemaps/attribution": "^8.3.0",
32
- "@basemaps/cli-config": "^8.5.0",
33
- "@basemaps/config": "^8.3.0",
32
+ "@basemaps/cli-config": "^8.6.0",
33
+ "@basemaps/config": "^8.6.0",
34
34
  "@basemaps/geo": "^8.3.0",
35
- "@basemaps/infra": "^8.5.0",
36
- "@basemaps/shared": "^8.5.0",
35
+ "@basemaps/infra": "^8.6.0",
36
+ "@basemaps/shared": "^8.6.0",
37
37
  "@linzjs/geojson": "^8.0.0",
38
38
  "@linzjs/lui": "^21.46.0",
39
39
  "@servie/events": "^3.0.0",
@@ -116,5 +116,5 @@
116
116
  }
117
117
  }
118
118
  ],
119
- "gitHead": "4f6f3929b9117c3e112f7d156ab185cb98821796"
119
+ "gitHead": "bd34894f26d1c7827503e0cb9d48d0773ecd6775"
120
120
  }