@basemaps/landing 7.0.0 → 7.1.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/README.md +2 -2
- package/build/__tests__/config.debug.test.d.ts +0 -1
- package/build/__tests__/config.debug.test.js +11 -10
- package/build/__tests__/config.debug.test.js.map +1 -1
- package/build/__tests__/config.test.d.ts +0 -1
- package/build/__tests__/config.test.js +5 -4
- package/build/__tests__/config.test.js.map +1 -1
- package/build/__tests__/geojson.test.d.ts +0 -1
- package/build/__tests__/geojson.test.js +6 -5
- package/build/__tests__/geojson.test.js.map +1 -1
- package/build/__tests__/map.config.test.d.ts +0 -1
- package/build/__tests__/map.config.test.js +66 -65
- package/build/__tests__/map.config.test.js.map +1 -1
- package/build/__tests__/tile.matrix.test.d.ts +0 -1
- package/build/__tests__/tile.matrix.test.js +11 -10
- package/build/__tests__/tile.matrix.test.js.map +1 -1
- package/build/attribution.d.ts +8 -11
- package/build/attribution.js +145 -66
- package/build/attribution.js.map +1 -1
- package/build/components/copyable.d.ts +1 -2
- package/build/components/copyable.js +27 -18
- package/build/components/copyable.js.map +1 -1
- package/build/components/daterange.d.ts +0 -1
- package/build/components/daterange.js +11 -7
- package/build/components/daterange.js.map +1 -1
- package/build/components/debug.d.ts +13 -2
- package/build/components/debug.js +273 -78
- package/build/components/debug.js.map +1 -1
- package/build/components/layer.switcher.dropdown.d.ts +1 -2
- package/build/components/layer.switcher.dropdown.js +43 -29
- package/build/components/layer.switcher.dropdown.js.map +1 -1
- package/build/components/layout.footer.d.ts +0 -1
- package/build/components/layout.footer.js +7 -2
- package/build/components/layout.footer.js.map +1 -1
- package/build/components/layout.header.d.ts +1 -2
- package/build/components/layout.header.js +44 -23
- package/build/components/layout.header.js.map +1 -1
- package/build/components/link.d.ts +0 -1
- package/build/components/link.js +1 -1
- package/build/components/link.js.map +1 -1
- package/build/components/map.d.ts +14 -4
- package/build/components/map.js +221 -84
- package/build/components/map.js.map +1 -1
- package/build/components/map.switcher.d.ts +1 -2
- package/build/components/map.switcher.js +80 -31
- package/build/components/map.switcher.js.map +1 -1
- package/build/config.d.ts +0 -1
- package/build/config.debug.d.ts +6 -1
- package/build/config.debug.js +6 -0
- package/build/config.debug.js.map +1 -1
- package/build/config.js +4 -8
- package/build/config.js.map +1 -1
- package/build/config.layer.d.ts +31 -2
- package/build/config.layer.js +14 -6
- package/build/config.layer.js.map +1 -1
- package/build/config.map.d.ts +6 -6
- package/build/config.map.js +95 -29
- package/build/config.map.js.map +1 -1
- package/build/debug.map.d.ts +2 -3
- package/build/debug.map.js +57 -23
- package/build/debug.map.js.map +1 -1
- package/build/global.d.ts +3 -3
- package/build/index.d.ts +0 -1
- package/build/index.js.map +1 -1
- package/build/tile.matrix.d.ts +0 -1
- package/build/tile.matrix.js +12 -0
- package/build/tile.matrix.js.map +1 -1
- package/build/url.d.ts +4 -1
- package/build/url.js +10 -8
- package/build/url.js.map +1 -1
- package/build/webp.d.ts +0 -1
- package/build/webp.js.map +1 -1
- package/dist/docs/404.html +88 -63
- package/dist/docs/assets/javascripts/{bundle.cd18aaf1.min.js → bundle.6c14ae12.min.js} +6 -6
- package/dist/docs/assets/javascripts/{bundle.cd18aaf1.min.js.map → bundle.6c14ae12.min.js.map} +3 -3
- package/dist/docs/assets/javascripts/swagger-initializer.js +20 -0
- package/dist/docs/assets/javascripts/swagger-ui-bundle.js +3 -0
- package/dist/docs/assets/javascripts/swagger-ui-bundle.js.map +1 -0
- package/dist/docs/assets/javascripts/swagger-ui-es-bundle-core.js +3 -0
- package/dist/docs/assets/javascripts/swagger-ui-es-bundle-core.js.map +1 -0
- package/dist/docs/assets/javascripts/swagger-ui-es-bundle.js +3 -0
- package/dist/docs/assets/javascripts/swagger-ui-es-bundle.js.map +1 -0
- package/dist/docs/assets/javascripts/swagger-ui-standalone-preset.js +3 -0
- package/dist/docs/assets/javascripts/swagger-ui-standalone-preset.js.map +1 -0
- package/dist/docs/assets/stylesheets/swagger-ui-dark.css +833 -0
- package/dist/docs/assets/stylesheets/swagger-ui.css +3 -0
- package/dist/docs/assets/stylesheets/swagger-ui.css.map +1 -0
- package/dist/docs/assets/stylesheets/swagger-ui.js +2 -0
- package/dist/docs/assets/stylesheets/swagger-ui.js.map +1 -0
- package/dist/docs/assets/swagger-ui/oauth2-redirect.html +79 -0
- package/dist/docs/configuration/index.html +397 -875
- package/dist/docs/deployment/index.html +354 -829
- package/dist/docs/developer-guide/index.html +343 -793
- package/dist/docs/examples/_overview/index.html +335 -792
- package/dist/docs/examples/leaflet.xyz.3857/index.html +371 -827
- package/dist/docs/examples/maplibre.opacity.3857/index.html +548 -1004
- package/dist/docs/examples/maplibre.vector.3857/index.html +378 -834
- package/dist/docs/index.html +442 -960
- package/dist/docs/operator-guide/cog-quality/index.html +455 -968
- package/dist/docs/operator-guide/empty-tiles/index.html +354 -831
- package/dist/docs/operator-guide/gebco/index.html +479 -0
- package/dist/docs/operator-guide/index.html +331 -777
- package/dist/docs/operator-guide/quick-start/index.html +445 -938
- package/dist/docs/operator-guide/relief-shade/index.html +377 -858
- package/dist/docs/operator-guide/texture-shade/index.html +438 -915
- package/dist/docs/quick-start/index.html +332 -785
- package/dist/docs/sitemap.xml +32 -17
- package/dist/docs/sitemap.xml.gz +0 -0
- package/dist/docs/user-guide/_get-started/index.html +602 -0
- package/dist/docs/user-guide/api-documentation/index.html +409 -0
- package/dist/docs/user-guide/api-documentation/swagger-c1884237.html +120 -0
- package/dist/docs/user-guide/swagger-api.json +393 -0
- package/dist/docs/user-guide/technical-documentation/index.html +930 -0
- package/package.json +17 -17
- package/CHANGELOG.md +0 -1393
- package/build/__tests__/config.debug.test.d.ts.map +0 -1
- package/build/__tests__/config.test.d.ts.map +0 -1
- package/build/__tests__/geojson.test.d.ts.map +0 -1
- package/build/__tests__/map.config.test.d.ts.map +0 -1
- package/build/__tests__/tile.matrix.test.d.ts.map +0 -1
- package/build/attribution.d.ts.map +0 -1
- package/build/components/copyable.d.ts.map +0 -1
- package/build/components/daterange.d.ts.map +0 -1
- package/build/components/debug.d.ts.map +0 -1
- package/build/components/layer.switcher.dropdown.d.ts.map +0 -1
- package/build/components/layout.footer.d.ts.map +0 -1
- package/build/components/layout.header.d.ts.map +0 -1
- package/build/components/link.d.ts.map +0 -1
- package/build/components/map.d.ts.map +0 -1
- package/build/components/map.switcher.d.ts.map +0 -1
- package/build/config.d.ts.map +0 -1
- package/build/config.debug.d.ts.map +0 -1
- package/build/config.layer.d.ts.map +0 -1
- package/build/config.map.d.ts.map +0 -1
- package/build/debug.map.d.ts.map +0 -1
- package/build/global.d.ts.map +0 -1
- package/build/index.d.ts.map +0 -1
- package/build/tile.matrix.d.ts.map +0 -1
- package/build/url.d.ts.map +0 -1
- package/build/webp.d.ts.map +0 -1
- package/dist/docs/search/search_index.json +0 -1
- package/dist/docs/user-guide/index.html +0 -856
package/build/tile.matrix.d.ts
CHANGED
|
@@ -21,4 +21,3 @@ export declare function locationTransform(location: MapLocation, tileMatrix: Til
|
|
|
21
21
|
* *Warning* This will overwrite the existing object
|
|
22
22
|
*/
|
|
23
23
|
export declare function projectGeoJson(g: GeoJSON.FeatureCollection, targetTileMatrix: TileMatrixSet): void;
|
|
24
|
-
//# sourceMappingURL=tile.matrix.d.ts.map
|
package/build/tile.matrix.js
CHANGED
|
@@ -3,6 +3,18 @@ import { Config } from './config.js';
|
|
|
3
3
|
import { WindowUrl } from './url.js';
|
|
4
4
|
export class TileGrid {
|
|
5
5
|
constructor(tileMatrix, extraZoomLevels = 0) {
|
|
6
|
+
Object.defineProperty(this, "tileMatrix", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
configurable: true,
|
|
9
|
+
writable: true,
|
|
10
|
+
value: void 0
|
|
11
|
+
});
|
|
12
|
+
Object.defineProperty(this, "extraZoomLevels", {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
configurable: true,
|
|
15
|
+
writable: true,
|
|
16
|
+
value: void 0
|
|
17
|
+
});
|
|
6
18
|
this.tileMatrix = tileMatrix;
|
|
7
19
|
this.extraZoomLevels = extraZoomLevels;
|
|
8
20
|
}
|
package/build/tile.matrix.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tile.matrix.js","sourceRoot":"","sources":["../src/tile.matrix.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,eAAe,EAAE,WAAW,EAAE,UAAU,EAAiB,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"tile.matrix.js","sourceRoot":"","sources":["../src/tile.matrix.ts"],"names":[],"mappings":"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"}
|
package/build/url.d.ts
CHANGED
|
@@ -6,6 +6,8 @@ export interface LonLat {
|
|
|
6
6
|
}
|
|
7
7
|
export interface MapLocation extends LonLat {
|
|
8
8
|
zoom: number;
|
|
9
|
+
bearing?: number;
|
|
10
|
+
pitch?: number;
|
|
9
11
|
}
|
|
10
12
|
export declare const enum MapOptionType {
|
|
11
13
|
TileRaster = "raster",
|
|
@@ -21,7 +23,9 @@ export interface TileUrlParams {
|
|
|
21
23
|
layerId: string;
|
|
22
24
|
style?: string | null;
|
|
23
25
|
config?: string | null;
|
|
26
|
+
pipeline?: string | null;
|
|
24
27
|
date?: FilterDate;
|
|
28
|
+
imageFormat?: string;
|
|
25
29
|
}
|
|
26
30
|
export declare function ensureBase58(s: null): null;
|
|
27
31
|
export declare function ensureBase58(s: string): string;
|
|
@@ -35,4 +39,3 @@ export declare const WindowUrl: {
|
|
|
35
39
|
toConfigUrl(layerId: string, config?: string | null): string;
|
|
36
40
|
toConfigImageryUrl(layerId: string, imageryId: string, config?: string | null): string;
|
|
37
41
|
};
|
|
38
|
-
//# sourceMappingURL=url.d.ts.map
|
package/build/url.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { base58, isBase58 } from '@basemaps/config/build/base58.js';
|
|
2
|
-
import { GoogleTms
|
|
2
|
+
import { GoogleTms } from '@basemaps/geo';
|
|
3
3
|
import { toQueryString } from '@basemaps/shared/build/url.js';
|
|
4
4
|
import { Config } from './config.js';
|
|
5
5
|
export function ensureBase58(s) {
|
|
@@ -29,34 +29,36 @@ export const WindowUrl = {
|
|
|
29
29
|
return `${this.baseUrl()}/v1/imagery/${layerId}/${imageryType}`;
|
|
30
30
|
},
|
|
31
31
|
toTileUrl(params) {
|
|
32
|
-
var _a, _b;
|
|
33
32
|
const queryParams = new URLSearchParams();
|
|
34
33
|
if (Config.ApiKey != null && Config.ApiKey !== '')
|
|
35
34
|
queryParams.set('api', Config.ApiKey);
|
|
36
35
|
if (params.config != null)
|
|
37
36
|
queryParams.set('config', ensureBase58(params.config));
|
|
38
|
-
if (
|
|
37
|
+
if (params.pipeline != null)
|
|
38
|
+
queryParams.set('pipeline', params.pipeline);
|
|
39
|
+
if (params.date?.before != null)
|
|
39
40
|
queryParams.set('date[before]', params.date.before);
|
|
41
|
+
const imageFormat = params.imageFormat ?? WindowUrl.ImageFormat;
|
|
40
42
|
if (params.urlType === "style" /* MapOptionType.Style */) {
|
|
41
43
|
if (params.tileMatrix.identifier !== GoogleTms.identifier)
|
|
42
44
|
queryParams.set('tileMatrix', params.tileMatrix.identifier);
|
|
43
|
-
if (
|
|
44
|
-
queryParams.set('format',
|
|
45
|
+
if (imageFormat !== 'webp')
|
|
46
|
+
queryParams.set('format', imageFormat);
|
|
45
47
|
}
|
|
46
48
|
const q = '?' + queryParams.toString();
|
|
47
49
|
const baseTileUrl = `${this.baseUrl()}/v1/tiles/${params.layerId}/${params.tileMatrix.identifier}`;
|
|
48
50
|
if (params.urlType === "raster" /* MapOptionType.TileRaster */)
|
|
49
|
-
return `${baseTileUrl}/{z}/{x}/{y}.${
|
|
51
|
+
return `${baseTileUrl}/{z}/{x}/{y}.${imageFormat}${q}`;
|
|
50
52
|
if (params.urlType === "vector-xyz" /* MapOptionType.TileVectorXyz */)
|
|
51
53
|
return `${baseTileUrl}/{z}/{x}/{y}.pbf${q}`;
|
|
52
54
|
if (params.urlType === "style" /* MapOptionType.Style */)
|
|
53
|
-
return `${this.baseUrl()}/v1/styles/${
|
|
55
|
+
return `${this.baseUrl()}/v1/styles/${params.style ?? params.layerId}.json${q}`;
|
|
54
56
|
if (params.urlType === "wmts" /* MapOptionType.Wmts */)
|
|
55
57
|
return `${baseTileUrl}/WMTSCapabilities.xml${q}`;
|
|
56
58
|
if (params.urlType === "attribution" /* MapOptionType.Attribution */)
|
|
57
59
|
return `${baseTileUrl}/attribution.json${q}`;
|
|
58
60
|
if (params.urlType === "tile-wmts" /* MapOptionType.TileWmts */) {
|
|
59
|
-
return `${baseTileUrl}/{TileMatrix}/{TileCol}/{TileRow}.${
|
|
61
|
+
return `${baseTileUrl}/{TileMatrix}/{TileCol}/{TileRow}.${imageFormat}${q}`;
|
|
60
62
|
}
|
|
61
63
|
throw new Error('Unknown url type: ' + params.urlType);
|
|
62
64
|
},
|
package/build/url.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"url.js","sourceRoot":"","sources":["../src/url.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,kCAAkC,CAAC;AACpE,OAAO,EAAE,SAAS,
|
|
1
|
+
{"version":3,"file":"url.js","sourceRoot":"","sources":["../src/url.ts"],"names":[],"mappings":"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"}
|
package/build/webp.d.ts
CHANGED
package/build/webp.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webp.js","sourceRoot":"","sources":["../src/webp.ts"],"names":[],"mappings":"AAAA,MAAM,SAAS,GAAG,qFAAqF,CAAC;AAExG,4EAA4E;AAC5E,SAAS,qBAAqB;IAC5B,MAAM,IAAI,GAAG,QAAQ,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;IAE9C,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,IAAI,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,EAAE;
|
|
1
|
+
{"version":3,"file":"webp.js","sourceRoot":"","sources":["../src/webp.ts"],"names":[],"mappings":"AAAA,MAAM,SAAS,GAAG,qFAAqF,CAAC;AAExG,4EAA4E;AAC5E,SAAS,qBAAqB;IAC5B,MAAM,IAAI,GAAG,QAAQ,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;IAE9C,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,IAAI,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC;QACjD,6CAA6C;QAC7C,OAAO,IAAI,CAAC,SAAS,CAAC,YAAY,CAAC,CAAC,OAAO,CAAC,iBAAiB,CAAC,KAAK,CAAC,CAAC;IACvE,CAAC;IAED,mDAAmD;IACnD,OAAO,KAAK,CAAC;AACf,CAAC;AAED;;GAEG;AACH,SAAS,oBAAoB;IAC3B,8EAA8E;IAC9E,MAAM,GAAG,GAAG,IAAI,KAAK,EAAE,CAAC;IACxB,MAAM,OAAO,GAAG,IAAI,OAAO,CAAU,CAAC,OAAO,EAAE,EAAE;QAC/C,GAAG,CAAC,MAAM,GAAG,GAAS,EAAE,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;QACvC,GAAG,CAAC,OAAO,GAAG,GAAS,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;IAC3C,CAAC,CAAC,CAAC;IACH,GAAG,CAAC,GAAG,GAAG,SAAS,CAAC;IACpB,OAAO,OAAO,CAAC;AACjB,CAAC;AAED,sDAAsD;AACtD,MAAM,UAAU,eAAe;IAC7B,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,EAAE;QAC7B,IAAI,qBAAqB,EAAE;YAAE,OAAO,OAAO,CAAC,IAAI,CAAC,CAAC;QAClD,oBAAoB,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IACvC,CAAC,CAAC,CAAC;AACL,CAAC"}
|
package/dist/docs/404.html
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
<link rel="icon" href="/docs/assets/images/favicon.png">
|
|
15
|
-
<meta name="generator" content="mkdocs-1.5.3, mkdocs-material-9.4.
|
|
15
|
+
<meta name="generator" content="mkdocs-1.5.3, mkdocs-material-9.4.10">
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
|
|
@@ -148,43 +148,6 @@
|
|
|
148
148
|
|
|
149
149
|
|
|
150
150
|
|
|
151
|
-
<label class="md-header__button md-icon" for="__search">
|
|
152
|
-
|
|
153
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5Z"/></svg>
|
|
154
|
-
</label>
|
|
155
|
-
<div class="md-search" data-md-component="search" role="dialog">
|
|
156
|
-
<label class="md-search__overlay" for="__search"></label>
|
|
157
|
-
<div class="md-search__inner" role="search">
|
|
158
|
-
<form class="md-search__form" name="search">
|
|
159
|
-
<input type="text" class="md-search__input" name="query" aria-label="Search" placeholder="Search" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" required>
|
|
160
|
-
<label class="md-search__icon md-icon" for="__search">
|
|
161
|
-
|
|
162
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5Z"/></svg>
|
|
163
|
-
|
|
164
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12Z"/></svg>
|
|
165
|
-
</label>
|
|
166
|
-
<nav class="md-search__options" aria-label="Search">
|
|
167
|
-
|
|
168
|
-
<button type="reset" class="md-search__icon md-icon" title="Clear" aria-label="Clear" tabindex="-1">
|
|
169
|
-
|
|
170
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41Z"/></svg>
|
|
171
|
-
</button>
|
|
172
|
-
</nav>
|
|
173
|
-
|
|
174
|
-
</form>
|
|
175
|
-
<div class="md-search__output">
|
|
176
|
-
<div class="md-search__scrollwrap" data-md-scrollfix>
|
|
177
|
-
<div class="md-search-result" data-md-component="search-result">
|
|
178
|
-
<div class="md-search-result__meta">
|
|
179
|
-
Initializing search
|
|
180
|
-
</div>
|
|
181
|
-
<ol class="md-search-result__list" role="presentation"></ol>
|
|
182
|
-
</div>
|
|
183
|
-
</div>
|
|
184
|
-
</div>
|
|
185
|
-
</div>
|
|
186
|
-
</div>
|
|
187
|
-
|
|
188
151
|
|
|
189
152
|
<div class="md-header__source">
|
|
190
153
|
<a href="https://github.com/linz/basemaps" title="Go to repository" class="md-source" data-md-component="source">
|
|
@@ -250,7 +213,6 @@
|
|
|
250
213
|
|
|
251
214
|
|
|
252
215
|
|
|
253
|
-
|
|
254
216
|
<li class="md-nav__item">
|
|
255
217
|
<a href="/docs/." class="md-nav__link">
|
|
256
218
|
|
|
@@ -270,7 +232,6 @@
|
|
|
270
232
|
|
|
271
233
|
|
|
272
234
|
|
|
273
|
-
|
|
274
235
|
<li class="md-nav__item">
|
|
275
236
|
<a href="/docs/configuration/" class="md-nav__link">
|
|
276
237
|
|
|
@@ -290,7 +251,6 @@
|
|
|
290
251
|
|
|
291
252
|
|
|
292
253
|
|
|
293
|
-
|
|
294
254
|
<li class="md-nav__item">
|
|
295
255
|
<a href="/docs/deployment/" class="md-nav__link">
|
|
296
256
|
|
|
@@ -310,7 +270,6 @@
|
|
|
310
270
|
|
|
311
271
|
|
|
312
272
|
|
|
313
|
-
|
|
314
273
|
<li class="md-nav__item">
|
|
315
274
|
<a href="/docs/quick-start/" class="md-nav__link">
|
|
316
275
|
|
|
@@ -330,7 +289,6 @@
|
|
|
330
289
|
|
|
331
290
|
|
|
332
291
|
|
|
333
|
-
|
|
334
292
|
|
|
335
293
|
|
|
336
294
|
|
|
@@ -385,7 +343,6 @@
|
|
|
385
343
|
|
|
386
344
|
|
|
387
345
|
|
|
388
|
-
|
|
389
346
|
|
|
390
347
|
|
|
391
348
|
|
|
@@ -432,7 +389,6 @@
|
|
|
432
389
|
|
|
433
390
|
|
|
434
391
|
|
|
435
|
-
|
|
436
392
|
<li class="md-nav__item">
|
|
437
393
|
<a href="/docs/examples/_overview/" class="md-nav__link">
|
|
438
394
|
|
|
@@ -453,7 +409,6 @@
|
|
|
453
409
|
|
|
454
410
|
|
|
455
411
|
|
|
456
|
-
|
|
457
412
|
<li class="md-nav__item">
|
|
458
413
|
<a href="/docs/examples/leaflet.xyz.3857/" class="md-nav__link">
|
|
459
414
|
|
|
@@ -474,7 +429,6 @@
|
|
|
474
429
|
|
|
475
430
|
|
|
476
431
|
|
|
477
|
-
|
|
478
432
|
<li class="md-nav__item">
|
|
479
433
|
<a href="/docs/examples/maplibre.opacity.3857/" class="md-nav__link">
|
|
480
434
|
|
|
@@ -495,7 +449,6 @@
|
|
|
495
449
|
|
|
496
450
|
|
|
497
451
|
|
|
498
|
-
|
|
499
452
|
<li class="md-nav__item">
|
|
500
453
|
<a href="/docs/examples/maplibre.vector.3857/" class="md-nav__link">
|
|
501
454
|
|
|
@@ -523,7 +476,6 @@
|
|
|
523
476
|
|
|
524
477
|
|
|
525
478
|
|
|
526
|
-
|
|
527
479
|
|
|
528
480
|
|
|
529
481
|
|
|
@@ -538,6 +490,8 @@
|
|
|
538
490
|
|
|
539
491
|
|
|
540
492
|
|
|
493
|
+
|
|
494
|
+
|
|
541
495
|
|
|
542
496
|
|
|
543
497
|
|
|
@@ -586,7 +540,6 @@
|
|
|
586
540
|
|
|
587
541
|
|
|
588
542
|
|
|
589
|
-
|
|
590
543
|
<li class="md-nav__item">
|
|
591
544
|
<a href="/docs/operator-guide/cog-quality/" class="md-nav__link">
|
|
592
545
|
|
|
@@ -607,7 +560,6 @@
|
|
|
607
560
|
|
|
608
561
|
|
|
609
562
|
|
|
610
|
-
|
|
611
563
|
<li class="md-nav__item">
|
|
612
564
|
<a href="/docs/operator-guide/empty-tiles/" class="md-nav__link">
|
|
613
565
|
|
|
@@ -628,6 +580,25 @@
|
|
|
628
580
|
|
|
629
581
|
|
|
630
582
|
|
|
583
|
+
<li class="md-nav__item">
|
|
584
|
+
<a href="/docs/operator-guide/gebco/" class="md-nav__link">
|
|
585
|
+
|
|
586
|
+
|
|
587
|
+
<span class="md-ellipsis">
|
|
588
|
+
Gebco re-project to NZTM2000Quad cog file
|
|
589
|
+
</span>
|
|
590
|
+
|
|
591
|
+
|
|
592
|
+
</a>
|
|
593
|
+
</li>
|
|
594
|
+
|
|
595
|
+
|
|
596
|
+
|
|
597
|
+
|
|
598
|
+
|
|
599
|
+
|
|
600
|
+
|
|
601
|
+
|
|
631
602
|
|
|
632
603
|
<li class="md-nav__item">
|
|
633
604
|
<a href="/docs/operator-guide/quick-start/" class="md-nav__link">
|
|
@@ -649,7 +620,6 @@
|
|
|
649
620
|
|
|
650
621
|
|
|
651
622
|
|
|
652
|
-
|
|
653
623
|
<li class="md-nav__item">
|
|
654
624
|
<a href="/docs/operator-guide/relief-shade/" class="md-nav__link">
|
|
655
625
|
|
|
@@ -670,7 +640,6 @@
|
|
|
670
640
|
|
|
671
641
|
|
|
672
642
|
|
|
673
|
-
|
|
674
643
|
<li class="md-nav__item">
|
|
675
644
|
<a href="/docs/operator-guide/texture-shade/" class="md-nav__link">
|
|
676
645
|
|
|
@@ -698,12 +667,13 @@
|
|
|
698
667
|
|
|
699
668
|
|
|
700
669
|
|
|
701
|
-
|
|
702
670
|
|
|
703
671
|
|
|
704
672
|
|
|
705
673
|
|
|
706
|
-
|
|
674
|
+
|
|
675
|
+
|
|
676
|
+
|
|
707
677
|
|
|
708
678
|
|
|
709
679
|
|
|
@@ -718,19 +688,16 @@
|
|
|
718
688
|
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8" >
|
|
719
689
|
|
|
720
690
|
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
<a href="/docs/user-guide/" class="md-nav__link ">
|
|
724
|
-
|
|
691
|
+
<label class="md-nav__link" for="__nav_8" id="__nav_8_label" tabindex="0">
|
|
692
|
+
|
|
725
693
|
|
|
726
694
|
<span class="md-ellipsis">
|
|
727
695
|
User guide
|
|
728
696
|
</span>
|
|
729
697
|
|
|
730
698
|
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
</div>
|
|
699
|
+
<span class="md-nav__icon md-icon"></span>
|
|
700
|
+
</label>
|
|
734
701
|
|
|
735
702
|
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_8_label" aria-expanded="false">
|
|
736
703
|
<label class="md-nav__title" for="__nav_8">
|
|
@@ -740,6 +707,64 @@
|
|
|
740
707
|
<ul class="md-nav__list" data-md-scrollfix>
|
|
741
708
|
|
|
742
709
|
|
|
710
|
+
|
|
711
|
+
|
|
712
|
+
|
|
713
|
+
|
|
714
|
+
<li class="md-nav__item">
|
|
715
|
+
<a href="/docs/user-guide/_get-started/" class="md-nav__link">
|
|
716
|
+
|
|
717
|
+
|
|
718
|
+
<span class="md-ellipsis">
|
|
719
|
+
Get started with LINZ Basemaps
|
|
720
|
+
</span>
|
|
721
|
+
|
|
722
|
+
|
|
723
|
+
</a>
|
|
724
|
+
</li>
|
|
725
|
+
|
|
726
|
+
|
|
727
|
+
|
|
728
|
+
|
|
729
|
+
|
|
730
|
+
|
|
731
|
+
|
|
732
|
+
|
|
733
|
+
|
|
734
|
+
<li class="md-nav__item">
|
|
735
|
+
<a href="/docs/user-guide/api-documentation/" class="md-nav__link">
|
|
736
|
+
|
|
737
|
+
|
|
738
|
+
<span class="md-ellipsis">
|
|
739
|
+
API documentation
|
|
740
|
+
</span>
|
|
741
|
+
|
|
742
|
+
|
|
743
|
+
</a>
|
|
744
|
+
</li>
|
|
745
|
+
|
|
746
|
+
|
|
747
|
+
|
|
748
|
+
|
|
749
|
+
|
|
750
|
+
|
|
751
|
+
|
|
752
|
+
|
|
753
|
+
|
|
754
|
+
<li class="md-nav__item">
|
|
755
|
+
<a href="/docs/user-guide/technical-documentation/" class="md-nav__link">
|
|
756
|
+
|
|
757
|
+
|
|
758
|
+
<span class="md-ellipsis">
|
|
759
|
+
Technical documentation and specifications
|
|
760
|
+
</span>
|
|
761
|
+
|
|
762
|
+
|
|
763
|
+
</a>
|
|
764
|
+
</li>
|
|
765
|
+
|
|
766
|
+
|
|
767
|
+
|
|
743
768
|
|
|
744
769
|
</ul>
|
|
745
770
|
</nav>
|
|
@@ -817,7 +842,7 @@
|
|
|
817
842
|
<script id="__config" type="application/json">{"base": "/docs/", "features": ["navigation.indexes", "content.code.copy"], "search": "/docs/assets/javascripts/workers/search.f886a092.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
|
|
818
843
|
|
|
819
844
|
|
|
820
|
-
<script src="/docs/assets/javascripts/bundle.
|
|
845
|
+
<script src="/docs/assets/javascripts/bundle.6c14ae12.min.js"></script>
|
|
821
846
|
|
|
822
847
|
|
|
823
848
|
</body>
|