@basemaps/landing 7.10.0 → 7.12.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.
Files changed (56) hide show
  1. package/build/__tests__/map.config.test.js +39 -0
  2. package/build/__tests__/map.config.test.js.map +1 -1
  3. package/build/attribution.d.ts +9 -10
  4. package/build/attribution.js +40 -59
  5. package/build/attribution.js.map +1 -1
  6. package/build/components/debug.js +2 -2
  7. package/build/components/debug.js.map +1 -1
  8. package/build/components/feature.updates.d.ts +31 -0
  9. package/build/components/feature.updates.js +51 -0
  10. package/build/components/feature.updates.js.map +1 -0
  11. package/build/components/layer.switcher.dropdown.d.ts +8 -1
  12. package/build/components/layer.switcher.dropdown.js +75 -9
  13. package/build/components/layer.switcher.dropdown.js.map +1 -1
  14. package/build/components/new-features/3d.map.d.ts +5 -0
  15. package/build/components/new-features/3d.map.js +33 -0
  16. package/build/components/new-features/3d.map.js.map +1 -0
  17. package/build/config.layer.d.ts +6 -0
  18. package/build/config.map.d.ts +6 -2
  19. package/build/config.map.js +45 -12
  20. package/build/config.map.js.map +1 -1
  21. package/build/index.js +2 -1
  22. package/build/index.js.map +1 -1
  23. package/build/tile.matrix.d.ts +5 -0
  24. package/build/tile.matrix.js +18 -0
  25. package/build/tile.matrix.js.map +1 -1
  26. package/build/url.d.ts +26 -0
  27. package/build/url.js.map +1 -1
  28. package/dist/docs/404.html +189 -0
  29. package/dist/docs/configuration/index.html +65 -0
  30. package/dist/docs/deployment/index.html +65 -0
  31. package/dist/docs/developer-guide/cli-methods/bundle-the-basemaps-config-file/index.html +669 -0
  32. package/dist/docs/developer-guide/index.html +67 -2
  33. package/dist/docs/developer-guide/run-basemaps-locally/index.html +678 -0
  34. package/dist/docs/developer-guide/server-methods/serve-basemaps-with-bundled-config-file/index.html +630 -0
  35. package/dist/docs/developer-guide/server-methods/serve-basemaps-with-collection-of-geotiff-files/index.html +584 -0
  36. package/dist/docs/examples/_overview/index.html +66 -1
  37. package/dist/docs/examples/leaflet.xyz.3857/index.html +65 -0
  38. package/dist/docs/examples/maplibre.opacity.3857/index.html +65 -0
  39. package/dist/docs/examples/maplibre.vector.3857/index.html +65 -0
  40. package/dist/docs/index.html +66 -1
  41. package/dist/docs/operator-guide/cog-quality/index.html +65 -0
  42. package/dist/docs/operator-guide/empty-tiles/index.html +65 -0
  43. package/dist/docs/operator-guide/gebco/index.html +65 -0
  44. package/dist/docs/operator-guide/index.html +65 -0
  45. package/dist/docs/operator-guide/quick-start/index.html +65 -0
  46. package/dist/docs/operator-guide/relief-shade/index.html +65 -0
  47. package/dist/docs/operator-guide/texture-shade/index.html +65 -0
  48. package/dist/docs/operator-guide/xyz-projection/index.html +65 -0
  49. package/dist/docs/quick-start/index.html +66 -1
  50. package/dist/docs/sitemap.xml +40 -20
  51. package/dist/docs/sitemap.xml.gz +0 -0
  52. package/dist/docs/user-guide/_get-started/index.html +65 -0
  53. package/dist/docs/user-guide/api-documentation/index.html +66 -1
  54. package/dist/docs/user-guide/api-documentation/{swagger-a5588c46.html → swagger-ccf476ba.html} +1 -1
  55. package/dist/docs/user-guide/technical-documentation/index.html +65 -0
  56. package/package.json +18 -8
@@ -139,6 +139,9 @@
139
139
  Developer guide
140
140
  </span>
141
141
  </a>
142
+ <label class="md-nav__link" 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="false" 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="../developer-guide/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="../developer-guide/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="../developer-guide/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="../developer-guide/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>
@@ -139,6 +139,9 @@
139
139
  Developer guide
