@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,834 +1,2009 @@
|
|
|
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/user-guide/technical-documentation/">
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
<link rel="prev" href="../api-documentation/">
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
<link rel="next" href="../how-to-use-and-customize-vector-tiles/">
|
|
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>Technical documentation and specifications - 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="#technical-documentation-and-specifications" 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
|
Technical documentation and specifications
|
|
54
125
|
|
|
55
126
|
</span>
|
|
56
|
-
</div>
|
|
57
|
-
</div>
|
|
58
|
-
</div>
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
<
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
<
|
|
67
|
-
|
|
127
|
+
</div>
|
|
128
|
+
</div>
|
|
129
|
+
</div>
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
<form class="md-header__option" data-md-component="palette">
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
<input class="md-option" data-md-color-media="(prefers-color-scheme: light)" data-md-color-scheme="default" data-md-color-primary="indigo" data-md-color-accent="indigo" aria-label="Switch to dark mode" type="radio" name="__palette" id="__palette_0">
|
|
138
|
+
|
|
139
|
+
<label class="md-header__button md-icon" title="Switch to dark mode" for="__palette_1" hidden>
|
|
140
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m0 10a6 6 0 0 1-6-6 6 6 0 0 1 6-6 6 6 0 0 1 6 6 6 6 0 0 1-6 6m8-9.31V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12z"/></svg>
|
|
141
|
+
</label>
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
<input class="md-option" data-md-color-media="(prefers-color-scheme: dark)" data-md-color-scheme="slate" data-md-color-primary="indigo" data-md-color-accent="indigo" aria-label="Switch to light mode" type="radio" name="__palette" id="__palette_1">
|
|
148
|
+
|
|
149
|
+
<label class="md-header__button md-icon" title="Switch to light mode" for="__palette_0" hidden>
|
|
150
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 18c-.89 0-1.74-.2-2.5-.55C11.56 16.5 13 14.42 13 12s-1.44-4.5-3.5-5.45C10.26 6.2 11.11 6 12 6a6 6 0 0 1 6 6 6 6 0 0 1-6 6m8-9.31V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12z"/></svg>
|
|
151
|
+
</label>
|
|
152
|
+
|
|
153
|
+
|
|
68
154
|
</form>
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
<
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
<script>var palette=__md_get("__palette");if(palette&&palette.color){if("(prefers-color-scheme)"===palette.color.media){var media=matchMedia("(prefers-color-scheme: light)"),input=document.querySelector(media.matches?"[data-md-color-media='(prefers-color-scheme: light)']":"[data-md-color-media='(prefers-color-scheme: dark)']");palette.color.media=input.getAttribute("data-md-color-media"),palette.color.scheme=input.getAttribute("data-md-color-scheme"),palette.color.primary=input.getAttribute("data-md-color-primary"),palette.color.accent=input.getAttribute("data-md-color-accent")}for(var[key,value]of Object.entries(palette.color))document.body.setAttribute("data-md-color-"+key,value)}</script>
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
<div class="md-header__source">
|
|
164
|
+
<a href="https://github.com/linz/basemaps" title="Go to repository" class="md-source" data-md-component="source">
|
|
165
|
+
<div class="md-source__icon md-icon">
|
|
166
|
+
|
|
167
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81"/></svg>
|
|
168
|
+
</div>
|
|
169
|
+
<div class="md-source__repository">
|
|
76
170
|
GitHub
|
|
77
171
|
</div>
|
|
78
172
|
</a>
|
|
79
|
-
</div>
|
|
80
|
-
|
|
173
|
+
</div>
|
|
174
|
+
|
|
175
|
+
</nav>
|
|
176
|
+
|
|
81
177
|
</header>
|
|
82
|
-
|
|
83
|
-
<
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
<
|
|
91
|
-
<
|
|
92
|
-
|
|
178
|
+
|
|
179
|
+
<div class="md-container" data-md-component="container">
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
<main class="md-main" data-md-component="main">
|
|
187
|
+
<div class="md-main__inner md-grid">
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
<div class="md-sidebar md-sidebar--primary" data-md-component="sidebar" data-md-type="navigation" >
|
|
192
|
+
<div class="md-sidebar__scrollwrap">
|
|
193
|
+
<div class="md-sidebar__inner">
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
<nav class="md-nav md-nav--primary" aria-label="Navigation" data-md-level="0">
|
|
199
|
+
<label class="md-nav__title" for="__drawer">
|
|
200
|
+
<a href="../.." title="LINZ Basemaps" class="md-nav__button md-logo" aria-label="LINZ Basemaps" data-md-component="logo">
|
|
201
|
+
|
|
202
|
+
<img src="../../linz-motif.svg" alt="logo">
|
|
203
|
+
|
|
204
|
+
</a>
|
|
93
205
|
LINZ Basemaps
|
|
94
206
|
</label>
|
|
95
|
-
|
|
96
|
-
<
|
|
97
|
-
<
|
|
98
|
-
<
|
|
99
|
-
|
|
100
|
-
<
|
|
207
|
+
|
|
208
|
+
<div class="md-nav__source">
|
|
209
|
+
<a href="https://github.com/linz/basemaps" title="Go to repository" class="md-source" data-md-component="source">
|
|
210
|
+
<div class="md-source__icon md-icon">
|
|
211
|
+
|
|
212
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81"/></svg>
|
|
213
|
+
</div>
|
|
214
|
+
<div class="md-source__repository">
|
|
101
215
|
GitHub
|
|
102
216
|
</div>
|
|
103
217
|
</a>
|
|
104
|
-
</div>
|
|
105
|
-
|
|
106
|
-
<
|
|
107
|
-
|
|
108
|
-
|
|
218
|
+
</div>
|
|
219
|
+
|
|
220
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
<li class="md-nav__item">
|
|
229
|
+
<a href="../.." class="md-nav__link">
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
<span class="md-ellipsis">
|
|
109
233
|
LINZ Basemaps
|
|
110
234
|
</span>
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
</a>
|
|
238
|
+
</li>
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
<li class="md-nav__item">
|
|
249
|
+
<a href="../../configuration/" class="md-nav__link">
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
<span class="md-ellipsis">
|
|
116
253
|
Configuration
|
|
117
254
|
</span>
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
</a>
|
|
258
|
+
</li>
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
<li class="md-nav__item">
|
|
269
|
+
<a href="../../deployment/" class="md-nav__link">
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
<span class="md-ellipsis">
|
|
123
273
|
Deployment
|
|
124
274
|
</span>
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
</a>
|
|
278
|
+
</li>
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
<li class="md-nav__item">
|
|
289
|
+
<a href="../../quick-start/" class="md-nav__link">
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
<span class="md-ellipsis">
|
|
130
293
|
Quick start guide
|
|
131
294
|
</span>
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
</a>
|
|
298
|
+
</li>
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
325
|
+
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5" >
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
<div class="md-nav__link md-nav__container">
|
|
333
|
+
<a href="../../developer-guide/" class="md-nav__link ">
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
<span class="md-ellipsis">
|
|
139
337
|
Developer guide
|
|
140
338
|
</span>
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
<
|
|
147
|
-
<
|
|
148
|
-
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
</a>
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
<label class="md-nav__link " for="__nav_5" id="__nav_5_label" tabindex="0">
|
|
345
|
+
<span class="md-nav__icon md-icon"></span>
|
|
346
|
+
</label>
|
|
347
|
+
|
|
348
|
+
</div>
|
|
349
|
+
|
|
350
|
+
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_5_label" aria-expanded="false">
|
|
351
|
+
<label class="md-nav__title" for="__nav_5">
|
|
352
|
+
<span class="md-nav__icon md-icon"></span>
|
|
149
353
|
Developer guide
|
|
150
354
|
</label>
|
|
151
|
-
<ul class="md-nav__list" data-md-scrollfix
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
355
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
<li class="md-nav__item">
|
|
366
|
+
<a href="../../developer-guide/run-basemaps-locally/" class="md-nav__link">
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
<span class="md-ellipsis">
|
|
155
370
|
How to run basemaps locally
|
|
156
371
|
</span>
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
</a>
|
|
375
|
+
</li>
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
|
|
396
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5_3" >
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
<label class="md-nav__link" for="__nav_5_3" id="__nav_5_3_label" tabindex="0">
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
<span class="md-ellipsis">
|
|
163
407
|
Cli methods
|
|
164
408
|
</span>
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
<
|
|
168
|
-
|
|
169
|
-
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
<span class="md-nav__icon md-icon"></span>
|
|
412
|
+
</label>
|
|
413
|
+
|
|
414
|
+
<nav class="md-nav" data-md-level="2" aria-labelledby="__nav_5_3_label" aria-expanded="false">
|
|
415
|
+
<label class="md-nav__title" for="__nav_5_3">
|
|
416
|
+
<span class="md-nav__icon md-icon"></span>
|
|
170
417
|
Cli methods
|
|
171
418
|
</label>
|
|
172
|
-
<ul class="md-nav__list" data-md-scrollfix
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
419
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
<li class="md-nav__item">
|
|
428
|
+
<a href="../../developer-guide/cli-methods/bundle-the-basemaps-assets-archive/" class="md-nav__link">
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
<span class="md-ellipsis">
|
|
176
432
|
Bundle the basemaps assets archive
|
|
177
433
|
</span>
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
434
|
+
|
|
435
|
+
|
|
436
|
+
</a>
|
|
437
|
+
</li>
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
|
|
445
|
+
|
|
446
|
+
|
|
447
|
+
|
|
448
|
+
<li class="md-nav__item">
|
|
449
|
+
<a href="../../developer-guide/cli-methods/bundle-the-basemaps-config-file/" class="md-nav__link">
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
<span class="md-ellipsis">
|
|
183
453
|
Bundle the basemaps config file
|
|
184
454
|
</span>
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
</
|
|
188
|
-
</
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
455
|
+
|
|
456
|
+
|
|
457
|
+
</a>
|
|
458
|
+
</li>
|
|
459
|
+
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
</ul>
|
|
464
|
+
</nav>
|
|
465
|
+
|
|
466
|
+
</li>
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
|
|
476
|
+
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
|
|
481
|
+
|
|
482
|
+
|
|
483
|
+
|
|
484
|
+
|
|
485
|
+
|
|
486
|
+
|
|
487
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
488
|
+
|
|
489
|
+
|
|
490
|
+
|
|
491
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5_4" >
|
|
492
|
+
|
|
493
|
+
|
|
494
|
+
<label class="md-nav__link" for="__nav_5_4" id="__nav_5_4_label" tabindex="0">
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
<span class="md-ellipsis">
|
|
194
498
|
Server methods
|
|
195
499
|
</span>
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
<
|
|
199
|
-
|
|
200
|
-
|
|
500
|
+
|
|
501
|
+
|
|
502
|
+
<span class="md-nav__icon md-icon"></span>
|
|
503
|
+
</label>
|
|
504
|
+
|
|
505
|
+
<nav class="md-nav" data-md-level="2" aria-labelledby="__nav_5_4_label" aria-expanded="false">
|
|
506
|
+
<label class="md-nav__title" for="__nav_5_4">
|
|
507
|
+
<span class="md-nav__icon md-icon"></span>
|
|
201
508
|
Server methods
|
|
202
509
|
</label>
|
|
203
|
-
<ul class="md-nav__list" data-md-scrollfix
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
510
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
511
|
+
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
|
|
515
|
+
|
|
516
|
+
|
|
517
|
+
|
|
518
|
+
<li class="md-nav__item">
|
|
519
|
+
<a href="../../developer-guide/server-methods/serve-basemaps-with-bundled-config-file/" class="md-nav__link">
|
|
520
|
+
|
|
521
|
+
|
|
522
|
+
<span class="md-ellipsis">
|
|
207
523
|
Serve basemaps using a bundled config file
|
|
208
524
|
</span>
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
</a>
|
|
528
|
+
</li>
|
|
529
|
+
|
|
530
|
+
|
|
531
|
+
|
|
532
|
+
|
|
533
|
+
|
|
534
|
+
|
|
535
|
+
|
|
536
|
+
|
|
537
|
+
|
|
538
|
+
|
|
539
|
+
<li class="md-nav__item">
|
|
540
|
+
<a href="../../developer-guide/server-methods/serve-basemaps-with-collection-of-geotiff-files/" class="md-nav__link">
|
|
541
|
+
|
|
542
|
+
|
|
543
|
+
<span class="md-ellipsis">
|
|
214
544
|
Serve basemaps using a collection of GeoTIFF files
|
|
215
545
|
</span>
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
</
|
|
219
|
-
</
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
546
|
+
|
|
547
|
+
|
|
548
|
+
</a>
|
|
549
|
+
</li>
|
|
550
|
+
|
|
551
|
+
|
|
552
|
+
|
|
553
|
+
|
|
554
|
+
</ul>
|
|
555
|
+
</nav>
|
|
556
|
+
|
|
557
|
+
</li>
|
|
558
|
+
|
|
559
|
+
|
|
560
|
+
|
|
561
|
+
|
|
562
|
+
</ul>
|
|
563
|
+
</nav>
|
|
564
|
+
|
|
565
|
+
</li>
|
|
566
|
+
|
|
567
|
+
|
|
568
|
+
|
|
569
|
+
|
|
570
|
+
|
|
571
|
+
|
|
572
|
+
|
|
573
|
+
|
|
574
|
+
|
|
575
|
+
|
|
576
|
+
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
|
|
580
|
+
|
|
581
|
+
|
|
582
|
+
|
|
583
|
+
|
|
584
|
+
|
|
585
|
+
|
|
586
|
+
|
|
587
|
+
|
|
588
|
+
|
|
589
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
590
|
+
|
|
591
|
+
|
|
592
|
+
|
|
593
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_6" >
|
|
594
|
+
|
|
595
|
+
|
|
596
|
+
<label class="md-nav__link" for="__nav_6" id="__nav_6_label" tabindex="0">
|
|
597
|
+
|
|
598
|
+
|
|
599
|
+
<span class="md-ellipsis">
|
|
228
600
|
Examples
|
|
229
601
|
</span>
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
<
|
|
233
|
-
|
|
234
|
-
|
|
602
|
+
|
|
603
|
+
|
|
604
|
+
<span class="md-nav__icon md-icon"></span>
|
|
605
|
+
</label>
|
|
606
|
+
|
|
607
|
+
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_6_label" aria-expanded="false">
|
|
608
|
+
<label class="md-nav__title" for="__nav_6">
|
|
609
|
+
<span class="md-nav__icon md-icon"></span>
|
|
235
610
|
Examples
|
|
236
611
|
</label>
|
|
237
|
-
<ul class="md-nav__list" data-md-scrollfix
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
612
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
613
|
+
|
|
614
|
+
|
|
615
|
+
|
|
616
|
+
|
|
617
|
+
|
|
618
|
+
|
|
619
|
+
|
|
620
|
+
<li class="md-nav__item">
|
|
621
|
+
<a href="../../examples/_overview/" class="md-nav__link">
|
|
622
|
+
|
|
623
|
+
|
|
624
|
+
<span class="md-ellipsis">
|
|
241
625
|
Overview
|
|
242
626
|
</span>
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
627
|
+
|
|
628
|
+
|
|
629
|
+
</a>
|
|
630
|
+
</li>
|
|
631
|
+
|
|
632
|
+
|
|
633
|
+
|
|
634
|
+
|
|
635
|
+
|
|
636
|
+
|
|
637
|
+
|
|
638
|
+
|
|
639
|
+
|
|
640
|
+
|
|
641
|
+
<li class="md-nav__item">
|
|
642
|
+
<a href="../../examples/leaflet.xyz.3857/" class="md-nav__link">
|
|
643
|
+
|
|
644
|
+
|
|
645
|
+
<span class="md-ellipsis">
|
|
248
646
|
Leaflet Raster Map
|
|
249
647
|
</span>
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
648
|
+
|
|
649
|
+
|
|
650
|
+
</a>
|
|
651
|
+
</li>
|
|
652
|
+
|
|
653
|
+
|
|
654
|
+
|
|
655
|
+
|
|
656
|
+
|
|
657
|
+
|
|
658
|
+
|
|
659
|
+
|
|
660
|
+
|
|
661
|
+
|
|
662
|
+
<li class="md-nav__item">
|
|
663
|
+
<a href="../../examples/maplibre.opacity.3857/" class="md-nav__link">
|
|
664
|
+
|
|
665
|
+
|
|
666
|
+
<span class="md-ellipsis">
|
|
255
667
|
Maplibre Opacity Slider
|
|
256
668
|
</span>
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
669
|
+
|
|
670
|
+
|
|
671
|
+
</a>
|
|
672
|
+
</li>
|
|
673
|
+
|
|
674
|
+
|
|
675
|
+
|
|
676
|
+
|
|
677
|
+
|
|
678
|
+
|
|
679
|
+
|
|
680
|
+
|
|
681
|
+
|
|
682
|
+
|
|
683
|
+
<li class="md-nav__item">
|
|
684
|
+
<a href="../../examples/maplibre.vector.3857/" class="md-nav__link">
|
|
685
|
+
|
|
686
|
+
|
|
687
|
+
<span class="md-ellipsis">
|
|
262
688
|
Maplibre Vector Map
|
|
263
689
|
</span>
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
</
|
|
267
|
-
</
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
690
|
+
|
|
691
|
+
|
|
692
|
+
</a>
|
|
693
|
+
</li>
|
|
694
|
+
|
|
695
|
+
|
|
696
|
+
|
|
697
|
+
|
|
698
|
+
</ul>
|
|
699
|
+
</nav>
|
|
700
|
+
|
|
701
|
+
</li>
|
|
702
|
+
|
|
703
|
+
|
|
704
|
+
|
|
705
|
+
|
|
706
|
+
|
|
707
|
+
|
|
708
|
+
|
|
709
|
+
|
|
710
|
+
|
|
711
|
+
|
|
712
|
+
|
|
713
|
+
|
|
714
|
+
|
|
715
|
+
|
|
716
|
+
|
|
717
|
+
|
|
718
|
+
|
|
719
|
+
|
|
720
|
+
|
|
721
|
+
|
|
722
|
+
|
|
723
|
+
|
|
724
|
+
|
|
725
|
+
|
|
726
|
+
|
|
727
|
+
|
|
728
|
+
|
|
729
|
+
|
|
730
|
+
|
|
731
|
+
|
|
732
|
+
|
|
733
|
+
|
|
734
|
+
|
|
735
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
736
|
+
|
|
737
|
+
|
|
738
|
+
|
|
739
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_7" >
|
|
740
|
+
|
|
741
|
+
|
|
742
|
+
|
|
743
|
+
<div class="md-nav__link md-nav__container">
|
|
744
|
+
<a href="../../operator-guide/" class="md-nav__link ">
|
|
745
|
+
|
|
746
|
+
|
|
747
|
+
<span class="md-ellipsis">
|
|
274
748
|
Operator guide
|
|
275
749
|
</span>
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
<
|
|
282
|
-
<
|
|
283
|
-
|
|
750
|
+
|
|
751
|
+
|
|
752
|
+
</a>
|
|
753
|
+
|
|
754
|
+
|
|
755
|
+
<label class="md-nav__link " for="__nav_7" id="__nav_7_label" tabindex="0">
|
|
756
|
+
<span class="md-nav__icon md-icon"></span>
|
|
757
|
+
</label>
|
|
758
|
+
|
|
759
|
+
</div>
|
|
760
|
+
|
|
761
|
+
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_7_label" aria-expanded="false">
|
|
762
|
+
<label class="md-nav__title" for="__nav_7">
|
|
763
|
+
<span class="md-nav__icon md-icon"></span>
|
|
284
764
|
Operator guide
|
|
285
765
|
</label>
|
|
286
|
-
<ul class="md-nav__list" data-md-scrollfix
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
766
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
767
|
+
|
|
768
|
+
|
|
769
|
+
|
|
770
|
+
|
|
771
|
+
|
|
772
|
+
|
|
773
|
+
|
|
774
|
+
|
|
775
|
+
|
|
776
|
+
<li class="md-nav__item">
|
|
777
|
+
<a href="../../operator-guide/cog-quality/" class="md-nav__link">
|
|
778
|
+
|
|
779
|
+
|
|
780
|
+
<span class="md-ellipsis">
|
|
290
781
|
COG Quality
|
|
291
782
|
</span>
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
783
|
+
|
|
784
|
+
|
|
785
|
+
</a>
|
|
786
|
+
</li>
|
|
787
|
+
|
|
788
|
+
|
|
789
|
+
|
|
790
|
+
|
|
791
|
+
|
|
792
|
+
|
|
793
|
+
|
|
794
|
+
|
|
795
|
+
|
|
796
|
+
|
|
797
|
+
<li class="md-nav__item">
|
|
798
|
+
<a href="../../operator-guide/empty-tiles/" class="md-nav__link">
|
|
799
|
+
|
|
800
|
+
|
|
801
|
+
<span class="md-ellipsis">
|
|
297
802
|
Sparse Datasets and empty tiles
|
|
298
803
|
</span>
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
804
|
+
|
|
805
|
+
|
|
806
|
+
</a>
|
|
807
|
+
</li>
|
|
808
|
+
|
|
809
|
+
|
|
810
|
+
|
|
811
|
+
|
|
812
|
+
|
|
813
|
+
|
|
814
|
+
|
|
815
|
+
|
|
816
|
+
|
|
817
|
+
|
|
818
|
+
<li class="md-nav__item">
|
|
819
|
+
<a href="../../operator-guide/gebco/" class="md-nav__link">
|
|
820
|
+
|
|
821
|
+
|
|
822
|
+
<span class="md-ellipsis">
|
|
304
823
|
Gebco re-project to NZTM2000Quad cog file
|
|
305
824
|
</span>
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
825
|
+
|
|
826
|
+
|
|
827
|
+
</a>
|
|
828
|
+
</li>
|
|
829
|
+
|
|
830
|
+
|
|
831
|
+
|
|
832
|
+
|
|
833
|
+
|
|
834
|
+
|
|
835
|
+
|
|
836
|
+
|
|
837
|
+
|
|
838
|
+
|
|
839
|
+
<li class="md-nav__item">
|
|
840
|
+
<a href="../../operator-guide/quick-start/" class="md-nav__link">
|
|
841
|
+
|
|
842
|
+
|
|
843
|
+
<span class="md-ellipsis">
|
|
311
844
|
Running LINZ Basemaps - Quick Start
|
|
312
845
|
</span>
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
846
|
+
|
|
847
|
+
|
|
848
|
+
</a>
|
|
849
|
+
</li>
|
|
850
|
+
|
|
851
|
+
|
|
852
|
+
|
|
853
|
+
|
|
854
|
+
|
|
855
|
+
|
|
856
|
+
|
|
857
|
+
|
|
858
|
+
|
|
859
|
+
|
|
860
|
+
<li class="md-nav__item">
|
|
861
|
+
<a href="../../operator-guide/relief-shade/" class="md-nav__link">
|
|
862
|
+
|
|
863
|
+
|
|
864
|
+
<span class="md-ellipsis">
|
|
318
865
|
Relief shade
|
|
319
866
|
</span>
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
867
|
+
|
|
868
|
+
|
|
869
|
+
</a>
|
|
870
|
+
</li>
|
|
871
|
+
|
|
872
|
+
|
|
873
|
+
|
|
874
|
+
|
|
875
|
+
|
|
876
|
+
|
|
877
|
+
|
|
878
|
+
|
|
879
|
+
|
|
880
|
+
|
|
881
|
+
<li class="md-nav__item">
|
|
882
|
+
<a href="../../operator-guide/texture-shade/" class="md-nav__link">
|
|
883
|
+
|
|
884
|
+
|
|
885
|
+
<span class="md-ellipsis">
|
|
325
886
|
Texture shading
|
|
326
887
|
</span>
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
888
|
+
|
|
889
|
+
|
|
890
|
+
</a>
|
|
891
|
+
</li>
|
|
892
|
+
|
|
893
|
+
|
|
894
|
+
|
|
895
|
+
|
|
896
|
+
|
|
897
|
+
|
|
898
|
+
|
|
899
|
+
|
|
900
|
+
|
|
901
|
+
|
|
902
|
+
<li class="md-nav__item">
|
|
903
|
+
<a href="../../operator-guide/xyz-projection/" class="md-nav__link">
|
|
904
|
+
|
|
905
|
+
|
|
906
|
+
<span class="md-ellipsis">
|
|
332
907
|
XYZ and projection math
|
|
333
908
|
</span>
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
</
|
|
337
|
-
</
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
909
|
+
|
|
910
|
+
|
|
911
|
+
</a>
|
|
912
|
+
</li>
|
|
913
|
+
|
|
914
|
+
|
|
915
|
+
|
|
916
|
+
|
|
917
|
+
</ul>
|
|
918
|
+
</nav>
|
|
919
|
+
|
|
920
|
+
</li>
|
|
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
|
+
|
|
947
|
+
|
|
948
|
+
<li class="md-nav__item md-nav__item--active md-nav__item--nested">
|
|
949
|
+
|
|
950
|
+
|
|
951
|
+
|
|
952
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8" checked>
|
|
953
|
+
|
|
954
|
+
|
|
955
|
+
<label class="md-nav__link" for="__nav_8" id="__nav_8_label" tabindex="0">
|
|
956
|
+
|
|
957
|
+
|
|
958
|
+
<span class="md-ellipsis">
|
|
343
959
|
User guide
|
|
344
960
|
</span>
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
<
|
|
348
|
-
|
|
349
|
-
|
|
961
|
+
|
|
962
|
+
|
|
963
|
+
<span class="md-nav__icon md-icon"></span>
|
|
964
|
+
</label>
|
|
965
|
+
|
|
966
|
+
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_8_label" aria-expanded="true">
|
|
967
|
+
<label class="md-nav__title" for="__nav_8">
|
|
968
|
+
<span class="md-nav__icon md-icon"></span>
|
|
350
969
|
User guide
|
|
351
970
|
</label>
|
|
352
|
-
<ul class="md-nav__list" data-md-scrollfix
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
971
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
972
|
+
|
|
973
|
+
|
|
974
|
+
|
|
975
|
+
|
|
976
|
+
|
|
977
|
+
|
|
978
|
+
|
|
979
|
+
<li class="md-nav__item">
|
|
980
|
+
<a href="../_get-started/" class="md-nav__link">
|
|
981
|
+
|
|
982
|
+
|
|
983
|
+
<span class="md-ellipsis">
|
|
356
984
|
Get started with LINZ Basemaps
|
|
357
985
|
</span>
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
986
|
+
|
|
987
|
+
|
|
988
|
+
</a>
|
|
989
|
+
</li>
|
|
990
|
+
|
|
991
|
+
|
|
992
|
+
|
|
993
|
+
|
|
994
|
+
|
|
995
|
+
|
|
996
|
+
|
|
997
|
+
|
|
998
|
+
|
|
999
|
+
|
|
1000
|
+
<li class="md-nav__item">
|
|
1001
|
+
<a href="../api-documentation/" class="md-nav__link">
|
|
1002
|
+
|
|
1003
|
+
|
|
1004
|
+
<span class="md-ellipsis">
|
|
363
1005
|
API documentation
|
|
364
1006
|
</span>
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
1007
|
+
|
|
1008
|
+
|
|
1009
|
+
</a>
|
|
1010
|
+
</li>
|
|
1011
|
+
|
|
1012
|
+
|
|
1013
|
+
|
|
1014
|
+
|
|
1015
|
+
|
|
1016
|
+
|
|
1017
|
+
|
|
1018
|
+
|
|
1019
|
+
|
|
1020
|
+
|
|
1021
|
+
|
|
1022
|
+
|
|
1023
|
+
<li class="md-nav__item md-nav__item--active">
|
|
1024
|
+
|
|
1025
|
+
<input class="md-nav__toggle md-toggle" type="checkbox" id="__toc">
|
|
1026
|
+
|
|
1027
|
+
|
|
1028
|
+
|
|
1029
|
+
|
|
1030
|
+
|
|
1031
|
+
<label class="md-nav__link md-nav__link--active" for="__toc">
|
|
1032
|
+
|
|
1033
|
+
|
|
1034
|
+
<span class="md-ellipsis">
|
|
371
1035
|
Technical documentation and specifications
|
|
372
1036
|
</span>
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
<
|
|
376
|
-
|
|
1037
|
+
|
|
1038
|
+
|
|
1039
|
+
<span class="md-nav__icon md-icon"></span>
|
|
1040
|
+
</label>
|
|
1041
|
+
|
|
1042
|
+
<a href="./" class="md-nav__link md-nav__link--active">
|
|
1043
|
+
|
|
1044
|
+
|
|
1045
|
+
<span class="md-ellipsis">
|
|
377
1046
|
Technical documentation and specifications
|
|
378
1047
|
</span>
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
1048
|
+
|
|
1049
|
+
|
|
1050
|
+
</a>
|
|
1051
|
+
|
|
1052
|
+
|
|
1053
|
+
|
|
1054
|
+
<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
|
|
1055
|
+
|
|
1056
|
+
|
|
1057
|
+
|
|
1058
|
+
|
|
1059
|
+
|
|
1060
|
+
|
|
1061
|
+
<label class="md-nav__title" for="__toc">
|
|
1062
|
+
<span class="md-nav__icon md-icon"></span>
|
|
383
1063
|
Table of contents
|
|
384
1064
|
</label>
|
|
385
|
-
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix
|
|
386
|
-
|
|
387
|
-
<
|
|
388
|
-
<
|
|
1065
|
+
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
|
|
1066
|
+
|
|
1067
|
+
<li class="md-nav__item">
|
|
1068
|
+
<a href="#technical-specifications" class="md-nav__link">
|
|
1069
|
+
<span class="md-ellipsis">
|
|
389
1070
|
Technical specifications
|
|
390
1071
|
</span>
|
|
391
|
-
</a>
|
|
392
|
-
|
|
393
|
-
<
|
|
394
|
-
<
|
|
395
|
-
|
|
396
|
-
<
|
|
1072
|
+
</a>
|
|
1073
|
+
|
|
1074
|
+
<nav class="md-nav" aria-label="Technical specifications">
|
|
1075
|
+
<ul class="md-nav__list">
|
|
1076
|
+
|
|
1077
|
+
<li class="md-nav__item">
|
|
1078
|
+
<a href="#linz-aerial-basemap" class="md-nav__link">
|
|
1079
|
+
<span class="md-ellipsis">
|
|
397
1080
|
LINZ Aerial Basemap
|
|
398
1081
|
</span>
|
|
399
|
-
</a>
|
|
1082
|
+
</a>
|
|
1083
|
+
|
|
400
1084
|
</li>
|
|
401
|
-
|
|
402
|
-
<
|
|
403
|
-
<
|
|
1085
|
+
|
|
1086
|
+
<li class="md-nav__item">
|
|
1087
|
+
<a href="#linz-topographic-basemap" class="md-nav__link">
|
|
1088
|
+
<span class="md-ellipsis">
|
|
404
1089
|
LINZ Topographic Basemap
|
|
405
1090
|
</span>
|
|
406
|
-
</a>
|
|
1091
|
+
</a>
|
|
1092
|
+
|
|
407
1093
|
</li>
|
|
408
|
-
|
|
409
|
-
</
|
|
1094
|
+
|
|
1095
|
+
</ul>
|
|
1096
|
+
</nav>
|
|
1097
|
+
|
|
410
1098
|
</li>
|
|
411
|
-
|
|
412
|
-
<
|
|
413
|
-
<
|
|
1099
|
+
|
|
1100
|
+
<li class="md-nav__item">
|
|
1101
|
+
<a href="#api-access-levels" class="md-nav__link">
|
|
1102
|
+
<span class="md-ellipsis">
|
|
414
1103
|
API access levels
|
|
415
1104
|
</span>
|
|
416
|
-
</a>
|
|
1105
|
+
</a>
|
|
1106
|
+
|
|
417
1107
|
</li>
|
|
418
|
-
|
|
419
|
-
<
|
|
420
|
-
<
|
|
1108
|
+
|
|
1109
|
+
<li class="md-nav__item">
|
|
1110
|
+
<a href="#protocols" class="md-nav__link">
|
|
1111
|
+
<span class="md-ellipsis">
|
|
421
1112
|
Protocols
|
|
422
1113
|
</span>
|
|
423
|
-
</a>
|
|
424
|
-
|
|
425
|
-
<
|
|
426
|
-
<
|
|
427
|
-
|
|
428
|
-
<
|
|
1114
|
+
</a>
|
|
1115
|
+
|
|
1116
|
+
<nav class="md-nav" aria-label="Protocols">
|
|
1117
|
+
<ul class="md-nav__list">
|
|
1118
|
+
|
|
1119
|
+
<li class="md-nav__item">
|
|
1120
|
+
<a href="#linz-aerial-basemaps" class="md-nav__link">
|
|
1121
|
+
<span class="md-ellipsis">
|
|
429
1122
|
LINZ Aerial Basemaps
|
|
430
1123
|
</span>
|
|
431
|
-
</a>
|
|
1124
|
+
</a>
|
|
1125
|
+
|
|
432
1126
|
</li>
|
|
433
|
-
|
|
434
|
-
<
|
|
435
|
-
<
|
|
1127
|
+
|
|
1128
|
+
<li class="md-nav__item">
|
|
1129
|
+
<a href="#linz-topographic-basemaps" class="md-nav__link">
|
|
1130
|
+
<span class="md-ellipsis">
|
|
436
1131
|
LINZ Topographic Basemaps
|
|
437
1132
|
</span>
|
|
438
|
-
</a>
|
|
1133
|
+
</a>
|
|
1134
|
+
|
|
439
1135
|
</li>
|
|
440
|
-
|
|
441
|
-
</
|
|
1136
|
+
|
|
1137
|
+
</ul>
|
|
1138
|
+
</nav>
|
|
1139
|
+
|
|
442
1140
|
</li>
|
|
443
|
-
|
|
444
|
-
<
|
|
445
|
-
<
|
|
1141
|
+
|
|
1142
|
+
<li class="md-nav__item">
|
|
1143
|
+
<a href="#tile-matrix-sets" class="md-nav__link">
|
|
1144
|
+
<span class="md-ellipsis">
|
|
446
1145
|
Tile matrix sets
|
|
447
1146
|
</span>
|
|
448
|
-
</a>
|
|
449
|
-
|
|
450
|
-
<
|
|
451
|
-
<
|
|
452
|
-
|
|
453
|
-
<
|
|
1147
|
+
</a>
|
|
1148
|
+
|
|
1149
|
+
<nav class="md-nav" aria-label="Tile matrix sets">
|
|
1150
|
+
<ul class="md-nav__list">
|
|
1151
|
+
|
|
1152
|
+
<li class="md-nav__item">
|
|
1153
|
+
<a href="#wgs84-web-mercator-quad-epsg3857" class="md-nav__link">
|
|
1154
|
+
<span class="md-ellipsis">
|
|
454
1155
|
WGS84 Web Mercator Quad (EPSG:3857)
|
|
455
1156
|
</span>
|
|
456
|
-
</a>
|
|
1157
|
+
</a>
|
|
1158
|
+
|
|
457
1159
|
</li>
|
|
458
|
-
|
|
459
|
-
<
|
|
460
|
-
<
|
|
1160
|
+
|
|
1161
|
+
<li class="md-nav__item">
|
|
1162
|
+
<a href="#nztm2000-quad-epsg2193" class="md-nav__link">
|
|
1163
|
+
<span class="md-ellipsis">
|
|
461
1164
|
NZTM2000 Quad (EPSG:2193)
|
|
462
1165
|
</span>
|
|
463
|
-
</a>
|
|
1166
|
+
</a>
|
|
1167
|
+
|
|
464
1168
|
</li>
|
|
465
|
-
|
|
466
|
-
</
|
|
1169
|
+
|
|
1170
|
+
</ul>
|
|
1171
|
+
</nav>
|
|
1172
|
+
|
|
467
1173
|
</li>
|
|
468
|
-
|
|
469
|
-
<
|
|
470
|
-
<
|
|
1174
|
+
|
|
1175
|
+
<li class="md-nav__item">
|
|
1176
|
+
<a href="#rate-limits" class="md-nav__link">
|
|
1177
|
+
<span class="md-ellipsis">
|
|
471
1178
|
Rate limits
|
|
472
1179
|
</span>
|
|
473
|
-
</a>
|
|
1180
|
+
</a>
|
|
1181
|
+
|
|
474
1182
|
</li>
|
|
475
|
-
|
|
476
|
-
<
|
|
477
|
-
<
|
|
1183
|
+
|
|
1184
|
+
<li class="md-nav__item">
|
|
1185
|
+
<a href="#rate-limiting" class="md-nav__link">
|
|
1186
|
+
<span class="md-ellipsis">
|
|
478
1187
|
Rate limiting
|
|
479
1188
|
</span>
|
|
480
|
-
</a>
|
|
481
|
-
|
|
482
|
-
<
|
|
483
|
-
<
|
|
484
|
-
|
|
485
|
-
<
|
|
1189
|
+
</a>
|
|
1190
|
+
|
|
1191
|
+
<nav class="md-nav" aria-label="Rate limiting">
|
|
1192
|
+
<ul class="md-nav__list">
|
|
1193
|
+
|
|
1194
|
+
<li class="md-nav__item">
|
|
1195
|
+
<a href="#per-user-api-key-and-ip" class="md-nav__link">
|
|
1196
|
+
<span class="md-ellipsis">
|
|
486
1197
|
Per user - API key and IP
|
|
487
1198
|
</span>
|
|
488
|
-
</a>
|
|
1199
|
+
</a>
|
|
1200
|
+
|
|
489
1201
|
</li>
|
|
490
|
-
|
|
491
|
-
<
|
|
492
|
-
<
|
|
1202
|
+
|
|
1203
|
+
<li class="md-nav__item">
|
|
1204
|
+
<a href="#abuse-or-persistent-overuse-of-our-apis" class="md-nav__link">
|
|
1205
|
+
<span class="md-ellipsis">
|
|
493
1206
|
Abuse or persistent overuse of our APIs
|
|
494
1207
|
</span>
|
|
495
|
-
</a>
|
|
1208
|
+
</a>
|
|
1209
|
+
|
|
496
1210
|
</li>
|
|
497
|
-
|
|
498
|
-
<
|
|
499
|
-
<
|
|
1211
|
+
|
|
1212
|
+
<li class="md-nav__item">
|
|
1213
|
+
<a href="#api-key-expiration" class="md-nav__link">
|
|
1214
|
+
<span class="md-ellipsis">
|
|
500
1215
|
API key expiration
|
|
501
1216
|
</span>
|
|
502
|
-
</a>
|
|
1217
|
+
</a>
|
|
1218
|
+
|
|
503
1219
|
</li>
|
|
504
|
-
|
|
505
|
-
</
|
|
1220
|
+
|
|
1221
|
+
</ul>
|
|
1222
|
+
</nav>
|
|
1223
|
+
|
|
506
1224
|
</li>
|
|
507
|
-
|
|
508
|
-
<
|
|
509
|
-
<
|
|
1225
|
+
|
|
1226
|
+
<li class="md-nav__item">
|
|
1227
|
+
<a href="#response-codes" class="md-nav__link">
|
|
1228
|
+
<span class="md-ellipsis">
|
|
510
1229
|
Response codes
|
|
511
1230
|
</span>
|
|
512
|
-
</a>
|
|
1231
|
+
</a>
|
|
1232
|
+
|
|
513
1233
|
</li>
|
|
514
|
-
|
|
515
|
-
<
|
|
516
|
-
<
|
|
1234
|
+
|
|
1235
|
+
<li class="md-nav__item">
|
|
1236
|
+
<a href="#authentication" class="md-nav__link">
|
|
1237
|
+
<span class="md-ellipsis">
|
|
517
1238
|
Authentication
|
|
518
1239
|
</span>
|
|
519
|
-
</a>
|
|
1240
|
+
</a>
|
|
1241
|
+
|
|
520
1242
|
</li>
|
|
521
|
-
|
|
522
|
-
<
|
|
523
|
-
<
|
|
1243
|
+
|
|
1244
|
+
<li class="md-nav__item">
|
|
1245
|
+
<a href="#aerial-imagery-output-format" class="md-nav__link">
|
|
1246
|
+
<span class="md-ellipsis">
|
|
524
1247
|
Aerial Imagery output format
|
|
525
1248
|
</span>
|
|
526
|
-
</a>
|
|
1249
|
+
</a>
|
|
1250
|
+
|
|
527
1251
|
</li>
|
|
528
|
-
|
|
529
|
-
<
|
|
530
|
-
<
|
|
1252
|
+
|
|
1253
|
+
<li class="md-nav__item">
|
|
1254
|
+
<a href="#data-attribution" class="md-nav__link">
|
|
1255
|
+
<span class="md-ellipsis">
|
|
531
1256
|
Data attribution
|
|
532
1257
|
</span>
|
|
533
|
-
</a>
|
|
1258
|
+
</a>
|
|
1259
|
+
|
|
534
1260
|
</li>
|
|
535
|
-
|
|
536
|
-
<
|
|
537
|
-
<
|
|
1261
|
+
|
|
1262
|
+
<li class="md-nav__item">
|
|
1263
|
+
<a href="#security" class="md-nav__link">
|
|
1264
|
+
<span class="md-ellipsis">
|
|
538
1265
|
Security
|
|
539
1266
|
</span>
|
|
540
|
-
</a>
|
|
1267
|
+
</a>
|
|
1268
|
+
|
|
541
1269
|
</li>
|
|
542
|
-
|
|
543
|
-
<
|
|
544
|
-
<
|
|
1270
|
+
|
|
1271
|
+
<li class="md-nav__item">
|
|
1272
|
+
<a href="#build-your-own-linz-basemap" class="md-nav__link">
|
|
1273
|
+
<span class="md-ellipsis">
|
|
545
1274
|
Build your own LINZ Basemap
|
|
546
1275
|
</span>
|
|
547
|
-
</a>
|
|
1276
|
+
</a>
|
|
1277
|
+
|
|
548
1278
|
</li>
|
|
549
|
-
|
|
1279
|
+
|
|
1280
|
+
</ul>
|
|
1281
|
+
|
|
550
1282
|
</nav>
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
1283
|
+
|
|
1284
|
+
</li>
|
|
1285
|
+
|
|
1286
|
+
|
|
1287
|
+
|
|
1288
|
+
|
|
1289
|
+
|
|
1290
|
+
|
|
1291
|
+
|
|
1292
|
+
|
|
1293
|
+
|
|
1294
|
+
|
|
1295
|
+
|
|
1296
|
+
|
|
1297
|
+
|
|
1298
|
+
|
|
1299
|
+
|
|
1300
|
+
|
|
1301
|
+
|
|
1302
|
+
|
|
1303
|
+
|
|
1304
|
+
|
|
1305
|
+
|
|
1306
|
+
|
|
1307
|
+
|
|
1308
|
+
|
|
1309
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
1310
|
+
|
|
1311
|
+
|
|
1312
|
+
|
|
1313
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8_4" >
|
|
1314
|
+
|
|
1315
|
+
|
|
1316
|
+
|
|
1317
|
+
<div class="md-nav__link md-nav__container">
|
|
1318
|
+
<a href="../how-to-use-and-customize-vector-tiles/" class="md-nav__link ">
|
|
1319
|
+
|
|
1320
|
+
|
|
1321
|
+
<span class="md-ellipsis">
|
|
1322
|
+
How to use and customize vector tiles
|
|
1323
|
+
</span>
|
|
1324
|
+
|
|
1325
|
+
|
|
1326
|
+
</a>
|
|
1327
|
+
|
|
1328
|
+
|
|
1329
|
+
<label class="md-nav__link " for="__nav_8_4" id="__nav_8_4_label" tabindex="0">
|
|
1330
|
+
<span class="md-nav__icon md-icon"></span>
|
|
1331
|
+
</label>
|
|
1332
|
+
|
|
1333
|
+
</div>
|
|
1334
|
+
|
|
1335
|
+
<nav class="md-nav" data-md-level="2" aria-labelledby="__nav_8_4_label" aria-expanded="false">
|
|
1336
|
+
<label class="md-nav__title" for="__nav_8_4">
|
|
1337
|
+
<span class="md-nav__icon md-icon"></span>
|
|
1338
|
+
How to use and customize vector tiles
|
|
1339
|
+
</label>
|
|
1340
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
1341
|
+
|
|
1342
|
+
|
|
1343
|
+
|
|
1344
|
+
|
|
1345
|
+
|
|
1346
|
+
|
|
1347
|
+
|
|
1348
|
+
|
|
1349
|
+
|
|
1350
|
+
|
|
1351
|
+
|
|
1352
|
+
|
|
1353
|
+
|
|
1354
|
+
|
|
1355
|
+
|
|
1356
|
+
|
|
1357
|
+
|
|
1358
|
+
|
|
1359
|
+
|
|
1360
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
1361
|
+
|
|
1362
|
+
|
|
1363
|
+
|
|
1364
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8_4_2" >
|
|
1365
|
+
|
|
1366
|
+
|
|
1367
|
+
|
|
1368
|
+
<div class="md-nav__link md-nav__container">
|
|
1369
|
+
<a href="../how-to-use-and-customize-vector-tiles/_How-to-use-vector-tiles/" class="md-nav__link ">
|
|
1370
|
+
|
|
1371
|
+
|
|
1372
|
+
<span class="md-ellipsis">
|
|
1373
|
+
How to use vector tiles
|
|
1374
|
+
</span>
|
|
1375
|
+
|
|
1376
|
+
|
|
1377
|
+
</a>
|
|
1378
|
+
|
|
1379
|
+
</div>
|
|
1380
|
+
|
|
1381
|
+
<nav class="md-nav" data-md-level="3" aria-labelledby="__nav_8_4_2_label" aria-expanded="false">
|
|
1382
|
+
<label class="md-nav__title" for="__nav_8_4_2">
|
|
1383
|
+
<span class="md-nav__icon md-icon"></span>
|
|
1384
|
+
How to use vector tiles
|
|
1385
|
+
</label>
|
|
1386
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
1387
|
+
|
|
1388
|
+
|
|
1389
|
+
|
|
1390
|
+
</ul>
|
|
1391
|
+
</nav>
|
|
1392
|
+
|
|
1393
|
+
</li>
|
|
1394
|
+
|
|
1395
|
+
|
|
1396
|
+
|
|
1397
|
+
|
|
1398
|
+
|
|
1399
|
+
|
|
1400
|
+
|
|
1401
|
+
|
|
1402
|
+
|
|
1403
|
+
|
|
1404
|
+
|
|
1405
|
+
|
|
1406
|
+
|
|
1407
|
+
|
|
1408
|
+
|
|
1409
|
+
|
|
1410
|
+
|
|
1411
|
+
|
|
1412
|
+
|
|
1413
|
+
|
|
1414
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
1415
|
+
|
|
1416
|
+
|
|
1417
|
+
|
|
1418
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8_4_3" >
|
|
1419
|
+
|
|
1420
|
+
|
|
1421
|
+
|
|
1422
|
+
<div class="md-nav__link md-nav__container">
|
|
1423
|
+
<a href="../how-to-use-and-customize-vector-tiles/how-to-customize-vector-tiles/" class="md-nav__link ">
|
|
1424
|
+
|
|
1425
|
+
|
|
1426
|
+
<span class="md-ellipsis">
|
|
1427
|
+
How to customize vector tiles
|
|
1428
|
+
</span>
|
|
1429
|
+
|
|
1430
|
+
|
|
1431
|
+
</a>
|
|
1432
|
+
|
|
1433
|
+
</div>
|
|
1434
|
+
|
|
1435
|
+
<nav class="md-nav" data-md-level="3" aria-labelledby="__nav_8_4_3_label" aria-expanded="false">
|
|
1436
|
+
<label class="md-nav__title" for="__nav_8_4_3">
|
|
1437
|
+
<span class="md-nav__icon md-icon"></span>
|
|
1438
|
+
How to customize vector tiles
|
|
1439
|
+
</label>
|
|
1440
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
1441
|
+
|
|
1442
|
+
|
|
1443
|
+
|
|
1444
|
+
</ul>
|
|
1445
|
+
</nav>
|
|
1446
|
+
|
|
1447
|
+
</li>
|
|
1448
|
+
|
|
1449
|
+
|
|
1450
|
+
|
|
1451
|
+
|
|
1452
|
+
</ul>
|
|
1453
|
+
</nav>
|
|
1454
|
+
|
|
1455
|
+
</li>
|
|
1456
|
+
|
|
1457
|
+
|
|
1458
|
+
|
|
1459
|
+
|
|
1460
|
+
|
|
1461
|
+
|
|
1462
|
+
|
|
1463
|
+
|
|
1464
|
+
|
|
1465
|
+
|
|
1466
|
+
|
|
1467
|
+
|
|
1468
|
+
|
|
1469
|
+
|
|
1470
|
+
|
|
1471
|
+
|
|
1472
|
+
|
|
1473
|
+
|
|
1474
|
+
|
|
1475
|
+
|
|
1476
|
+
|
|
1477
|
+
|
|
1478
|
+
|
|
1479
|
+
|
|
1480
|
+
|
|
1481
|
+
|
|
1482
|
+
|
|
1483
|
+
|
|
1484
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
1485
|
+
|
|
1486
|
+
|
|
1487
|
+
|
|
1488
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8_5" >
|
|
1489
|
+
|
|
1490
|
+
|
|
1491
|
+
|
|
1492
|
+
<div class="md-nav__link md-nav__container">
|
|
1493
|
+
<a href="../use-in-esri-software/" class="md-nav__link ">
|
|
1494
|
+
|
|
1495
|
+
|
|
1496
|
+
<span class="md-ellipsis">
|
|
557
1497
|
Use in esri software
|
|
558
1498
|
</span>
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
<
|
|
565
|
-
<
|
|
566
|
-
|
|
1499
|
+
|
|
1500
|
+
|
|
1501
|
+
</a>
|
|
1502
|
+
|
|
1503
|
+
|
|
1504
|
+
<label class="md-nav__link " for="__nav_8_5" id="__nav_8_5_label" tabindex="0">
|
|
1505
|
+
<span class="md-nav__icon md-icon"></span>
|
|
1506
|
+
</label>
|
|
1507
|
+
|
|
1508
|
+
</div>
|
|
1509
|
+
|
|
1510
|
+
<nav class="md-nav" data-md-level="2" aria-labelledby="__nav_8_5_label" aria-expanded="false">
|
|
1511
|
+
<label class="md-nav__title" for="__nav_8_5">
|
|
1512
|
+
<span class="md-nav__icon md-icon"></span>
|
|
567
1513
|
Use in esri software
|
|
568
1514
|
</label>
|
|
569
|
-
<ul class="md-nav__list" data-md-scrollfix
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
1515
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
1516
|
+
|
|
1517
|
+
|
|
1518
|
+
|
|
1519
|
+
|
|
1520
|
+
|
|
1521
|
+
|
|
1522
|
+
|
|
1523
|
+
|
|
1524
|
+
|
|
1525
|
+
|
|
1526
|
+
|
|
1527
|
+
|
|
1528
|
+
|
|
1529
|
+
|
|
1530
|
+
|
|
1531
|
+
|
|
1532
|
+
|
|
1533
|
+
|
|
1534
|
+
|
|
1535
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
1536
|
+
|
|
1537
|
+
|
|
1538
|
+
|
|
1539
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8_5_2" >
|
|
1540
|
+
|
|
1541
|
+
|
|
1542
|
+
|
|
1543
|
+
<div class="md-nav__link md-nav__container">
|
|
1544
|
+
<a href="../use-in-esri-software/how-to-add-emergency-imagery-to-arcgis/" class="md-nav__link ">
|
|
1545
|
+
|
|
1546
|
+
|
|
1547
|
+
<span class="md-ellipsis">
|
|
575
1548
|
How to add emergency imagery to arcgis
|
|
576
1549
|
</span>
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
1550
|
+
|
|
1551
|
+
|
|
1552
|
+
</a>
|
|
1553
|
+
|
|
1554
|
+
</div>
|
|
1555
|
+
|
|
1556
|
+
<nav class="md-nav" data-md-level="3" aria-labelledby="__nav_8_5_2_label" aria-expanded="false">
|
|
1557
|
+
<label class="md-nav__title" for="__nav_8_5_2">
|
|
1558
|
+
<span class="md-nav__icon md-icon"></span>
|
|
582
1559
|
How to add emergency imagery to arcgis
|
|
583
1560
|
</label>
|
|
584
|
-
<ul class="md-nav__list" data-md-scrollfix
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
1561
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
1562
|
+
|
|
1563
|
+
|
|
1564
|
+
|
|
1565
|
+
</ul>
|
|
1566
|
+
</nav>
|
|
1567
|
+
|
|
1568
|
+
</li>
|
|
1569
|
+
|
|
1570
|
+
|
|
1571
|
+
|
|
1572
|
+
|
|
1573
|
+
|
|
1574
|
+
|
|
1575
|
+
|
|
1576
|
+
|
|
1577
|
+
|
|
1578
|
+
|
|
1579
|
+
|
|
1580
|
+
|
|
1581
|
+
|
|
1582
|
+
|
|
1583
|
+
|
|
1584
|
+
|
|
1585
|
+
|
|
1586
|
+
|
|
1587
|
+
|
|
1588
|
+
|
|
1589
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
1590
|
+
|
|
1591
|
+
|
|
1592
|
+
|
|
1593
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8_5_3" >
|
|
1594
|
+
|
|
1595
|
+
|
|
1596
|
+
|
|
1597
|
+
<div class="md-nav__link md-nav__container">
|
|
1598
|
+
<a href="../use-in-esri-software/how-to-add-individual-linz-basemaps-layers-to-arcgis/" class="md-nav__link ">
|
|
1599
|
+
|
|
1600
|
+
|
|
1601
|
+
<span class="md-ellipsis">
|
|
593
1602
|
How to add individual linz basemaps layers to arcgis
|
|
594
1603
|
</span>
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
1604
|
+
|
|
1605
|
+
|
|
1606
|
+
</a>
|
|
1607
|
+
|
|
1608
|
+
</div>
|
|
1609
|
+
|
|
1610
|
+
<nav class="md-nav" data-md-level="3" aria-labelledby="__nav_8_5_3_label" aria-expanded="false">
|
|
1611
|
+
<label class="md-nav__title" for="__nav_8_5_3">
|
|
1612
|
+
<span class="md-nav__icon md-icon"></span>
|
|
600
1613
|
How to add individual linz basemaps layers to arcgis
|
|
601
1614
|
</label>
|
|
602
|
-
<ul class="md-nav__list" data-md-scrollfix
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
1615
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
1616
|
+
|
|
1617
|
+
|
|
1618
|
+
|
|
1619
|
+
</ul>
|
|
1620
|
+
</nav>
|
|
1621
|
+
|
|
1622
|
+
</li>
|
|
1623
|
+
|
|
1624
|
+
|
|
1625
|
+
|
|
1626
|
+
|
|
1627
|
+
|
|
1628
|
+
|
|
1629
|
+
|
|
1630
|
+
|
|
1631
|
+
|
|
1632
|
+
|
|
1633
|
+
|
|
1634
|
+
|
|
1635
|
+
|
|
1636
|
+
|
|
1637
|
+
|
|
1638
|
+
|
|
1639
|
+
|
|
1640
|
+
|
|
1641
|
+
|
|
1642
|
+
|
|
1643
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
1644
|
+
|
|
1645
|
+
|
|
1646
|
+
|
|
1647
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8_5_4" >
|
|
1648
|
+
|
|
1649
|
+
|
|
1650
|
+
|
|
1651
|
+
<div class="md-nav__link md-nav__container">
|
|
1652
|
+
<a href="../use-in-esri-software/how-to-add-linz-aerial-imagery-basemaps-to-arcgis-online/" class="md-nav__link ">
|
|
1653
|
+
|
|
1654
|
+
|
|
1655
|
+
<span class="md-ellipsis">
|
|
611
1656
|
How to add linz aerial imagery basemaps to arcgis online
|
|
612
1657
|
</span>
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
1658
|
+
|
|
1659
|
+
|
|
1660
|
+
</a>
|
|
1661
|
+
|
|
1662
|
+
</div>
|
|
1663
|
+
|
|
1664
|
+
<nav class="md-nav" data-md-level="3" aria-labelledby="__nav_8_5_4_label" aria-expanded="false">
|
|
1665
|
+
<label class="md-nav__title" for="__nav_8_5_4">
|
|
1666
|
+
<span class="md-nav__icon md-icon"></span>
|
|
618
1667
|
How to add linz aerial imagery basemaps to arcgis online
|
|
619
1668
|
</label>
|
|
620
|
-
<ul class="md-nav__list" data-md-scrollfix
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
1669
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
1670
|
+
|
|
1671
|
+
|
|
1672
|
+
|
|
1673
|
+
</ul>
|
|
1674
|
+
</nav>
|
|
1675
|
+
|
|
1676
|
+
</li>
|
|
1677
|
+
|
|
1678
|
+
|
|
1679
|
+
|
|
1680
|
+
|
|
1681
|
+
|
|
1682
|
+
|
|
1683
|
+
|
|
1684
|
+
|
|
1685
|
+
|
|
1686
|
+
|
|
1687
|
+
|
|
1688
|
+
|
|
1689
|
+
|
|
1690
|
+
|
|
1691
|
+
|
|
1692
|
+
|
|
1693
|
+
|
|
1694
|
+
|
|
1695
|
+
|
|
1696
|
+
|
|
1697
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
1698
|
+
|
|
1699
|
+
|
|
1700
|
+
|
|
1701
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8_5_5" >
|
|
1702
|
+
|
|
1703
|
+
|
|
1704
|
+
|
|
1705
|
+
<div class="md-nav__link md-nav__container">
|
|
1706
|
+
<a href="../use-in-esri-software/how-to-add-linz-basemaps-to-arcgis-online-basemaps/" class="md-nav__link ">
|
|
1707
|
+
|
|
1708
|
+
|
|
1709
|
+
<span class="md-ellipsis">
|
|
629
1710
|
How to add linz basemaps to arcgis online basemaps
|
|
630
1711
|
</span>
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
1712
|
+
|
|
1713
|
+
|
|
1714
|
+
</a>
|
|
1715
|
+
|
|
1716
|
+
</div>
|
|
1717
|
+
|
|
1718
|
+
<nav class="md-nav" data-md-level="3" aria-labelledby="__nav_8_5_5_label" aria-expanded="false">
|
|
1719
|
+
<label class="md-nav__title" for="__nav_8_5_5">
|
|
1720
|
+
<span class="md-nav__icon md-icon"></span>
|
|
636
1721
|
How to add linz basemaps to arcgis online basemaps
|
|
637
1722
|
</label>
|
|
638
|
-
<ul class="md-nav__list" data-md-scrollfix
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
</ul>
|
|
643
|
-
</nav>
|
|
644
|
-
|
|
645
|
-
</
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
1723
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
1724
|
+
|
|
1725
|
+
|
|
1726
|
+
|
|
1727
|
+
</ul>
|
|
1728
|
+
</nav>
|
|
1729
|
+
|
|
1730
|
+
</li>
|
|
1731
|
+
|
|
1732
|
+
|
|
1733
|
+
|
|
1734
|
+
|
|
1735
|
+
</ul>
|
|
1736
|
+
</nav>
|
|
1737
|
+
|
|
1738
|
+
</li>
|
|
1739
|
+
|
|
1740
|
+
|
|
1741
|
+
|
|
1742
|
+
|
|
1743
|
+
</ul>
|
|
1744
|
+
</nav>
|
|
1745
|
+
|
|
1746
|
+
</li>
|
|
1747
|
+
|
|
1748
|
+
|
|
1749
|
+
|
|
1750
|
+
</ul>
|
|
649
1751
|
</nav>
|
|
650
|
-
</div>
|
|
651
|
-
</div>
|
|
652
|
-
</div>
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
<
|
|
657
|
-
<
|
|
658
|
-
<
|
|
1752
|
+
</div>
|
|
1753
|
+
</div>
|
|
1754
|
+
</div>
|
|
1755
|
+
|
|
1756
|
+
|
|
1757
|
+
|
|
1758
|
+
<div class="md-sidebar md-sidebar--secondary" data-md-component="sidebar" data-md-type="toc" >
|
|
1759
|
+
<div class="md-sidebar__scrollwrap">
|
|
1760
|
+
<div class="md-sidebar__inner">
|
|
1761
|
+
|
|
1762
|
+
|
|
1763
|
+
<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
|
|
1764
|
+
|
|
1765
|
+
|
|
1766
|
+
|
|
1767
|
+
|
|
1768
|
+
|
|
1769
|
+
|
|
1770
|
+
<label class="md-nav__title" for="__toc">
|
|
1771
|
+
<span class="md-nav__icon md-icon"></span>
|
|
659
1772
|
Table of contents
|
|
660
1773
|
</label>
|
|
661
|
-
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix
|
|
662
|
-
|
|
663
|
-
<
|
|
664
|
-
<
|
|
1774
|
+
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
|
|
1775
|
+
|
|
1776
|
+
<li class="md-nav__item">
|
|
1777
|
+
<a href="#technical-specifications" class="md-nav__link">
|
|
1778
|
+
<span class="md-ellipsis">
|
|
665
1779
|
Technical specifications
|
|
666
1780
|
</span>
|
|
667
|
-
</a>
|
|
668
|
-
|
|
669
|
-
<
|
|
670
|
-
<
|
|
671
|
-
|
|
672
|
-
<
|
|
1781
|
+
</a>
|
|
1782
|
+
|
|
1783
|
+
<nav class="md-nav" aria-label="Technical specifications">
|
|
1784
|
+
<ul class="md-nav__list">
|
|
1785
|
+
|
|
1786
|
+
<li class="md-nav__item">
|
|
1787
|
+
<a href="#linz-aerial-basemap" class="md-nav__link">
|
|
1788
|
+
<span class="md-ellipsis">
|
|
673
1789
|
LINZ Aerial Basemap
|
|
674
1790
|
</span>
|
|
675
|
-
</a>
|
|
1791
|
+
</a>
|
|
1792
|
+
|
|
676
1793
|
</li>
|
|
677
|
-
|
|
678
|
-
<
|
|
679
|
-
<
|
|
1794
|
+
|
|
1795
|
+
<li class="md-nav__item">
|
|
1796
|
+
<a href="#linz-topographic-basemap" class="md-nav__link">
|
|
1797
|
+
<span class="md-ellipsis">
|
|
680
1798
|
LINZ Topographic Basemap
|
|
681
1799
|
</span>
|
|
682
|
-
</a>
|
|
1800
|
+
</a>
|
|
1801
|
+
|
|
683
1802
|
</li>
|
|
684
|
-
|
|
685
|
-
</
|
|
1803
|
+
|
|
1804
|
+
</ul>
|
|
1805
|
+
</nav>
|
|
1806
|
+
|
|
686
1807
|
</li>
|
|
687
|
-
|
|
688
|
-
<
|
|
689
|
-
<
|
|
1808
|
+
|
|
1809
|
+
<li class="md-nav__item">
|
|
1810
|
+
<a href="#api-access-levels" class="md-nav__link">
|
|
1811
|
+
<span class="md-ellipsis">
|
|
690
1812
|
API access levels
|
|
691
1813
|
</span>
|
|
692
|
-
</a>
|
|
1814
|
+
</a>
|
|
1815
|
+
|
|
693
1816
|
</li>
|
|
694
|
-
|
|
695
|
-
<
|
|
696
|
-
<
|
|
1817
|
+
|
|
1818
|
+
<li class="md-nav__item">
|
|
1819
|
+
<a href="#protocols" class="md-nav__link">
|
|
1820
|
+
<span class="md-ellipsis">
|
|
697
1821
|
Protocols
|
|
698
1822
|
</span>
|
|
699
|
-
</a>
|
|
700
|
-
|
|
701
|
-
<
|
|
702
|
-
<
|
|
703
|
-
|
|
704
|
-
<
|
|
1823
|
+
</a>
|
|
1824
|
+
|
|
1825
|
+
<nav class="md-nav" aria-label="Protocols">
|
|
1826
|
+
<ul class="md-nav__list">
|
|
1827
|
+
|
|
1828
|
+
<li class="md-nav__item">
|
|
1829
|
+
<a href="#linz-aerial-basemaps" class="md-nav__link">
|
|
1830
|
+
<span class="md-ellipsis">
|
|
705
1831
|
LINZ Aerial Basemaps
|
|
706
1832
|
</span>
|
|
707
|
-
</a>
|
|
1833
|
+
</a>
|
|
1834
|
+
|
|
708
1835
|
</li>
|
|
709
|
-
|
|
710
|
-
<
|
|
711
|
-
<
|
|
1836
|
+
|
|
1837
|
+
<li class="md-nav__item">
|
|
1838
|
+
<a href="#linz-topographic-basemaps" class="md-nav__link">
|
|
1839
|
+
<span class="md-ellipsis">
|
|
712
1840
|
LINZ Topographic Basemaps
|
|
713
1841
|
</span>
|
|
714
|
-
</a>
|
|
1842
|
+
</a>
|
|
1843
|
+
|
|
715
1844
|
</li>
|
|
716
|
-
|
|
717
|
-
</
|
|
1845
|
+
|
|
1846
|
+
</ul>
|
|
1847
|
+
</nav>
|
|
1848
|
+
|
|
718
1849
|
</li>
|
|
719
|
-
|
|
720
|
-
<
|
|
721
|
-
<
|
|
1850
|
+
|
|
1851
|
+
<li class="md-nav__item">
|
|
1852
|
+
<a href="#tile-matrix-sets" class="md-nav__link">
|
|
1853
|
+
<span class="md-ellipsis">
|
|
722
1854
|
Tile matrix sets
|
|
723
1855
|
</span>
|
|
724
|
-
</a>
|
|
725
|
-
|
|
726
|
-
<
|
|
727
|
-
<
|
|
728
|
-
|
|
729
|
-
<
|
|
1856
|
+
</a>
|
|
1857
|
+
|
|
1858
|
+
<nav class="md-nav" aria-label="Tile matrix sets">
|
|
1859
|
+
<ul class="md-nav__list">
|
|
1860
|
+
|
|
1861
|
+
<li class="md-nav__item">
|
|
1862
|
+
<a href="#wgs84-web-mercator-quad-epsg3857" class="md-nav__link">
|
|
1863
|
+
<span class="md-ellipsis">
|
|
730
1864
|
WGS84 Web Mercator Quad (EPSG:3857)
|
|
731
1865
|
</span>
|
|
732
|
-
</a>
|
|
1866
|
+
</a>
|
|
1867
|
+
|
|
733
1868
|
</li>
|
|
734
|
-
|
|
735
|
-
<
|
|
736
|
-
<
|
|
1869
|
+
|
|
1870
|
+
<li class="md-nav__item">
|
|
1871
|
+
<a href="#nztm2000-quad-epsg2193" class="md-nav__link">
|
|
1872
|
+
<span class="md-ellipsis">
|
|
737
1873
|
NZTM2000 Quad (EPSG:2193)
|
|
738
1874
|
</span>
|
|
739
|
-
</a>
|
|
1875
|
+
</a>
|
|
1876
|
+
|
|
740
1877
|
</li>
|
|
741
|
-
|
|
742
|
-
</
|
|
1878
|
+
|
|
1879
|
+
</ul>
|
|
1880
|
+
</nav>
|
|
1881
|
+
|
|
743
1882
|
</li>
|
|
744
|
-
|
|
745
|
-
<
|
|
746
|
-
<
|
|
1883
|
+
|
|
1884
|
+
<li class="md-nav__item">
|
|
1885
|
+
<a href="#rate-limits" class="md-nav__link">
|
|
1886
|
+
<span class="md-ellipsis">
|
|
747
1887
|
Rate limits
|
|
748
1888
|
</span>
|
|
749
|
-
</a>
|
|
1889
|
+
</a>
|
|
1890
|
+
|
|
750
1891
|
</li>
|
|
751
|
-
|
|
752
|
-
<
|
|
753
|
-
<
|
|
1892
|
+
|
|
1893
|
+
<li class="md-nav__item">
|
|
1894
|
+
<a href="#rate-limiting" class="md-nav__link">
|
|
1895
|
+
<span class="md-ellipsis">
|
|
754
1896
|
Rate limiting
|
|
755
1897
|
</span>
|
|
756
|
-
</a>
|
|
757
|
-
|
|
758
|
-
<
|
|
759
|
-
<
|
|
760
|
-
|
|
761
|
-
<
|
|
1898
|
+
</a>
|
|
1899
|
+
|
|
1900
|
+
<nav class="md-nav" aria-label="Rate limiting">
|
|
1901
|
+
<ul class="md-nav__list">
|
|
1902
|
+
|
|
1903
|
+
<li class="md-nav__item">
|
|
1904
|
+
<a href="#per-user-api-key-and-ip" class="md-nav__link">
|
|
1905
|
+
<span class="md-ellipsis">
|
|
762
1906
|
Per user - API key and IP
|
|
763
1907
|
</span>
|
|
764
|
-
</a>
|
|
1908
|
+
</a>
|
|
1909
|
+
|
|
765
1910
|
</li>
|
|
766
|
-
|
|
767
|
-
<
|
|
768
|
-
<
|
|
1911
|
+
|
|
1912
|
+
<li class="md-nav__item">
|
|
1913
|
+
<a href="#abuse-or-persistent-overuse-of-our-apis" class="md-nav__link">
|
|
1914
|
+
<span class="md-ellipsis">
|
|
769
1915
|
Abuse or persistent overuse of our APIs
|
|
770
1916
|
</span>
|
|
771
|
-
</a>
|
|
1917
|
+
</a>
|
|
1918
|
+
|
|
772
1919
|
</li>
|
|
773
|
-
|
|
774
|
-
<
|
|
775
|
-
<
|
|
1920
|
+
|
|
1921
|
+
<li class="md-nav__item">
|
|
1922
|
+
<a href="#api-key-expiration" class="md-nav__link">
|
|
1923
|
+
<span class="md-ellipsis">
|
|
776
1924
|
API key expiration
|
|
777
1925
|
</span>
|
|
778
|
-
</a>
|
|
1926
|
+
</a>
|
|
1927
|
+
|
|
779
1928
|
</li>
|
|
780
|
-
|
|
781
|
-
</
|
|
1929
|
+
|
|
1930
|
+
</ul>
|
|
1931
|
+
</nav>
|
|
1932
|
+
|
|
782
1933
|
</li>
|
|
783
|
-
|
|
784
|
-
<
|
|
785
|
-
<
|
|
1934
|
+
|
|
1935
|
+
<li class="md-nav__item">
|
|
1936
|
+
<a href="#response-codes" class="md-nav__link">
|
|
1937
|
+
<span class="md-ellipsis">
|
|
786
1938
|
Response codes
|
|
787
1939
|
</span>
|
|
788
|
-
</a>
|
|
1940
|
+
</a>
|
|
1941
|
+
|
|
789
1942
|
</li>
|
|
790
|
-
|
|
791
|
-
<
|
|
792
|
-
<
|
|
1943
|
+
|
|
1944
|
+
<li class="md-nav__item">
|
|
1945
|
+
<a href="#authentication" class="md-nav__link">
|
|
1946
|
+
<span class="md-ellipsis">
|
|
793
1947
|
Authentication
|
|
794
1948
|
</span>
|
|
795
|
-
</a>
|
|
1949
|
+
</a>
|
|
1950
|
+
|
|
796
1951
|
</li>
|
|
797
|
-
|
|
798
|
-
<
|
|
799
|
-
<
|
|
1952
|
+
|
|
1953
|
+
<li class="md-nav__item">
|
|
1954
|
+
<a href="#aerial-imagery-output-format" class="md-nav__link">
|
|
1955
|
+
<span class="md-ellipsis">
|
|
800
1956
|
Aerial Imagery output format
|
|
801
1957
|
</span>
|
|
802
|
-
</a>
|
|
1958
|
+
</a>
|
|
1959
|
+
|
|
803
1960
|
</li>
|
|
804
|
-
|
|
805
|
-
<
|
|
806
|
-
<
|
|
1961
|
+
|
|
1962
|
+
<li class="md-nav__item">
|
|
1963
|
+
<a href="#data-attribution" class="md-nav__link">
|
|
1964
|
+
<span class="md-ellipsis">
|
|
807
1965
|
Data attribution
|
|
808
1966
|
</span>
|
|
809
|
-
</a>
|
|
1967
|
+
</a>
|
|
1968
|
+
|
|
810
1969
|
</li>
|
|
811
|
-
|
|
812
|
-
<
|
|
813
|
-
<
|
|
1970
|
+
|
|
1971
|
+
<li class="md-nav__item">
|
|
1972
|
+
<a href="#security" class="md-nav__link">
|
|
1973
|
+
<span class="md-ellipsis">
|
|
814
1974
|
Security
|
|
815
1975
|
</span>
|
|
816
|
-
</a>
|
|
1976
|
+
</a>
|
|
1977
|
+
|
|
817
1978
|
</li>
|
|
818
|
-
|
|
819
|
-
<
|
|
820
|
-
<
|
|
1979
|
+
|
|
1980
|
+
<li class="md-nav__item">
|
|
1981
|
+
<a href="#build-your-own-linz-basemap" class="md-nav__link">
|
|
1982
|
+
<span class="md-ellipsis">
|
|
821
1983
|
Build your own LINZ Basemap
|
|
822
1984
|
</span>
|
|
823
|
-
</a>
|
|
1985
|
+
</a>
|
|
1986
|
+
|
|
824
1987
|
</li>
|
|
825
|
-
|
|
1988
|
+
|
|
1989
|
+
</ul>
|
|
1990
|
+
|
|
826
1991
|
</nav>
|
|
827
|
-
</div>
|
|
828
|
-
</div>
|
|
829
|
-
</div>
|
|
830
|
-
|
|
831
|
-
|
|
1992
|
+
</div>
|
|
1993
|
+
</div>
|
|
1994
|
+
</div>
|
|
1995
|
+
|
|
1996
|
+
|
|
1997
|
+
|
|
1998
|
+
<div class="md-content" data-md-component="content">
|
|
1999
|
+
<article class="md-content__inner md-typeset">
|
|
2000
|
+
|
|
2001
|
+
|
|
2002
|
+
|
|
2003
|
+
|
|
2004
|
+
|
|
2005
|
+
|
|
2006
|
+
|
|
832
2007
|
<h1 id="technical-documentation-and-specifications">Technical documentation and specifications</h1>
|
|
833
2008
|
<p>This page provides technical documentation and specifications to help you start building with LINZ Basemaps APIs.</p>
|
|
834
2009
|
<h2 id="technical-specifications">Technical specifications</h2>
|
|
@@ -1008,97 +2183,63 @@
|
|
|
1008
2183
|
<p>Developer level access enables the allocation of static API keys which we can restrict to your nominated website.</p>
|
|
1009
2184
|
<h2 id="build-your-own-linz-basemap">Build your own LINZ Basemap</h2>
|
|
1010
2185
|
<p>If you provide business critical or high-volume services that require higher rate limits, LINZ Basemaps are available as an open source project for you to deploy into your own infrastructure. Visit our GitHub site or contact Basemaps support for more information.</p>
|
|
1011
|
-
|
|
1012
|
-
|
|
2186
|
+
|
|
2187
|
+
|
|
2188
|
+
|
|
2189
|
+
|
|
2190
|
+
|
|
2191
|
+
|
|
2192
|
+
|
|
2193
|
+
|
|
2194
|
+
|
|
2195
|
+
|
|
2196
|
+
|
|
2197
|
+
|
|
2198
|
+
|
|
2199
|
+
|
|
2200
|
+
|
|
2201
|
+
</article>
|
|
2202
|
+
</div>
|
|
2203
|
+
|
|
2204
|
+
|
|
1013
2205
|
<script>var target=document.getElementById(location.hash.slice(1));target&&target.name&&(target.checked=target.name.startsWith("__tabbed_"))</script>
|
|
1014
|
-
</div>
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
<
|
|
1019
|
-
|
|
1020
|
-
<div class="md-
|
|
1021
|
-
<
|
|
1022
|
-
|
|
2206
|
+
</div>
|
|
2207
|
+
|
|
2208
|
+
</main>
|
|
2209
|
+
|
|
2210
|
+
<footer class="md-footer">
|
|
2211
|
+
|
|
2212
|
+
<div class="md-footer-meta md-typeset">
|
|
2213
|
+
<div class="md-footer-meta__inner md-grid">
|
|
2214
|
+
<div class="md-copyright">
|
|
2215
|
+
|
|
2216
|
+
<div class="md-copyright__highlight">
|
|
2217
|
+
<a href="https://www.linz.govt.nz/copyright">© CC BY 4.0 LINZ</a>
|
|
2218
|
+
</div>
|
|
1023
2219
|
|
|
1024
2220
|
|
|
1025
2221
|
Made with
|
|
1026
|
-
<a href="https://squidfunk.github.io/mkdocs-material/"
|
|
2222
|
+
<a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">
|
|
1027
2223
|
Material for MkDocs
|
|
1028
2224
|
</a>
|
|
2225
|
+
|
|
1029
2226
|
</div>
|
|
1030
|
-
|
|
1031
|
-
</div>
|
|
2227
|
+
|
|
2228
|
+
</div>
|
|
2229
|
+
</div>
|
|
1032
2230
|
</footer>
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
<div class="md-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
}
|
|
1048
|
-
|
|
1049
|
-
let iframe_id_list = []
|
|
1050
|
-
var iframes = document.getElementsByClassName("swagger-ui-iframe");
|
|
1051
|
-
for (var i = 0; i < iframes.length; i++) {
|
|
1052
|
-
iframe_id_list.push(iframes[i].getAttribute("id"))
|
|
1053
|
-
}
|
|
1054
|
-
|
|
1055
|
-
let ticking = true;
|
|
1056
|
-
|
|
1057
|
-
document.addEventListener('scroll', function(e) {
|
|
1058
|
-
if (!ticking) {
|
|
1059
|
-
window.requestAnimationFrame(()=> {
|
|
1060
|
-
let half_vh = window.innerHeight/2;
|
|
1061
|
-
for(var i = 0; i < iframe_id_list.length; i++) {
|
|
1062
|
-
let element = document.getElementById(iframe_id_list[i])
|
|
1063
|
-
if(element==null){
|
|
1064
|
-
return
|
|
1065
|
-
}
|
|
1066
|
-
let diff = element.getBoundingClientRect().top
|
|
1067
|
-
if(element.contentWindow.update_top_val){
|
|
1068
|
-
element.contentWindow.update_top_val(half_vh - diff)
|
|
1069
|
-
}
|
|
1070
|
-
}
|
|
1071
|
-
ticking = false;
|
|
1072
|
-
});
|
|
1073
|
-
ticking = true;
|
|
1074
|
-
}
|
|
1075
|
-
});
|
|
1076
|
-
|
|
1077
|
-
const dark_scheme_name = "slate"
|
|
1078
|
-
|
|
1079
|
-
window.scheme = document.body.getAttribute("data-md-color-scheme")
|
|
1080
|
-
const options = {
|
|
1081
|
-
attributeFilter: ['data-md-color-scheme'],
|
|
1082
|
-
};
|
|
1083
|
-
function color_scheme_callback(mutations) {
|
|
1084
|
-
for (let mutation of mutations) {
|
|
1085
|
-
if (mutation.attributeName === "data-md-color-scheme") {
|
|
1086
|
-
scheme = document.body.getAttribute("data-md-color-scheme")
|
|
1087
|
-
var iframe_list = document.getElementsByClassName("swagger-ui-iframe")
|
|
1088
|
-
for(var i = 0; i < iframe_list.length; i++) {
|
|
1089
|
-
var ele = iframe_list.item(i);
|
|
1090
|
-
if (ele) {
|
|
1091
|
-
if (scheme === dark_scheme_name) {
|
|
1092
|
-
ele.contentWindow.enable_dark_mode();
|
|
1093
|
-
} else {
|
|
1094
|
-
ele.contentWindow.disable_dark_mode();
|
|
1095
|
-
}
|
|
1096
|
-
}
|
|
1097
|
-
}
|
|
1098
|
-
}
|
|
1099
|
-
}
|
|
1100
|
-
}
|
|
1101
|
-
observer = new MutationObserver(color_scheme_callback);
|
|
1102
|
-
observer.observe(document.body, options);
|
|
1103
|
-
})</script></body>
|
|
2231
|
+
|
|
2232
|
+
</div>
|
|
2233
|
+
<div class="md-dialog" data-md-component="dialog">
|
|
2234
|
+
<div class="md-dialog__inner md-typeset"></div>
|
|
2235
|
+
</div>
|
|
2236
|
+
|
|
2237
|
+
|
|
2238
|
+
<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>
|
|
2239
|
+
|
|
2240
|
+
|
|
2241
|
+
<script src="../../assets/javascripts/bundle.83f73b43.min.js"></script>
|
|
2242
|
+
|
|
2243
|
+
|
|
2244
|
+
</body>
|
|
1104
2245
|
</html>
|