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