140
140
  </span>
141
141
  </a>
142
+ <label class="md-nav__link" 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="false" 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="../../developer-guide/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="../../developer-guide/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="../../developer-guide/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="../../developer-guide/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>
@@ -139,6 +139,9 @@
139
139
  Developer guide
140
140
  </span>
141
141
  </a>
142
+ <label class="md-nav__link" 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="false" 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="../../developer-guide/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="../../developer-guide/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="../../developer-guide/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="../../developer-guide/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>
@@ -139,6 +139,9 @@
139
139
  Developer guide
140
140
  </span>
141
141
  </a>
142
+ <label class="md-nav__link" 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="false" 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="../../developer-guide/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="../../developer-guide/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="../../developer-guide/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="../../developer-guide/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>
@@ -139,6 +139,9 @@
139
139
  Developer guide
140
140
  </span>
141
141
  </a>
142
+ <label class="md-nav__link" 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="false" 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="../../developer-guide/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="../../developer-guide/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="../../developer-guide/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="../../developer-guide/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>
@@ -140,6 +140,9 @@
140
140
  Developer guide
141
141
  </span>
142
142
  </a>
143
+ <label class="md-nav__link" for="__nav_5" id="__nav_5_label" tabindex="0">
144
+ <span class="md-nav__icon md-icon"></span>
145
+ </label>
143
146
  </div>
144
147
  <nav aria-expanded="false" aria-labelledby="__nav_5_label" class="md-nav" data-md-level="1">
145
148
  <label class="md-nav__title" for="__nav_5">
@@ -147,6 +150,68 @@
147
150
  Developer guide
148
151
  </label>
149
152
  <ul class="md-nav__list" data-md-scrollfix="">
153
+ <li class="md-nav__item">
154
+ <a class="md-nav__link" href="../developer-guide/run-basemaps-locally/">
155
+ <span class="md-ellipsis">
156
+ How to run basemaps locally
157
+ </span>
158
+ </a>
159
+ </li>
160
+ <li class="md-nav__item md-nav__item--nested">
161
+ <input class="md-nav__toggle md-toggle" id="__nav_5_3" type="checkbox"/>
162
+ <label class="md-nav__link" for="__nav_5_3" id="__nav_5_3_label" tabindex="0">
163
+ <span class="md-ellipsis">
164
+ Cli methods
165
+ </span>
166
+ <span class="md-nav__icon md-icon"></span>
167
+ </label>
168
+ <nav aria-expanded="false" aria-labelledby="__nav_5_3_label" class="md-nav" data-md-level="2">
169
+ <label class="md-nav__title" for="__nav_5_3">
170
+ <span class="md-nav__icon md-icon"></span>
171
+ Cli methods
172
+ </label>
173
+ <ul class="md-nav__list" data-md-scrollfix="">
174
+ <li class="md-nav__item">
175
+ <a class="md-nav__link" href="../developer-guide/cli-methods/bundle-the-basemaps-config-file/">
176
+ <span class="md-ellipsis">
177
+ Bundle the basemaps config file
178
+ </span>
179
+ </a>
180
+ </li>
181
+ </ul>
182
+ </nav>
183
+ </li>
184
+ <li class="md-nav__item md-nav__item--nested">
185
+ <input class="md-nav__toggle md-toggle" id="__nav_5_4" type="checkbox"/>
186
+ <label class="md-nav__link" for="__nav_5_4" id="__nav_5_4_label" tabindex="0">
187
+ <span class="md-ellipsis">
188
+ Server methods
189
+ </span>
190
+ <span class="md-nav__icon md-icon"></span>
191
+ </label>
192
+ <nav aria-expanded="false" aria-labelledby="__nav_5_4_label" class="md-nav" data-md-level="2">
193
+ <label class="md-nav__title" for="__nav_5_4">
194
+ <span class="md-nav__icon md-icon"></span>
195
+ Server methods
196
+ </label>
197
+ <ul class="md-nav__list" data-md-scrollfix="">
198
+ <li class="md-nav__item">
199
+ <a class="md-nav__link" href="../developer-guide/server-methods/serve-basemaps-with-bundled-config-file/">
200
+ <span class="md-ellipsis">
201
+ Serve basemaps using a bundled config file
202
+ </span>
203
+ </a>
204
+ </li>
205
+ <li class="md-nav__item">
206
+ <a class="md-nav__link" href="../developer-guide/server-methods/serve-basemaps-with-collection-of-geotiff-files/">
207
+ <span class="md-ellipsis">
208
+ Serve basemaps using a collection of GeoTIFF files
209
+ </span>
210
+ </a>
211
+ </li>
212
+ </ul>
213
+ </nav>
214
+ </li>
150
215
  </ul>
