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