@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,572 +1,1667 @@
|
|
|
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/operator-guide/quick-start/">
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
<link rel="prev" href="../gebco/">
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
<link rel="next" href="../relief-shade/">
|
|
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>Running LINZ Basemaps - Quick Start - 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="#running-linz-basemaps-quick-start" 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
|
Running LINZ Basemaps - Quick Start
|
|
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
|
-
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
</a>
|
|
258
|
+
</li>
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
<li class="md-nav__item">
|
|
269
|
+
<a href="../../deployment/" class="md-nav__link">
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
<span class="md-ellipsis">
|
|
123
273
|
Deployment
|
|
124
274
|
</span>
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
</a>
|
|
278
|
+
</li>
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
<li class="md-nav__item">
|
|
289
|
+
<a href="../../quick-start/" class="md-nav__link">
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
<span class="md-ellipsis">
|
|
130
293
|
Quick start guide
|
|
131
294
|
</span>
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
</a>
|
|
298
|
+
</li>
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
325
|
+
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5" >
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
<div class="md-nav__link md-nav__container">
|
|
333
|
+
<a href="../../developer-guide/" class="md-nav__link ">
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
<span class="md-ellipsis">
|
|
139
337
|
Developer guide
|
|
140
338
|
</span>
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
<
|
|
147
|
-
<
|
|
148
|
-
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
</a>
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
<label class="md-nav__link " for="__nav_5" id="__nav_5_label" tabindex="0">
|
|
345
|
+
<span class="md-nav__icon md-icon"></span>
|
|
346
|
+
</label>
|
|
347
|
+
|
|
348
|
+
</div>
|
|
349
|
+
|
|
350
|
+
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_5_label" aria-expanded="false">
|
|
351
|
+
<label class="md-nav__title" for="__nav_5">
|
|
352
|
+
<span class="md-nav__icon md-icon"></span>
|
|
149
353
|
Developer guide
|
|
150
354
|
</label>
|
|
151
|
-
<ul class="md-nav__list" data-md-scrollfix
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
355
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
<li class="md-nav__item">
|
|
366
|
+
<a href="../../developer-guide/run-basemaps-locally/" class="md-nav__link">
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
<span class="md-ellipsis">
|
|
155
370
|
How to run basemaps locally
|
|
156
371
|
</span>
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
</a>
|
|
375
|
+
</li>
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
|
|
396
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5_3" >
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
<label class="md-nav__link" for="__nav_5_3" id="__nav_5_3_label" tabindex="0">
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
<span class="md-ellipsis">
|
|
163
407
|
Cli methods
|
|
164
408
|
</span>
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
<
|
|
168
|
-
|
|
169
|
-
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
<span class="md-nav__icon md-icon"></span>
|
|
412
|
+
</label>
|
|
413
|
+
|
|
414
|
+
<nav class="md-nav" data-md-level="2" aria-labelledby="__nav_5_3_label" aria-expanded="false">
|
|
415
|
+
<label class="md-nav__title" for="__nav_5_3">
|
|
416
|
+
<span class="md-nav__icon md-icon"></span>
|
|
170
417
|
Cli methods
|
|
171
418
|
</label>
|
|
172
|
-
<ul class="md-nav__list" data-md-scrollfix
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
419
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
<li class="md-nav__item">
|
|
428
|
+
<a href="../../developer-guide/cli-methods/bundle-the-basemaps-assets-archive/" class="md-nav__link">
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
<span class="md-ellipsis">
|
|
176
432
|
Bundle the basemaps assets archive
|
|
177
433
|
</span>
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
434
|
+
|
|
435
|
+
|
|
436
|
+
</a>
|
|
437
|
+
</li>
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
|
|
445
|
+
|
|
446
|
+
|
|
447
|
+
|
|
448
|
+
<li class="md-nav__item">
|
|
449
|
+
<a href="../../developer-guide/cli-methods/bundle-the-basemaps-config-file/" class="md-nav__link">
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
<span class="md-ellipsis">
|
|
183
453
|
Bundle the basemaps config file
|
|
184
454
|
</span>
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
</
|
|
188
|
-
</
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
455
|
+
|
|
456
|
+
|
|
457
|
+
</a>
|
|
458
|
+
</li>
|
|
459
|
+
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
</ul>
|
|
464
|
+
</nav>
|
|
465
|
+
|
|
466
|
+
</li>
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
|
|
476
|
+
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
|
|
481
|
+
|
|
482
|
+
|
|
483
|
+
|
|
484
|
+
|
|
485
|
+
|
|
486
|
+
|
|
487
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
488
|
+
|
|
489
|
+
|
|
490
|
+
|
|
491
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5_4" >
|
|
492
|
+
|
|
493
|
+
|
|
494
|
+
<label class="md-nav__link" for="__nav_5_4" id="__nav_5_4_label" tabindex="0">
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
<span class="md-ellipsis">
|
|
194
498
|
Server methods
|
|
195
499
|
</span>
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
<
|
|
199
|
-
|
|
200
|
-
|
|
500
|
+
|
|
501
|
+
|
|
502
|
+
<span class="md-nav__icon md-icon"></span>
|
|
503
|
+
</label>
|
|
504
|
+
|
|
505
|
+
<nav class="md-nav" data-md-level="2" aria-labelledby="__nav_5_4_label" aria-expanded="false">
|
|
506
|
+
<label class="md-nav__title" for="__nav_5_4">
|
|
507
|
+
<span class="md-nav__icon md-icon"></span>
|
|
201
508
|
Server methods
|
|
202
509
|
</label>
|
|
203
|
-
<ul class="md-nav__list" data-md-scrollfix
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
510
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
511
|
+
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
|
|
515
|
+
|
|
516
|
+
|
|
517
|
+
|
|
518
|
+
<li class="md-nav__item">
|
|
519
|
+
<a href="../../developer-guide/server-methods/serve-basemaps-with-bundled-config-file/" class="md-nav__link">
|
|
520
|
+
|
|
521
|
+
|
|
522
|
+
<span class="md-ellipsis">
|
|
207
523
|
Serve basemaps using a bundled config file
|
|
208
524
|
</span>
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
</a>
|
|
528
|
+
</li>
|
|
529
|
+
|
|
530
|
+
|
|
531
|
+
|
|
532
|
+
|
|
533
|
+
|
|
534
|
+
|
|
535
|
+
|
|
536
|
+
|
|
537
|
+
|
|
538
|
+
|
|
539
|
+
<li class="md-nav__item">
|
|
540
|
+
<a href="../../developer-guide/server-methods/serve-basemaps-with-collection-of-geotiff-files/" class="md-nav__link">
|
|
541
|
+
|
|
542
|
+
|
|
543
|
+
<span class="md-ellipsis">
|
|
214
544
|
Serve basemaps using a collection of GeoTIFF files
|
|
215
545
|
</span>
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
</
|
|
219
|
-
</
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
546
|
+
|
|
547
|
+
|
|
548
|
+
</a>
|
|
549
|
+
</li>
|
|
550
|
+
|
|
551
|
+
|
|
552
|
+
|
|
553
|
+
|
|
554
|
+
</ul>
|
|
555
|
+
</nav>
|
|
556
|
+
|
|
557
|
+
</li>
|
|
558
|
+
|
|
559
|
+
|
|
560
|
+
|
|
561
|
+
|
|
562
|
+
</ul>
|
|
563
|
+
</nav>
|
|
564
|
+
|
|
565
|
+
</li>
|
|
566
|
+
|
|
567
|
+
|
|
568
|
+
|
|
569
|
+
|
|
570
|
+
|
|
571
|
+
|
|
572
|
+
|
|
573
|
+
|
|
574
|
+
|
|
575
|
+
|
|
576
|
+
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
|
|
580
|
+
|
|
581
|
+
|
|
582
|
+
|
|
583
|
+
|
|
584
|
+
|
|
585
|
+
|
|
586
|
+
|
|
587
|
+
|
|
588
|
+
|
|
589
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
590
|
+
|
|
591
|
+
|
|
592
|
+
|
|
593
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_6" >
|
|
594
|
+
|
|
595
|
+
|
|
596
|
+
<label class="md-nav__link" for="__nav_6" id="__nav_6_label" tabindex="0">
|
|
597
|
+
|
|
598
|
+
|
|
599
|
+
<span class="md-ellipsis">
|
|
228
600
|
Examples
|
|
229
601
|
</span>
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
<
|
|
233
|
-
|
|
234
|
-
|
|
602
|
+
|
|
603
|
+
|
|
604
|
+
<span class="md-nav__icon md-icon"></span>
|
|
605
|
+
</label>
|
|
606
|
+
|
|
607
|
+
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_6_label" aria-expanded="false">
|
|
608
|
+
<label class="md-nav__title" for="__nav_6">
|
|
609
|
+
<span class="md-nav__icon md-icon"></span>
|
|
235
610
|
Examples
|
|
236
611
|
</label>
|
|
237
|
-
<ul class="md-nav__list" data-md-scrollfix
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
<li class="md-nav__item">
|
|
246
|
-
<a
|
|
247
|
-
|
|
612
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
613
|
+
|
|
614
|
+
|
|
615
|
+
|
|
616
|
+
|
|
617
|
+
|
|
618
|
+
|
|
619
|
+
|
|
620
|
+
<li class="md-nav__item">
|
|
621
|
+
<a href="../../examples/_overview/" class="md-nav__link">
|
|
622
|
+
|
|
623
|
+
|
|
624
|
+
<span class="md-ellipsis">
|
|
625
|
+
Overview
|
|
626
|
+
</span>
|
|
627
|
+
|
|
628
|
+
|
|
629
|
+
</a>
|
|
630
|
+
</li>
|
|
631
|
+
|
|
632
|
+
|
|
633
|
+
|
|
634
|
+
|
|
635
|
+
|
|
636
|
+
|
|
637
|
+
|
|
638
|
+
|
|
639
|
+
|
|
640
|
+
|
|
641
|
+
<li class="md-nav__item">
|
|
642
|
+
<a href="../../examples/leaflet.xyz.3857/" class="md-nav__link">
|
|
643
|
+
|
|
644
|
+
|
|
645
|
+
<span class="md-ellipsis">
|
|
248
646
|
Leaflet Raster Map
|
|
249
647
|
</span>
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
648
|
+
|
|
649
|
+
|
|
650
|
+
</a>
|
|
651
|
+
</li>
|
|
652
|
+
|
|
653
|
+
|
|
654
|
+
|
|
655
|
+
|
|
656
|
+
|
|
657
|
+
|
|
658
|
+
|
|
659
|
+
|
|
660
|
+
|
|
661
|
+
|
|
662
|
+
<li class="md-nav__item">
|
|
663
|
+
<a href="../../examples/maplibre.opacity.3857/" class="md-nav__link">
|
|
664
|
+
|
|
665
|
+
|
|
666
|
+
<span class="md-ellipsis">
|
|
255
667
|
Maplibre Opacity Slider
|
|
256
668
|
</span>
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
669
|
+
|
|
670
|
+
|
|
671
|
+
</a>
|
|
672
|
+
</li>
|
|
673
|
+
|
|
674
|
+
|
|
675
|
+
|
|
676
|
+
|
|
677
|
+
|
|
678
|
+
|
|
679
|
+
|
|
680
|
+
|
|
681
|
+
|
|
682
|
+
|
|
683
|
+
<li class="md-nav__item">
|
|
684
|
+
<a href="../../examples/maplibre.vector.3857/" class="md-nav__link">
|
|
685
|
+
|
|
686
|
+
|
|
687
|
+
<span class="md-ellipsis">
|
|
262
688
|
Maplibre Vector Map
|
|
263
689
|
</span>
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
</
|
|
267
|
-
</
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
690
|
+
|
|
691
|
+
|
|
692
|
+
</a>
|
|
693
|
+
</li>
|
|
694
|
+
|
|
695
|
+
|
|
696
|
+
|
|
697
|
+
|
|
698
|
+
</ul>
|
|
699
|
+
</nav>
|
|
700
|
+
|
|
701
|
+
</li>
|
|
702
|
+
|
|
703
|
+
|
|
704
|
+
|
|
705
|
+
|
|
706
|
+
|
|
707
|
+
|
|
708
|
+
|
|
709
|
+
|
|
710
|
+
|
|
711
|
+
|
|
712
|
+
|
|
713
|
+
|
|
714
|
+
|
|
715
|
+
|
|
716
|
+
|
|
717
|
+
|
|
718
|
+
|
|
719
|
+
|
|
720
|
+
|
|
721
|
+
|
|
722
|
+
|
|
723
|
+
|
|
724
|
+
|
|
725
|
+
|
|
726
|
+
|
|
727
|
+
|
|
728
|
+
|
|
729
|
+
|
|
730
|
+
|
|
731
|
+
|
|
732
|
+
|
|
733
|
+
|
|
734
|
+
|
|
735
|
+
|
|
736
|
+
|
|
737
|
+
<li class="md-nav__item md-nav__item--active md-nav__item--nested">
|
|
738
|
+
|
|
739
|
+
|
|
740
|
+
|
|
741
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_7" checked>
|
|
742
|
+
|
|
743
|
+
|
|
744
|
+
|
|
745
|
+
<div class="md-nav__link md-nav__container">
|
|
746
|
+
<a href="../" class="md-nav__link ">
|
|
747
|
+
|
|
748
|
+
|
|
749
|
+
<span class="md-ellipsis">
|
|
274
750
|
Operator guide
|
|
275
751
|
</span>
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
<
|
|
282
|
-
<
|
|
283
|
-
|
|
752
|
+
|
|
753
|
+
|
|
754
|
+
</a>
|
|
755
|
+
|
|
756
|
+
|
|
757
|
+
<label class="md-nav__link " for="__nav_7" id="__nav_7_label" tabindex="0">
|
|
758
|
+
<span class="md-nav__icon md-icon"></span>
|
|
759
|
+
</label>
|
|
760
|
+
|
|
761
|
+
</div>
|
|
762
|
+
|
|
763
|
+
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_7_label" aria-expanded="true">
|
|
764
|
+
<label class="md-nav__title" for="__nav_7">
|
|
765
|
+
<span class="md-nav__icon md-icon"></span>
|
|
284
766
|
Operator guide
|
|
285
767
|
</label>
|
|
286
|
-
<ul class="md-nav__list" data-md-scrollfix
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
768
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
769
|
+
|
|
770
|
+
|
|
771
|
+
|
|
772
|
+
|
|
773
|
+
|
|
774
|
+
|
|
775
|
+
|
|
776
|
+
|
|
777
|
+
|
|
778
|
+
<li class="md-nav__item">
|
|
779
|
+
<a href="../cog-quality/" class="md-nav__link">
|
|
780
|
+
|
|
781
|
+
|
|
782
|
+
<span class="md-ellipsis">
|
|
290
783
|
COG Quality
|
|
291
784
|
</span>
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
785
|
+
|
|
786
|
+
|
|
787
|
+
</a>
|
|
788
|
+
</li>
|
|
789
|
+
|
|
790
|
+
|
|
791
|
+
|
|
792
|
+
|
|
793
|
+
|
|
794
|
+
|
|
795
|
+
|
|
796
|
+
|
|
797
|
+
|
|
798
|
+
|
|
799
|
+
<li class="md-nav__item">
|
|
800
|
+
<a href="../empty-tiles/" class="md-nav__link">
|
|
801
|
+
|
|
802
|
+
|
|
803
|
+
<span class="md-ellipsis">
|
|
297
804
|
Sparse Datasets and empty tiles
|
|
298
805
|
</span>
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
806
|
+
|
|
807
|
+
|
|
808
|
+
</a>
|
|
809
|
+
</li>
|
|
810
|
+
|
|
811
|
+
|
|
812
|
+
|
|
813
|
+
|
|
814
|
+
|
|
815
|
+
|
|
816
|
+
|
|
817
|
+
|
|
818
|
+
|
|
819
|
+
|
|
820
|
+
<li class="md-nav__item">
|
|
821
|
+
<a href="../gebco/" class="md-nav__link">
|
|
822
|
+
|
|
823
|
+
|
|
824
|
+
<span class="md-ellipsis">
|
|
304
825
|
Gebco re-project to NZTM2000Quad cog file
|
|
305
826
|
</span>
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
827
|
+
|
|
828
|
+
|
|
829
|
+
</a>
|
|
830
|
+
</li>
|
|
831
|
+
|
|
832
|
+
|
|
833
|
+
|
|
834
|
+
|
|
835
|
+
|
|
836
|
+
|
|
837
|
+
|
|
838
|
+
|
|
839
|
+
|
|
840
|
+
|
|
841
|
+
|
|
842
|
+
|
|
843
|
+
<li class="md-nav__item md-nav__item--active">
|
|
844
|
+
|
|
845
|
+
<input class="md-nav__toggle md-toggle" type="checkbox" id="__toc">
|
|
846
|
+
|
|
847
|
+
|
|
848
|
+
|
|
849
|
+
|
|
850
|
+
|
|
851
|
+
<label class="md-nav__link md-nav__link--active" for="__toc">
|
|
852
|
+
|
|
853
|
+
|
|
854
|
+
<span class="md-ellipsis">
|
|
312
855
|
Running LINZ Basemaps - Quick Start
|
|
313
856
|
</span>
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
<
|
|
317
|
-
|
|
857
|
+
|
|
858
|
+
|
|
859
|
+
<span class="md-nav__icon md-icon"></span>
|
|
860
|
+
</label>
|
|
861
|
+
|
|
862
|
+
<a href="./" class="md-nav__link md-nav__link--active">
|
|
863
|
+
|
|
864
|
+
|
|
865
|
+
<span class="md-ellipsis">
|
|
318
866
|
Running LINZ Basemaps - Quick Start
|
|
319
867
|
</span>
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
868
|
+
|
|
869
|
+
|
|
870
|
+
</a>
|
|
871
|
+
|
|
872
|
+
|
|
873
|
+
|
|
874
|
+
<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
|
|
875
|
+
|
|
876
|
+
|
|
877
|
+
|
|
878
|
+
|
|
879
|
+
|
|
880
|
+
|
|
881
|
+
<label class="md-nav__title" for="__toc">
|
|
882
|
+
<span class="md-nav__icon md-icon"></span>
|
|
324
883
|
Table of contents
|
|
325
884
|
</label>
|
|
326
|
-
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix
|
|
327
|
-
|
|
328
|
-
<
|
|
329
|
-
<
|
|
885
|
+
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
|
|
886
|
+
|
|
887
|
+
<li class="md-nav__item">
|
|
888
|
+
<a href="#sample-imagery" class="md-nav__link">
|
|
889
|
+
<span class="md-ellipsis">
|
|
330
890
|
Sample Imagery
|
|
331
891
|
</span>
|
|
332
|
-
</a>
|
|
892
|
+
</a>
|
|
893
|
+
|
|
333
894
|
</li>
|
|
334
|
-
|
|
335
|
-
<
|
|
336
|
-
<
|
|
895
|
+
|
|
896
|
+
<li class="md-nav__item">
|
|
897
|
+
<a href="#running-basemaps-in-docker" class="md-nav__link">
|
|
898
|
+
<span class="md-ellipsis">
|
|
337
899
|
Running Basemaps in Docker
|
|
338
900
|
</span>
|
|
339
|
-
</a>
|
|
340
|
-
|
|
341
|
-
<
|
|
342
|
-
<
|
|
343
|
-
|
|
344
|
-
<
|
|
901
|
+
</a>
|
|
902
|
+
|
|
903
|
+
<nav class="md-nav" aria-label="Running Basemaps in Docker">
|
|
904
|
+
<ul class="md-nav__list">
|
|
905
|
+
|
|
906
|
+
<li class="md-nav__item">
|
|
907
|
+
<a href="#directly-from-the-tiff-files" class="md-nav__link">
|
|
908
|
+
<span class="md-ellipsis">
|
|
345
909
|
Directly from the tiff files
|
|
346
910
|
</span>
|
|
347
|
-
</a>
|
|
911
|
+
</a>
|
|
912
|
+
|
|
348
913
|
</li>
|
|
349
|
-
|
|
350
|
-
<
|
|
351
|
-
<
|
|
914
|
+
|
|
915
|
+
<li class="md-nav__item">
|
|
916
|
+
<a href="#creating-a-configuration-from-the-tiff-files" class="md-nav__link">
|
|
917
|
+
<span class="md-ellipsis">
|
|
352
918
|
Creating a configuration from the tiff files
|
|
353
919
|
</span>
|
|
354
|
-
</a>
|
|
920
|
+
</a>
|
|
921
|
+
|
|
355
922
|
</li>
|
|
356
|
-
|
|
357
|
-
</
|
|
923
|
+
|
|
924
|
+
</ul>
|
|
925
|
+
</nav>
|
|
926
|
+
|
|
358
927
|
</li>
|
|
359
|
-
|
|
928
|
+
|
|
929
|
+
</ul>
|
|
930
|
+
|
|
360
931
|
</nav>
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
932
|
+
|
|
933
|
+
</li>
|
|
934
|
+
|
|
935
|
+
|
|
936
|
+
|
|
937
|
+
|
|
938
|
+
|
|
939
|
+
|
|
940
|
+
|
|
941
|
+
|
|
942
|
+
|
|
943
|
+
|
|
944
|
+
<li class="md-nav__item">
|
|
945
|
+
<a href="../relief-shade/" class="md-nav__link">
|
|
946
|
+
|
|
947
|
+
|
|
948
|
+
<span class="md-ellipsis">
|
|
365
949
|
Relief shade
|
|
366
950
|
</span>
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
951
|
+
|
|
952
|
+
|
|
953
|
+
</a>
|
|
954
|
+
</li>
|
|
955
|
+
|
|
956
|
+
|
|
957
|
+
|
|
958
|
+
|
|
959
|
+
|
|
960
|
+
|
|
961
|
+
|
|
962
|
+
|
|
963
|
+
|
|
964
|
+
|
|
965
|
+
<li class="md-nav__item">
|
|
966
|
+
<a href="../texture-shade/" class="md-nav__link">
|
|
967
|
+
|
|
968
|
+
|
|
969
|
+
<span class="md-ellipsis">
|
|
372
970
|
Texture shading
|
|
373
971
|
</span>
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
972
|
+
|
|
973
|
+
|
|
974
|
+
</a>
|
|
975
|
+
</li>
|
|
976
|
+
|
|
977
|
+
|
|
978
|
+
|
|
979
|
+
|
|
980
|
+
|
|
981
|
+
|
|
982
|
+
|
|
983
|
+
|
|
984
|
+
|
|
985
|
+
|
|
986
|
+
<li class="md-nav__item">
|
|
987
|
+
<a href="../xyz-projection/" class="md-nav__link">
|
|
988
|
+
|
|
989
|
+
|
|
990
|
+
<span class="md-ellipsis">
|
|
379
991
|
XYZ and projection math
|
|
380
992
|
</span>
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
</
|
|
384
|
-
</
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
993
|
+
|
|
994
|
+
|
|
995
|
+
</a>
|
|
996
|
+
</li>
|
|
997
|
+
|
|
998
|
+
|
|
999
|
+
|
|
1000
|
+
|
|
1001
|
+
</ul>
|
|
1002
|
+
</nav>
|
|
1003
|
+
|
|
1004
|
+
</li>
|
|
1005
|
+
|
|
1006
|
+
|
|
1007
|
+
|
|
1008
|
+
|
|
1009
|
+
|
|
1010
|
+
|
|
1011
|
+
|
|
1012
|
+
|
|
1013
|
+
|
|
1014
|
+
|
|
1015
|
+
|
|
1016
|
+
|
|
1017
|
+
|
|
1018
|
+
|
|
1019
|
+
|
|
1020
|
+
|
|
1021
|
+
|
|
1022
|
+
|
|
1023
|
+
|
|
1024
|
+
|
|
1025
|
+
|
|
1026
|
+
|
|
1027
|
+
|
|
1028
|
+
|
|
1029
|
+
|
|
1030
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
1031
|
+
|
|
1032
|
+
|
|
1033
|
+
|
|
1034
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8" >
|
|
1035
|
+
|
|
1036
|
+
|
|
1037
|
+
<label class="md-nav__link" for="__nav_8" id="__nav_8_label" tabindex="0">
|
|
1038
|
+
|
|
1039
|
+
|
|
1040
|
+
<span class="md-ellipsis">
|
|
390
1041
|
User guide
|
|
391
1042
|
</span>
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
<
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
1043
|
+
|
|
1044
|
+
|
|
1045
|
+
<span class="md-nav__icon md-icon"></span>
|
|
1046
|
+
</label>
|
|
1047
|
+
|
|
1048
|
+
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_8_label" aria-expanded="false">
|
|
1049
|
+
<label class="md-nav__title" for="__nav_8">
|
|
1050
|
+
<span class="md-nav__icon md-icon"></span>
|
|
1051
|
+
User guide
|
|
1052
|
+
</label>
|
|
1053
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
1054
|
+
|
|
1055
|
+
|
|
1056
|
+
|
|
1057
|
+
|
|
1058
|
+
|
|
1059
|
+
|
|
1060
|
+
|
|
1061
|
+
<li class="md-nav__item">
|
|
1062
|
+
<a href="../../user-guide/_get-started/" class="md-nav__link">
|
|
1063
|
+
|
|
1064
|
+
|
|
1065
|
+
<span class="md-ellipsis">
|
|
1066
|
+
Get started with LINZ Basemaps
|
|
1067
|
+
</span>
|
|
1068
|
+
|
|
1069
|
+
|
|
1070
|
+
</a>
|
|
1071
|
+
</li>
|
|
1072
|
+
|
|
1073
|
+
|
|
1074
|
+
|
|
1075
|
+
|
|
1076
|
+
|
|
1077
|
+
|
|
1078
|
+
|
|
1079
|
+
|
|
1080
|
+
|
|
1081
|
+
|
|
1082
|
+
<li class="md-nav__item">
|
|
1083
|
+
<a href="../../user-guide/api-documentation/" class="md-nav__link">
|
|
1084
|
+
|
|
1085
|
+
|
|
1086
|
+
<span class="md-ellipsis">
|
|
1087
|
+
API documentation
|
|
1088
|
+
</span>
|
|
1089
|
+
|
|
1090
|
+
|
|
1091
|
+
</a>
|
|
1092
|
+
</li>
|
|
1093
|
+
|
|
1094
|
+
|
|
1095
|
+
|
|
1096
|
+
|
|
1097
|
+
|
|
1098
|
+
|
|
1099
|
+
|
|
1100
|
+
|
|
1101
|
+
|
|
1102
|
+
|
|
1103
|
+
<li class="md-nav__item">
|
|
1104
|
+
<a href="../../user-guide/technical-documentation/" class="md-nav__link">
|
|
1105
|
+
|
|
1106
|
+
|
|
1107
|
+
<span class="md-ellipsis">
|
|
1108
|
+
Technical documentation and specifications
|
|
1109
|
+
</span>
|
|
1110
|
+
|
|
1111
|
+
|
|
1112
|
+
</a>
|
|
1113
|
+
</li>
|
|
1114
|
+
|
|
1115
|
+
|
|
1116
|
+
|
|
1117
|
+
|
|
1118
|
+
|
|
1119
|
+
|
|
1120
|
+
|
|
1121
|
+
|
|
1122
|
+
|
|
1123
|
+
|
|
1124
|
+
|
|
1125
|
+
|
|
1126
|
+
|
|
1127
|
+
|
|
1128
|
+
|
|
1129
|
+
|
|
1130
|
+
|
|
1131
|
+
|
|
1132
|
+
|
|
1133
|
+
|
|
1134
|
+
|
|
1135
|
+
|
|
1136
|
+
|
|
1137
|
+
|
|
1138
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
1139
|
+
|
|
1140
|
+
|
|
1141
|
+
|
|
1142
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8_4" >
|
|
1143
|
+
|
|
1144
|
+
|
|
1145
|
+
|
|
1146
|
+
<div class="md-nav__link md-nav__container">
|
|
1147
|
+
<a href="../../user-guide/how-to-use-and-customize-vector-tiles/" class="md-nav__link ">
|
|
1148
|
+
|
|
1149
|
+
|
|
1150
|
+
<span class="md-ellipsis">
|
|
1151
|
+
How to use and customize vector tiles
|
|
1152
|
+
</span>
|
|
1153
|
+
|
|
1154
|
+
|
|
1155
|
+
</a>
|
|
1156
|
+
|
|
1157
|
+
|
|
1158
|
+
<label class="md-nav__link " for="__nav_8_4" id="__nav_8_4_label" tabindex="0">
|
|
1159
|
+
<span class="md-nav__icon md-icon"></span>
|
|
1160
|
+
</label>
|
|
1161
|
+
|
|
1162
|
+
</div>
|
|
1163
|
+
|
|
1164
|
+
<nav class="md-nav" data-md-level="2" aria-labelledby="__nav_8_4_label" aria-expanded="false">
|
|
1165
|
+
<label class="md-nav__title" for="__nav_8_4">
|
|
1166
|
+
<span class="md-nav__icon md-icon"></span>
|
|
1167
|
+
How to use and customize vector tiles
|
|
398
1168
|
</label>
|
|
399
|
-
<ul class="md-nav__list" data-md-scrollfix
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
1169
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
1170
|
+
|
|
1171
|
+
|
|
1172
|
+
|
|
1173
|
+
|
|
1174
|
+
|
|
1175
|
+
|
|
1176
|
+
|
|
1177
|
+
|
|
1178
|
+
|
|
1179
|
+
|
|
1180
|
+
|
|
1181
|
+
|
|
1182
|
+
|
|
1183
|
+
|
|
1184
|
+
|
|
1185
|
+
|
|
1186
|
+
|
|
1187
|
+
|
|
1188
|
+
|
|
1189
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
1190
|
+
|
|
1191
|
+
|
|
1192
|
+
|
|
1193
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8_4_2" >
|
|
1194
|
+
|
|
1195
|
+
|
|
1196
|
+
|
|
1197
|
+
<div class="md-nav__link md-nav__container">
|
|
1198
|
+
<a href="../../user-guide/how-to-use-and-customize-vector-tiles/_How-to-use-vector-tiles/" class="md-nav__link ">
|
|
1199
|
+
|
|
1200
|
+
|
|
1201
|
+
<span class="md-ellipsis">
|
|
1202
|
+
How to use vector tiles
|
|
411
1203
|
</span>
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
1204
|
+
|
|
1205
|
+
|
|
1206
|
+
</a>
|
|
1207
|
+
|
|
1208
|
+
</div>
|
|
1209
|
+
|
|
1210
|
+
<nav class="md-nav" data-md-level="3" aria-labelledby="__nav_8_4_2_label" aria-expanded="false">
|
|
1211
|
+
<label class="md-nav__title" for="__nav_8_4_2">
|
|
1212
|
+
<span class="md-nav__icon md-icon"></span>
|
|
1213
|
+
How to use vector tiles
|
|
1214
|
+
</label>
|
|
1215
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
1216
|
+
|
|
1217
|
+
|
|
1218
|
+
|
|
1219
|
+
</ul>
|
|
1220
|
+
</nav>
|
|
1221
|
+
|
|
1222
|
+
</li>
|
|
1223
|
+
|
|
1224
|
+
|
|
1225
|
+
|
|
1226
|
+
|
|
1227
|
+
|
|
1228
|
+
|
|
1229
|
+
|
|
1230
|
+
|
|
1231
|
+
|
|
1232
|
+
|
|
1233
|
+
|
|
1234
|
+
|
|
1235
|
+
|
|
1236
|
+
|
|
1237
|
+
|
|
1238
|
+
|
|
1239
|
+
|
|
1240
|
+
|
|
1241
|
+
|
|
1242
|
+
|
|
1243
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
1244
|
+
|
|
1245
|
+
|
|
1246
|
+
|
|
1247
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8_4_3" >
|
|
1248
|
+
|
|
1249
|
+
|
|
1250
|
+
|
|
1251
|
+
<div class="md-nav__link md-nav__container">
|
|
1252
|
+
<a href="../../user-guide/how-to-use-and-customize-vector-tiles/how-to-customize-vector-tiles/" class="md-nav__link ">
|
|
1253
|
+
|
|
1254
|
+
|
|
1255
|
+
<span class="md-ellipsis">
|
|
1256
|
+
How to customize vector tiles
|
|
418
1257
|
</span>
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
<
|
|
1258
|
+
|
|
1259
|
+
|
|
1260
|
+
</a>
|
|
1261
|
+
|
|
1262
|
+
</div>
|
|
1263
|
+
|
|
1264
|
+
<nav class="md-nav" data-md-level="3" aria-labelledby="__nav_8_4_3_label" aria-expanded="false">
|
|
1265
|
+
<label class="md-nav__title" for="__nav_8_4_3">
|
|
1266
|
+
<span class="md-nav__icon md-icon"></span>
|
|
1267
|
+
How to customize vector tiles
|
|
1268
|
+
</label>
|
|
1269
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
1270
|
+
|
|
1271
|
+
|
|
1272
|
+
|
|
1273
|
+
</ul>
|
|
1274
|
+
</nav>
|
|
1275
|
+
|
|
1276
|
+
</li>
|
|
1277
|
+
|
|
1278
|
+
|
|
1279
|
+
|
|
1280
|
+
|
|
1281
|
+
</ul>
|
|
1282
|
+
</nav>
|
|
1283
|
+
|
|
1284
|
+
</li>
|
|
1285
|
+
|
|
1286
|
+
|
|
1287
|
+
|
|
1288
|
+
|
|
1289
|
+
|
|
1290
|
+
|
|
1291
|
+
|
|
1292
|
+
|
|
1293
|
+
|
|
1294
|
+
|
|
1295
|
+
|
|
1296
|
+
|
|
1297
|
+
|
|
1298
|
+
|
|
1299
|
+
|
|
1300
|
+
|
|
1301
|
+
|
|
1302
|
+
|
|
1303
|
+
|
|
1304
|
+
|
|
1305
|
+
|
|
1306
|
+
|
|
1307
|
+
|
|
1308
|
+
|
|
1309
|
+
|
|
1310
|
+
|
|
1311
|
+
|
|
1312
|
+
|
|
1313
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
1314
|
+
|
|
1315
|
+
|
|
1316
|
+
|
|
1317
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8_5" >
|
|
1318
|
+
|
|
1319
|
+
|
|
1320
|
+
|
|
1321
|
+
<div class="md-nav__link md-nav__container">
|
|
1322
|
+
<a href="../../user-guide/use-in-esri-software/" class="md-nav__link ">
|
|
1323
|
+
|
|
1324
|
+
|
|
1325
|
+
<span class="md-ellipsis">
|
|
426
1326
|
Use in esri software
|
|
427
1327
|
</span>
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
<
|
|
434
|
-
<
|
|
435
|
-
|
|
1328
|
+
|
|
1329
|
+
|
|
1330
|
+
</a>
|
|
1331
|
+
|
|
1332
|
+
|
|
1333
|
+
<label class="md-nav__link " for="__nav_8_5" id="__nav_8_5_label" tabindex="0">
|
|
1334
|
+
<span class="md-nav__icon md-icon"></span>
|
|
1335
|
+
</label>
|
|
1336
|
+
|
|
1337
|
+
</div>
|
|
1338
|
+
|
|
1339
|
+
<nav class="md-nav" data-md-level="2" aria-labelledby="__nav_8_5_label" aria-expanded="false">
|
|
1340
|
+
<label class="md-nav__title" for="__nav_8_5">
|
|
1341
|
+
<span class="md-nav__icon md-icon"></span>
|
|
436
1342
|
Use in esri software
|
|
437
1343
|
</label>
|
|
438
|
-
<ul class="md-nav__list" data-md-scrollfix
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
1344
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
1345
|
+
|
|
1346
|
+
|
|
1347
|
+
|
|
1348
|
+
|
|
1349
|
+
|
|
1350
|
+
|
|
1351
|
+
|
|
1352
|
+
|
|
1353
|
+
|
|
1354
|
+
|
|
1355
|
+
|
|
1356
|
+
|
|
1357
|
+
|
|
1358
|
+
|
|
1359
|
+
|
|
1360
|
+
|
|
1361
|
+
|
|
1362
|
+
|
|
1363
|
+
|
|
1364
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
1365
|
+
|
|
1366
|
+
|
|
1367
|
+
|
|
1368
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8_5_2" >
|
|
1369
|
+
|
|
1370
|
+
|
|
1371
|
+
|
|
1372
|
+
<div class="md-nav__link md-nav__container">
|
|
1373
|
+
<a href="../../user-guide/use-in-esri-software/how-to-add-emergency-imagery-to-arcgis/" class="md-nav__link ">
|
|
1374
|
+
|
|
1375
|
+
|
|
1376
|
+
<span class="md-ellipsis">
|
|
444
1377
|
How to add emergency imagery to arcgis
|
|
445
1378
|
</span>
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
1379
|
+
|
|
1380
|
+
|
|
1381
|
+
</a>
|
|
1382
|
+
|
|
1383
|
+
</div>
|
|
1384
|
+
|
|
1385
|
+
<nav class="md-nav" data-md-level="3" aria-labelledby="__nav_8_5_2_label" aria-expanded="false">
|
|
1386
|
+
<label class="md-nav__title" for="__nav_8_5_2">
|
|
1387
|
+
<span class="md-nav__icon md-icon"></span>
|
|
451
1388
|
How to add emergency imagery to arcgis
|
|
452
1389
|
</label>
|
|
453
|
-
<ul class="md-nav__list" data-md-scrollfix
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
1390
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
1391
|
+
|
|
1392
|
+
|
|
1393
|
+
|
|
1394
|
+
</ul>
|
|
1395
|
+
</nav>
|
|
1396
|
+
|
|
1397
|
+
</li>
|
|
1398
|
+
|
|
1399
|
+
|
|
1400
|
+
|
|
1401
|
+
|
|
1402
|
+
|
|
1403
|
+
|
|
1404
|
+
|
|
1405
|
+
|
|
1406
|
+
|
|
1407
|
+
|
|
1408
|
+
|
|
1409
|
+
|
|
1410
|
+
|
|
1411
|
+
|
|
1412
|
+
|
|
1413
|
+
|
|
1414
|
+
|
|
1415
|
+
|
|
1416
|
+
|
|
1417
|
+
|
|
1418
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
1419
|
+
|
|
1420
|
+
|
|
1421
|
+
|
|
1422
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8_5_3" >
|
|
1423
|
+
|
|
1424
|
+
|
|
1425
|
+
|
|
1426
|
+
<div class="md-nav__link md-nav__container">
|
|
1427
|
+
<a href="../../user-guide/use-in-esri-software/how-to-add-individual-linz-basemaps-layers-to-arcgis/" class="md-nav__link ">
|
|
1428
|
+
|
|
1429
|
+
|
|
1430
|
+
<span class="md-ellipsis">
|
|
462
1431
|
How to add individual linz basemaps layers to arcgis
|
|
463
1432
|
</span>
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
1433
|
+
|
|
1434
|
+
|
|
1435
|
+
</a>
|
|
1436
|
+
|
|
1437
|
+
</div>
|
|
1438
|
+
|
|
1439
|
+
<nav class="md-nav" data-md-level="3" aria-labelledby="__nav_8_5_3_label" aria-expanded="false">
|
|
1440
|
+
<label class="md-nav__title" for="__nav_8_5_3">
|
|
1441
|
+
<span class="md-nav__icon md-icon"></span>
|
|
469
1442
|
How to add individual linz basemaps layers to arcgis
|
|
470
1443
|
</label>
|
|
471
|
-
<ul class="md-nav__list" data-md-scrollfix
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
1444
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
1445
|
+
|
|
1446
|
+
|
|
1447
|
+
|
|
1448
|
+
</ul>
|
|
1449
|
+
</nav>
|
|
1450
|
+
|
|
1451
|
+
</li>
|
|
1452
|
+
|
|
1453
|
+
|
|
1454
|
+
|
|
1455
|
+
|
|
1456
|
+
|
|
1457
|
+
|
|
1458
|
+
|
|
1459
|
+
|
|
1460
|
+
|
|
1461
|
+
|
|
1462
|
+
|
|
1463
|
+
|
|
1464
|
+
|
|
1465
|
+
|
|
1466
|
+
|
|
1467
|
+
|
|
1468
|
+
|
|
1469
|
+
|
|
1470
|
+
|
|
1471
|
+
|
|
1472
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
1473
|
+
|
|
1474
|
+
|
|
1475
|
+
|
|
1476
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8_5_4" >
|
|
1477
|
+
|
|
1478
|
+
|
|
1479
|
+
|
|
1480
|
+
<div class="md-nav__link md-nav__container">
|
|
1481
|
+
<a href="../../user-guide/use-in-esri-software/how-to-add-linz-aerial-imagery-basemaps-to-arcgis-online/" class="md-nav__link ">
|
|
1482
|
+
|
|
1483
|
+
|
|
1484
|
+
<span class="md-ellipsis">
|
|
480
1485
|
How to add linz aerial imagery basemaps to arcgis online
|
|
481
1486
|
</span>
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
1487
|
+
|
|
1488
|
+
|
|
1489
|
+
</a>
|
|
1490
|
+
|
|
1491
|
+
</div>
|
|
1492
|
+
|
|
1493
|
+
<nav class="md-nav" data-md-level="3" aria-labelledby="__nav_8_5_4_label" aria-expanded="false">
|
|
1494
|
+
<label class="md-nav__title" for="__nav_8_5_4">
|
|
1495
|
+
<span class="md-nav__icon md-icon"></span>
|
|
487
1496
|
How to add linz aerial imagery basemaps to arcgis online
|
|
488
1497
|
</label>
|
|
489
|
-
<ul class="md-nav__list" data-md-scrollfix
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
1498
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
1499
|
+
|
|
1500
|
+
|
|
1501
|
+
|
|
1502
|
+
</ul>
|
|
1503
|
+
</nav>
|
|
1504
|
+
|
|
1505
|
+
</li>
|
|
1506
|
+
|
|
1507
|
+
|
|
1508
|
+
|
|
1509
|
+
|
|
1510
|
+
|
|
1511
|
+
|
|
1512
|
+
|
|
1513
|
+
|
|
1514
|
+
|
|
1515
|
+
|
|
1516
|
+
|
|
1517
|
+
|
|
1518
|
+
|
|
1519
|
+
|
|
1520
|
+
|
|
1521
|
+
|
|
1522
|
+
|
|
1523
|
+
|
|
1524
|
+
|
|
1525
|
+
|
|
1526
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
1527
|
+
|
|
1528
|
+
|
|
1529
|
+
|
|
1530
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8_5_5" >
|
|
1531
|
+
|
|
1532
|
+
|
|
1533
|
+
|
|
1534
|
+
<div class="md-nav__link md-nav__container">
|
|
1535
|
+
<a href="../../user-guide/use-in-esri-software/how-to-add-linz-basemaps-to-arcgis-online-basemaps/" class="md-nav__link ">
|
|
1536
|
+
|
|
1537
|
+
|
|
1538
|
+
<span class="md-ellipsis">
|
|
498
1539
|
How to add linz basemaps to arcgis online basemaps
|
|
499
1540
|
</span>
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
1541
|
+
|
|
1542
|
+
|
|
1543
|
+
</a>
|
|
1544
|
+
|
|
1545
|
+
</div>
|
|
1546
|
+
|
|
1547
|
+
<nav class="md-nav" data-md-level="3" aria-labelledby="__nav_8_5_5_label" aria-expanded="false">
|
|
1548
|
+
<label class="md-nav__title" for="__nav_8_5_5">
|
|
1549
|
+
<span class="md-nav__icon md-icon"></span>
|
|
505
1550
|
How to add linz basemaps to arcgis online basemaps
|
|
506
1551
|
</label>
|
|
507
|
-
<ul class="md-nav__list" data-md-scrollfix
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
</ul>
|
|
512
|
-
</nav>
|
|
513
|
-
|
|
514
|
-
</
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
1552
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
1553
|
+
|
|
1554
|
+
|
|
1555
|
+
|
|
1556
|
+
</ul>
|
|
1557
|
+
</nav>
|
|
1558
|
+
|
|
1559
|
+
</li>
|
|
1560
|
+
|
|
1561
|
+
|
|
1562
|
+
|
|
1563
|
+
|
|
1564
|
+
</ul>
|
|
1565
|
+
</nav>
|
|
1566
|
+
|
|
1567
|
+
</li>
|
|
1568
|
+
|
|
1569
|
+
|
|
1570
|
+
|
|
1571
|
+
|
|
1572
|
+
</ul>
|
|
1573
|
+
</nav>
|
|
1574
|
+
|
|
1575
|
+
</li>
|
|
1576
|
+
|
|
1577
|
+
|
|
1578
|
+
|
|
1579
|
+
</ul>
|
|
518
1580
|
</nav>
|
|
519
|
-
</div>
|
|
520
|
-
</div>
|
|
521
|
-
</div>
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
<
|
|
526
|
-
<
|
|
527
|
-
<
|
|
1581
|
+
</div>
|
|
1582
|
+
</div>
|
|
1583
|
+
</div>
|
|
1584
|
+
|
|
1585
|
+
|
|
1586
|
+
|
|
1587
|
+
<div class="md-sidebar md-sidebar--secondary" data-md-component="sidebar" data-md-type="toc" >
|
|
1588
|
+
<div class="md-sidebar__scrollwrap">
|
|
1589
|
+
<div class="md-sidebar__inner">
|
|
1590
|
+
|
|
1591
|
+
|
|
1592
|
+
<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
|
|
1593
|
+
|
|
1594
|
+
|
|
1595
|
+
|
|
1596
|
+
|
|
1597
|
+
|
|
1598
|
+
|
|
1599
|
+
<label class="md-nav__title" for="__toc">
|
|
1600
|
+
<span class="md-nav__icon md-icon"></span>
|
|
528
1601
|
Table of contents
|
|
529
1602
|
</label>
|
|
530
|
-
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix
|
|
531
|
-
|
|
532
|
-
<
|
|
533
|
-
<
|
|
1603
|
+
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
|
|
1604
|
+
|
|
1605
|
+
<li class="md-nav__item">
|
|
1606
|
+
<a href="#sample-imagery" class="md-nav__link">
|
|
1607
|
+
<span class="md-ellipsis">
|
|
534
1608
|
Sample Imagery
|
|
535
1609
|
</span>
|
|
536
|
-
</a>
|
|
1610
|
+
</a>
|
|
1611
|
+
|
|
537
1612
|
</li>
|
|
538
|
-
|
|
539
|
-
<
|
|
540
|
-
<
|
|
1613
|
+
|
|
1614
|
+
<li class="md-nav__item">
|
|
1615
|
+
<a href="#running-basemaps-in-docker" class="md-nav__link">
|
|
1616
|
+
<span class="md-ellipsis">
|
|
541
1617
|
Running Basemaps in Docker
|
|
542
1618
|
</span>
|
|
543
|
-
</a>
|
|
544
|
-
|
|
545
|
-
<
|
|
546
|
-
<
|
|
547
|
-
|
|
548
|
-
<
|
|
1619
|
+
</a>
|
|
1620
|
+
|
|
1621
|
+
<nav class="md-nav" aria-label="Running Basemaps in Docker">
|
|
1622
|
+
<ul class="md-nav__list">
|
|
1623
|
+
|
|
1624
|
+
<li class="md-nav__item">
|
|
1625
|
+
<a href="#directly-from-the-tiff-files" class="md-nav__link">
|
|
1626
|
+
<span class="md-ellipsis">
|
|
549
1627
|
Directly from the tiff files
|
|
550
1628
|
</span>
|
|
551
|
-
</a>
|
|
1629
|
+
</a>
|
|
1630
|
+
|
|
552
1631
|
</li>
|
|
553
|
-
|
|
554
|
-
<
|
|
555
|
-
<
|
|
1632
|
+
|
|
1633
|
+
<li class="md-nav__item">
|
|
1634
|
+
<a href="#creating-a-configuration-from-the-tiff-files" class="md-nav__link">
|
|
1635
|
+
<span class="md-ellipsis">
|
|
556
1636
|
Creating a configuration from the tiff files
|
|
557
1637
|
</span>
|
|
558
|
-
</a>
|
|
1638
|
+
</a>
|
|
1639
|
+
|
|
559
1640
|
</li>
|
|
560
|
-
|
|
561
|
-
</
|
|
1641
|
+
|
|
1642
|
+
</ul>
|
|
1643
|
+
</nav>
|
|
1644
|
+
|
|
562
1645
|
</li>
|
|
563
|
-
|
|
1646
|
+
|
|
1647
|
+
</ul>
|
|
1648
|
+
|
|
564
1649
|
</nav>
|
|
565
|
-
</div>
|
|
566
|
-
</div>
|
|
567
|
-
</div>
|
|
568
|
-
|
|
569
|
-
|
|
1650
|
+
</div>
|
|
1651
|
+
</div>
|
|
1652
|
+
</div>
|
|
1653
|
+
|
|
1654
|
+
|
|
1655
|
+
|
|
1656
|
+
<div class="md-content" data-md-component="content">
|
|
1657
|
+
<article class="md-content__inner md-typeset">
|
|
1658
|
+
|
|
1659
|
+
|
|
1660
|
+
|
|
1661
|
+
|
|
1662
|
+
|
|
1663
|
+
|
|
1664
|
+
|
|
570
1665
|
<h1 id="running-linz-basemaps-quick-start">Running LINZ Basemaps - Quick Start</h1>
|
|
571
1666
|
<p>There are three options for LINZ basemaps server deployment</p>
|
|
572
1667
|
<ul>
|
|
@@ -585,33 +1680,33 @@
|
|
|
585
1680
|
<li><a href="https://basemaps.linz.govt.nz/@-44.6966924,169.1330252,z12.74?i=otago-rural-2017-2019-0.3m">Otago Rural 2017-2019 0.3m</a></li>
|
|
586
1681
|
</ul>
|
|
587
1682
|
<p>Make a location to put the imagery</p>
|
|
588
|
-
<div class="language-bash highlight"><pre><span></span><code><span id="__span-0-1"><a
|
|
589
|
-
</span><span id="__span-0-2"><a
|
|
1683
|
+
<div class="language-bash highlight"><pre><span></span><code><span id="__span-0-1"><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a>mkdir<span class="w"> </span>-p<span class="w"> </span>imagery/queenstown-lakes_2022-2023_0.1m/
|
|
1684
|
+
</span><span id="__span-0-2"><a id="__codelineno-0-2" name="__codelineno-0-2" href="#__codelineno-0-2"></a>mkdir<span class="w"> </span>-p<span class="w"> </span>imagery/otago_2017-2019_0.3m/
|
|
590
1685
|
</span></code></pre></div>
|
|
591
1686
|
<p>First download the <code>collection.json</code> since this bucket is public, use <code>--no-sign-request</code> with the aws cli to ensure your local aws credentials are not used.</p>
|
|
592
|
-
<div class="language-bash highlight"><pre><span></span><code><span id="__span-1-1"><a
|
|
593
|
-
</span><span id="__span-1-2"><a
|
|
1687
|
+
<div class="language-bash highlight"><pre><span></span><code><span id="__span-1-1"><a id="__codelineno-1-1" name="__codelineno-1-1" href="#__codelineno-1-1"></a>aws<span class="w"> </span>--no-sign-request<span class="w"> </span>s3<span class="w"> </span>cp<span class="w"> </span>s3://nz-imagery/otago/queenstown-lakes_2022-2023_0.1m/rgb/2193/collection.json<span class="w"> </span>imagery/queenstown-lakes_2022-2023_0.1m/collection.json
|
|
1688
|
+
</span><span id="__span-1-2"><a id="__codelineno-1-2" name="__codelineno-1-2" href="#__codelineno-1-2"></a>aws<span class="w"> </span>--no-sign-request<span class="w"> </span>s3<span class="w"> </span>cp<span class="w"> </span>s3://nz-imagery/otago/otago_2017-2019_0.3m/rgb/2193/collection.json<span class="w"> </span>imagery/otago_2017-2019_0.3m/collection.json
|
|
594
1689
|
</span></code></pre></div>
|
|
595
1690
|
<p>Download the Rural imagery 0.3m resolution</p>
|
|
596
|
-
<div class="language-bash highlight"><pre><span></span><code><span id="__span-2-1"><a
|
|
597
|
-
</span><span id="__span-2-2"><a
|
|
598
|
-
</span><span id="__span-2-3"><a
|
|
599
|
-
</span><span id="__span-2-4"><a
|
|
1691
|
+
<div class="language-bash highlight"><pre><span></span><code><span id="__span-2-1"><a id="__codelineno-2-1" name="__codelineno-2-1" href="#__codelineno-2-1"></a>aws<span class="w"> </span>--no-sign-request<span class="w"> </span>s3<span class="w"> </span>cp<span class="w"> </span>s3://nz-imagery/otago/otago_2017-2019_0.3m/rgb/2193/CB12_5000_0107.tiff<span class="w"> </span>imagery/otago_2017-2019_0.3m/CB12_5000_0107.tiff
|
|
1692
|
+
</span><span id="__span-2-2"><a id="__codelineno-2-2" name="__codelineno-2-2" href="#__codelineno-2-2"></a>aws<span class="w"> </span>--no-sign-request<span class="w"> </span>s3<span class="w"> </span>cp<span class="w"> </span>s3://nz-imagery/otago/otago_2017-2019_0.3m/rgb/2193/CB12_5000_0108.tiff<span class="w"> </span>imagery/otago_2017-2019_0.3m/CB12_5000_0108.tiff
|
|
1693
|
+
</span><span id="__span-2-3"><a id="__codelineno-2-3" name="__codelineno-2-3" href="#__codelineno-2-3"></a>aws<span class="w"> </span>--no-sign-request<span class="w"> </span>s3<span class="w"> </span>cp<span class="w"> </span>s3://nz-imagery/otago/otago_2017-2019_0.3m/rgb/2193/CA12_5000_1007.tiff<span class="w"> </span>imagery/otago_2017-2019_0.3m/CA12_5000_1007.tiff
|
|
1694
|
+
</span><span id="__span-2-4"><a id="__codelineno-2-4" name="__codelineno-2-4" href="#__codelineno-2-4"></a>aws<span class="w"> </span>--no-sign-request<span class="w"> </span>s3<span class="w"> </span>cp<span class="w"> </span>s3://nz-imagery/otago/otago_2017-2019_0.3m/rgb/2193/CA12_5000_1008.tiff<span class="w"> </span>imagery/otago_2017-2019_0.3m/CA12_5000_1008.tiff
|
|
600
1695
|
</span></code></pre></div>
|
|
601
1696
|
<p>Download the Urban imagery 0.1m resolution</p>
|
|
602
|
-
<div class="language-bash highlight"><pre><span></span><code><span id="__span-3-1"><a
|
|
603
|
-
</span><span id="__span-3-2"><a
|
|
604
|
-
</span><span id="__span-3-3"><a
|
|
605
|
-
</span><span id="__span-3-4"><a
|
|
606
|
-
</span><span id="__span-3-5"><a
|
|
607
|
-
</span><span id="__span-3-6"><a
|
|
608
|
-
</span><span id="__span-3-7"><a
|
|
609
|
-
</span><span id="__span-3-8"><a
|
|
610
|
-
</span><span id="__span-3-9"><a
|
|
611
|
-
</span><span id="__span-3-10"><a
|
|
612
|
-
</span><span id="__span-3-11"><a
|
|
613
|
-
</span><span id="__span-3-12"><a
|
|
614
|
-
</span><span id="__span-3-13"><a
|
|
1697
|
+
<div class="language-bash highlight"><pre><span></span><code><span id="__span-3-1"><a id="__codelineno-3-1" name="__codelineno-3-1" href="#__codelineno-3-1"></a>aws<span class="w"> </span>--no-sign-request<span class="w"> </span>s3<span class="w"> </span>cp<span class="w"> </span>s3://nz-imagery/otago/queenstown-lakes_2022-2023_0.1m/rgb/2193/CB12_1000_0434.tiff<span class="w"> </span>imagery/queenstown-lakes_2022-2023_0.1m/CB12_1000_0434.tiff
|
|
1698
|
+
</span><span id="__span-3-2"><a id="__codelineno-3-2" name="__codelineno-3-2" href="#__codelineno-3-2"></a>aws<span class="w"> </span>--no-sign-request<span class="w"> </span>s3<span class="w"> </span>cp<span class="w"> </span>s3://nz-imagery/otago/queenstown-lakes_2022-2023_0.1m/rgb/2193/CB12_1000_0435.tiff<span class="w"> </span>imagery/queenstown-lakes_2022-2023_0.1m/CB12_1000_0435.tiff
|
|
1699
|
+
</span><span id="__span-3-3"><a id="__codelineno-3-3" name="__codelineno-3-3" href="#__codelineno-3-3"></a>aws<span class="w"> </span>--no-sign-request<span class="w"> </span>s3<span class="w"> </span>cp<span class="w"> </span>s3://nz-imagery/otago/queenstown-lakes_2022-2023_0.1m/rgb/2193/CB12_1000_0435.tiff<span class="w"> </span>imagery/queenstown-lakes_2022-2023_0.1m/CB12_1000_0435.tiff
|
|
1700
|
+
</span><span id="__span-3-4"><a id="__codelineno-3-4" name="__codelineno-3-4" href="#__codelineno-3-4"></a>aws<span class="w"> </span>--no-sign-request<span class="w"> </span>s3<span class="w"> </span>cp<span class="w"> </span>s3://nz-imagery/otago/queenstown-lakes_2022-2023_0.1m/rgb/2193/CB12_1000_0436.tiff<span class="w"> </span>imagery/queenstown-lakes_2022-2023_0.1m/CB12_1000_0436.tiff
|
|
1701
|
+
</span><span id="__span-3-5"><a id="__codelineno-3-5" name="__codelineno-3-5" href="#__codelineno-3-5"></a>aws<span class="w"> </span>--no-sign-request<span class="w"> </span>s3<span class="w"> </span>cp<span class="w"> </span>s3://nz-imagery/otago/queenstown-lakes_2022-2023_0.1m/rgb/2193/CB12_1000_0437.tiff<span class="w"> </span>imagery/queenstown-lakes_2022-2023_0.1m/CB12_1000_0437.tiff
|
|
1702
|
+
</span><span id="__span-3-6"><a id="__codelineno-3-6" name="__codelineno-3-6" href="#__codelineno-3-6"></a>aws<span class="w"> </span>--no-sign-request<span class="w"> </span>s3<span class="w"> </span>cp<span class="w"> </span>s3://nz-imagery/otago/queenstown-lakes_2022-2023_0.1m/rgb/2193/CB12_1000_0438.tiff<span class="w"> </span>imagery/queenstown-lakes_2022-2023_0.1m/CB12_1000_0438.tiff
|
|
1703
|
+
</span><span id="__span-3-7"><a id="__codelineno-3-7" name="__codelineno-3-7" href="#__codelineno-3-7"></a>
|
|
1704
|
+
</span><span id="__span-3-8"><a id="__codelineno-3-8" name="__codelineno-3-8" href="#__codelineno-3-8"></a>aws<span class="w"> </span>--no-sign-request<span class="w"> </span>s3<span class="w"> </span>cp<span class="w"> </span>s3://nz-imagery/otago/queenstown-lakes_2022-2023_0.1m/rgb/2193/CB12_1000_0534.tiff<span class="w"> </span>imagery/queenstown-lakes_2022-2023_0.1m/CB12_1000_0534.tiff
|
|
1705
|
+
</span><span id="__span-3-9"><a id="__codelineno-3-9" name="__codelineno-3-9" href="#__codelineno-3-9"></a>aws<span class="w"> </span>--no-sign-request<span class="w"> </span>s3<span class="w"> </span>cp<span class="w"> </span>s3://nz-imagery/otago/queenstown-lakes_2022-2023_0.1m/rgb/2193/CB12_1000_0535.tiff<span class="w"> </span>imagery/queenstown-lakes_2022-2023_0.1m/CB12_1000_0535.tiff
|
|
1706
|
+
</span><span id="__span-3-10"><a id="__codelineno-3-10" name="__codelineno-3-10" href="#__codelineno-3-10"></a>aws<span class="w"> </span>--no-sign-request<span class="w"> </span>s3<span class="w"> </span>cp<span class="w"> </span>s3://nz-imagery/otago/queenstown-lakes_2022-2023_0.1m/rgb/2193/CB12_1000_0536.tiff<span class="w"> </span>imagery/queenstown-lakes_2022-2023_0.1m/CB12_1000_0536.tiff
|
|
1707
|
+
</span><span id="__span-3-11"><a id="__codelineno-3-11" name="__codelineno-3-11" href="#__codelineno-3-11"></a>aws<span class="w"> </span>--no-sign-request<span class="w"> </span>s3<span class="w"> </span>cp<span class="w"> </span>s3://nz-imagery/otago/queenstown-lakes_2022-2023_0.1m/rgb/2193/CB12_1000_0536.tiff<span class="w"> </span>imagery/queenstown-lakes_2022-2023_0.1m/CB12_1000_0536.tiff
|
|
1708
|
+
</span><span id="__span-3-12"><a id="__codelineno-3-12" name="__codelineno-3-12" href="#__codelineno-3-12"></a>aws<span class="w"> </span>--no-sign-request<span class="w"> </span>s3<span class="w"> </span>cp<span class="w"> </span>s3://nz-imagery/otago/queenstown-lakes_2022-2023_0.1m/rgb/2193/CB12_1000_0537.tiff<span class="w"> </span>imagery/queenstown-lakes_2022-2023_0.1m/CB12_1000_0537.tiff
|
|
1709
|
+
</span><span id="__span-3-13"><a id="__codelineno-3-13" name="__codelineno-3-13" href="#__codelineno-3-13"></a>aws<span class="w"> </span>--no-sign-request<span class="w"> </span>s3<span class="w"> </span>cp<span class="w"> </span>s3://nz-imagery/otago/queenstown-lakes_2022-2023_0.1m/rgb/2193/CB12_1000_0538.tiff<span class="w"> </span>imagery/queenstown-lakes_2022-2023_0.1m/CB12_1000_0538.tiff
|
|
615
1710
|
</span></code></pre></div>
|
|
616
1711
|
<h2 id="running-basemaps-in-docker">Running Basemaps in Docker</h2>
|
|
617
1712
|
<p>Basemaps server can be run in two modes</p>
|
|
@@ -622,26 +1717,26 @@
|
|
|
622
1717
|
<p>Directly from the tiffs is easier and faster to setup but does not allow for a more custom setup.</p>
|
|
623
1718
|
<h3 id="directly-from-the-tiff-files">Directly from the tiff files</h3>
|
|
624
1719
|
<p>To start the server, mount the imagery into <code>/imagery</code> so the server has access to it</p>
|
|
625
|
-
<div class="language-bash highlight"><pre><span></span><code><span id="__span-4-1"><a
|
|
626
|
-
</span><span id="__span-4-2"><a
|
|
627
|
-
</span><span id="__span-4-3"><a
|
|
628
|
-
</span><span id="__span-4-4"><a
|
|
1720
|
+
<div class="language-bash highlight"><pre><span></span><code><span id="__span-4-1"><a id="__codelineno-4-1" name="__codelineno-4-1" href="#__codelineno-4-1"></a>docker<span class="w"> </span>run<span class="w"> </span>--rm<span class="w"> </span><span class="se">\</span>
|
|
1721
|
+
</span><span id="__span-4-2"><a id="__codelineno-4-2" name="__codelineno-4-2" href="#__codelineno-4-2"></a><span class="w"> </span>-v<span class="w"> </span><span class="nv">$PWD</span>:<span class="nv">$PWD</span><span class="w"> </span><span class="se">\</span>
|
|
1722
|
+
</span><span id="__span-4-3"><a id="__codelineno-4-3" name="__codelineno-4-3" href="#__codelineno-4-3"></a><span class="w"> </span>-p<span class="w"> </span><span class="m">5000</span>:5000<span class="w"> </span><span class="se">\</span>
|
|
1723
|
+
</span><span id="__span-4-4"><a id="__codelineno-4-4" name="__codelineno-4-4" href="#__codelineno-4-4"></a><span class="w"> </span>ghcr.io/linz/basemaps/server:latest<span class="w"> </span><span class="nv">$PWD</span>/imagery/*
|
|
629
1724
|
</span></code></pre></div>
|
|
630
1725
|
<div class="admonition note">
|
|
631
1726
|
<p class="admonition-title">Note</p>
|
|
632
1727
|
<p>Basemaps logs into structured JSON log format it can be useful to run a pretty printer over it such as <a href="https://www.npmjs.com/package/pretty-json-log">pretty-json-log</a></p>
|
|
633
|
-
<div class="language-bash highlight"><pre><span></span><code><span id="__span-5-1"><a
|
|
634
|
-
</span><span id="__span-5-2"><a
|
|
635
|
-
</span><span id="__span-5-3"><a
|
|
636
|
-
</span><span id="__span-5-4"><a
|
|
1728
|
+
<div class="language-bash highlight"><pre><span></span><code><span id="__span-5-1"><a id="__codelineno-5-1" name="__codelineno-5-1" href="#__codelineno-5-1"></a>docker<span class="w"> </span>run<span class="w"> </span>--rm<span class="w"> </span><span class="se">\</span>
|
|
1729
|
+
</span><span id="__span-5-2"><a id="__codelineno-5-2" name="__codelineno-5-2" href="#__codelineno-5-2"></a><span class="w"> </span>-v<span class="w"> </span><span class="nv">$PWD</span>:<span class="nv">$PWD</span><span class="w"> </span><span class="se">\</span>
|
|
1730
|
+
</span><span id="__span-5-3"><a id="__codelineno-5-3" name="__codelineno-5-3" href="#__codelineno-5-3"></a><span class="w"> </span>-p<span class="w"> </span><span class="m">5000</span>:5000<span class="w"> </span><span class="se">\</span>
|
|
1731
|
+
</span><span id="__span-5-4"><a id="__codelineno-5-4" name="__codelineno-5-4" href="#__codelineno-5-4"></a><span class="w"> </span>ghcr.io/linz/basemaps/server:latest<span class="w"> </span><span class="nv">$PWD</span>/imagery/*<span class="w"> </span><span class="p">|</span><span class="w"> </span>pjl
|
|
637
1732
|
</span></code></pre></div>
|
|
638
1733
|
</div>
|
|
639
1734
|
<p>The server should now be started and you should see the following log lines, informing you that two layers were loaded Otago and Queenstown in <a href="https://github.com/linz/NZTM2000TileMatrixSet">NZTM2000Quad</a> tile matrix</p>
|
|
640
|
-
<div class="language-text highlight"><pre><span></span><code><span id="__span-6-1"><a
|
|
641
|
-
</span><span id="__span-6-2"><a
|
|
1735
|
+
<div class="language-text highlight"><pre><span></span><code><span id="__span-6-1"><a id="__codelineno-6-1" name="__codelineno-6-1" href="#__codelineno-6-1"></a>INFO Imagery:Loaded imagery=/home/user/tmp/basemaps-quick-start/imagery/otago_2017-2019_0.3m title=otago_2017-2019_0.3m tileMatrix=NZTM2000Quad files=4
|
|
1736
|
+
</span><span id="__span-6-2"><a id="__codelineno-6-2" name="__codelineno-6-2" href="#__codelineno-6-2"></a>INFO Imagery:Loaded imagery=/home/user/tmp/basemaps-quick-start/imagery/queenstown-lakes_2022-2023_0.1m title=queenstown-lakes_2022-2023_0.1m tileMatrix=NZTM2000Quad files=10
|
|
642
1737
|
</span></code></pre></div>
|
|
643
1738
|
<p>Then open a browser to <code>http://localhost:5000/layers</code> This will load a list of the layers that have been imported into the system, clicking on any of the layers will take you to the layer.</p>
|
|
644
|
-
<p><img alt="QuickStart Layers" src="../static/quick-start__layers.png"/></p>
|
|
1739
|
+
<p><img alt="QuickStart Layers" src="../static/quick-start__layers.png" /></p>
|
|
645
1740
|
<p>It is not recommended to run <code>:latest</code> for any prolonged period of time, all of the containers are published with the following tags</p>
|
|
646
1741
|
<ul>
|
|
647
1742
|
<li><code>:latest</code> - Current master branch</li>
|
|
@@ -654,131 +1749,97 @@
|
|
|
654
1749
|
<p>A <a href="../../configuration/">tileset</a> needs to be created as the entry point for the configuration.</p>
|
|
655
1750
|
<p>Below is a configuration for the two example layers, where the rural imagery sets underneath the urban imagery, and the urban imagery is only turned on when the zoom is greater than z15.</p>
|
|
656
1751
|
<p>storing this JSON into <code>config/aerial.json</code></p>
|
|
657
|
-
<div class="language-json highlight"><pre><span></span><code><span id="__span-7-1"><a
|
|
658
|
-
</span><span id="__span-7-2"><a
|
|
659
|
-
</span><span id="__span-7-3"><a
|
|
660
|
-
</span><span id="__span-7-4"><a
|
|
661
|
-
</span><span id="__span-7-5"><a
|
|
662
|
-
</span><span id="__span-7-6"><a
|
|
663
|
-
</span><span id="__span-7-7"><a
|
|
664
|
-
</span><span id="__span-7-8"><a
|
|
665
|
-
</span><span id="__span-7-9"><a
|
|
666
|
-
</span><span id="__span-7-10"><a
|
|
667
|
-
</span><span id="__span-7-11"><a
|
|
668
|
-
</span><span id="__span-7-12"><a
|
|
669
|
-
</span><span id="__span-7-13"><a
|
|
670
|
-
</span><span id="__span-7-14"><a
|
|
671
|
-
</span><span id="__span-7-15"><a
|
|
672
|
-
</span><span id="__span-7-16"><a
|
|
673
|
-
</span><span id="__span-7-17"><a
|
|
674
|
-
</span><span id="__span-7-18"><a
|
|
675
|
-
</span><span id="__span-7-19"><a
|
|
676
|
-
</span><span id="__span-7-20"><a
|
|
677
|
-
</span><span id="__span-7-21"><a
|
|
1752
|
+
<div class="language-json highlight"><pre><span></span><code><span id="__span-7-1"><a id="__codelineno-7-1" name="__codelineno-7-1" href="#__codelineno-7-1"></a><span class="p">{</span>
|
|
1753
|
+
</span><span id="__span-7-2"><a id="__codelineno-7-2" name="__codelineno-7-2" href="#__codelineno-7-2"></a><span class="w"> </span><span class="nt">"type"</span><span class="p">:</span><span class="w"> </span><span class="s2">"raster"</span><span class="p">,</span>
|
|
1754
|
+
</span><span id="__span-7-3"><a id="__codelineno-7-3" name="__codelineno-7-3" href="#__codelineno-7-3"></a><span class="w"> </span><span class="nt">"id"</span><span class="p">:</span><span class="w"> </span><span class="s2">"ts_basic"</span><span class="p">,</span>
|
|
1755
|
+
</span><span id="__span-7-4"><a id="__codelineno-7-4" name="__codelineno-7-4" href="#__codelineno-7-4"></a><span class="w"> </span><span class="nt">"title"</span><span class="p">:</span><span class="w"> </span><span class="s2">"Basic Imagery Basemap"</span><span class="p">,</span>
|
|
1756
|
+
</span><span id="__span-7-5"><a id="__codelineno-7-5" name="__codelineno-7-5" href="#__codelineno-7-5"></a><span class="w"> </span><span class="nt">"layers"</span><span class="p">:</span><span class="w"> </span><span class="p">[</span>
|
|
1757
|
+
</span><span id="__span-7-6"><a id="__codelineno-7-6" name="__codelineno-7-6" href="#__codelineno-7-6"></a><span class="w"> </span><span class="p">{</span>
|
|
1758
|
+
</span><span id="__span-7-7"><a id="__codelineno-7-7" name="__codelineno-7-7" href="#__codelineno-7-7"></a><span class="w"> </span><span class="c1">// Source location for EPSG:2193 Imagery, has to be absolute</span>
|
|
1759
|
+
</span><span id="__span-7-8"><a id="__codelineno-7-8" name="__codelineno-7-8" href="#__codelineno-7-8"></a><span class="w"> </span><span class="nt">"2193"</span><span class="p">:</span><span class="w"> </span><span class="s2">"/home/user/basemaps-quick-start/imagery/otago_2017-2019_0.3m/"</span><span class="p">,</span>
|
|
1760
|
+
</span><span id="__span-7-9"><a id="__codelineno-7-9" name="__codelineno-7-9" href="#__codelineno-7-9"></a><span class="w"> </span><span class="c1">// url/slug friendly name of the imagery set</span>
|
|
1761
|
+
</span><span id="__span-7-10"><a id="__codelineno-7-10" name="__codelineno-7-10" href="#__codelineno-7-10"></a><span class="w"> </span><span class="nt">"name"</span><span class="p">:</span><span class="w"> </span><span class="s2">"otago_2017-2019_0.3m"</span><span class="p">,</span>
|
|
1762
|
+
</span><span id="__span-7-11"><a id="__codelineno-7-11" name="__codelineno-7-11" href="#__codelineno-7-11"></a><span class="w"> </span><span class="nt">"title"</span><span class="p">:</span><span class="w"> </span><span class="s2">"Otago 0.3m Rural Aerial Photos (2017-2019)"</span><span class="w"> </span><span class="c1">// from collection.json#title</span>
|
|
1763
|
+
</span><span id="__span-7-12"><a id="__codelineno-7-12" name="__codelineno-7-12" href="#__codelineno-7-12"></a><span class="w"> </span><span class="p">},</span>
|
|
1764
|
+
</span><span id="__span-7-13"><a id="__codelineno-7-13" name="__codelineno-7-13" href="#__codelineno-7-13"></a><span class="w"> </span><span class="p">{</span>
|
|
1765
|
+
</span><span id="__span-7-14"><a id="__codelineno-7-14" name="__codelineno-7-14" href="#__codelineno-7-14"></a><span class="w"> </span><span class="nt">"2193"</span><span class="p">:</span><span class="w"> </span><span class="s2">"/home/user/basemaps-quick-start/imagery/queenstown-lakes_2022-2023_0.1m/"</span><span class="p">,</span>
|
|
1766
|
+
</span><span id="__span-7-15"><a id="__codelineno-7-15" name="__codelineno-7-15" href="#__codelineno-7-15"></a><span class="w"> </span><span class="nt">"name"</span><span class="p">:</span><span class="w"> </span><span class="s2">"queenstown-lakes_2022-2023_0.1m"</span><span class="p">,</span>
|
|
1767
|
+
</span><span id="__span-7-16"><a id="__codelineno-7-16" name="__codelineno-7-16" href="#__codelineno-7-16"></a><span class="w"> </span><span class="nt">"title"</span><span class="p">:</span><span class="w"> </span><span class="s2">"Queenstown Lakes 0.1m Urban Aerial Photos (2022-2023)"</span><span class="p">,</span>
|
|
1768
|
+
</span><span id="__span-7-17"><a id="__codelineno-7-17" name="__codelineno-7-17" href="#__codelineno-7-17"></a><span class="w"> </span><span class="c1">// Limit the imagery to greater than z15</span>
|
|
1769
|
+
</span><span id="__span-7-18"><a id="__codelineno-7-18" name="__codelineno-7-18" href="#__codelineno-7-18"></a><span class="w"> </span><span class="nt">"minZoom"</span><span class="p">:</span><span class="w"> </span><span class="mi">15</span>
|
|
1770
|
+
</span><span id="__span-7-19"><a id="__codelineno-7-19" name="__codelineno-7-19" href="#__codelineno-7-19"></a><span class="w"> </span><span class="p">}</span>
|
|
1771
|
+
</span><span id="__span-7-20"><a id="__codelineno-7-20" name="__codelineno-7-20" href="#__codelineno-7-20"></a><span class="w"> </span><span class="p">]</span>
|
|
1772
|
+
</span><span id="__span-7-21"><a id="__codelineno-7-21" name="__codelineno-7-21" href="#__codelineno-7-21"></a><span class="p">}</span>
|
|
678
1773
|
</span></code></pre></div>
|
|
679
1774
|
<p>Then using the basemaps CLI a config can be bundled, assuming $PWD is the same folder that contains <code>imagery/</code> and <code>config/</code></p>
|
|
680
|
-
<div class="language-bash highlight"><pre><span></span><code><span id="__span-8-1"><a
|
|
681
|
-
</span><span id="__span-8-2"><a
|
|
682
|
-
</span><span id="__span-8-3"><a
|
|
1775
|
+
<div class="language-bash highlight"><pre><span></span><code><span id="__span-8-1"><a id="__codelineno-8-1" name="__codelineno-8-1" href="#__codelineno-8-1"></a>docker<span class="w"> </span>run<span class="w"> </span>--rm<span class="w"> </span><span class="se">\</span>
|
|
1776
|
+
</span><span id="__span-8-2"><a id="__codelineno-8-2" name="__codelineno-8-2" href="#__codelineno-8-2"></a><span class="w"> </span>-v<span class="w"> </span><span class="nv">$PWD</span>:<span class="nv">$PWD</span><span class="w"> </span><span class="se">\</span>
|
|
1777
|
+
</span><span id="__span-8-3"><a id="__codelineno-8-3" name="__codelineno-8-3" href="#__codelineno-8-3"></a><span class="w"> </span>-it<span class="w"> </span>ghcr.io/linz/basemaps/cli:latest<span class="w"> </span>bundle<span class="w"> </span>--config<span class="w"> </span><span class="nv">$PWD</span>/config/<span class="w"> </span>--output<span class="w"> </span><span class="nv">$PWD</span>/
|
|
683
1778
|
</span></code></pre></div>
|
|
684
1779
|
<p>This generates a <code>config.json</code> which has all the information needed to start the server</p>
|
|
685
|
-
<div class="language-bash highlight"><pre><span></span><code><span id="__span-9-1"><a
|
|
686
|
-
</span><span id="__span-9-2"><a
|
|
687
|
-
</span><span id="__span-9-3"><a
|
|
688
|
-
</span><span id="__span-9-4"><a
|
|
1780
|
+
<div class="language-bash highlight"><pre><span></span><code><span id="__span-9-1"><a id="__codelineno-9-1" name="__codelineno-9-1" href="#__codelineno-9-1"></a>docker<span class="w"> </span>run<span class="w"> </span>--rm<span class="w"> </span><span class="se">\</span>
|
|
1781
|
+
</span><span id="__span-9-2"><a id="__codelineno-9-2" name="__codelineno-9-2" href="#__codelineno-9-2"></a><span class="w"> </span>-v<span class="w"> </span><span class="nv">$PWD</span>:<span class="nv">$PWD</span><span class="w"> </span><span class="se">\</span>
|
|
1782
|
+
</span><span id="__span-9-3"><a id="__codelineno-9-3" name="__codelineno-9-3" href="#__codelineno-9-3"></a><span class="w"> </span>-p<span class="w"> </span><span class="m">5000</span>:5000<span class="w"> </span><span class="se">\</span>
|
|
1783
|
+
</span><span id="__span-9-4"><a id="__codelineno-9-4" name="__codelineno-9-4" href="#__codelineno-9-4"></a><span class="w"> </span>ghcr.io/linz/basemaps/server:latest<span class="w"> </span>--config<span class="w"> </span><span class="nv">$PWD</span>/config.json
|
|
689
1784
|
</span></code></pre></div>
|
|
690
1785
|
<p>For more advanced usage of configuration files please take a look at <a href="https://github.com/linz/basemaps-config">linz/basemaps-config</a></p>
|
|
691
|
-
|
|
692
|
-
|
|
1786
|
+
|
|
1787
|
+
|
|
1788
|
+
|
|
1789
|
+
|
|
1790
|
+
|
|
1791
|
+
|
|
1792
|
+
|
|
1793
|
+
|
|
1794
|
+
|
|
1795
|
+
|
|
1796
|
+
|
|
1797
|
+
|
|
1798
|
+
|
|
1799
|
+
|
|
1800
|
+
|
|
1801
|
+
</article>
|
|
1802
|
+
</div>
|
|
1803
|
+
|
|
1804
|
+
|
|
693
1805
|
<script>var target=document.getElementById(location.hash.slice(1));target&&target.name&&(target.checked=target.name.startsWith("__tabbed_"))</script>
|
|
694
|
-
</div>
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
<
|
|
699
|
-
|
|
700
|
-
<div class="md-
|
|
701
|
-
<
|
|
702
|
-
|
|
1806
|
+
</div>
|
|
1807
|
+
|
|
1808
|
+
</main>
|
|
1809
|
+
|
|
1810
|
+
<footer class="md-footer">
|
|
1811
|
+
|
|
1812
|
+
<div class="md-footer-meta md-typeset">
|
|
1813
|
+
<div class="md-footer-meta__inner md-grid">
|
|
1814
|
+
<div class="md-copyright">
|
|
1815
|
+
|
|
1816
|
+
<div class="md-copyright__highlight">
|
|
1817
|
+
<a href="https://www.linz.govt.nz/copyright">© CC BY 4.0 LINZ</a>
|
|
1818
|
+
</div>
|
|
703
1819
|
|
|
704
1820
|
|
|
705
1821
|
Made with
|
|
706
|
-
<a href="https://squidfunk.github.io/mkdocs-material/"
|
|
1822
|
+
<a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">
|
|
707
1823
|
Material for MkDocs
|
|
708
1824
|
</a>
|
|
1825
|
+
|
|
709
1826
|
</div>
|
|
710
|
-
|
|
711
|
-
</div>
|
|
1827
|
+
|
|
1828
|
+
</div>
|
|
1829
|
+
</div>
|
|
712
1830
|
</footer>
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
<div class="md-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
}
|
|
728
|
-
|
|
729
|
-
let iframe_id_list = []
|
|
730
|
-
var iframes = document.getElementsByClassName("swagger-ui-iframe");
|
|
731
|
-
for (var i = 0; i < iframes.length; i++) {
|
|
732
|
-
iframe_id_list.push(iframes[i].getAttribute("id"))
|
|
733
|
-
}
|
|
734
|
-
|
|
735
|
-
let ticking = true;
|
|
736
|
-
|
|
737
|
-
document.addEventListener('scroll', function(e) {
|
|
738
|
-
if (!ticking) {
|
|
739
|
-
window.requestAnimationFrame(()=> {
|
|
740
|
-
let half_vh = window.innerHeight/2;
|
|
741
|
-
for(var i = 0; i < iframe_id_list.length; i++) {
|
|
742
|
-
let element = document.getElementById(iframe_id_list[i])
|
|
743
|
-
if(element==null){
|
|
744
|
-
return
|
|
745
|
-
}
|
|
746
|
-
let diff = element.getBoundingClientRect().top
|
|
747
|
-
if(element.contentWindow.update_top_val){
|
|
748
|
-
element.contentWindow.update_top_val(half_vh - diff)
|
|
749
|
-
}
|
|
750
|
-
}
|
|
751
|
-
ticking = false;
|
|
752
|
-
});
|
|
753
|
-
ticking = true;
|
|
754
|
-
}
|
|
755
|
-
});
|
|
756
|
-
|
|
757
|
-
const dark_scheme_name = "slate"
|
|
758
|
-
|
|
759
|
-
window.scheme = document.body.getAttribute("data-md-color-scheme")
|
|
760
|
-
const options = {
|
|
761
|
-
attributeFilter: ['data-md-color-scheme'],
|
|
762
|
-
};
|
|
763
|
-
function color_scheme_callback(mutations) {
|
|
764
|
-
for (let mutation of mutations) {
|
|
765
|
-
if (mutation.attributeName === "data-md-color-scheme") {
|
|
766
|
-
scheme = document.body.getAttribute("data-md-color-scheme")
|
|
767
|
-
var iframe_list = document.getElementsByClassName("swagger-ui-iframe")
|
|
768
|
-
for(var i = 0; i < iframe_list.length; i++) {
|
|
769
|
-
var ele = iframe_list.item(i);
|
|
770
|
-
if (ele) {
|
|
771
|
-
if (scheme === dark_scheme_name) {
|
|
772
|
-
ele.contentWindow.enable_dark_mode();
|
|
773
|
-
} else {
|
|
774
|
-
ele.contentWindow.disable_dark_mode();
|
|
775
|
-
}
|
|
776
|
-
}
|
|
777
|
-
}
|
|
778
|
-
}
|
|
779
|
-
}
|
|
780
|
-
}
|
|
781
|
-
observer = new MutationObserver(color_scheme_callback);
|
|
782
|
-
observer.observe(document.body, options);
|
|
783
|
-
})</script></body>
|
|
1831
|
+
|
|
1832
|
+
</div>
|
|
1833
|
+
<div class="md-dialog" data-md-component="dialog">
|
|
1834
|
+
<div class="md-dialog__inner md-typeset"></div>
|
|
1835
|
+
</div>
|
|
1836
|
+
|
|
1837
|
+
|
|
1838
|
+
<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>
|
|
1839
|
+
|
|
1840
|
+
|
|
1841
|
+
<script src="../../assets/javascripts/bundle.83f73b43.min.js"></script>
|
|
1842
|
+
|
|
1843
|
+
|
|
1844
|
+
</body>
|
|
784
1845
|
</html>
|