151
216
  </nav>
152
217
  </li>
@@ -329,7 +394,7 @@
329
394
  <ul>
330
395
  <li><a href="./user-guide/quick-start.md">User Quick Start</a></li>
331
396
  <li><a href="../operator-guide/quick-start/">Operator Quick Start</a></li>
332
- <li><a href="./developer-guide/quick-startm.md">Developer Quick Start</a></li>
397
+ <li><a href="./developer-guide/quick-start.md">Developer Quick Start</a></li>
333
398
  </ul>
334
399
  </article>
335
400
  </div>
@@ -2,102 +2,122 @@
2
2
  <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3
3
  <url>
4
4
  <loc>http://localhost:8000/docs/</loc>
5
- <lastmod>2024-09-16</lastmod>
5
+ <lastmod>2024-11-14</lastmod>
6
6
  <changefreq>daily</changefreq>
7
7
  </url>
8
8
  <url>
9
9
  <loc>http://localhost:8000/docs/configuration/</loc>
10
- <lastmod>2024-09-16</lastmod>
10
+ <lastmod>2024-11-14</lastmod>
11
11
  <changefreq>daily</changefreq>
12
12
  </url>
13
13
  <url>
14
14
  <loc>http://localhost:8000/docs/deployment/</loc>
15
- <lastmod>2024-09-16</lastmod>
15
+ <lastmod>2024-11-14</lastmod>
16
16
  <changefreq>daily</changefreq>
17
17
  </url>
18
18
  <url>
19
19
  <loc>http://localhost:8000/docs/quick-start/</loc>
20
- <lastmod>2024-09-16</lastmod>
20
+ <lastmod>2024-11-14</lastmod>
21
21
  <changefreq>daily</changefreq>
22
22
  </url>
23
23
  <url>
24
24
  <loc>http://localhost:8000/docs/developer-guide/</loc>
25
- <lastmod>2024-09-16</lastmod>
25
+ <lastmod>2024-11-14</lastmod>
26
+ <changefreq>daily</changefreq>
27
+ </url>
28
+ <url>
29
+ <loc>http://localhost:8000/docs/developer-guide/run-basemaps-locally/</loc>
30
+ <lastmod>2024-11-14</lastmod>
31
+ <changefreq>daily</changefreq>
32
+ </url>
33
+ <url>
34
+ <loc>http://localhost:8000/docs/developer-guide/cli-methods/bundle-the-basemaps-config-file/</loc>
35
+ <lastmod>2024-11-14</lastmod>
36
+ <changefreq>daily</changefreq>
37
+ </url>
38
+ <url>
39
+ <loc>http://localhost:8000/docs/developer-guide/server-methods/serve-basemaps-with-bundled-config-file/</loc>
40
+ <lastmod>2024-11-14</lastmod>
41
+ <changefreq>daily</changefreq>
42
+ </url>
43
+ <url>
44
+ <loc>http://localhost:8000/docs/developer-guide/server-methods/serve-basemaps-with-collection-of-geotiff-files/</loc>
45
+ <lastmod>2024-11-14</lastmod>
26
46
  <changefreq>daily</changefreq>
27
47
  </url>
28
48
  <url>
29
49
  <loc>http://localhost:8000/docs/examples/_overview/</loc>
30
- <lastmod>2024-09-16</lastmod>
50
+ <lastmod>2024-11-14</lastmod>
31
51
  <changefreq>daily</changefreq>
32
52
  </url>
33
53
  <url>
34
54
  <loc>http://localhost:8000/docs/examples/leaflet.xyz.3857/</loc>
