@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
|
@@ -1,1121 +1,608 @@
|
|
|
1
1
|
|
|
2
|
-
<!
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
<meta name="generator" content="mkdocs-1.5.3, mkdocs-material-9.4.14">
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
<title>COG Quality - LINZ Basemaps</title>
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
<link rel="stylesheet" href="../../assets/stylesheets/main.fad675c6.min.css">
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
<link rel="stylesheet" href="../../assets/stylesheets/palette.356b1318.min.css">
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
46
|
-
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i%7COpen+Sans+Mono:400,400i,700,700i&display=fallback">
|
|
47
|
-
<style>:root{--md-text-font:"Open Sans";--md-code-font:"Open Sans Mono"}</style>
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
<link rel="stylesheet" href="../../index.css">
|
|
52
|
-
|
|
53
|
-
<script>__md_scope=new URL("../..",location),__md_hash=e=>[...e].reduce((e,_)=>(e<<5)-e+_.charCodeAt(0),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
2
|
+
<!DOCTYPE html>
|
|
3
|
+
|
|
4
|
+
<html class="no-js" lang="en">
|
|
5
|
+
<head>
|
|
6
|
+
<meta charset="utf-8"/>
|
|
7
|
+
<meta content="width=device-width,initial-scale=1" name="viewport"/>
|
|
8
|
+
<link href="http://localhost:8000/docs/operator-guide/cog-quality/" rel="canonical"/>
|
|
9
|
+
<link href="../" rel="prev"/>
|
|
10
|
+
<link href="../empty-tiles/" rel="next"/>
|
|
11
|
+
<link href="../../assets/images/favicon.png" rel="icon"/>
|
|
12
|
+
<meta content="mkdocs-1.5.3, mkdocs-material-9.4.10" name="generator"/>
|
|
13
|
+
<title>COG Quality - LINZ Basemaps</title>
|
|
14
|
+
<link href="../../assets/stylesheets/main.fad675c6.min.css" rel="stylesheet"/>
|
|
15
|
+
<link href="../../assets/stylesheets/palette.356b1318.min.css" rel="stylesheet"/>
|
|
16
|
+
<link crossorigin="" href="https://fonts.gstatic.com" rel="preconnect"/>
|
|
17
|
+
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i%7COpen+Sans+Mono:400,400i,700,700i&display=fallback" rel="stylesheet"/>
|
|
18
|
+
<style>:root{--md-text-font:"Open Sans";--md-code-font:"Open Sans Mono"}</style>
|
|
19
|
+
<link href="../../index.css" rel="stylesheet"/>
|
|
20
|
+
<script>__md_scope=new URL("../..",location),__md_hash=e=>[...e].reduce((e,_)=>(e<<5)-e+_.charCodeAt(0),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
|
|
62
21
|
<script id="__analytics">function __md_analytics(){function n(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],n("js",new Date),n("config",""),document.addEventListener("DOMContentLoaded",function(){document.forms.search&&document.forms.search.query.addEventListener("blur",function(){this.value&&n("event","search",{search_term:this.value})}),document$.subscribe(function(){var a=document.forms.feedback;if(void 0!==a)for(var e of a.querySelectorAll("[type=submit]"))e.addEventListener("click",function(e){e.preventDefault();var t=document.location.pathname,e=this.getAttribute("data-md-value");n("event","feedback",{page:t,data:e}),a.firstElementChild.disabled=!0;e=a.querySelector(".md-feedback__note [data-md-value='"+e+"']");e&&(e.hidden=!1)}),a.hidden=!1}),location$.subscribe(function(e){n("config","",{page_path:e.pathname})})});var e=document.createElement("script");e.async=!0,e.src="https://www.googletagmanager.com/gtag/js?id=",document.getElementById("__analytics").insertAdjacentElement("afterEnd",e)}</script>
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
<body dir="ltr" data-md-color-scheme="default" data-md-color-primary="indigo" data-md-color-accent="indigo">
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
<script>var palette=__md_get("__palette");if(palette&&"object"==typeof palette.color)for(var key of Object.keys(palette.color))document.body.setAttribute("data-md-color-"+key,palette.color[key])</script>
|
|
85
|
-
|
|
86
|
-
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off">
|
|
87
|
-
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off">
|
|
88
|
-
<label class="md-overlay" for="__drawer"></label>
|
|
89
|
-
<div data-md-component="skip">
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
<a href="#cog-quality" class="md-skip">
|
|
22
|
+
<script>"undefined"!=typeof __md_analytics&&__md_analytics()</script>
|
|
23
|
+
</head>
|
|
24
|
+
<body data-md-color-accent="indigo" data-md-color-primary="indigo" data-md-color-scheme="default" dir="ltr">
|
|
25
|
+
<script>var palette=__md_get("__palette");if(palette&&"object"==typeof palette.color)for(var key of Object.keys(palette.color))document.body.setAttribute("data-md-color-"+key,palette.color[key])</script>
|
|
26
|
+
<input autocomplete="off" class="md-toggle" data-md-toggle="drawer" id="__drawer" type="checkbox"/>
|
|
27
|
+
<input autocomplete="off" class="md-toggle" data-md-toggle="search" id="__search" type="checkbox"/>
|
|
28
|
+
<label class="md-overlay" for="__drawer"></label>
|
|
29
|
+
<div data-md-component="skip">
|
|
30
|
+
<a class="md-skip" href="#cog-quality">
|
|
93
31
|
Skip to content
|
|
94
32
|
</a>
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
</div>
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
33
|
+
</div>
|
|
34
|
+
<div data-md-component="announce">
|
|
35
|
+
</div>
|
|
106
36
|
<header class="md-header md-header--shadow" data-md-component="header">
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
<div class="md-header__ellipsis">
|
|
119
|
-
<div class="md-header__topic">
|
|
120
|
-
<span class="md-ellipsis">
|
|
37
|
+
<nav aria-label="Header" class="md-header__inner md-grid">
|
|
38
|
+
<a aria-label="LINZ Basemaps" class="md-header__button md-logo" data-md-component="logo" href="../.." title="LINZ Basemaps">
|
|
39
|
+
<img alt="logo" src="../../linz-motif.svg"/>
|
|
40
|
+
</a>
|
|
41
|
+
<label class="md-header__button md-icon" for="__drawer">
|
|
42
|
+
<svg viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3 6h18v2H3V6m0 5h18v2H3v-2m0 5h18v2H3v-2Z"></path></svg>
|
|
43
|
+
</label>
|
|
44
|
+
<div class="md-header__title" data-md-component="header-title">
|
|
45
|
+
<div class="md-header__ellipsis">
|
|
46
|
+
<div class="md-header__topic">
|
|
47
|
+
<span class="md-ellipsis">
|
|
121
48
|
LINZ Basemaps
|
|
122
49
|
</span>
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
50
|
+
</div>
|
|
51
|
+
<div class="md-header__topic" data-md-component="header-topic">
|
|
52
|
+
<span class="md-ellipsis">
|
|
126
53
|
|
|
127
54
|
COG Quality
|
|
128
55
|
|
|
129
56
|
</span>
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
<label class="md-header__button md-icon" title="Switch to dark mode" for="__palette_2" hidden>
|
|
143
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m0 10a6 6 0 0 1-6-6 6 6 0 0 1 6-6 6 6 0 0 1 6 6 6 6 0 0 1-6 6m8-9.31V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69Z"/></svg>
|
|
144
|
-
</label>
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
<input class="md-option" data-md-color-media="(prefers-color-scheme: dark)" data-md-color-scheme="slate" data-md-color-primary="indigo" data-md-color-accent="indigo" aria-label="Switch to light mode" type="radio" name="__palette" id="__palette_2">
|
|
151
|
-
|
|
152
|
-
<label class="md-header__button md-icon" title="Switch to light mode" for="__palette_1" hidden>
|
|
153
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 18c-.89 0-1.74-.2-2.5-.55C11.56 16.5 13 14.42 13 12c0-2.42-1.44-4.5-3.5-5.45C10.26 6.2 11.11 6 12 6a6 6 0 0 1 6 6 6 6 0 0 1-6 6m8-9.31V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69Z"/></svg>
|
|
154
|
-
</label>
|
|
155
|
-
|
|
156
|
-
|
|
57
|
+
</div>
|
|
58
|
+
</div>
|
|
59
|
+
</div>
|
|
60
|
+
<form class="md-header__option" data-md-component="palette">
|
|
61
|
+
<input aria-label="Switch to dark mode" class="md-option" data-md-color-accent="indigo" data-md-color-media="(prefers-color-scheme: light)" data-md-color-primary="indigo" data-md-color-scheme="default" id="__palette_1" name="__palette" type="radio"/>
|
|
62
|
+
<label class="md-header__button md-icon" for="__palette_2" hidden="" title="Switch to dark mode">
|
|
63
|
+
<svg viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 8a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m0 10a6 6 0 0 1-6-6 6 6 0 0 1 6-6 6 6 0 0 1 6 6 6 6 0 0 1-6 6m8-9.31V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69Z"></path></svg>
|
|
64
|
+
</label>
|
|
65
|
+
<input aria-label="Switch to light mode" class="md-option" data-md-color-accent="indigo" data-md-color-media="(prefers-color-scheme: dark)" data-md-color-primary="indigo" data-md-color-scheme="slate" id="__palette_2" name="__palette" type="radio"/>
|
|
66
|
+
<label class="md-header__button md-icon" for="__palette_1" hidden="" title="Switch to light mode">
|
|
67
|
+
<svg viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 18c-.89 0-1.74-.2-2.5-.55C11.56 16.5 13 14.42 13 12c0-2.42-1.44-4.5-3.5-5.45C10.26 6.2 11.11 6 12 6a6 6 0 0 1 6 6 6 6 0 0 1-6 6m8-9.31V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69Z"></path></svg>
|
|
68
|
+
</label>
|
|
157
69
|
</form>
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
<label class="md-header__button md-icon" for="__search">
|
|
163
|
-
|
|
164
|
-
<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>
|
|
165
|
-
</label>
|
|
166
|
-
<div class="md-search" data-md-component="search" role="dialog">
|
|
167
|
-
<label class="md-search__overlay" for="__search"></label>
|
|
168
|
-
<div class="md-search__inner" role="search">
|
|
169
|
-
<form class="md-search__form" name="search">
|
|
170
|
-
<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>
|
|
171
|
-
<label class="md-search__icon md-icon" for="__search">
|
|
172
|
-
|
|
173
|
-
<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>
|
|
174
|
-
|
|
175
|
-
<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>
|
|
176
|
-
</label>
|
|
177
|
-
<nav class="md-search__options" aria-label="Search">
|
|
178
|
-
|
|
179
|
-
<button type="reset" class="md-search__icon md-icon" title="Clear" aria-label="Clear" tabindex="-1">
|
|
180
|
-
|
|
181
|
-
<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>
|
|
182
|
-
</button>
|
|
183
|
-
</nav>
|
|
184
|
-
|
|
185
|
-
</form>
|
|
186
|
-
<div class="md-search__output">
|
|
187
|
-
<div class="md-search__scrollwrap" data-md-scrollfix>
|
|
188
|
-
<div class="md-search-result" data-md-component="search-result">
|
|
189
|
-
<div class="md-search-result__meta">
|
|
190
|
-
Initializing search
|
|
191
|
-
</div>
|
|
192
|
-
<ol class="md-search-result__list" role="presentation"></ol>
|
|
193
|
-
</div>
|
|
194
|
-
</div>
|
|
195
|
-
</div>
|
|
196
|
-
</div>
|
|
70
|
+
<div class="md-header__source">
|
|
71
|
+
<a class="md-source" data-md-component="source" href="https://github.com/linz/basemaps" title="Go to repository">
|
|
72
|
+
<div class="md-source__icon md-icon">
|
|
73
|
+
<svg viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2023 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z"></path></svg>
|
|
197
74
|
</div>
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
<div class="md-header__source">
|
|
201
|
-
<a href="https://github.com/linz/basemaps" title="Go to repository" class="md-source" data-md-component="source">
|
|
202
|
-
<div class="md-source__icon md-icon">
|
|
203
|
-
|
|
204
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2023 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z"/></svg>
|
|
205
|
-
</div>
|
|
206
|
-
<div class="md-source__repository">
|
|
75
|
+
<div class="md-source__repository">
|
|
207
76
|
GitHub
|
|
208
77
|
</div>
|
|
209
78
|
</a>
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
</nav>
|
|
213
|
-
|
|
79
|
+
</div>
|
|
80
|
+
</nav>
|
|
214
81
|
</header>
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
<div class="md-sidebar md-sidebar--primary" data-md-component="sidebar" data-md-type="navigation" >
|
|
229
|
-
<div class="md-sidebar__scrollwrap">
|
|
230
|
-
<div class="md-sidebar__inner">
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
<nav class="md-nav md-nav--primary" aria-label="Navigation" data-md-level="0">
|
|
236
|
-
<label class="md-nav__title" for="__drawer">
|
|
237
|
-
<a href="../.." title="LINZ Basemaps" class="md-nav__button md-logo" aria-label="LINZ Basemaps" data-md-component="logo">
|
|
238
|
-
|
|
239
|
-
<img src="../../linz-motif.svg" alt="logo">
|
|
240
|
-
|
|
241
|
-
</a>
|
|
82
|
+
<div class="md-container" data-md-component="container">
|
|
83
|
+
<main class="md-main" data-md-component="main">
|
|
84
|
+
<div class="md-main__inner md-grid">
|
|
85
|
+
<div class="md-sidebar md-sidebar--primary" data-md-component="sidebar" data-md-type="navigation">
|
|
86
|
+
<div class="md-sidebar__scrollwrap">
|
|
87
|
+
<div class="md-sidebar__inner">
|
|
88
|
+
<nav aria-label="Navigation" class="md-nav md-nav--primary" data-md-level="0">
|
|
89
|
+
<label class="md-nav__title" for="__drawer">
|
|
90
|
+
<a aria-label="LINZ Basemaps" class="md-nav__button md-logo" data-md-component="logo" href="../.." title="LINZ Basemaps">
|
|
91
|
+
<img alt="logo" src="../../linz-motif.svg"/>
|
|
92
|
+
</a>
|
|
242
93
|
LINZ Basemaps
|
|
243
94
|
</label>
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
</div>
|
|
251
|
-
<div class="md-source__repository">
|
|
95
|
+
<div class="md-nav__source">
|
|
96
|
+
<a class="md-source" data-md-component="source" href="https://github.com/linz/basemaps" title="Go to repository">
|
|
97
|
+
<div class="md-source__icon md-icon">
|
|
98
|
+
<svg viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2023 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z"></path></svg>
|
|
99
|
+
</div>
|
|
100
|
+
<div class="md-source__repository">
|
|
252
101
|
GitHub
|
|
253
102
|
</div>
|
|
254
103
|
</a>
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
<li class="md-nav__item">
|
|
266
|
-
<a href="../.." class="md-nav__link">
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
<span class="md-ellipsis">
|
|
104
|
+
</div>
|
|
105
|
+
<ul class="md-nav__list" data-md-scrollfix="">
|
|
106
|
+
<li class="md-nav__item">
|
|
107
|
+
<a class="md-nav__link" href="../..">
|
|
108
|
+
<span class="md-ellipsis">
|
|
270
109
|
LINZ Basemaps
|
|
271
110
|
</span>
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
<li class="md-nav__item">
|
|
286
|
-
<a href="../../configuration/" class="md-nav__link">
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
<span class="md-ellipsis">
|
|
111
|
+
</a>
|
|
112
|
+
</li>
|
|
113
|
+
<li class="md-nav__item">
|
|
114
|
+
<a class="md-nav__link" href="../../configuration/">
|
|
115
|
+
<span class="md-ellipsis">
|
|
290
116
|
Configuration
|
|
291
117
|
</span>
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
<li class="md-nav__item">
|
|
306
|
-
<a href="../../deployment/" class="md-nav__link">
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
<span class="md-ellipsis">
|
|
118
|
+
</a>
|
|
119
|
+
</li>
|
|
120
|
+
<li class="md-nav__item">
|
|
121
|
+
<a class="md-nav__link" href="../../deployment/">
|
|
122
|
+
<span class="md-ellipsis">
|
|
310
123
|
Deployment
|
|
311
124
|
</span>
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
<li class="md-nav__item">
|
|
326
|
-
<a href="../../quick-start/" class="md-nav__link">
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
<span class="md-ellipsis">
|
|
125
|
+
</a>
|
|
126
|
+
</li>
|
|
127
|
+
<li class="md-nav__item">
|
|
128
|
+
<a class="md-nav__link" href="../../quick-start/">
|
|
129
|
+
<span class="md-ellipsis">
|
|
330
130
|
Quick start guide
|
|
331
131
|
</span>
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
<li class="md-nav__item md-nav__item--nested">
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5" >
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
<div class="md-nav__link md-nav__container">
|
|
366
|
-
<a href="../../developer-guide/" class="md-nav__link ">
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
<span class="md-ellipsis">
|
|
132
|
+
</a>
|
|
133
|
+
</li>
|
|
134
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
135
|
+
<input class="md-nav__toggle md-toggle" id="__nav_5" type="checkbox"/>
|
|
136
|
+
<div class="md-nav__link md-nav__container">
|
|
137
|
+
<a class="md-nav__link" href="../../developer-guide/">
|
|
138
|
+
<span class="md-ellipsis">
|
|
370
139
|
Developer guide
|
|
371
140
|
</span>
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_5_label" aria-expanded="false">
|
|
379
|
-
<label class="md-nav__title" for="__nav_5">
|
|
380
|
-
<span class="md-nav__icon md-icon"></span>
|
|
141
|
+
</a>
|
|
142
|
+
</div>
|
|
143
|
+
<nav aria-expanded="false" aria-labelledby="__nav_5_label" class="md-nav" data-md-level="1">
|
|
144
|
+
<label class="md-nav__title" for="__nav_5">
|
|
145
|
+
<span class="md-nav__icon md-icon"></span>
|
|
381
146
|
Developer guide
|
|
382
147
|
</label>
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
<li class="md-nav__item md-nav__item--nested">
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_6" >
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
<label class="md-nav__link" for="__nav_6" id="__nav_6_label" tabindex="0">
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
<span class="md-ellipsis">
|
|
148
|
+
<ul class="md-nav__list" data-md-scrollfix="">
|
|
149
|
+
</ul>
|
|
150
|
+
</nav>
|
|
151
|
+
</li>
|
|
152
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
153
|
+
<input class="md-nav__toggle md-toggle" id="__nav_6" type="checkbox"/>
|
|
154
|
+
<label class="md-nav__link" for="__nav_6" id="__nav_6_label" tabindex="0">
|
|
155
|
+
<span class="md-ellipsis">
|
|
427
156
|
Examples
|
|
428
157
|
</span>
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_6_label" aria-expanded="false">
|
|
435
|
-
<label class="md-nav__title" for="__nav_6">
|
|
436
|
-
<span class="md-nav__icon md-icon"></span>
|
|
158
|
+
<span class="md-nav__icon md-icon"></span>
|
|
159
|
+
</label>
|
|
160
|
+
<nav aria-expanded="false" aria-labelledby="__nav_6_label" class="md-nav" data-md-level="1">
|
|
161
|
+
<label class="md-nav__title" for="__nav_6">
|
|
162
|
+
<span class="md-nav__icon md-icon"></span>
|
|
437
163
|
Examples
|
|
438
164
|
</label>
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
<li class="md-nav__item">
|
|
448
|
-
<a href="../../examples/_overview/" class="md-nav__link">
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
<span class="md-ellipsis">
|
|
165
|
+
<ul class="md-nav__list" data-md-scrollfix="">
|
|
166
|
+
<li class="md-nav__item">
|
|
167
|
+
<a class="md-nav__link" href="../../examples/_overview/">
|
|
168
|
+
<span class="md-ellipsis">
|
|
452
169
|
Overview
|
|
453
170
|
</span>
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
<li class="md-nav__item">
|
|
469
|
-
<a href="../../examples/leaflet.xyz.3857/" class="md-nav__link">
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
<span class="md-ellipsis">
|
|
171
|
+
</a>
|
|
172
|
+
</li>
|
|
173
|
+
<li class="md-nav__item">
|
|
174
|
+
<a class="md-nav__link" href="../../examples/leaflet.xyz.3857/">
|
|
175
|
+
<span class="md-ellipsis">
|
|
473
176
|
Leaflet Raster Map
|
|
474
177
|
</span>
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
<li class="md-nav__item">
|
|
490
|
-
<a href="../../examples/maplibre.opacity.3857/" class="md-nav__link">
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
<span class="md-ellipsis">
|
|
178
|
+
</a>
|
|
179
|
+
</li>
|
|
180
|
+
<li class="md-nav__item">
|
|
181
|
+
<a class="md-nav__link" href="../../examples/maplibre.opacity.3857/">
|
|
182
|
+
<span class="md-ellipsis">
|
|
494
183
|
Maplibre Opacity Slider
|
|
495
184
|
</span>
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
<li class="md-nav__item">
|
|
511
|
-
<a href="../../examples/maplibre.vector.3857/" class="md-nav__link">
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
<span class="md-ellipsis">
|
|
185
|
+
</a>
|
|
186
|
+
</li>
|
|
187
|
+
<li class="md-nav__item">
|
|
188
|
+
<a class="md-nav__link" href="../../examples/maplibre.vector.3857/">
|
|
189
|
+
<span class="md-ellipsis">
|
|
515
190
|
Maplibre Vector Map
|
|
516
191
|
</span>
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
</li>
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
<li class="md-nav__item md-nav__item--active md-nav__item--nested">
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_7" checked>
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
<div class="md-nav__link md-nav__container">
|
|
571
|
-
<a href="../" class="md-nav__link ">
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
<span class="md-ellipsis">
|
|
192
|
+
</a>
|
|
193
|
+
</li>
|
|
194
|
+
</ul>
|
|
195
|
+
</nav>
|
|
196
|
+
</li>
|
|
197
|
+
<li class="md-nav__item md-nav__item--active md-nav__item--nested">
|
|
198
|
+
<input checked="" class="md-nav__toggle md-toggle" id="__nav_7" type="checkbox"/>
|
|
199
|
+
<div class="md-nav__link md-nav__container">
|
|
200
|
+
<a class="md-nav__link" href="../">
|
|
201
|
+
<span class="md-ellipsis">
|
|
575
202
|
Operator guide
|
|
576
203
|
</span>
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
</div>
|
|
587
|
-
|
|
588
|
-
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_7_label" aria-expanded="true">
|
|
589
|
-
<label class="md-nav__title" for="__nav_7">
|
|
590
|
-
<span class="md-nav__icon md-icon"></span>
|
|
204
|
+
</a>
|
|
205
|
+
<label class="md-nav__link" for="__nav_7" id="__nav_7_label" tabindex="0">
|
|
206
|
+
<span class="md-nav__icon md-icon"></span>
|
|
207
|
+
</label>
|
|
208
|
+
</div>
|
|
209
|
+
<nav aria-expanded="true" aria-labelledby="__nav_7_label" class="md-nav" data-md-level="1">
|
|
210
|
+
<label class="md-nav__title" for="__nav_7">
|
|
211
|
+
<span class="md-nav__icon md-icon"></span>
|
|
591
212
|
Operator guide
|
|
592
213
|
</label>
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
<li class="md-nav__item md-nav__item--active">
|
|
606
|
-
|
|
607
|
-
<input class="md-nav__toggle md-toggle" type="checkbox" id="__toc">
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
<label class="md-nav__link md-nav__link--active" for="__toc">
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
<span class="md-ellipsis">
|
|
214
|
+
<ul class="md-nav__list" data-md-scrollfix="">
|
|
215
|
+
<li class="md-nav__item md-nav__item--active">
|
|
216
|
+
<input class="md-nav__toggle md-toggle" id="__toc" type="checkbox"/>
|
|
217
|
+
<label class="md-nav__link md-nav__link--active" for="__toc">
|
|
218
|
+
<span class="md-ellipsis">
|
|
617
219
|
COG Quality
|
|
618
220
|
</span>
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
<a href="./" class="md-nav__link md-nav__link--active">
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
<span class="md-ellipsis">
|
|
221
|
+
<span class="md-nav__icon md-icon"></span>
|
|
222
|
+
</label>
|
|
223
|
+
<a class="md-nav__link md-nav__link--active" href="./">
|
|
224
|
+
<span class="md-ellipsis">
|
|
628
225
|
COG Quality
|
|
629
226
|
</span>
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
<label class="md-nav__title" for="__toc">
|
|
644
|
-
<span class="md-nav__icon md-icon"></span>
|
|
227
|
+
</a>
|
|
228
|
+
<nav aria-label="Table of contents" class="md-nav md-nav--secondary">
|
|
229
|
+
<label class="md-nav__title" for="__toc">
|
|
230
|
+
<span class="md-nav__icon md-icon"></span>
|
|
645
231
|
Table of contents
|
|
646
232
|
</label>
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
<span class="md-ellipsis">
|
|
233
|
+
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix="">
|
|
234
|
+
<li class="md-nav__item">
|
|
235
|
+
<a class="md-nav__link" href="#resampling-with-reprojecton-and-overview-creation">
|
|
236
|
+
<span class="md-ellipsis">
|
|
652
237
|
Resampling with reprojecton and overview creation
|
|
653
238
|
</span>
|
|
654
|
-
|
|
655
|
-
|
|
239
|
+
</a>
|
|
656
240
|
</li>
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
<span class="md-ellipsis">
|
|
241
|
+
<li class="md-nav__item">
|
|
242
|
+
<a class="md-nav__link" href="#overviews">
|
|
243
|
+
<span class="md-ellipsis">
|
|
661
244
|
Overviews
|
|
662
245
|
</span>
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
<a href="#lanczos" class="md-nav__link">
|
|
670
|
-
<span class="md-ellipsis">
|
|
246
|
+
</a>
|
|
247
|
+
<nav aria-label="Overviews" class="md-nav">
|
|
248
|
+
<ul class="md-nav__list">
|
|
249
|
+
<li class="md-nav__item">
|
|
250
|
+
<a class="md-nav__link" href="#lanczos">
|
|
251
|
+
<span class="md-ellipsis">
|
|
671
252
|
Lanczos
|
|
672
253
|
</span>
|
|
673
|
-
|
|
674
|
-
|
|
254
|
+
</a>
|
|
675
255
|
</li>
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
<span class="md-ellipsis">
|
|
256
|
+
<li class="md-nav__item">
|
|
257
|
+
<a class="md-nav__link" href="#cubic">
|
|
258
|
+
<span class="md-ellipsis">
|
|
680
259
|
Cubic
|
|
681
260
|
</span>
|
|
682
|
-
|
|
683
|
-
|
|
261
|
+
</a>
|
|
684
262
|
</li>
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
<span class="md-ellipsis">
|
|
263
|
+
<li class="md-nav__item">
|
|
264
|
+
<a class="md-nav__link" href="#bilinear">
|
|
265
|
+
<span class="md-ellipsis">
|
|
689
266
|
Bilinear
|
|
690
267
|
</span>
|
|
691
|
-
|
|
692
|
-
|
|
268
|
+
</a>
|
|
693
269
|
</li>
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
</nav>
|
|
697
|
-
|
|
270
|
+
</ul>
|
|
271
|
+
</nav>
|
|
698
272
|
</li>
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
<span class="md-ellipsis">
|
|
273
|
+
<li class="md-nav__item">
|
|
274
|
+
<a class="md-nav__link" href="#reprojection-resampling">
|
|
275
|
+
<span class="md-ellipsis">
|
|
703
276
|
Reprojection resampling
|
|
704
277
|
</span>
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
<a href="#lanczos_1" class="md-nav__link">
|
|
712
|
-
<span class="md-ellipsis">
|
|
278
|
+
</a>
|
|
279
|
+
<nav aria-label="Reprojection resampling" class="md-nav">
|
|
280
|
+
<ul class="md-nav__list">
|
|
281
|
+
<li class="md-nav__item">
|
|
282
|
+
<a class="md-nav__link" href="#lanczos_1">
|
|
283
|
+
<span class="md-ellipsis">
|
|
713
284
|
Lanczos
|
|
714
285
|
</span>
|
|
715
|
-
|
|
716
|
-
|
|
286
|
+
</a>
|
|
717
287
|
</li>
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
<span class="md-ellipsis">
|
|
288
|
+
<li class="md-nav__item">
|
|
289
|
+
<a class="md-nav__link" href="#bilinear_1">
|
|
290
|
+
<span class="md-ellipsis">
|
|
722
291
|
Bilinear
|
|
723
292
|
</span>
|
|
724
|
-
|
|
725
|
-
|
|
293
|
+
</a>
|
|
726
294
|
</li>
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
</nav>
|
|
730
|
-
|
|
295
|
+
</ul>
|
|
296
|
+
</nav>
|
|
731
297
|
</li>
|
|
732
|
-
|
|
733
|
-
</ul>
|
|
734
|
-
|
|
298
|
+
</ul>
|
|
735
299
|
</nav>
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
<li class="md-nav__item">
|
|
749
|
-
<a href="../empty-tiles/" class="md-nav__link">
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
<span class="md-ellipsis">
|
|
300
|
+
</li>
|
|
301
|
+
<li class="md-nav__item">
|
|
302
|
+
<a class="md-nav__link" href="../empty-tiles/">
|
|
303
|
+
<span class="md-ellipsis">
|
|
753
304
|
Sparse Datasets and empty tiles
|
|
754
305
|
</span>
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
<li class="md-nav__item">
|
|
770
|
-
<a href="../quick-start/" class="md-nav__link">
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
<span class="md-ellipsis">
|
|
306
|
+
</a>
|
|
307
|
+
</li>
|
|
308
|
+
<li class="md-nav__item">
|
|
309
|
+
<a class="md-nav__link" href="../gebco/">
|
|
310
|
+
<span class="md-ellipsis">
|
|
311
|
+
Gebco re-project to NZTM2000Quad cog file
|
|
312
|
+
</span>
|
|
313
|
+
</a>
|
|
314
|
+
</li>
|
|
315
|
+
<li class="md-nav__item">
|
|
316
|
+
<a class="md-nav__link" href="../quick-start/">
|
|
317
|
+
<span class="md-ellipsis">
|
|
774
318
|
Running LINZ Basemaps - Quick Start
|
|
775
319
|
</span>
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
<li class="md-nav__item">
|
|
791
|
-
<a href="../relief-shade/" class="md-nav__link">
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
<span class="md-ellipsis">
|
|
320
|
+
</a>
|
|
321
|
+
</li>
|
|
322
|
+
<li class="md-nav__item">
|
|
323
|
+
<a class="md-nav__link" href="../relief-shade/">
|
|
324
|
+
<span class="md-ellipsis">
|
|
795
325
|
Relief shade
|
|
796
326
|
</span>
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
<li class="md-nav__item">
|
|
812
|
-
<a href="../texture-shade/" class="md-nav__link">
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
<span class="md-ellipsis">
|
|
327
|
+
</a>
|
|
328
|
+
</li>
|
|
329
|
+
<li class="md-nav__item">
|
|
330
|
+
<a class="md-nav__link" href="../texture-shade/">
|
|
331
|
+
<span class="md-ellipsis">
|
|
816
332
|
Texture shading
|
|
817
333
|
</span>
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
</nav>
|
|
828
|
-
|
|
829
|
-
</li>
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
<li class="md-nav__item md-nav__item--nested">
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8" >
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
<div class="md-nav__link md-nav__container">
|
|
860
|
-
<a href="../../user-guide/" class="md-nav__link ">
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
<span class="md-ellipsis">
|
|
334
|
+
</a>
|
|
335
|
+
</li>
|
|
336
|
+
</ul>
|
|
337
|
+
</nav>
|
|
338
|
+
</li>
|
|
339
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
340
|
+
<input class="md-nav__toggle md-toggle" id="__nav_8" type="checkbox"/>
|
|
341
|
+
<label class="md-nav__link" for="__nav_8" id="__nav_8_label" tabindex="0">
|
|
342
|
+
<span class="md-ellipsis">
|
|
864
343
|
User guide
|
|
865
344
|
</span>
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_8_label" aria-expanded="false">
|
|
873
|
-
<label class="md-nav__title" for="__nav_8">
|
|
874
|
-
<span class="md-nav__icon md-icon"></span>
|
|
345
|
+
<span class="md-nav__icon md-icon"></span>
|
|
346
|
+
</label>
|
|
347
|
+
<nav aria-expanded="false" aria-labelledby="__nav_8_label" class="md-nav" data-md-level="1">
|
|
348
|
+
<label class="md-nav__title" for="__nav_8">
|
|
349
|
+
<span class="md-nav__icon md-icon"></span>
|
|
875
350
|
User guide
|
|
876
351
|
</label>
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
352
|
+
<ul class="md-nav__list" data-md-scrollfix="">
|
|
353
|
+
<li class="md-nav__item">
|
|
354
|
+
<a class="md-nav__link" href="../../user-guide/_get-started/">
|
|
355
|
+
<span class="md-ellipsis">
|
|
356
|
+
Get started with LINZ Basemaps
|
|
357
|
+
</span>
|
|
358
|
+
</a>
|
|
359
|
+
</li>
|
|
360
|
+
<li class="md-nav__item">
|
|
361
|
+
<a class="md-nav__link" href="../../user-guide/api-documentation/">
|
|
362
|
+
<span class="md-ellipsis">
|
|
363
|
+
API documentation
|
|
364
|
+
</span>
|
|
365
|
+
</a>
|
|
366
|
+
</li>
|
|
367
|
+
<li class="md-nav__item">
|
|
368
|
+
<a class="md-nav__link" href="../../user-guide/technical-documentation/">
|
|
369
|
+
<span class="md-ellipsis">
|
|
370
|
+
Technical documentation and specifications
|
|
371
|
+
</span>
|
|
372
|
+
</a>
|
|
373
|
+
</li>
|
|
374
|
+
</ul>
|
|
889
375
|
</nav>
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
<
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
<label class="md-nav__title" for="__toc">
|
|
909
|
-
<span class="md-nav__icon md-icon"></span>
|
|
376
|
+
</li>
|
|
377
|
+
</ul>
|
|
378
|
+
</nav>
|
|
379
|
+
</div>
|
|
380
|
+
</div>
|
|
381
|
+
</div>
|
|
382
|
+
<div class="md-sidebar md-sidebar--secondary" data-md-component="sidebar" data-md-type="toc">
|
|
383
|
+
<div class="md-sidebar__scrollwrap">
|
|
384
|
+
<div class="md-sidebar__inner">
|
|
385
|
+
<nav aria-label="Table of contents" class="md-nav md-nav--secondary">
|
|
386
|
+
<label class="md-nav__title" for="__toc">
|
|
387
|
+
<span class="md-nav__icon md-icon"></span>
|
|
910
388
|
Table of contents
|
|
911
389
|
</label>
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
<span class="md-ellipsis">
|
|
390
|
+
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix="">
|
|
391
|
+
<li class="md-nav__item">
|
|
392
|
+
<a class="md-nav__link" href="#resampling-with-reprojecton-and-overview-creation">
|
|
393
|
+
<span class="md-ellipsis">
|
|
917
394
|
Resampling with reprojecton and overview creation
|
|
918
395
|
</span>
|
|
919
|
-
|
|
920
|
-
|
|
396
|
+
</a>
|
|
921
397
|
</li>
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
<span class="md-ellipsis">
|
|
398
|
+
<li class="md-nav__item">
|
|
399
|
+
<a class="md-nav__link" href="#overviews">
|
|
400
|
+
<span class="md-ellipsis">
|
|
926
401
|
Overviews
|
|
927
402
|
</span>
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
<a href="#lanczos" class="md-nav__link">
|
|
935
|
-
<span class="md-ellipsis">
|
|
403
|
+
</a>
|
|
404
|
+
<nav aria-label="Overviews" class="md-nav">
|
|
405
|
+
<ul class="md-nav__list">
|
|
406
|
+
<li class="md-nav__item">
|
|
407
|
+
<a class="md-nav__link" href="#lanczos">
|
|
408
|
+
<span class="md-ellipsis">
|
|
936
409
|
Lanczos
|
|
937
410
|
</span>
|
|
938
|
-
|
|
939
|
-
|
|
411
|
+
</a>
|
|
940
412
|
</li>
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
<span class="md-ellipsis">
|
|
413
|
+
<li class="md-nav__item">
|
|
414
|
+
<a class="md-nav__link" href="#cubic">
|
|
415
|
+
<span class="md-ellipsis">
|
|
945
416
|
Cubic
|
|
946
417
|
</span>
|
|
947
|
-
|
|
948
|
-
|
|
418
|
+
</a>
|
|
949
419
|
</li>
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
<span class="md-ellipsis">
|
|
420
|
+
<li class="md-nav__item">
|
|
421
|
+
<a class="md-nav__link" href="#bilinear">
|
|
422
|
+
<span class="md-ellipsis">
|
|
954
423
|
Bilinear
|
|
955
424
|
</span>
|
|
956
|
-
|
|
957
|
-
|
|
425
|
+
</a>
|
|
958
426
|
</li>
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
</nav>
|
|
962
|
-
|
|
427
|
+
</ul>
|
|
428
|
+
</nav>
|
|
963
429
|
</li>
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
<span class="md-ellipsis">
|
|
430
|
+
<li class="md-nav__item">
|
|
431
|
+
<a class="md-nav__link" href="#reprojection-resampling">
|
|
432
|
+
<span class="md-ellipsis">
|
|
968
433
|
Reprojection resampling
|
|
969
434
|
</span>
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
<a href="#lanczos_1" class="md-nav__link">
|
|
977
|
-
<span class="md-ellipsis">
|
|
435
|
+
</a>
|
|
436
|
+
<nav aria-label="Reprojection resampling" class="md-nav">
|
|
437
|
+
<ul class="md-nav__list">
|
|
438
|
+
<li class="md-nav__item">
|
|
439
|
+
<a class="md-nav__link" href="#lanczos_1">
|
|
440
|
+
<span class="md-ellipsis">
|
|
978
441
|
Lanczos
|
|
979
442
|
</span>
|
|
980
|
-
|
|
981
|
-
|
|
443
|
+
</a>
|
|
982
444
|
</li>
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
<span class="md-ellipsis">
|
|
445
|
+
<li class="md-nav__item">
|
|
446
|
+
<a class="md-nav__link" href="#bilinear_1">
|
|
447
|
+
<span class="md-ellipsis">
|
|
987
448
|
Bilinear
|
|
988
449
|
</span>
|
|
989
|
-
|
|
990
|
-
|
|
450
|
+
</a>
|
|
991
451
|
</li>
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
</nav>
|
|
995
|
-
|
|
452
|
+
</ul>
|
|
453
|
+
</nav>
|
|
996
454
|
</li>
|
|
997
|
-
|
|
998
|
-
</ul>
|
|
999
|
-
|
|
455
|
+
</ul>
|
|
1000
456
|
</nav>
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
<div class="md-content" data-md-component="content">
|
|
1008
|
-
<article class="md-content__inner md-typeset">
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
457
|
+
</div>
|
|
458
|
+
</div>
|
|
459
|
+
</div>
|
|
460
|
+
<div class="md-content" data-md-component="content">
|
|
461
|
+
<article class="md-content__inner md-typeset">
|
|
1016
462
|
<h1 id="cog-quality">COG Quality</h1>
|
|
1017
463
|
<h2 id="resampling-with-reprojecton-and-overview-creation">Resampling with reprojecton and overview creation</h2>
|
|
1018
464
|
<p>creating COGs using a command very similar to</p>
|
|
1019
|
-
<div class="language-bash highlight"><pre><span></span><code><span id="__span-0-1"><a
|
|
1020
|
-
</span><span id="__span-0-2"><a
|
|
1021
|
-
</span><span id="__span-0-3"><a
|
|
1022
|
-
</span><span id="__span-0-4"><a
|
|
1023
|
-
</span><span id="__span-0-5"><a
|
|
1024
|
-
</span><span id="__span-0-6"><a
|
|
1025
|
-
</span><span id="__span-0-7"><a
|
|
1026
|
-
</span><span id="__span-0-8"><a
|
|
1027
|
-
</span><span id="__span-0-9"><a
|
|
1028
|
-
</span><span id="__span-0-10"><a
|
|
1029
|
-
</span><span id="__span-0-11"><a
|
|
1030
|
-
</span><span id="__span-0-12"><a
|
|
1031
|
-
</span><span id="__span-0-13"><a
|
|
1032
|
-
</span><span id="__span-0-14"><a
|
|
1033
|
-
</span><span id="__span-0-15"><a
|
|
1034
|
-
</span><span id="__span-0-16"><a
|
|
1035
|
-
</span><span id="__span-0-17"><a
|
|
1036
|
-
</span><span id="__span-0-18"><a
|
|
1037
|
-
</span><span id="__span-0-19"><a
|
|
1038
|
-
</span><span id="__span-0-20"><a
|
|
1039
|
-
</span><span id="__span-0-21"><a
|
|
1040
|
-
</span><span id="__span-0-22"><a
|
|
1041
|
-
</span><span id="__span-0-23"><a
|
|
465
|
+
<div class="language-bash highlight"><pre><span></span><code><span id="__span-0-1"><a href="#__codelineno-0-1" id="__codelineno-0-1" name="__codelineno-0-1"></a>gdal_translate<span class="w"> </span>--version
|
|
466
|
+
</span><span id="__span-0-2"><a href="#__codelineno-0-2" id="__codelineno-0-2" name="__codelineno-0-2"></a>
|
|
467
|
+
</span><span id="__span-0-3"><a href="#__codelineno-0-3" id="__codelineno-0-3" name="__codelineno-0-3"></a><span class="nv">COMPRESS</span><span class="o">=</span>webp
|
|
468
|
+
</span><span id="__span-0-4"><a href="#__codelineno-0-4" id="__codelineno-0-4" name="__codelineno-0-4"></a><span class="nv">BLOCKSIZE</span><span class="o">=</span><span class="m">256</span>
|
|
469
|
+
</span><span id="__span-0-5"><a href="#__codelineno-0-5" id="__codelineno-0-5" name="__codelineno-0-5"></a>
|
|
470
|
+
</span><span id="__span-0-6"><a href="#__codelineno-0-6" id="__codelineno-0-6" name="__codelineno-0-6"></a><span class="k">for</span><span class="w"> </span>RESAMPLE<span class="w"> </span><span class="k">in</span><span class="w"> </span>cubic<span class="w"> </span>lanczos<span class="w"> </span>bilinear
|
|
471
|
+
</span><span id="__span-0-7"><a href="#__codelineno-0-7" id="__codelineno-0-7" name="__codelineno-0-7"></a><span class="k">do</span>
|
|
472
|
+
</span><span id="__span-0-8"><a href="#__codelineno-0-8" id="__codelineno-0-8" name="__codelineno-0-8"></a>gdal_translate<span class="w"> </span><span class="se">\</span>
|
|
473
|
+
</span><span id="__span-0-9"><a href="#__codelineno-0-9" id="__codelineno-0-9" name="__codelineno-0-9"></a><span class="w"> </span>-of<span class="w"> </span>COG<span class="w"> </span><span class="se">\</span>
|
|
474
|
+
</span><span id="__span-0-10"><a href="#__codelineno-0-10" id="__codelineno-0-10" name="__codelineno-0-10"></a><span class="w"> </span>-co<span class="w"> </span><span class="nv">COMPRESS</span><span class="o">=</span><span class="nv">$COMPRESS</span><span class="se">\</span>
|
|
475
|
+
</span><span id="__span-0-11"><a href="#__codelineno-0-11" id="__codelineno-0-11" name="__codelineno-0-11"></a><span class="w"> </span>-co<span class="w"> </span><span class="nv">NUM_THREADS</span><span class="o">=</span>ALL_CPUS<span class="w"> </span><span class="se">\</span>
|
|
476
|
+
</span><span id="__span-0-12"><a href="#__codelineno-0-12" id="__codelineno-0-12" name="__codelineno-0-12"></a><span class="w"> </span>-co<span class="w"> </span><span class="nv">BIGTIFF</span><span class="o">=</span>YES<span class="w"> </span><span class="se">\</span>
|
|
477
|
+
</span><span id="__span-0-13"><a href="#__codelineno-0-13" id="__codelineno-0-13" name="__codelineno-0-13"></a><span class="w"> </span>-co<span class="w"> </span><span class="nv">TILING_SCHEME</span><span class="o">=</span>GoogleMapsCompatible<span class="w"> </span><span class="se">\</span>
|
|
478
|
+
</span><span id="__span-0-14"><a href="#__codelineno-0-14" id="__codelineno-0-14" name="__codelineno-0-14"></a><span class="w"> </span>--config<span class="w"> </span>BIGTIFF_OVERVIEW<span class="w"> </span>YES<span class="w"> </span><span class="se">\</span>
|
|
479
|
+
</span><span id="__span-0-15"><a href="#__codelineno-0-15" id="__codelineno-0-15" name="__codelineno-0-15"></a><span class="w"> </span>-co<span class="w"> </span><span class="nv">ALIGNED_LEVELS</span><span class="o">=</span><span class="m">1</span><span class="w"> </span><span class="se">\</span>
|
|
480
|
+
</span><span id="__span-0-16"><a href="#__codelineno-0-16" id="__codelineno-0-16" name="__codelineno-0-16"></a><span class="w"> </span>-co<span class="w"> </span><span class="nv">SPARSE_OK</span><span class="o">=</span>TRUE<span class="w"> </span><span class="se">\</span>
|
|
481
|
+
</span><span id="__span-0-17"><a href="#__codelineno-0-17" id="__codelineno-0-17" name="__codelineno-0-17"></a><span class="w"> </span>-co<span class="w"> </span><span class="nv">ADD_ALPHA</span><span class="o">=</span>YES<span class="w"> </span><span class="se">\</span>
|
|
482
|
+
</span><span id="__span-0-18"><a href="#__codelineno-0-18" id="__codelineno-0-18" name="__codelineno-0-18"></a><span class="w"> </span>-co<span class="w"> </span><span class="nv">BLOCKSIZE</span><span class="o">=</span><span class="nv">$BLOCKSIZE</span><span class="w"> </span><span class="se">\</span>
|
|
483
|
+
</span><span id="__span-0-19"><a href="#__codelineno-0-19" id="__codelineno-0-19" name="__codelineno-0-19"></a><span class="w"> </span>-co<span class="w"> </span><span class="nv">RESAMPLING</span><span class="o">=</span><span class="nv">$RESAMPLE</span><span class="w"> </span><span class="se">\</span>
|
|
484
|
+
</span><span id="__span-0-20"><a href="#__codelineno-0-20" id="__codelineno-0-20" name="__codelineno-0-20"></a><span class="w"> </span>-co<span class="w"> </span><span class="nv">QUALITY</span><span class="o">=</span><span class="m">90</span><span class="w"> </span><span class="se">\</span>
|
|
485
|
+
</span><span id="__span-0-21"><a href="#__codelineno-0-21" id="__codelineno-0-21" name="__codelineno-0-21"></a><span class="w"> </span>-co<span class="w"> </span><span class="nv">ZOOM_LEVEL_STRATEGY</span><span class="o">=</span>UPPER<span class="w"> </span><span class="se">\</span>
|
|
486
|
+
</span><span id="__span-0-22"><a href="#__codelineno-0-22" id="__codelineno-0-22" name="__codelineno-0-22"></a><span class="w"> </span><span class="nv">$PWD</span>/<span class="nv">$TIF_FOLDER</span>/.vrt<span class="w"> </span><span class="nv">$PWD</span>/<span class="nv">$TIF_FOLDER</span>.<span class="nv">$COMPRESS</span>.google.r_<span class="nv">$RESAMPLE</span>.bs_<span class="nv">$BLOCKSIZE</span>.aligned.cog.tif
|
|
487
|
+
</span><span id="__span-0-23"><a href="#__codelineno-0-23" id="__codelineno-0-23" name="__codelineno-0-23"></a><span class="k">done</span>
|
|
1042
488
|
</span></code></pre></div>
|
|
1043
489
|
<h2 id="overviews">Overviews</h2>
|
|
1044
490
|
<p>When creating COGs using the different resampling methods the output quality differs a lot.</p>
|
|
1045
491
|
<p>Here are some overviews created using some of the different resampling methods:</p>
|
|
1046
|
-
<p><img alt="Resampling Quality" src="../static/quality__resampling-overview.webp"
|
|
492
|
+
<p><img alt="Resampling Quality" src="../static/quality__resampling-overview.webp"/></p>
|
|
1047
493
|
<h3 id="lanczos">Lanczos</h3>
|
|
1048
494
|
<p>Provides quite a nice and crisp output</p>
|
|
1049
|
-
<p><img alt="Lanczos Overview" src="../static/quality__i6.lanczos.webp"
|
|
495
|
+
<p><img alt="Lanczos Overview" src="../static/quality__i6.lanczos.webp"/></p>
|
|
1050
496
|
<h3 id="cubic">Cubic</h3>
|
|
1051
497
|
<p>Creates weird artifacts around the edges</p>
|
|
1052
|
-
<p><img alt="Cubic Overview" src="../static/quality__i6.cubic.webp"
|
|
498
|
+
<p><img alt="Cubic Overview" src="../static/quality__i6.cubic.webp"/></p>
|
|
1053
499
|
<h3 id="bilinear">Bilinear</h3>
|
|
1054
500
|
<p>looks blury</p>
|
|
1055
|
-
<p><img alt="Bilinear Overview" src="../static/quality__i6.bilinear.webp"
|
|
501
|
+
<p><img alt="Bilinear Overview" src="../static/quality__i6.bilinear.webp"/></p>
|
|
1056
502
|
<p>Using lanczos looks best for our overview creation.</p>
|
|
1057
503
|
<h2 id="reprojection-resampling">Reprojection resampling</h2>
|
|
1058
504
|
<p>However when we use lanczos for the cog creation we start getting jagged lines inside the high resolution images</p>
|
|
1059
505
|
<p>Here are some higher resolution aerial imagery image 0 with different resampling methods, these are tiles taken directly from a tiff and converted to webp.</p>
|
|
1060
506
|
<h3 id="lanczos_1">Lanczos</h3>
|
|
1061
507
|
<p>Creates a jaggeredness, look at the street markings and the edges of the buildings</p>
|
|
1062
|
-
<p><img alt="Lanczos" src="../static/quality__005_006_0_lanczos.webp"
|
|
508
|
+
<p><img alt="Lanczos" src="../static/quality__005_006_0_lanczos.webp"/></p>
|
|
1063
509
|
<h3 id="bilinear_1">Bilinear</h3>
|
|
1064
510
|
<p>Creates a nice image</p>
|
|
1065
|
-
<p><img alt="Bilinear" src="../static/quality__005_006_0_bilinear.webp"
|
|
511
|
+
<p><img alt="Bilinear" src="../static/quality__005_006_0_bilinear.webp"/></p>
|
|
1066
512
|
<p>For our aerial imagery reprojection seems to be best done as bilinear, where as Overview creation seems to be best done as lanczos.</p>
|
|
1067
513
|
<p>Using GDAL 3.2.x+ this can be configured with as it was fixed in <a href="https://github.com/OSGeo/gdal/issues/2671">osgeo/gdal#2671</a></p>
|
|
1068
|
-
<div class="language-bash highlight"><pre><span></span><code><span id="__span-1-1"><a
|
|
514
|
+
<div class="language-bash highlight"><pre><span></span><code><span id="__span-1-1"><a href="#__codelineno-1-1" id="__codelineno-1-1" name="__codelineno-1-1"></a>gdal_translate<span class="w"> </span>-co<span class="w"> </span><span class="nv">WARP_RESAMPLING</span><span class="o">=</span>bilinear<span class="w"> </span>-co<span class="w"> </span><span class="nv">OVERVIEW_RESAMPLING</span><span class="o">=</span>lanczos
|
|
1069
515
|
</span></code></pre></div>
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
</div>
|
|
1083
|
-
|
|
1084
|
-
</main>
|
|
1085
|
-
|
|
1086
|
-
<footer class="md-footer">
|
|
1087
|
-
|
|
1088
|
-
<div class="md-footer-meta md-typeset">
|
|
1089
|
-
<div class="md-footer-meta__inner md-grid">
|
|
1090
|
-
<div class="md-copyright">
|
|
1091
|
-
|
|
1092
|
-
<div class="md-copyright__highlight">
|
|
1093
|
-
<a href="https://www.linz.govt.nz/copyright">© CC BY 4.0 LINZ</a>
|
|
1094
|
-
</div>
|
|
516
|
+
</article>
|
|
517
|
+
</div>
|
|
518
|
+
</div>
|
|
519
|
+
</main>
|
|
520
|
+
<footer class="md-footer">
|
|
521
|
+
<div class="md-footer-meta md-typeset">
|
|
522
|
+
<div class="md-footer-meta__inner md-grid">
|
|
523
|
+
<div class="md-copyright">
|
|
524
|
+
<div class="md-copyright__highlight">
|
|
525
|
+
<a href="https://www.linz.govt.nz/copyright">© CC BY 4.0 LINZ</a>
|
|
526
|
+
</div>
|
|
1095
527
|
|
|
1096
528
|
|
|
1097
529
|
Made with
|
|
1098
|
-
<a href="https://squidfunk.github.io/mkdocs-material/"
|
|
530
|
+
<a href="https://squidfunk.github.io/mkdocs-material/" rel="noopener" target="_blank">
|
|
1099
531
|
Material for MkDocs
|
|
1100
532
|
</a>
|
|
1101
|
-
|
|
1102
533
|
</div>
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
</div>
|
|
534
|
+
</div>
|
|
535
|
+
</div>
|
|
1106
536
|
</footer>
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
537
|
+
</div>
|
|
538
|
+
<div class="md-dialog" data-md-component="dialog">
|
|
539
|
+
<div class="md-dialog__inner md-typeset"></div>
|
|
540
|
+
</div>
|
|
541
|
+
<script id="__config" type="application/json">{"base": "../..", "features": ["navigation.indexes", "content.code.copy"], "search": "../../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>
|
|
542
|
+
<script src="../../assets/javascripts/bundle.6c14ae12.min.js"></script>
|
|
543
|
+
<script>document$.subscribe(() => {
|
|
544
|
+
window.update_swagger_ui_iframe_height = function (id) {
|
|
545
|
+
var iFrameID = document.getElementById(id);
|
|
546
|
+
if (iFrameID) {
|
|
547
|
+
full_height = (iFrameID.contentWindow.document.body.scrollHeight + 80) + "px";
|
|
548
|
+
iFrameID.height = full_height;
|
|
549
|
+
iFrameID.style.height = full_height;
|
|
550
|
+
}
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
let iframe_id_list = []
|
|
554
|
+
var iframes = document.getElementsByClassName("swagger-ui-iframe");
|
|
555
|
+
for (var i = 0; i < iframes.length; i++) {
|
|
556
|
+
iframe_id_list.push(iframes[i].getAttribute("id"))
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
let ticking = true;
|
|
560
|
+
|
|
561
|
+
document.addEventListener('scroll', function(e) {
|
|
562
|
+
if (!ticking) {
|
|
563
|
+
window.requestAnimationFrame(()=> {
|
|
564
|
+
let half_vh = window.innerHeight/2;
|
|
565
|
+
for(var i = 0; i < iframe_id_list.length; i++) {
|
|
566
|
+
let element = document.getElementById(iframe_id_list[i])
|
|
567
|
+
if(element==null){
|
|
568
|
+
return
|
|
569
|
+
}
|
|
570
|
+
let diff = element.getBoundingClientRect().top
|
|
571
|
+
if(element.contentWindow.update_top_val){
|
|
572
|
+
element.contentWindow.update_top_val(half_vh - diff)
|
|
573
|
+
}
|
|
574
|
+
}
|
|
575
|
+
ticking = false;
|
|
576
|
+
});
|
|
577
|
+
ticking = true;
|
|
578
|
+
}
|
|
579
|
+
});
|
|
580
|
+
|
|
581
|
+
const dark_scheme_name = "slate"
|
|
582
|
+
|
|
583
|
+
window.scheme = document.body.getAttribute("data-md-color-scheme")
|
|
584
|
+
const options = {
|
|
585
|
+
attributeFilter: ['data-md-color-scheme'],
|
|
586
|
+
};
|
|
587
|
+
function color_scheme_callback(mutations) {
|
|
588
|
+
for (let mutation of mutations) {
|
|
589
|
+
if (mutation.attributeName === "data-md-color-scheme") {
|
|
590
|
+
scheme = document.body.getAttribute("data-md-color-scheme")
|
|
591
|
+
var iframe_list = document.getElementsByClassName("swagger-ui-iframe")
|
|
592
|
+
for(var i = 0; i < iframe_list.length; i++) {
|
|
593
|
+
var ele = iframe_list.item(i);
|
|
594
|
+
if (ele) {
|
|
595
|
+
if (scheme === dark_scheme_name) {
|
|
596
|
+
ele.contentWindow.enable_dark_mode();
|
|
597
|
+
} else {
|
|
598
|
+
ele.contentWindow.disable_dark_mode();
|
|
599
|
+
}
|
|
600
|
+
}
|
|
601
|
+
}
|
|
602
|
+
}
|
|
603
|
+
}
|
|
604
|
+
}
|
|
605
|
+
observer = new MutationObserver(color_scheme_callback);
|
|
606
|
+
observer.observe(document.body, options);
|
|
607
|
+
})</script></body>
|
|
1121
608
|
</html>
|