@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
@@ -0,0 +1,22 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <script src='https://unpkg.com/maplibre-gl@4.5.0/dist/maplibre-gl.js'></script>
5
+ <link href='https://unpkg.com/maplibre-gl@4.5.0/dist/maplibre-gl.css' rel='stylesheet' />
6
+ <style>
7
+ body { margin: 0; }
8
+ #map { height: 100vh; width: 100vw; }
9
+ </style>
10
+ </head>
11
+ <body>
12
+ <div id="map"></div>
13
+ <script>
14
+ const map = new maplibregl.Map({
15
+ container: 'map',
16
+ style: 'https://basemaps.linz.govt.nz/v1/styles/topolite-v2.json?api=c01jwykec5weqkbr50vc30xwzgs',
17
+ center: [174.7633, -36.8485],
18
+ zoom: 10
19
+ });
20
+ </script>
21
+ </body>
22
+ </html>
@@ -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.4.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.3.0-5-gf30c12a7";
57564
+ return "v8.5.0-5-gbd34894f";
57553
57565
  },
57554
57566
  /** Github buildId */
57555
57567
  get BuildId() {
57556
- return "15866391498-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.4.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.4.0-ed5ddcf04a1dbef3.js" integrity="sha512-7V3c8EodvvNhRQ/Go/dj0UD15KMxl74daL8hvONgeU8356BGs/4gFitc7RmgZfpnljlQOC9Lm27Dr8N4rQjQXA=="></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.3.0-5-gf30c12a7";
57564
+ return "v8.5.0-5-gbd34894f";
57553
57565
  },
57554
57566
  /** Github buildId */
57555
57567
  get BuildId() {
57556
- return "15866391498-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.4.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.4.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.3.0",
36
- "@basemaps/shared": "^8.3.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": "f30c12a7491ec5556f62b3f35d985d2e89a15c39"
119
+ "gitHead": "bd34894f26d1c7827503e0cb9d48d0773ecd6775"
120
120
  }
@@ -1,20 +0,0 @@
1
- window.onload = function() {
2
- //<editor-fold desc="Changeable Configuration Block">
3
-
4
- // the following lines will be replaced by docker/configurator, when it runs in a docker-container
5
- window.ui = SwaggerUIBundle({
6
- url: "https://petstore.swagger.io/v2/swagger.json",
7
- dom_id: '#swagger-ui',
8
- deepLinking: true,
9
- presets: [
10
- SwaggerUIBundle.presets.apis,
11
- SwaggerUIStandalonePreset
12
- ],
13
- plugins: [
14
- SwaggerUIBundle.plugins.DownloadUrl
15
- ],
16
- layout: "StandaloneLayout"
17
- });
18
-
19
- //</editor-fold>
20
- };