@basemaps/landing 8.3.0 → 8.5.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/build/tsconfig.tsbuildinfo +1 -1
- package/dist/docs/404.html +189 -16
- package/dist/docs/assets/javascripts/swagger-ui-bundle.js +1 -1
- package/dist/docs/assets/javascripts/swagger-ui-standalone-preset.js +1 -1
- package/dist/docs/assets/stylesheets/swagger-ui.css +1 -1
- package/dist/docs/assets/stylesheets/swagger-ui.css.map +1 -1
- package/dist/docs/configuration/index.html +1579 -533
- package/dist/docs/deployment/index.html +1536 -493
- package/dist/docs/developer-guide/cli-methods/bundle-the-basemaps-assets-archive/index.html +1678 -595
- package/dist/docs/developer-guide/cli-methods/bundle-the-basemaps-config-file/index.html +1628 -553
- package/dist/docs/developer-guide/index.html +1487 -469
- package/dist/docs/developer-guide/run-basemaps-locally/index.html +1624 -554
- package/dist/docs/developer-guide/server-methods/serve-basemaps-with-bundled-config-file/index.html +1609 -546
- package/dist/docs/developer-guide/server-methods/serve-basemaps-with-collection-of-geotiff-files/index.html +1578 -519
- package/dist/docs/examples/_overview/index.html +1490 -465
- package/dist/docs/examples/leaflet.xyz.3857/index.html +1526 -502
- package/dist/docs/examples/maplibre.opacity.3857/index.html +1703 -679
- package/dist/docs/examples/maplibre.vector.3857/index.html +1533 -509
- package/dist/docs/index.html +1654 -568
- package/dist/docs/operator-guide/cog-quality/index.html +1668 -587
- package/dist/docs/operator-guide/empty-tiles/index.html +1529 -484
- package/dist/docs/operator-guide/gebco/index.html +1554 -509
- package/dist/docs/operator-guide/index.html +1475 -461
- package/dist/docs/operator-guide/quick-start/index.html +1638 -577
- package/dist/docs/operator-guide/relief-shade/index.html +1558 -509
- package/dist/docs/operator-guide/texture-shade/index.html +1611 -566
- package/dist/docs/operator-guide/xyz-projection/index.html +1590 -529
- package/dist/docs/quick-start/index.html +1482 -461
- package/dist/docs/sitemap.xml +42 -30
- package/dist/docs/sitemap.xml.gz +0 -0
- package/dist/docs/user-guide/_get-started/index.html +1612 -539
- package/dist/docs/user-guide/api-documentation/index.html +81 -18
- package/dist/docs/user-guide/api-documentation/{swagger-be89a08e.html → swagger-3b2ee5d5.html} +4 -4
- package/dist/docs/user-guide/how-to-use-and-customize-vector-tiles/_How-to-use-vector-tiles/index.html +1779 -0
- package/dist/docs/user-guide/how-to-use-and-customize-vector-tiles/_How-to-use-vector-tiles/index.maplibre.vector.3857.html +22 -0
- package/dist/docs/user-guide/how-to-use-and-customize-vector-tiles/how-to-customize-vector-tiles/index.html +1960 -0
- package/dist/docs/user-guide/how-to-use-and-customize-vector-tiles/how-to-customize-vector-tiles/index.maplibre.vector.3857.html +80 -0
- package/dist/docs/user-guide/how-to-use-and-customize-vector-tiles/how-to-customize-vector-tiles/static/add-filter.webp +0 -0
- package/dist/docs/user-guide/how-to-use-and-customize-vector-tiles/how-to-customize-vector-tiles/static/contours.webp +0 -0
- package/dist/docs/user-guide/how-to-use-and-customize-vector-tiles/how-to-customize-vector-tiles/static/modify-paint.webp +0 -0
- package/dist/docs/user-guide/how-to-use-and-customize-vector-tiles/index.html +1640 -0
- package/dist/docs/user-guide/technical-documentation/index.html +1811 -670
- package/dist/docs/user-guide/use-in-esri-software/how-to-add-emergency-imagery-to-arcgis/index.html +1481 -463
- package/dist/docs/user-guide/use-in-esri-software/how-to-add-individual-linz-basemaps-layers-to-arcgis/index.html +1485 -467
- package/dist/docs/user-guide/use-in-esri-software/how-to-add-linz-aerial-imagery-basemaps-to-arcgis-online/index.html +1486 -468
- package/dist/docs/user-guide/use-in-esri-software/how-to-add-linz-basemaps-to-arcgis-online-basemaps/index.html +1478 -461
- package/dist/docs/user-guide/use-in-esri-software/index.html +1477 -461
- package/dist/examples/index.openlayers.attribution.wmts.3857.html +1 -1
- package/dist/{index-8.3.0-5f827c1e303a8185.js → index-8.5.0-3c37c4e66b36a792.js} +2 -2
- package/dist/index.html +2 -2
- package/dist/index.js +2 -2
- package/package.json +5 -5
- package/dist/docs/assets/javascripts/swagger-initializer.js +0 -20
- package/dist/docs/assets/javascripts/swagger-ui-es-bundle-core.js +0 -3
- package/dist/docs/assets/javascripts/swagger-ui-es-bundle-core.js.map +0 -1
- package/dist/docs/assets/javascripts/swagger-ui-es-bundle.js +0 -3
- package/dist/docs/assets/javascripts/swagger-ui-es-bundle.js.map +0 -1
- package/dist/docs/assets/stylesheets/swagger-ui.js +0 -2
- package/dist/docs/assets/stylesheets/swagger-ui.js.map +0 -1
- /package/dist/{index-8.3.0-c5e57c4593cca04a.css → index-8.5.0-c5e57c4593cca04a.css} +0 -0
- /package/dist/lib/{attribution-8.3.0-7e26e43200746f3c.js → attribution-8.5.0-7e26e43200746f3c.js} +0 -0
|
@@ -1,522 +1,1599 @@
|
|
|
1
1
|
|
|
2
|
-
<!
|
|
3
|
-
|
|
4
|
-
<
|
|
5
|
-
|
|
6
|
-
<meta charset="utf-8"
|
|
7
|
-
<meta content="width=device-width,initial-scale=1"
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
<link
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
<link
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
<link
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
<
|
|
2
|
+
<!doctype html>
|
|
3
|
+
<html lang="en" class="no-js">
|
|
4
|
+
<head>
|
|
5
|
+
|
|
6
|
+
<meta charset="utf-8">
|
|
7
|
+
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
<link rel="canonical" href="http://localhost:8000/docs/deployment/">
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
<link rel="prev" href="../configuration/">
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
<link rel="next" href="../quick-start/">
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
<link rel="icon" href="../assets/images/favicon.png">
|
|
21
|
+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.44">
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
<title>Deployment - LINZ Basemaps</title>
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
<link rel="stylesheet" href="../assets/stylesheets/main.0253249f.min.css">
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
<link rel="stylesheet" href="../assets/stylesheets/palette.06af60db.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
|
+
|
|
21
62
|
<script id="__analytics">function __md_analytics(){function e(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],e("js",new Date),e("config",""),document.addEventListener("DOMContentLoaded",(function(){document.forms.search&&document.forms.search.query.addEventListener("blur",(function(){this.value&&e("event","search",{search_term:this.value})}));document$.subscribe((function(){var t=document.forms.feedback;if(void 0!==t)for(var a of t.querySelectorAll("[type=submit]"))a.addEventListener("click",(function(a){a.preventDefault();var n=document.location.pathname,d=this.getAttribute("data-md-value");e("event","feedback",{page:n,data:d}),t.firstElementChild.disabled=!0;var r=t.querySelector(".md-feedback__note [data-md-value='"+d+"']");r&&(r.hidden=!1)})),t.hidden=!1})),location$.subscribe((function(t){e("config","",{page_path:t.pathname})}))}));var t=document.createElement("script");t.async=!0,t.src="https://www.googletagmanager.com/gtag/js?id=",document.getElementById("__analytics").insertAdjacentElement("afterEnd",t)}</script>
|
|
22
|
-
|
|
23
|
-
</
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
63
|
+
|
|
64
|
+
<script>"undefined"!=typeof __md_analytics&&__md_analytics()</script>
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
</head>
|
|
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
|
+
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off">
|
|
84
|
+
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off">
|
|
85
|
+
<label class="md-overlay" for="__drawer"></label>
|
|
86
|
+
<div data-md-component="skip">
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
<a href="#deployment" class="md-skip">
|
|
30
90
|
Skip to content
|
|
31
91
|
</a>
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
92
|
+
|
|
93
|
+
</div>
|
|
94
|
+
<div data-md-component="announce">
|
|
95
|
+
|
|
96
|
+
</div>
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
35
103
|
<header class="md-header md-header--shadow" data-md-component="header">
|
|
36
|
-
<nav
|
|
37
|
-
<a
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
<
|
|
45
|
-
|
|
46
|
-
<
|
|
104
|
+
<nav class="md-header__inner md-grid" aria-label="Header">
|
|
105
|
+
<a href=".." title="LINZ Basemaps" class="md-header__button md-logo" aria-label="LINZ Basemaps" data-md-component="logo">
|
|
106
|
+
|
|
107
|
+
<img src="../linz-motif.svg" alt="logo">
|
|
108
|
+
|
|
109
|
+
</a>
|
|
110
|
+
<label class="md-header__button md-icon" for="__drawer">
|
|
111
|
+
|
|
112
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z"/></svg>
|
|
113
|
+
</label>
|
|
114
|
+
<div class="md-header__title" data-md-component="header-title">
|
|
115
|
+
<div class="md-header__ellipsis">
|
|
116
|
+
<div class="md-header__topic">
|
|
117
|
+
<span class="md-ellipsis">
|
|
47
118
|
LINZ Basemaps
|
|
48
119
|
</span>
|
|
49
|
-
</div>
|
|
50
|
-
<div class="md-header__topic" data-md-component="header-topic">
|
|
51
|
-
<span class="md-ellipsis">
|
|
120
|
+
</div>
|
|
121
|
+
<div class="md-header__topic" data-md-component="header-topic">
|
|
122
|
+
<span class="md-ellipsis">
|
|
52
123
|
|
|
53
124
|
Deployment
|
|
54
125
|
|
|
55
126
|
</span>
|
|
56
|
-
</div>
|
|
57
|
-
</div>
|
|
58
|
-
</div>
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
<
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
<
|
|
67
|
-
|
|
127
|
+
</div>
|
|
128
|
+
</div>
|
|
129
|
+
</div>
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
<form class="md-header__option" data-md-component="palette">
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
<input class="md-option" data-md-color-media="(prefers-color-scheme: light)" data-md-color-scheme="default" data-md-color-primary="indigo" data-md-color-accent="indigo" aria-label="Switch to dark mode" type="radio" name="__palette" id="__palette_0">
|
|
138
|
+
|
|
139
|
+
<label class="md-header__button md-icon" title="Switch to dark mode" for="__palette_1" hidden>
|
|
140
|
+
<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 12z"/></svg>
|
|
141
|
+
</label>
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
<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_1">
|
|
148
|
+
|
|
149
|
+
<label class="md-header__button md-icon" title="Switch to light mode" for="__palette_0" hidden>
|
|
150
|
+
<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 12s-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 12z"/></svg>
|
|
151
|
+
</label>
|
|
152
|
+
|
|
153
|
+
|
|
68
154
|
</form>
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
<
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
<script>var palette=__md_get("__palette");if(palette&&palette.color){if("(prefers-color-scheme)"===palette.color.media){var media=matchMedia("(prefers-color-scheme: light)"),input=document.querySelector(media.matches?"[data-md-color-media='(prefers-color-scheme: light)']":"[data-md-color-media='(prefers-color-scheme: dark)']");palette.color.media=input.getAttribute("data-md-color-media"),palette.color.scheme=input.getAttribute("data-md-color-scheme"),palette.color.primary=input.getAttribute("data-md-color-primary"),palette.color.accent=input.getAttribute("data-md-color-accent")}for(var[key,value]of Object.entries(palette.color))document.body.setAttribute("data-md-color-"+key,value)}</script>
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
<div class="md-header__source">
|
|
164
|
+
<a href="https://github.com/linz/basemaps" title="Go to repository" class="md-source" data-md-component="source">
|
|
165
|
+
<div class="md-source__icon md-icon">
|
|
166
|
+
|
|
167
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 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 2024 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.81"/></svg>
|
|
168
|
+
</div>
|
|
169
|
+
<div class="md-source__repository">
|
|
76
170
|
GitHub
|
|
77
171
|
</div>
|
|
78
172
|
</a>
|
|
79
|
-
</div>
|
|
80
|
-
|
|
173
|
+
</div>
|
|
174
|
+
|
|
175
|
+
</nav>
|
|
176
|
+
|
|
81
177
|
</header>
|
|
82
|
-
|
|
83
|
-
<
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
<
|
|
91
|
-
<
|
|
92
|
-
|
|
178
|
+
|
|
179
|
+
<div class="md-container" data-md-component="container">
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
<main class="md-main" data-md-component="main">
|
|
187
|
+
<div class="md-main__inner md-grid">
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
<div class="md-sidebar md-sidebar--primary" data-md-component="sidebar" data-md-type="navigation" >
|
|
192
|
+
<div class="md-sidebar__scrollwrap">
|
|
193
|
+
<div class="md-sidebar__inner">
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
<nav class="md-nav md-nav--primary" aria-label="Navigation" data-md-level="0">
|
|
199
|
+
<label class="md-nav__title" for="__drawer">
|
|
200
|
+
<a href=".." title="LINZ Basemaps" class="md-nav__button md-logo" aria-label="LINZ Basemaps" data-md-component="logo">
|
|
201
|
+
|
|
202
|
+
<img src="../linz-motif.svg" alt="logo">
|
|
203
|
+
|
|
204
|
+
</a>
|
|
93
205
|
LINZ Basemaps
|
|
94
206
|
</label>
|
|
95
|
-
|
|
96
|
-
<
|
|
97
|
-
<
|
|
98
|
-
<
|
|
99
|
-
|
|
100
|
-
<
|
|
207
|
+
|
|
208
|
+
<div class="md-nav__source">
|
|
209
|
+
<a href="https://github.com/linz/basemaps" title="Go to repository" class="md-source" data-md-component="source">
|
|
210
|
+
<div class="md-source__icon md-icon">
|
|
211
|
+
|
|
212
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 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 2024 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.81"/></svg>
|
|
213
|
+
</div>
|
|
214
|
+
<div class="md-source__repository">
|
|
101
215
|
GitHub
|
|
102
216
|
</div>
|
|
103
217
|
</a>
|
|
104
|
-
</div>
|
|
105
|
-
|
|
106
|
-
<
|
|
107
|
-
|
|
108
|
-
|
|
218
|
+
</div>
|
|
219
|
+
|
|
220
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
<li class="md-nav__item">
|
|
229
|
+
<a href=".." class="md-nav__link">
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
<span class="md-ellipsis">
|
|
109
233
|
LINZ Basemaps
|
|
110
234
|
</span>
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
</a>
|
|
238
|
+
</li>
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
<li class="md-nav__item">
|
|
249
|
+
<a href="../configuration/" class="md-nav__link">
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
<span class="md-ellipsis">
|
|
116
253
|
Configuration
|
|
117
254
|
</span>
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
</a>
|
|
258
|
+
</li>
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
<li class="md-nav__item md-nav__item--active">
|
|
271
|
+
|
|
272
|
+
<input class="md-nav__toggle md-toggle" type="checkbox" id="__toc">
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
<label class="md-nav__link md-nav__link--active" for="__toc">
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
<span class="md-ellipsis">
|
|
124
282
|
Deployment
|
|
125
283
|
</span>
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
<
|
|
129
|
-
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
<span class="md-nav__icon md-icon"></span>
|
|
287
|
+
</label>
|
|
288
|
+
|
|
289
|
+
<a href="./" class="md-nav__link md-nav__link--active">
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
<span class="md-ellipsis">
|
|
130
293
|
Deployment
|
|
131
294
|
</span>
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
</a>
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
<label class="md-nav__title" for="__toc">
|
|
309
|
+
<span class="md-nav__icon md-icon"></span>
|
|
136
310
|
Table of contents
|
|
137
311
|
</label>
|
|
138
|
-
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix
|
|
139
|
-
|
|
140
|
-
<
|
|
141
|
-
<
|
|
312
|
+
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
|
|
313
|
+
|
|
314
|
+
<li class="md-nav__item">
|
|
315
|
+
<a href="#deployment-rollback" class="md-nav__link">
|
|
316
|
+
<span class="md-ellipsis">
|
|
142
317
|
Deployment Rollback
|
|
143
318
|
</span>
|
|
144
|
-
</a>
|
|
319
|
+
</a>
|
|
320
|
+
|
|
145
321
|
</li>
|
|
146
|
-
|
|
322
|
+
|
|
323
|
+
</ul>
|
|
324
|
+
|
|
147
325
|
</nav>
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
326
|
+
|
|
327
|
+
</li>
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
<li class="md-nav__item">
|
|
338
|
+
<a href="../quick-start/" class="md-nav__link">
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
<span class="md-ellipsis">
|
|
152
342
|
Quick start guide
|
|
153
343
|
</span>
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
</a>
|
|
347
|
+
</li>
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5" >
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
<div class="md-nav__link md-nav__container">
|
|
382
|
+
<a href="../developer-guide/" class="md-nav__link ">
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
<span class="md-ellipsis">
|
|
161
386
|
Developer guide
|
|
162
387
|
</span>
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
<
|
|
169
|
-
<
|
|
170
|
-
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
</a>
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
<label class="md-nav__link " for="__nav_5" id="__nav_5_label" tabindex="0">
|
|
394
|
+
<span class="md-nav__icon md-icon"></span>
|
|
395
|
+
</label>
|
|
396
|
+
|
|
397
|
+
</div>
|
|
398
|
+
|
|
399
|
+
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_5_label" aria-expanded="false">
|
|
400
|
+
<label class="md-nav__title" for="__nav_5">
|
|
401
|
+
<span class="md-nav__icon md-icon"></span>
|
|
171
402
|
Developer guide
|
|
172
403
|
</label>
|
|
173
|
-
<ul class="md-nav__list" data-md-scrollfix
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
404
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
405
|
+
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
<li class="md-nav__item">
|
|
415
|
+
<a href="../developer-guide/run-basemaps-locally/" class="md-nav__link">
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
<span class="md-ellipsis">
|
|
177
419
|
How to run basemaps locally
|
|
178
420
|
</span>
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
</a>
|
|
424
|
+
</li>
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
|
|
445
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
446
|
+
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5_3" >
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
<label class="md-nav__link" for="__nav_5_3" id="__nav_5_3_label" tabindex="0">
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
<span class="md-ellipsis">
|
|
185
456
|
Cli methods
|
|
186
457
|
</span>
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
<
|
|
190
|
-
|
|
191
|
-
|
|
458
|
+
|
|
459
|
+
|
|
460
|
+
<span class="md-nav__icon md-icon"></span>
|
|
461
|
+
</label>
|
|
462
|
+
|
|
463
|
+
<nav class="md-nav" data-md-level="2" aria-labelledby="__nav_5_3_label" aria-expanded="false">
|
|
464
|
+
<label class="md-nav__title" for="__nav_5_3">
|
|
465
|
+
<span class="md-nav__icon md-icon"></span>
|
|
192
466
|
Cli methods
|
|
193
467
|
</label>
|
|
194
|
-
<ul class="md-nav__list" data-md-scrollfix
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
468
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
469
|
+
|
|
470
|
+
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
|
|
476
|
+
<li class="md-nav__item">
|
|
477
|
+
<a href="../developer-guide/cli-methods/bundle-the-basemaps-assets-archive/" class="md-nav__link">
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
<span class="md-ellipsis">
|
|
198
481
|
Bundle the basemaps assets archive
|
|
199
482
|
</span>
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
483
|
+
|
|
484
|
+
|
|
485
|
+
</a>
|
|
486
|
+
</li>
|
|
487
|
+
|
|
488
|
+
|
|
489
|
+
|
|
490
|
+
|
|
491
|
+
|
|
492
|
+
|
|
493
|
+
|
|
494
|
+
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
<li class="md-nav__item">
|
|
498
|
+
<a href="../developer-guide/cli-methods/bundle-the-basemaps-config-file/" class="md-nav__link">
|
|
499
|
+
|
|
500
|
+
|
|
501
|
+
<span class="md-ellipsis">
|
|
205
502
|
Bundle the basemaps config file
|
|
206
503
|
</span>
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
</
|
|
210
|
-
</
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
504
|
+
|
|
505
|
+
|
|
506
|
+
</a>
|
|
507
|
+
</li>
|
|
508
|
+
|
|
509
|
+
|
|
510
|
+
|
|
511
|
+
|
|
512
|
+
</ul>
|
|
513
|
+
</nav>
|
|
514
|
+
|
|
515
|
+
</li>
|
|
516
|
+
|
|
517
|
+
|
|
518
|
+
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
|
|
522
|
+
|
|
523
|
+
|
|
524
|
+
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+
|
|
530
|
+
|
|
531
|
+
|
|
532
|
+
|
|
533
|
+
|
|
534
|
+
|
|
535
|
+
|
|
536
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
537
|
+
|
|
538
|
+
|
|
539
|
+
|
|
540
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5_4" >
|
|
541
|
+
|
|
542
|
+
|
|
543
|
+
<label class="md-nav__link" for="__nav_5_4" id="__nav_5_4_label" tabindex="0">
|
|
544
|
+
|
|
545
|
+
|
|
546
|
+
<span class="md-ellipsis">
|
|
216
547
|
Server methods
|
|
217
548
|
</span>
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
<
|
|
221
|
-
|
|
222
|
-
|
|
549
|
+
|
|
550
|
+
|
|
551
|
+
<span class="md-nav__icon md-icon"></span>
|
|
552
|
+
</label>
|
|
553
|
+
|
|
554
|
+
<nav class="md-nav" data-md-level="2" aria-labelledby="__nav_5_4_label" aria-expanded="false">
|
|
555
|
+
<label class="md-nav__title" for="__nav_5_4">
|
|
556
|
+
<span class="md-nav__icon md-icon"></span>
|
|
223
557
|
Server methods
|
|
224
558
|
</label>
|
|
225
|
-
<ul class="md-nav__list" data-md-scrollfix
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
559
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
560
|
+
|
|
561
|
+
|
|
562
|
+
|
|
563
|
+
|
|
564
|
+
|
|
565
|
+
|
|
566
|
+
|
|
567
|
+
<li class="md-nav__item">
|
|
568
|
+
<a href="../developer-guide/server-methods/serve-basemaps-with-bundled-config-file/" class="md-nav__link">
|
|
569
|
+
|
|
570
|
+
|
|
571
|
+
<span class="md-ellipsis">
|
|
229
572
|
Serve basemaps using a bundled config file
|
|
230
573
|
</span>
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
574
|
+
|
|
575
|
+
|
|
576
|
+
</a>
|
|
577
|
+
</li>
|
|
578
|
+
|
|
579
|
+
|
|
580
|
+
|
|
581
|
+
|
|
582
|
+
|
|
583
|
+
|
|
584
|
+
|
|
585
|
+
|
|
586
|
+
|
|
587
|
+
|
|
588
|
+
<li class="md-nav__item">
|
|
589
|
+
<a href="../developer-guide/server-methods/serve-basemaps-with-collection-of-geotiff-files/" class="md-nav__link">
|
|
590
|
+
|
|
591
|
+
|
|
592
|
+
<span class="md-ellipsis">
|
|
236
593
|
Serve basemaps using a collection of GeoTIFF files
|
|
237
594
|
</span>
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
</
|
|
241
|
-
</
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
595
|
+
|
|
596
|
+
|
|
597
|
+
</a>
|
|
598
|
+
</li>
|
|
599
|
+
|
|
600
|
+
|
|
601
|
+
|
|
602
|
+
|
|
603
|
+
</ul>
|
|
604
|
+
</nav>
|
|
605
|
+
|
|
606
|
+
</li>
|
|
607
|
+
|
|
608
|
+
|
|
609
|
+
|
|
610
|
+
|
|
611
|
+
</ul>
|
|
612
|
+
</nav>
|
|
613
|
+
|
|
614
|
+
</li>
|
|
615
|
+
|
|
616
|
+
|
|
617
|
+
|
|
618
|
+
|
|
619
|
+
|
|
620
|
+
|
|
621
|
+
|
|
622
|
+
|
|
623
|
+
|
|
624
|
+
|
|
625
|
+
|
|
626
|
+
|
|
627
|
+
|
|
628
|
+
|
|
629
|
+
|
|
630
|
+
|
|
631
|
+
|
|
632
|
+
|
|
633
|
+
|
|
634
|
+
|
|
635
|
+
|
|
636
|
+
|
|
637
|
+
|
|
638
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
639
|
+
|
|
640
|
+
|
|
641
|
+
|
|
642
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_6" >
|
|
643
|
+
|
|
644
|
+
|
|
645
|
+
<label class="md-nav__link" for="__nav_6" id="__nav_6_label" tabindex="0">
|
|
646
|
+
|
|
647
|
+
|
|
648
|
+
<span class="md-ellipsis">
|
|
649
|
+
Examples
|
|
278
650
|
</span>
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
<
|
|
282
|
-
|
|
283
|
-
|
|
651
|
+
|
|
652
|
+
|
|
653
|
+
<span class="md-nav__icon md-icon"></span>
|
|
654
|
+
</label>
|
|
655
|
+
|
|
656
|
+
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_6_label" aria-expanded="false">
|
|
657
|
+
<label class="md-nav__title" for="__nav_6">
|
|
658
|
+
<span class="md-nav__icon md-icon"></span>
|
|
659
|
+
Examples
|
|
660
|
+
</label>
|
|
661
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
662
|
+
|
|
663
|
+
|
|
664
|
+
|
|
665
|
+
|
|
666
|
+
|
|
667
|
+
|
|
668
|
+
|
|
669
|
+
<li class="md-nav__item">
|
|
670
|
+
<a href="../examples/_overview/" class="md-nav__link">
|
|
671
|
+
|
|
672
|
+
|
|
673
|
+
<span class="md-ellipsis">
|
|
674
|
+
Overview
|
|
675
|
+
</span>
|
|
676
|
+
|
|
677
|
+
|
|
678
|
+
</a>
|
|
679
|
+
</li>
|
|
680
|
+
|
|
681
|
+
|
|
682
|
+
|
|
683
|
+
|
|
684
|
+
|
|
685
|
+
|
|
686
|
+
|
|
687
|
+
|
|
688
|
+
|
|
689
|
+
|
|
690
|
+
<li class="md-nav__item">
|
|
691
|
+
<a href="../examples/leaflet.xyz.3857/" class="md-nav__link">
|
|
692
|
+
|
|
693
|
+
|
|
694
|
+
<span class="md-ellipsis">
|
|
695
|
+
Leaflet Raster Map
|
|
696
|
+
</span>
|
|
697
|
+
|
|
698
|
+
|
|
699
|
+
</a>
|
|
700
|
+
</li>
|
|
701
|
+
|
|
702
|
+
|
|
703
|
+
|
|
704
|
+
|
|
705
|
+
|
|
706
|
+
|
|
707
|
+
|
|
708
|
+
|
|
709
|
+
|
|
710
|
+
|
|
711
|
+
<li class="md-nav__item">
|
|
712
|
+
<a href="../examples/maplibre.opacity.3857/" class="md-nav__link">
|
|
713
|
+
|
|
714
|
+
|
|
715
|
+
<span class="md-ellipsis">
|
|
716
|
+
Maplibre Opacity Slider
|
|
717
|
+
</span>
|
|
718
|
+
|
|
719
|
+
|
|
720
|
+
</a>
|
|
721
|
+
</li>
|
|
722
|
+
|
|
723
|
+
|
|
724
|
+
|
|
725
|
+
|
|
726
|
+
|
|
727
|
+
|
|
728
|
+
|
|
729
|
+
|
|
730
|
+
|
|
731
|
+
|
|
732
|
+
<li class="md-nav__item">
|
|
733
|
+
<a href="../examples/maplibre.vector.3857/" class="md-nav__link">
|
|
734
|
+
|
|
735
|
+
|
|
736
|
+
<span class="md-ellipsis">
|
|
284
737
|
Maplibre Vector Map
|
|
285
738
|
</span>
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
</
|
|
289
|
-
</
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
739
|
+
|
|
740
|
+
|
|
741
|
+
</a>
|
|
742
|
+
</li>
|
|
743
|
+
|
|
744
|
+
|
|
745
|
+
|
|
746
|
+
|
|
747
|
+
</ul>
|
|
748
|
+
</nav>
|
|
749
|
+
|
|
750
|
+
</li>
|
|
751
|
+
|
|
752
|
+
|
|
753
|
+
|
|
754
|
+
|
|
755
|
+
|
|
756
|
+
|
|
757
|
+
|
|
758
|
+
|
|
759
|
+
|
|
760
|
+
|
|
761
|
+
|
|
762
|
+
|
|
763
|
+
|
|
764
|
+
|
|
765
|
+
|
|
766
|
+
|
|
767
|
+
|
|
768
|
+
|
|
769
|
+
|
|
770
|
+
|
|
771
|
+
|
|
772
|
+
|
|
773
|
+
|
|
774
|
+
|
|
775
|
+
|
|
776
|
+
|
|
777
|
+
|
|
778
|
+
|
|
779
|
+
|
|
780
|
+
|
|
781
|
+
|
|
782
|
+
|
|
783
|
+
|
|
784
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
785
|
+
|
|
786
|
+
|
|
787
|
+
|
|
788
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_7" >
|
|
789
|
+
|
|
790
|
+
|
|
791
|
+
|
|
792
|
+
<div class="md-nav__link md-nav__container">
|
|
793
|
+
<a href="../operator-guide/" class="md-nav__link ">
|
|
794
|
+
|
|
795
|
+
|
|
796
|
+
<span class="md-ellipsis">
|
|
296
797
|
Operator guide
|
|
297
798
|
</span>
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
<
|
|
304
|
-
<
|
|
305
|
-
|
|
799
|
+
|
|
800
|
+
|
|
801
|
+
</a>
|
|
802
|
+
|
|
803
|
+
|
|
804
|
+
<label class="md-nav__link " for="__nav_7" id="__nav_7_label" tabindex="0">
|
|
805
|
+
<span class="md-nav__icon md-icon"></span>
|
|
806
|
+
</label>
|
|
807
|
+
|
|
808
|
+
</div>
|
|
809
|
+
|
|
810
|
+
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_7_label" aria-expanded="false">
|
|
811
|
+
<label class="md-nav__title" for="__nav_7">
|
|
812
|
+
<span class="md-nav__icon md-icon"></span>
|
|
306
813
|
Operator guide
|
|
307
814
|
</label>
|
|
308
|
-
<ul class="md-nav__list" data-md-scrollfix
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
815
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
816
|
+
|
|
817
|
+
|
|
818
|
+
|
|
819
|
+
|
|
820
|
+
|
|
821
|
+
|
|
822
|
+
|
|
823
|
+
|
|
824
|
+
|
|
825
|
+
<li class="md-nav__item">
|
|
826
|
+
<a href="../operator-guide/cog-quality/" class="md-nav__link">
|
|
827
|
+
|
|
828
|
+
|
|
829
|
+
<span class="md-ellipsis">
|
|
312
830
|
COG Quality
|
|
313
831
|
</span>
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
832
|
+
|
|
833
|
+
|
|
834
|
+
</a>
|
|
835
|
+
</li>
|
|
836
|
+
|
|
837
|
+
|
|
838
|
+
|
|
839
|
+
|
|
840
|
+
|
|
841
|
+
|
|
842
|
+
|
|
843
|
+
|
|
844
|
+
|
|
845
|
+
|
|
846
|
+
<li class="md-nav__item">
|
|
847
|
+
<a href="../operator-guide/empty-tiles/" class="md-nav__link">
|
|
848
|
+
|
|
849
|
+
|
|
850
|
+
<span class="md-ellipsis">
|
|
319
851
|
Sparse Datasets and empty tiles
|
|
320
852
|
</span>
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
853
|
+
|
|
854
|
+
|
|
855
|
+
</a>
|
|
856
|
+
</li>
|
|
857
|
+
|
|
858
|
+
|
|
859
|
+
|
|
860
|
+
|
|
861
|
+
|
|
862
|
+
|
|
863
|
+
|
|
864
|
+
|
|
865
|
+
|
|
866
|
+
|
|
867
|
+
<li class="md-nav__item">
|
|
868
|
+
<a href="../operator-guide/gebco/" class="md-nav__link">
|
|
869
|
+
|
|
870
|
+
|
|
871
|
+
<span class="md-ellipsis">
|
|
326
872
|
Gebco re-project to NZTM2000Quad cog file
|
|
327
873
|
</span>
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
874
|
+
|
|
875
|
+
|
|
876
|
+
</a>
|
|
877
|
+
</li>
|
|
878
|
+
|
|
879
|
+
|
|
880
|
+
|
|
881
|
+
|
|
882
|
+
|
|
883
|
+
|
|
884
|
+
|
|
885
|
+
|
|
886
|
+
|
|
887
|
+
|
|
888
|
+
<li class="md-nav__item">
|
|
889
|
+
<a href="../operator-guide/quick-start/" class="md-nav__link">
|
|
890
|
+
|
|
891
|
+
|
|
892
|
+
<span class="md-ellipsis">
|
|
333
893
|
Running LINZ Basemaps - Quick Start
|
|
334
894
|
</span>
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
895
|
+
|
|
896
|
+
|
|
897
|
+
</a>
|
|
898
|
+
</li>
|
|
899
|
+
|
|
900
|
+
|
|
901
|
+
|
|
902
|
+
|
|
903
|
+
|
|
904
|
+
|
|
905
|
+
|
|
906
|
+
|
|
907
|
+
|
|
908
|
+
|
|
909
|
+
<li class="md-nav__item">
|
|
910
|
+
<a href="../operator-guide/relief-shade/" class="md-nav__link">
|
|
911
|
+
|
|
912
|
+
|
|
913
|
+
<span class="md-ellipsis">
|
|
340
914
|
Relief shade
|
|
341
915
|
</span>
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
916
|
+
|
|
917
|
+
|
|
918
|
+
</a>
|
|
919
|
+
</li>
|
|
920
|
+
|
|
921
|
+
|
|
922
|
+
|
|
923
|
+
|
|
924
|
+
|
|
925
|
+
|
|
926
|
+
|
|
927
|
+
|
|
928
|
+
|
|
929
|
+
|
|
930
|
+
<li class="md-nav__item">
|
|
931
|
+
<a href="../operator-guide/texture-shade/" class="md-nav__link">
|
|
932
|
+
|
|
933
|
+
|
|
934
|
+
<span class="md-ellipsis">
|
|
347
935
|
Texture shading
|
|
348
936
|
</span>
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
937
|
+
|
|
938
|
+
|
|
939
|
+
</a>
|
|
940
|
+
</li>
|
|
941
|
+
|
|
942
|
+
|
|
943
|
+
|
|
944
|
+
|
|
945
|
+
|
|
946
|
+
|
|
947
|
+
|
|
948
|
+
|
|
949
|
+
|
|
950
|
+
|
|
951
|
+
<li class="md-nav__item">
|
|
952
|
+
<a href="../operator-guide/xyz-projection/" class="md-nav__link">
|
|
953
|
+
|
|
954
|
+
|
|
955
|
+
<span class="md-ellipsis">
|
|
354
956
|
XYZ and projection math
|
|
355
957
|
</span>
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
</
|
|
359
|
-
</
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
958
|
+
|
|
959
|
+
|
|
960
|
+
</a>
|
|
961
|
+
</li>
|
|
962
|
+
|
|
963
|
+
|
|
964
|
+
|
|
965
|
+
|
|
966
|
+
</ul>
|
|
967
|
+
</nav>
|
|
968
|
+
|
|
969
|
+
</li>
|
|
970
|
+
|
|
971
|
+
|
|
972
|
+
|
|
973
|
+
|
|
974
|
+
|
|
975
|
+
|
|
976
|
+
|
|
977
|
+
|
|
978
|
+
|
|
979
|
+
|
|
980
|
+
|
|
981
|
+
|
|
982
|
+
|
|
983
|
+
|
|
984
|
+
|
|
985
|
+
|
|
986
|
+
|
|
987
|
+
|
|
988
|
+
|
|
989
|
+
|
|
990
|
+
|
|
991
|
+
|
|
992
|
+
|
|
993
|
+
|
|
994
|
+
|
|
995
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
996
|
+
|
|
997
|
+
|
|
998
|
+
|
|
999
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8" >
|
|
1000
|
+
|
|
1001
|
+
|
|
1002
|
+
<label class="md-nav__link" for="__nav_8" id="__nav_8_label" tabindex="0">
|
|
1003
|
+
|
|
1004
|
+
|
|
1005
|
+
<span class="md-ellipsis">
|
|
365
1006
|
User guide
|
|
366
1007
|
</span>
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
<
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
1008
|
+
|
|
1009
|
+
|
|
1010
|
+
<span class="md-nav__icon md-icon"></span>
|
|
1011
|
+
</label>
|
|
1012
|
+
|
|
1013
|
+
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_8_label" aria-expanded="false">
|
|
1014
|
+
<label class="md-nav__title" for="__nav_8">
|
|
1015
|
+
<span class="md-nav__icon md-icon"></span>
|
|
1016
|
+
User guide
|
|
1017
|
+
</label>
|
|
1018
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
1019
|
+
|
|
1020
|
+
|
|
1021
|
+
|
|
1022
|
+
|
|
1023
|
+
|
|
1024
|
+
|
|
1025
|
+
|
|
1026
|
+
<li class="md-nav__item">
|
|
1027
|
+
<a href="../user-guide/_get-started/" class="md-nav__link">
|
|
1028
|
+
|
|
1029
|
+
|
|
1030
|
+
<span class="md-ellipsis">
|
|
1031
|
+
Get started with LINZ Basemaps
|
|
1032
|
+
</span>
|
|
1033
|
+
|
|
1034
|
+
|
|
1035
|
+
</a>
|
|
1036
|
+
</li>
|
|
1037
|
+
|
|
1038
|
+
|
|
1039
|
+
|
|
1040
|
+
|
|
1041
|
+
|
|
1042
|
+
|
|
1043
|
+
|
|
1044
|
+
|
|
1045
|
+
|
|
1046
|
+
|
|
1047
|
+
<li class="md-nav__item">
|
|
1048
|
+
<a href="../user-guide/api-documentation/" class="md-nav__link">
|
|
1049
|
+
|
|
1050
|
+
|
|
1051
|
+
<span class="md-ellipsis">
|
|
1052
|
+
API documentation
|
|
1053
|
+
</span>
|
|
1054
|
+
|
|
1055
|
+
|
|
1056
|
+
</a>
|
|
1057
|
+
</li>
|
|
1058
|
+
|
|
1059
|
+
|
|
1060
|
+
|
|
1061
|
+
|
|
1062
|
+
|
|
1063
|
+
|
|
1064
|
+
|
|
1065
|
+
|
|
1066
|
+
|
|
1067
|
+
|
|
1068
|
+
<li class="md-nav__item">
|
|
1069
|
+
<a href="../user-guide/technical-documentation/" class="md-nav__link">
|
|
1070
|
+
|
|
1071
|
+
|
|
1072
|
+
<span class="md-ellipsis">
|
|
1073
|
+
Technical documentation and specifications
|
|
1074
|
+
</span>
|
|
1075
|
+
|
|
1076
|
+
|
|
1077
|
+
</a>
|
|
1078
|
+
</li>
|
|
1079
|
+
|
|
1080
|
+
|
|
1081
|
+
|
|
1082
|
+
|
|
1083
|
+
|
|
1084
|
+
|
|
1085
|
+
|
|
1086
|
+
|
|
1087
|
+
|
|
1088
|
+
|
|
1089
|
+
|
|
1090
|
+
|
|
1091
|
+
|
|
1092
|
+
|
|
1093
|
+
|
|
1094
|
+
|
|
1095
|
+
|
|
1096
|
+
|
|
1097
|
+
|
|
1098
|
+
|
|
1099
|
+
|
|
1100
|
+
|
|
1101
|
+
|
|
1102
|
+
|
|
1103
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
1104
|
+
|
|
1105
|
+
|
|
1106
|
+
|
|
1107
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8_4" >
|
|
1108
|
+
|
|
1109
|
+
|
|
1110
|
+
|
|
1111
|
+
<div class="md-nav__link md-nav__container">
|
|
1112
|
+
<a href="../user-guide/how-to-use-and-customize-vector-tiles/" class="md-nav__link ">
|
|
1113
|
+
|
|
1114
|
+
|
|
1115
|
+
<span class="md-ellipsis">
|
|
1116
|
+
How to use and customize vector tiles
|
|
1117
|
+
</span>
|
|
1118
|
+
|
|
1119
|
+
|
|
1120
|
+
</a>
|
|
1121
|
+
|
|
1122
|
+
|
|
1123
|
+
<label class="md-nav__link " for="__nav_8_4" id="__nav_8_4_label" tabindex="0">
|
|
1124
|
+
<span class="md-nav__icon md-icon"></span>
|
|
1125
|
+
</label>
|
|
1126
|
+
|
|
1127
|
+
</div>
|
|
1128
|
+
|
|
1129
|
+
<nav class="md-nav" data-md-level="2" aria-labelledby="__nav_8_4_label" aria-expanded="false">
|
|
1130
|
+
<label class="md-nav__title" for="__nav_8_4">
|
|
1131
|
+
<span class="md-nav__icon md-icon"></span>
|
|
1132
|
+
How to use and customize vector tiles
|
|
373
1133
|
</label>
|
|
374
|
-
<ul class="md-nav__list" data-md-scrollfix
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
1134
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
1135
|
+
|
|
1136
|
+
|
|
1137
|
+
|
|
1138
|
+
|
|
1139
|
+
|
|
1140
|
+
|
|
1141
|
+
|
|
1142
|
+
|
|
1143
|
+
|
|
1144
|
+
|
|
1145
|
+
|
|
1146
|
+
|
|
1147
|
+
|
|
1148
|
+
|
|
1149
|
+
|
|
1150
|
+
|
|
1151
|
+
|
|
1152
|
+
|
|
1153
|
+
|
|
1154
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
1155
|
+
|
|
1156
|
+
|
|
1157
|
+
|
|
1158
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8_4_2" >
|
|
1159
|
+
|
|
1160
|
+
|
|
1161
|
+
|
|
1162
|
+
<div class="md-nav__link md-nav__container">
|
|
1163
|
+
<a href="../user-guide/how-to-use-and-customize-vector-tiles/_How-to-use-vector-tiles/" class="md-nav__link ">
|
|
1164
|
+
|
|
1165
|
+
|
|
1166
|
+
<span class="md-ellipsis">
|
|
1167
|
+
How to use vector tiles
|
|
386
1168
|
</span>
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
1169
|
+
|
|
1170
|
+
|
|
1171
|
+
</a>
|
|
1172
|
+
|
|
1173
|
+
</div>
|
|
1174
|
+
|
|
1175
|
+
<nav class="md-nav" data-md-level="3" aria-labelledby="__nav_8_4_2_label" aria-expanded="false">
|
|
1176
|
+
<label class="md-nav__title" for="__nav_8_4_2">
|
|
1177
|
+
<span class="md-nav__icon md-icon"></span>
|
|
1178
|
+
How to use vector tiles
|
|
1179
|
+
</label>
|
|
1180
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
1181
|
+
|
|
1182
|
+
|
|
1183
|
+
|
|
1184
|
+
</ul>
|
|
1185
|
+
</nav>
|
|
1186
|
+
|
|
1187
|
+
</li>
|
|
1188
|
+
|
|
1189
|
+
|
|
1190
|
+
|
|
1191
|
+
|
|
1192
|
+
|
|
1193
|
+
|
|
1194
|
+
|
|
1195
|
+
|
|
1196
|
+
|
|
1197
|
+
|
|
1198
|
+
|
|
1199
|
+
|
|
1200
|
+
|
|
1201
|
+
|
|
1202
|
+
|
|
1203
|
+
|
|
1204
|
+
|
|
1205
|
+
|
|
1206
|
+
|
|
1207
|
+
|
|
1208
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
1209
|
+
|
|
1210
|
+
|
|
1211
|
+
|
|
1212
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8_4_3" >
|
|
1213
|
+
|
|
1214
|
+
|
|
1215
|
+
|
|
1216
|
+
<div class="md-nav__link md-nav__container">
|
|
1217
|
+
<a href="../user-guide/how-to-use-and-customize-vector-tiles/how-to-customize-vector-tiles/" class="md-nav__link ">
|
|
1218
|
+
|
|
1219
|
+
|
|
1220
|
+
<span class="md-ellipsis">
|
|
1221
|
+
How to customize vector tiles
|
|
393
1222
|
</span>
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
<
|
|
1223
|
+
|
|
1224
|
+
|
|
1225
|
+
</a>
|
|
1226
|
+
|
|
1227
|
+
</div>
|
|
1228
|
+
|
|
1229
|
+
<nav class="md-nav" data-md-level="3" aria-labelledby="__nav_8_4_3_label" aria-expanded="false">
|
|
1230
|
+
<label class="md-nav__title" for="__nav_8_4_3">
|
|
1231
|
+
<span class="md-nav__icon md-icon"></span>
|
|
1232
|
+
How to customize vector tiles
|
|
1233
|
+
</label>
|
|
1234
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
1235
|
+
|
|
1236
|
+
|
|
1237
|
+
|
|
1238
|
+
</ul>
|
|
1239
|
+
</nav>
|
|
1240
|
+
|
|
1241
|
+
</li>
|
|
1242
|
+
|
|
1243
|
+
|
|
1244
|
+
|
|
1245
|
+
|
|
1246
|
+
</ul>
|
|
1247
|
+
</nav>
|
|
1248
|
+
|
|
1249
|
+
</li>
|
|
1250
|
+
|
|
1251
|
+
|
|
1252
|
+
|
|
1253
|
+
|
|
1254
|
+
|
|
1255
|
+
|
|
1256
|
+
|
|
1257
|
+
|
|
1258
|
+
|
|
1259
|
+
|
|
1260
|
+
|
|
1261
|
+
|
|
1262
|
+
|
|
1263
|
+
|
|
1264
|
+
|
|
1265
|
+
|
|
1266
|
+
|
|
1267
|
+
|
|
1268
|
+
|
|
1269
|
+
|
|
1270
|
+
|
|
1271
|
+
|
|
1272
|
+
|
|
1273
|
+
|
|
1274
|
+
|
|
1275
|
+
|
|
1276
|
+
|
|
1277
|
+
|
|
1278
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
1279
|
+
|
|
1280
|
+
|
|
1281
|
+
|
|
1282
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8_5" >
|
|
1283
|
+
|
|
1284
|
+
|
|
1285
|
+
|
|
1286
|
+
<div class="md-nav__link md-nav__container">
|
|
1287
|
+
<a href="../user-guide/use-in-esri-software/" class="md-nav__link ">
|
|
1288
|
+
|
|
1289
|
+
|
|
1290
|
+
<span class="md-ellipsis">
|
|
401
1291
|
Use in esri software
|
|
402
1292
|
</span>
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
<
|
|
409
|
-
<
|
|
410
|
-
|
|
1293
|
+
|
|
1294
|
+
|
|
1295
|
+
</a>
|
|
1296
|
+
|
|
1297
|
+
|
|
1298
|
+
<label class="md-nav__link " for="__nav_8_5" id="__nav_8_5_label" tabindex="0">
|
|
1299
|
+
<span class="md-nav__icon md-icon"></span>
|
|
1300
|
+
</label>
|
|
1301
|
+
|
|
1302
|
+
</div>
|
|
1303
|
+
|
|
1304
|
+
<nav class="md-nav" data-md-level="2" aria-labelledby="__nav_8_5_label" aria-expanded="false">
|
|
1305
|
+
<label class="md-nav__title" for="__nav_8_5">
|
|
1306
|
+
<span class="md-nav__icon md-icon"></span>
|
|
411
1307
|
Use in esri software
|
|
412
1308
|
</label>
|
|
413
|
-
<ul class="md-nav__list" data-md-scrollfix
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
1309
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
1310
|
+
|
|
1311
|
+
|
|
1312
|
+
|
|
1313
|
+
|
|
1314
|
+
|
|
1315
|
+
|
|
1316
|
+
|
|
1317
|
+
|
|
1318
|
+
|
|
1319
|
+
|
|
1320
|
+
|
|
1321
|
+
|
|
1322
|
+
|
|
1323
|
+
|
|
1324
|
+
|
|
1325
|
+
|
|
1326
|
+
|
|
1327
|
+
|
|
1328
|
+
|
|
1329
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
1330
|
+
|
|
1331
|
+
|
|
1332
|
+
|
|
1333
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8_5_2" >
|
|
1334
|
+
|
|
1335
|
+
|
|
1336
|
+
|
|
1337
|
+
<div class="md-nav__link md-nav__container">
|
|
1338
|
+
<a href="../user-guide/use-in-esri-software/how-to-add-emergency-imagery-to-arcgis/" class="md-nav__link ">
|
|
1339
|
+
|
|
1340
|
+
|
|
1341
|
+
<span class="md-ellipsis">
|
|
419
1342
|
How to add emergency imagery to arcgis
|
|
420
1343
|
</span>
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
1344
|
+
|
|
1345
|
+
|
|
1346
|
+
</a>
|
|
1347
|
+
|
|
1348
|
+
</div>
|
|
1349
|
+
|
|
1350
|
+
<nav class="md-nav" data-md-level="3" aria-labelledby="__nav_8_5_2_label" aria-expanded="false">
|
|
1351
|
+
<label class="md-nav__title" for="__nav_8_5_2">
|
|
1352
|
+
<span class="md-nav__icon md-icon"></span>
|
|
426
1353
|
How to add emergency imagery to arcgis
|
|
427
1354
|
</label>
|
|
428
|
-
<ul class="md-nav__list" data-md-scrollfix
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
1355
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
1356
|
+
|
|
1357
|
+
|
|
1358
|
+
|
|
1359
|
+
</ul>
|
|
1360
|
+
</nav>
|
|
1361
|
+
|
|
1362
|
+
</li>
|
|
1363
|
+
|
|
1364
|
+
|
|
1365
|
+
|
|
1366
|
+
|
|
1367
|
+
|
|
1368
|
+
|
|
1369
|
+
|
|
1370
|
+
|
|
1371
|
+
|
|
1372
|
+
|
|
1373
|
+
|
|
1374
|
+
|
|
1375
|
+
|
|
1376
|
+
|
|
1377
|
+
|
|
1378
|
+
|
|
1379
|
+
|
|
1380
|
+
|
|
1381
|
+
|
|
1382
|
+
|
|
1383
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
1384
|
+
|
|
1385
|
+
|
|
1386
|
+
|
|
1387
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8_5_3" >
|
|
1388
|
+
|
|
1389
|
+
|
|
1390
|
+
|
|
1391
|
+
<div class="md-nav__link md-nav__container">
|
|
1392
|
+
<a href="../user-guide/use-in-esri-software/how-to-add-individual-linz-basemaps-layers-to-arcgis/" class="md-nav__link ">
|
|
1393
|
+
|
|
1394
|
+
|
|
1395
|
+
<span class="md-ellipsis">
|
|
437
1396
|
How to add individual linz basemaps layers to arcgis
|
|
438
1397
|
</span>
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
1398
|
+
|
|
1399
|
+
|
|
1400
|
+
</a>
|
|
1401
|
+
|
|
1402
|
+
</div>
|
|
1403
|
+
|
|
1404
|
+
<nav class="md-nav" data-md-level="3" aria-labelledby="__nav_8_5_3_label" aria-expanded="false">
|
|
1405
|
+
<label class="md-nav__title" for="__nav_8_5_3">
|
|
1406
|
+
<span class="md-nav__icon md-icon"></span>
|
|
444
1407
|
How to add individual linz basemaps layers to arcgis
|
|
445
1408
|
</label>
|
|
446
|
-
<ul class="md-nav__list" data-md-scrollfix
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
1409
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
1410
|
+
|
|
1411
|
+
|
|
1412
|
+
|
|
1413
|
+
</ul>
|
|
1414
|
+
</nav>
|
|
1415
|
+
|
|
1416
|
+
</li>
|
|
1417
|
+
|
|
1418
|
+
|
|
1419
|
+
|
|
1420
|
+
|
|
1421
|
+
|
|
1422
|
+
|
|
1423
|
+
|
|
1424
|
+
|
|
1425
|
+
|
|
1426
|
+
|
|
1427
|
+
|
|
1428
|
+
|
|
1429
|
+
|
|
1430
|
+
|
|
1431
|
+
|
|
1432
|
+
|
|
1433
|
+
|
|
1434
|
+
|
|
1435
|
+
|
|
1436
|
+
|
|
1437
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
1438
|
+
|
|
1439
|
+
|
|
1440
|
+
|
|
1441
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8_5_4" >
|
|
1442
|
+
|
|
1443
|
+
|
|
1444
|
+
|
|
1445
|
+
<div class="md-nav__link md-nav__container">
|
|
1446
|
+
<a href="../user-guide/use-in-esri-software/how-to-add-linz-aerial-imagery-basemaps-to-arcgis-online/" class="md-nav__link ">
|
|
1447
|
+
|
|
1448
|
+
|
|
1449
|
+
<span class="md-ellipsis">
|
|
455
1450
|
How to add linz aerial imagery basemaps to arcgis online
|
|
456
1451
|
</span>
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
1452
|
+
|
|
1453
|
+
|
|
1454
|
+
</a>
|
|
1455
|
+
|
|
1456
|
+
</div>
|
|
1457
|
+
|
|
1458
|
+
<nav class="md-nav" data-md-level="3" aria-labelledby="__nav_8_5_4_label" aria-expanded="false">
|
|
1459
|
+
<label class="md-nav__title" for="__nav_8_5_4">
|
|
1460
|
+
<span class="md-nav__icon md-icon"></span>
|
|
462
1461
|
How to add linz aerial imagery basemaps to arcgis online
|
|
463
1462
|
</label>
|
|
464
|
-
<ul class="md-nav__list" data-md-scrollfix
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
1463
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
1464
|
+
|
|
1465
|
+
|
|
1466
|
+
|
|
1467
|
+
</ul>
|
|
1468
|
+
</nav>
|
|
1469
|
+
|
|
1470
|
+
</li>
|
|
1471
|
+
|
|
1472
|
+
|
|
1473
|
+
|
|
1474
|
+
|
|
1475
|
+
|
|
1476
|
+
|
|
1477
|
+
|
|
1478
|
+
|
|
1479
|
+
|
|
1480
|
+
|
|
1481
|
+
|
|
1482
|
+
|
|
1483
|
+
|
|
1484
|
+
|
|
1485
|
+
|
|
1486
|
+
|
|
1487
|
+
|
|
1488
|
+
|
|
1489
|
+
|
|
1490
|
+
|
|
1491
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
1492
|
+
|
|
1493
|
+
|
|
1494
|
+
|
|
1495
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8_5_5" >
|
|
1496
|
+
|
|
1497
|
+
|
|
1498
|
+
|
|
1499
|
+
<div class="md-nav__link md-nav__container">
|
|
1500
|
+
<a href="../user-guide/use-in-esri-software/how-to-add-linz-basemaps-to-arcgis-online-basemaps/" class="md-nav__link ">
|
|
1501
|
+
|
|
1502
|
+
|
|
1503
|
+
<span class="md-ellipsis">
|
|
473
1504
|
How to add linz basemaps to arcgis online basemaps
|
|
474
1505
|
</span>
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
1506
|
+
|
|
1507
|
+
|
|
1508
|
+
</a>
|
|
1509
|
+
|
|
1510
|
+
</div>
|
|
1511
|
+
|
|
1512
|
+
<nav class="md-nav" data-md-level="3" aria-labelledby="__nav_8_5_5_label" aria-expanded="false">
|
|
1513
|
+
<label class="md-nav__title" for="__nav_8_5_5">
|
|
1514
|
+
<span class="md-nav__icon md-icon"></span>
|
|
480
1515
|
How to add linz basemaps to arcgis online basemaps
|
|
481
1516
|
</label>
|
|
482
|
-
<ul class="md-nav__list" data-md-scrollfix
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
</ul>
|
|
487
|
-
</nav>
|
|
488
|
-
|
|
489
|
-
</
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
1517
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
1518
|
+
|
|
1519
|
+
|
|
1520
|
+
|
|
1521
|
+
</ul>
|
|
1522
|
+
</nav>
|
|
1523
|
+
|
|
1524
|
+
</li>
|
|
1525
|
+
|
|
1526
|
+
|
|
1527
|
+
|
|
1528
|
+
|
|
1529
|
+
</ul>
|
|
1530
|
+
</nav>
|
|
1531
|
+
|
|
1532
|
+
</li>
|
|
1533
|
+
|
|
1534
|
+
|
|
1535
|
+
|
|
1536
|
+
|
|
1537
|
+
</ul>
|
|
1538
|
+
</nav>
|
|
1539
|
+
|
|
1540
|
+
</li>
|
|
1541
|
+
|
|
1542
|
+
|
|
1543
|
+
|
|
1544
|
+
</ul>
|
|
493
1545
|
</nav>
|
|
494
|
-
</div>
|
|
495
|
-
</div>
|
|
496
|
-
</div>
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
<
|
|
501
|
-
<
|
|
502
|
-
<
|
|
1546
|
+
</div>
|
|
1547
|
+
</div>
|
|
1548
|
+
</div>
|
|
1549
|
+
|
|
1550
|
+
|
|
1551
|
+
|
|
1552
|
+
<div class="md-sidebar md-sidebar--secondary" data-md-component="sidebar" data-md-type="toc" >
|
|
1553
|
+
<div class="md-sidebar__scrollwrap">
|
|
1554
|
+
<div class="md-sidebar__inner">
|
|
1555
|
+
|
|
1556
|
+
|
|
1557
|
+
<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
|
|
1558
|
+
|
|
1559
|
+
|
|
1560
|
+
|
|
1561
|
+
|
|
1562
|
+
|
|
1563
|
+
|
|
1564
|
+
<label class="md-nav__title" for="__toc">
|
|
1565
|
+
<span class="md-nav__icon md-icon"></span>
|
|
503
1566
|
Table of contents
|
|
504
1567
|
</label>
|
|
505
|
-
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix
|
|
506
|
-
|
|
507
|
-
<
|
|
508
|
-
<
|
|
1568
|
+
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
|
|
1569
|
+
|
|
1570
|
+
<li class="md-nav__item">
|
|
1571
|
+
<a href="#deployment-rollback" class="md-nav__link">
|
|
1572
|
+
<span class="md-ellipsis">
|
|
509
1573
|
Deployment Rollback
|
|
510
1574
|
</span>
|
|
511
|
-
</a>
|
|
1575
|
+
</a>
|
|
1576
|
+
|
|
512
1577
|
</li>
|
|
513
|
-
|
|
1578
|
+
|
|
1579
|
+
</ul>
|
|
1580
|
+
|
|
514
1581
|
</nav>
|
|
515
|
-
</div>
|
|
516
|
-
</div>
|
|
517
|
-
</div>
|
|
518
|
-
|
|
519
|
-
|
|
1582
|
+
</div>
|
|
1583
|
+
</div>
|
|
1584
|
+
</div>
|
|
1585
|
+
|
|
1586
|
+
|
|
1587
|
+
|
|
1588
|
+
<div class="md-content" data-md-component="content">
|
|
1589
|
+
<article class="md-content__inner md-typeset">
|
|
1590
|
+
|
|
1591
|
+
|
|
1592
|
+
|
|
1593
|
+
|
|
1594
|
+
|
|
1595
|
+
|
|
1596
|
+
|
|
520
1597
|
<h1 id="deployment">Deployment</h1>
|
|
521
1598
|
<p>Deployments of Basemaps are managed with github actions.</p>
|
|
522
1599
|
<p>To trigger a deployment, make sure your branch is up to date and run the version bump script <a href="https://github.com/linz/basemaps/blob/master/scripts/version.bump.sh">version.bump.sh</a>.</p>
|
|
@@ -530,101 +1607,67 @@
|
|
|
530
1607
|
<li>Choose the environment that needs to be rolled back</li>
|
|
531
1608
|
<li>Open the workflow run for an older release</li>
|
|
532
1609
|
</ul>
|
|
533
|
-
<p><img alt="Workflow runs for older releases" src="../static/workflow-run.png"/></p>
|
|
1610
|
+
<p><img alt="Workflow runs for older releases" src="../static/workflow-run.png" /></p>
|
|
534
1611
|
<ul>
|
|
535
1612
|
<li>Select the <code>Build / deploy-prod (push)</code> workflow and re-run it to roll back to a previous release.</li>
|
|
536
1613
|
</ul>
|
|
537
|
-
|
|
538
|
-
|
|
1614
|
+
|
|
1615
|
+
|
|
1616
|
+
|
|
1617
|
+
|
|
1618
|
+
|
|
1619
|
+
|
|
1620
|
+
|
|
1621
|
+
|
|
1622
|
+
|
|
1623
|
+
|
|
1624
|
+
|
|
1625
|
+
|
|
1626
|
+
|
|
1627
|
+
|
|
1628
|
+
|
|
1629
|
+
</article>
|
|
1630
|
+
</div>
|
|
1631
|
+
|
|
1632
|
+
|
|
539
1633
|
<script>var target=document.getElementById(location.hash.slice(1));target&&target.name&&(target.checked=target.name.startsWith("__tabbed_"))</script>
|
|
540
|
-
</div>
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
<
|
|
545
|
-
|
|
546
|
-
<div class="md-
|
|
547
|
-
<
|
|
548
|
-
|
|
1634
|
+
</div>
|
|
1635
|
+
|
|
1636
|
+
</main>
|
|
1637
|
+
|
|
1638
|
+
<footer class="md-footer">
|
|
1639
|
+
|
|
1640
|
+
<div class="md-footer-meta md-typeset">
|
|
1641
|
+
<div class="md-footer-meta__inner md-grid">
|
|
1642
|
+
<div class="md-copyright">
|
|
1643
|
+
|
|
1644
|
+
<div class="md-copyright__highlight">
|
|
1645
|
+
<a href="https://www.linz.govt.nz/copyright">© CC BY 4.0 LINZ</a>
|
|
1646
|
+
</div>
|
|
549
1647
|
|
|
550
1648
|
|
|
551
1649
|
Made with
|
|
552
|
-
<a href="https://squidfunk.github.io/mkdocs-material/"
|
|
1650
|
+
<a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">
|
|
553
1651
|
Material for MkDocs
|
|
554
1652
|
</a>
|
|
1653
|
+
|
|
555
1654
|
</div>
|
|
556
|
-
|
|
557
|
-
</div>
|
|
1655
|
+
|
|
1656
|
+
</div>
|
|
1657
|
+
</div>
|
|
558
1658
|
</footer>
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
<div class="md-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
}
|
|
574
|
-
|
|
575
|
-
let iframe_id_list = []
|
|
576
|
-
var iframes = document.getElementsByClassName("swagger-ui-iframe");
|
|
577
|
-
for (var i = 0; i < iframes.length; i++) {
|
|
578
|
-
iframe_id_list.push(iframes[i].getAttribute("id"))
|
|
579
|
-
}
|
|
580
|
-
|
|
581
|
-
let ticking = true;
|
|
582
|
-
|
|
583
|
-
document.addEventListener('scroll', function(e) {
|
|
584
|
-
if (!ticking) {
|
|
585
|
-
window.requestAnimationFrame(()=> {
|
|
586
|
-
let half_vh = window.innerHeight/2;
|
|
587
|
-
for(var i = 0; i < iframe_id_list.length; i++) {
|
|
588
|
-
let element = document.getElementById(iframe_id_list[i])
|
|
589
|
-
if(element==null){
|
|
590
|
-
return
|
|
591
|
-
}
|
|
592
|
-
let diff = element.getBoundingClientRect().top
|
|
593
|
-
if(element.contentWindow.update_top_val){
|
|
594
|
-
element.contentWindow.update_top_val(half_vh - diff)
|
|
595
|
-
}
|
|
596
|
-
}
|
|
597
|
-
ticking = false;
|
|
598
|
-
});
|
|
599
|
-
ticking = true;
|
|
600
|
-
}
|
|
601
|
-
});
|
|
602
|
-
|
|
603
|
-
const dark_scheme_name = "slate"
|
|
604
|
-
|
|
605
|
-
window.scheme = document.body.getAttribute("data-md-color-scheme")
|
|
606
|
-
const options = {
|
|
607
|
-
attributeFilter: ['data-md-color-scheme'],
|
|
608
|
-
};
|
|
609
|
-
function color_scheme_callback(mutations) {
|
|
610
|
-
for (let mutation of mutations) {
|
|
611
|
-
if (mutation.attributeName === "data-md-color-scheme") {
|
|
612
|
-
scheme = document.body.getAttribute("data-md-color-scheme")
|
|
613
|
-
var iframe_list = document.getElementsByClassName("swagger-ui-iframe")
|
|
614
|
-
for(var i = 0; i < iframe_list.length; i++) {
|
|
615
|
-
var ele = iframe_list.item(i);
|
|
616
|
-
if (ele) {
|
|
617
|
-
if (scheme === dark_scheme_name) {
|
|
618
|
-
ele.contentWindow.enable_dark_mode();
|
|
619
|
-
} else {
|
|
620
|
-
ele.contentWindow.disable_dark_mode();
|
|
621
|
-
}
|
|
622
|
-
}
|
|
623
|
-
}
|
|
624
|
-
}
|
|
625
|
-
}
|
|
626
|
-
}
|
|
627
|
-
observer = new MutationObserver(color_scheme_callback);
|
|
628
|
-
observer.observe(document.body, options);
|
|
629
|
-
})</script></body>
|
|
1659
|
+
|
|
1660
|
+
</div>
|
|
1661
|
+
<div class="md-dialog" data-md-component="dialog">
|
|
1662
|
+
<div class="md-dialog__inner md-typeset"></div>
|
|
1663
|
+
</div>
|
|
1664
|
+
|
|
1665
|
+
|
|
1666
|
+
<script id="__config" type="application/json">{"base": "..", "features": ["navigation.indexes", "content.code.copy"], "search": "../assets/javascripts/workers/search.6ce7567c.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>
|
|
1667
|
+
|
|
1668
|
+
|
|
1669
|
+
<script src="../assets/javascripts/bundle.83f73b43.min.js"></script>
|
|
1670
|
+
|
|
1671
|
+
|
|
1672
|
+
</body>
|
|
630
1673
|
</html>
|