35
- <lastmod>2024-09-16</lastmod>
55
+ <lastmod>2024-11-14</lastmod>
36
56
  <changefreq>daily</changefreq>
37
57
  </url>
38
58
  <url>
39
59
  <loc>http://localhost:8000/docs/examples/maplibre.opacity.3857/</loc>
40
- <lastmod>2024-09-16</lastmod>
60
+ <lastmod>2024-11-14</lastmod>
41
61
  <changefreq>daily</changefreq>
42
62
  </url>
43
63
  <url>
44
64
  <loc>http://localhost:8000/docs/examples/maplibre.vector.3857/</loc>
45
- <lastmod>2024-09-16</lastmod>
65
+ <lastmod>2024-11-14</lastmod>
46
66
  <changefreq>daily</changefreq>
47
67
  </url>
48
68
  <url>
49
69
  <loc>http://localhost:8000/docs/operator-guide/</loc>
50
- <lastmod>2024-09-16</lastmod>
70
+ <lastmod>2024-11-14</lastmod>
51
71
  <changefreq>daily</changefreq>
52
72
  </url>
53
73
  <url>
54
74
  <loc>http://localhost:8000/docs/operator-guide/cog-quality/</loc>
55
- <lastmod>2024-09-16</lastmod>
75
+ <lastmod>2024-11-14</lastmod>
56
76
  <changefreq>daily</changefreq>
57
77
  </url>
58
78
  <url>
59
79
  <loc>http://localhost:8000/docs/operator-guide/empty-tiles/</loc>
60
- <lastmod>2024-09-16</lastmod>
80
+ <lastmod>2024-11-14</lastmod>
61
81
  <changefreq>daily</changefreq>
62
82
  </url>
63
83
  <url>
64
84
  <loc>http://localhost:8000/docs/operator-guide/gebco/</loc>
65
- <lastmod>2024-09-16</lastmod>
85
+ <lastmod>2024-11-14</lastmod>
66
86
  <changefreq>daily</changefreq>
67
87
  </url>
68
88
  <url>
69
89
  <loc>http://localhost:8000/docs/operator-guide/quick-start/</loc>
70
- <lastmod>2024-09-16</lastmod>
90
+ <lastmod>2024-11-14</lastmod>
71
91
  <changefreq>daily</changefreq>
72
92
  </url>
73
93
  <url>
74
94
  <loc>http://localhost:8000/docs/operator-guide/relief-shade/</loc>
75
- <lastmod>2024-09-16</lastmod>
95
+ <lastmod>2024-11-14</lastmod>
76
96
  <changefreq>daily</changefreq>
77
97
  </url>
78
98
  <url>
79
99
  <loc>http://localhost:8000/docs/operator-guide/texture-shade/</loc>
80
- <lastmod>2024-09-16</lastmod>
100
+ <lastmod>2024-11-14</lastmod>
81
101
  <changefreq>daily</changefreq>
82
102
  </url>
83
103
  <url>
84
104
  <loc>http://localhost:8000/docs/operator-guide/xyz-projection/</loc>
85
- <lastmod>2024-09-16</lastmod>
105
+ <lastmod>2024-11-14</lastmod>
86
106
  <changefreq>daily</changefreq>
87
107
  </url>
88
108
  <url>
89
109
  <loc>http://localhost:8000/docs/user-guide/_get-started/</loc>
90
- <lastmod>2024-09-16</lastmod>
110
+ <lastmod>2024-11-14</lastmod>
91
111
  <changefreq>daily</changefreq>
92
112
  </url>
93
113
  <url>
94
114
  <loc>http://localhost:8000/docs/user-guide/api-documentation/</loc>
95
- <lastmod>2024-09-16</lastmod>
115
+ <lastmod>2024-11-14</lastmod>
96
116
  <changefreq>daily</changefreq>
97
117
  </url>
98
118
  <url>
99
119
  <loc>http://localhost:8000/docs/user-guide/technical-documentation/</loc>
100
- <lastmod>2024-09-16</lastmod>
120
+ <lastmod>2024-11-14</lastmod>
101
121
  <changefreq>daily</changefreq>
102
122
  </url>
103
123
  </urlset>
Binary file