@basemaps/landing 7.9.0 → 7.11.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/attribution.d.ts +9 -10
- package/build/attribution.js +38 -50
- package/build/attribution.js.map +1 -1
- package/build/components/layer.switcher.dropdown.d.ts +8 -1
- package/build/components/layer.switcher.dropdown.js +75 -9
- package/build/components/layer.switcher.dropdown.js.map +1 -1
- package/build/components/map.label.d.ts +2 -0
- package/build/components/map.label.js +11 -1
- package/build/components/map.label.js.map +1 -1
- package/build/config.map.d.ts +6 -2
- package/build/config.map.js +37 -9
- package/build/config.map.js.map +1 -1
- package/build/tile.matrix.d.ts +5 -0
- package/build/tile.matrix.js +18 -0
- package/build/tile.matrix.js.map +1 -1
- package/build/url.d.ts +26 -0
- package/build/url.js.map +1 -1
- package/dist/docs/404.html +211 -0
- package/dist/docs/configuration/index.html +72 -0
- package/dist/docs/deployment/index.html +72 -0
- package/dist/docs/developer-guide/cli-methods/bundle-the-basemaps-config-file/index.html +669 -0
- package/dist/docs/developer-guide/index.html +74 -2
- package/dist/docs/developer-guide/run-basemaps-locally/index.html +678 -0
- package/dist/docs/developer-guide/server-methods/serve-basemaps-with-bundled-config-file/index.html +630 -0
- package/dist/docs/developer-guide/server-methods/serve-basemaps-with-collection-of-geotiff-files/index.html +584 -0
- package/dist/docs/examples/_overview/index.html +73 -1
- package/dist/docs/examples/leaflet.xyz.3857/index.html +72 -0
- package/dist/docs/examples/maplibre.opacity.3857/index.html +72 -0
- package/dist/docs/examples/maplibre.vector.3857/index.html +72 -0
- package/dist/docs/index.html +73 -1
- package/dist/docs/operator-guide/cog-quality/index.html +72 -0
- package/dist/docs/operator-guide/empty-tiles/index.html +72 -0
- package/dist/docs/operator-guide/gebco/index.html +72 -0
- package/dist/docs/operator-guide/index.html +72 -0
- package/dist/docs/operator-guide/quick-start/index.html +72 -0
- package/dist/docs/operator-guide/relief-shade/index.html +72 -0
- package/dist/docs/operator-guide/static/projection_beehive_fakenztm2000.webp +0 -0
- package/dist/docs/operator-guide/static/projection_beehive_nztm2000quad.webp +0 -0
- package/dist/docs/operator-guide/static/projection_nztm2000quad_0_0_0.webp +0 -0
- package/dist/docs/operator-guide/texture-shade/index.html +73 -1
- package/dist/docs/operator-guide/xyz-projection/index.html +598 -0
- package/dist/docs/quick-start/index.html +73 -1
- package/dist/docs/sitemap.xml +44 -19
- package/dist/docs/sitemap.xml.gz +0 -0
- package/dist/docs/user-guide/_get-started/index.html +73 -1
- package/dist/docs/user-guide/api-documentation/index.html +73 -1
- package/dist/docs/user-guide/api-documentation/{swagger-654fffa1.html → swagger-1c4e7946.html} +1 -1
- package/dist/docs/user-guide/technical-documentation/index.html +72 -0
- package/package.json +7 -7
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
<meta content="width=device-width,initial-scale=1" name="viewport"/>
|
|
8
8
|
<link href="http://localhost:8000/docs/developer-guide/" rel="canonical"/>
|
|
9
9
|
<link href="../quick-start/" rel="prev"/>
|
|
10
|
-
<link href="
|
|
10
|
+
<link href="run-basemaps-locally/" rel="next"/>
|
|
11
11
|
<link href="../assets/images/favicon.png" rel="icon"/>
|
|
12
12
|
<meta content="mkdocs-1.5.3, mkdocs-material-9.4.10" name="generator"/>
|
|
13
13
|
<title>Developer guide - LINZ Basemaps</title>
|
|
@@ -139,6 +139,9 @@
|
|
|
139
139
|
Developer guide
|
|
140
140
|
</span>
|
|
141
141
|
</a>
|
|
142
|
+
<label class="md-nav__link md-nav__link--active" for="__nav_5" id="__nav_5_label" tabindex="0">
|
|
143
|
+
<span class="md-nav__icon md-icon"></span>
|
|
144
|
+
</label>
|
|
142
145
|
</div>
|
|
143
146
|
<nav aria-expanded="true" aria-labelledby="__nav_5_label" class="md-nav" data-md-level="1">
|
|
144
147
|
<label class="md-nav__title" for="__nav_5">
|
|
@@ -146,6 +149,68 @@
|
|
|
146
149
|
Developer guide
|
|
147
150
|
</label>
|
|
148
151
|
<ul class="md-nav__list" data-md-scrollfix="">
|
|
152
|
+
<li class="md-nav__item">
|
|
153
|
+
<a class="md-nav__link" href="run-basemaps-locally/">
|
|
154
|
+
<span class="md-ellipsis">
|
|
155
|
+
How to run basemaps locally
|
|
156
|
+
</span>
|
|
157
|
+
</a>
|
|
158
|
+
</li>
|
|
159
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
160
|
+
<input class="md-nav__toggle md-toggle" id="__nav_5_3" type="checkbox"/>
|
|
161
|
+
<label class="md-nav__link" for="__nav_5_3" id="__nav_5_3_label" tabindex="0">
|
|
162
|
+
<span class="md-ellipsis">
|
|
163
|
+
Cli methods
|
|
164
|
+
</span>
|
|
165
|
+
<span class="md-nav__icon md-icon"></span>
|
|
166
|
+
</label>
|
|
167
|
+
<nav aria-expanded="false" aria-labelledby="__nav_5_3_label" class="md-nav" data-md-level="2">
|
|
168
|
+
<label class="md-nav__title" for="__nav_5_3">
|
|
169
|
+
<span class="md-nav__icon md-icon"></span>
|
|
170
|
+
Cli methods
|
|
171
|
+
</label>
|
|
172
|
+
<ul class="md-nav__list" data-md-scrollfix="">
|
|
173
|
+
<li class="md-nav__item">
|
|
174
|
+
<a class="md-nav__link" href="cli-methods/bundle-the-basemaps-config-file/">
|
|
175
|
+
<span class="md-ellipsis">
|
|
176
|
+
Bundle the basemaps config file
|
|
177
|
+
</span>
|
|
178
|
+
</a>
|
|
179
|
+
</li>
|
|
180
|
+
</ul>
|
|
181
|
+
</nav>
|
|
182
|
+
</li>
|
|
183
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
184
|
+
<input class="md-nav__toggle md-toggle" id="__nav_5_4" type="checkbox"/>
|
|
185
|
+
<label class="md-nav__link" for="__nav_5_4" id="__nav_5_4_label" tabindex="0">
|
|
186
|
+
<span class="md-ellipsis">
|
|
187
|
+
Server methods
|
|
188
|
+
</span>
|
|
189
|
+
<span class="md-nav__icon md-icon"></span>
|
|
190
|
+
</label>
|
|
191
|
+
<nav aria-expanded="false" aria-labelledby="__nav_5_4_label" class="md-nav" data-md-level="2">
|
|
192
|
+
<label class="md-nav__title" for="__nav_5_4">
|
|
193
|
+
<span class="md-nav__icon md-icon"></span>
|
|
194
|
+
Server methods
|
|
195
|
+
</label>
|
|
196
|
+
<ul class="md-nav__list" data-md-scrollfix="">
|
|
197
|
+
<li class="md-nav__item">
|
|
198
|
+
<a class="md-nav__link" href="server-methods/serve-basemaps-with-bundled-config-file/">
|
|
199
|
+
<span class="md-ellipsis">
|
|
200
|
+
Serve basemaps using a bundled config file
|
|
201
|
+
</span>
|
|
202
|
+
</a>
|
|
203
|
+
</li>
|
|
204
|
+
<li class="md-nav__item">
|
|
205
|
+
<a class="md-nav__link" href="server-methods/serve-basemaps-with-collection-of-geotiff-files/">
|
|
206
|
+
<span class="md-ellipsis">
|
|
207
|
+
Serve basemaps using a collection of GeoTIFF files
|
|
208
|
+
</span>
|
|
209
|
+
</a>
|
|
210
|
+
</li>
|
|
211
|
+
</ul>
|
|
212
|
+
</nav>
|
|
213
|
+
</li>
|
|
149
214
|
</ul>
|
|
150
215
|
</nav>
|
|
151
216
|
</li>
|
|
@@ -254,6 +319,13 @@
|
|
|
254
319
|
</span>
|
|
255
320
|
</a>
|
|
256
321
|
</li>
|
|
322
|
+
<li class="md-nav__item">
|
|
323
|
+
<a class="md-nav__link" href="../operator-guide/xyz-projection/">
|
|
324
|
+
<span class="md-ellipsis">
|
|
325
|
+
XYZ and projection math
|
|
326
|
+
</span>
|
|
327
|
+
</a>
|
|
328
|
+
</li>
|
|
257
329
|
</ul>
|
|
258
330
|
</nav>
|
|
259
331
|
</li>
|
|
@@ -326,7 +398,7 @@
|
|
|
326
398
|
<h1 id="developer-guide">Developer guide</h1>
|
|
327
399
|
<p>Documentation of the Basemaps codebase for developers</p>
|
|
328
400
|
<ul>
|
|
329
|
-
<li>How to
|
|
401
|
+
<li><a href="run-basemaps-locally/">How to run <code>basemaps</code> locally</a></li>
|
|
330
402
|
<li>Contributing guidelines</li>
|
|
331
403
|
<li>TypeDoc API docs</li>
|
|
332
404
|
</ul>
|