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