@basemaps/landing 8.4.0 → 8.6.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 (88) hide show
  1. package/build/src/config.layer.d.ts +1 -1
  2. package/build/src/config.map.js +15 -3
  3. package/build/src/config.map.js.map +1 -1
  4. package/build/tsconfig.tsbuildinfo +1 -1
  5. package/dist/docs/404.html +798 -10
  6. package/dist/docs/assets/javascripts/swagger-ui-bundle.js +1 -1
  7. package/dist/docs/assets/javascripts/swagger-ui-standalone-preset.js +1 -1
  8. package/dist/docs/assets/stylesheets/swagger-ui.css +1 -1
  9. package/dist/docs/assets/stylesheets/swagger-ui.css.map +1 -1
  10. package/dist/docs/configuration/index.html +2209 -548
  11. package/dist/docs/deployment/index.html +2167 -509
  12. package/dist/docs/developer-guide/cli-methods/bundle-the-basemaps-assets-archive/index.html +2306 -608
  13. package/dist/docs/developer-guide/cli-methods/bundle-the-basemaps-config-file/index.html +2261 -571
  14. package/dist/docs/developer-guide/index.html +2124 -490
  15. package/dist/docs/developer-guide/run-basemaps-locally/index.html +2252 -567
  16. package/dist/docs/developer-guide/server-methods/serve-basemaps-with-bundled-config-file/index.html +2239 -561
  17. package/dist/docs/developer-guide/server-methods/serve-basemaps-with-collection-of-geotiff-files/index.html +2209 -535
  18. package/dist/docs/examples/_overview/index.html +2116 -476
  19. package/dist/docs/examples/leaflet.xyz.3857/index.html +2152 -513
  20. package/dist/docs/examples/maplibre.opacity.3857/index.html +2329 -690
  21. package/dist/docs/examples/maplibre.vector.3857/index.html +2159 -520
  22. package/dist/docs/index.html +2286 -585
  23. package/dist/docs/operator-guide/cog-quality/index.html +2298 -602
  24. package/dist/docs/operator-guide/empty-tiles/index.html +2162 -502
  25. package/dist/docs/operator-guide/gebco/index.html +2184 -524
  26. package/dist/docs/operator-guide/index.html +2112 -483
  27. package/dist/docs/operator-guide/quick-start/index.html +2268 -592
  28. package/dist/docs/operator-guide/relief-shade/index.html +2188 -524
  29. package/dist/docs/operator-guide/texture-shade/index.html +2253 -593
  30. package/dist/docs/operator-guide/xyz-projection/index.html +2218 -542
  31. package/dist/docs/quick-start/index.html +2119 -483
  32. package/dist/docs/sitemap.xml +126 -30
  33. package/dist/docs/sitemap.xml.gz +0 -0
  34. package/dist/docs/user-guide/_get-started/index.html +2265 -577
  35. package/dist/docs/user-guide/api-documentation/index.html +272 -14
  36. package/dist/docs/user-guide/api-documentation/{swagger-be89a08e.html → swagger-3b2ee5d5.html} +4 -4
  37. package/dist/docs/user-guide/technical-documentation/index.html +2443 -687
  38. package/dist/docs/user-guide/use-in-esri-software/how-to-add-emergency-imagery-to-arcgis/index.html +2119 -486
  39. package/dist/docs/user-guide/use-in-esri-software/how-to-add-individual-linz-basemaps-layers-to-arcgis/index.html +2118 -485
  40. package/dist/docs/user-guide/use-in-esri-software/how-to-add-linz-aerial-imagery-basemaps-to-arcgis-online/index.html +2120 -487
  41. package/dist/docs/user-guide/use-in-esri-software/how-to-add-linz-basemaps-to-arcgis-online-basemaps/index.html +2116 -482
  42. package/dist/docs/user-guide/use-in-esri-software/index.html +2114 -483
  43. package/dist/docs/user-guide/working-with-vector-tiles/creation/index.html +2310 -0
  44. package/dist/docs/user-guide/working-with-vector-tiles/creation/inputs/json-schema-file/index.html +2302 -0
  45. package/dist/docs/user-guide/working-with-vector-tiles/index.html +2286 -0
  46. package/dist/docs/user-guide/working-with-vector-tiles/schema/addresses/index.html +2408 -0
  47. package/dist/docs/user-guide/working-with-vector-tiles/schema/aerialways/index.html +2797 -0
  48. package/dist/docs/user-guide/working-with-vector-tiles/schema/boundaries/index.html +2408 -0
  49. package/dist/docs/user-guide/working-with-vector-tiles/schema/buildings/index.html +2571 -0
  50. package/dist/docs/user-guide/working-with-vector-tiles/schema/contours/index.html +2719 -0
  51. package/dist/docs/user-guide/working-with-vector-tiles/schema/dam_lines/index.html +2561 -0
  52. package/dist/docs/user-guide/working-with-vector-tiles/schema/ferries/index.html +2541 -0
  53. package/dist/docs/user-guide/working-with-vector-tiles/schema/land/index.html +7134 -0
  54. package/dist/docs/user-guide/working-with-vector-tiles/schema/parcel_boundaries/index.html +2408 -0
  55. package/dist/docs/user-guide/working-with-vector-tiles/schema/pier_lines/index.html +2541 -0
  56. package/dist/docs/user-guide/working-with-vector-tiles/schema/place_labels/index.html +2428 -0
  57. package/dist/docs/user-guide/working-with-vector-tiles/schema/pois/index.html +2538 -0
  58. package/dist/docs/user-guide/working-with-vector-tiles/schema/public_transport/index.html +2802 -0
  59. package/dist/docs/user-guide/working-with-vector-tiles/schema/sites/index.html +3324 -0
  60. package/dist/docs/user-guide/working-with-vector-tiles/schema/street_labels/index.html +2817 -0
  61. package/dist/docs/user-guide/working-with-vector-tiles/schema/street_polygons/index.html +2684 -0
  62. package/dist/docs/user-guide/working-with-vector-tiles/schema/streets/index.html +3371 -0
  63. package/dist/docs/user-guide/working-with-vector-tiles/schema/water_lines/index.html +3708 -0
  64. package/dist/docs/user-guide/working-with-vector-tiles/schema/water_polygons/index.html +3477 -0
  65. package/dist/docs/user-guide/working-with-vector-tiles/static/labels.png +0 -0
  66. package/dist/docs/user-guide/working-with-vector-tiles/static/topographic.png +0 -0
  67. package/dist/docs/user-guide/working-with-vector-tiles/static/topolite.png +0 -0
  68. package/dist/docs/user-guide/working-with-vector-tiles/styling/index.html +2584 -0
  69. package/dist/docs/user-guide/working-with-vector-tiles/styling/index.maplibre.vector.3857.html +80 -0
  70. package/dist/docs/user-guide/working-with-vector-tiles/styling/static/add-filter.webp +0 -0
  71. package/dist/docs/user-guide/working-with-vector-tiles/styling/static/contours.webp +0 -0
  72. package/dist/docs/user-guide/working-with-vector-tiles/styling/static/modify-paint.webp +0 -0
  73. package/dist/docs/user-guide/working-with-vector-tiles/usage/index.html +2425 -0
  74. package/dist/docs/user-guide/working-with-vector-tiles/usage/index.maplibre.vector.3857.html +22 -0
  75. package/dist/examples/index.openlayers.attribution.wmts.3857.html +1 -1
  76. package/dist/{index-8.4.0-ed5ddcf04a1dbef3.js → index-8.6.0-c101a024188933aa.js} +17 -5
  77. package/dist/index.html +2 -2
  78. package/dist/index.js +17 -5
  79. package/package.json +6 -6
  80. package/dist/docs/assets/javascripts/swagger-initializer.js +0 -20
  81. package/dist/docs/assets/javascripts/swagger-ui-es-bundle-core.js +0 -3
  82. package/dist/docs/assets/javascripts/swagger-ui-es-bundle-core.js.map +0 -1
  83. package/dist/docs/assets/javascripts/swagger-ui-es-bundle.js +0 -3
  84. package/dist/docs/assets/javascripts/swagger-ui-es-bundle.js.map +0 -1
  85. package/dist/docs/assets/stylesheets/swagger-ui.js +0 -2
  86. package/dist/docs/assets/stylesheets/swagger-ui.js.map +0 -1
  87. /package/dist/{index-8.4.0-c5e57c4593cca04a.css → index-8.6.0-c5e57c4593cca04a.css} +0 -0
  88. /package/dist/lib/{attribution-8.4.0-7e26e43200746f3c.js → attribution-8.6.0-7e26e43200746f3c.js} +0 -0
@@ -2,122 +2,218 @@
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>2025-06-25</lastmod>
5
+ <lastmod>2025-08-06</lastmod>
6
6
  </url>
7
7
  <url>
8
8
  <loc>http://localhost:8000/docs/configuration/</loc>
9
- <lastmod>2025-06-25</lastmod>
9
+ <lastmod>2025-08-06</lastmod>
10
10
  </url>
11
11
  <url>
12
12
  <loc>http://localhost:8000/docs/deployment/</loc>
13
- <lastmod>2025-06-25</lastmod>
13
+ <lastmod>2025-08-06</lastmod>
14
14
  </url>
15
15
  <url>
16
16
  <loc>http://localhost:8000/docs/quick-start/</loc>
17
- <lastmod>2025-06-25</lastmod>
17
+ <lastmod>2025-08-06</lastmod>
18
18
  </url>
19
19
  <url>
20
20
  <loc>http://localhost:8000/docs/developer-guide/</loc>
21
- <lastmod>2025-06-25</lastmod>
21
+ <lastmod>2025-08-06</lastmod>
22
22
  </url>
23
23
  <url>
24
24
  <loc>http://localhost:8000/docs/developer-guide/run-basemaps-locally/</loc>
25
- <lastmod>2025-06-25</lastmod>
25
+ <lastmod>2025-08-06</lastmod>
26
26
  </url>
27
27
  <url>
28
28
  <loc>http://localhost:8000/docs/developer-guide/cli-methods/bundle-the-basemaps-assets-archive/</loc>
29
- <lastmod>2025-06-25</lastmod>
29
+ <lastmod>2025-08-06</lastmod>
30
30
  </url>
31
31
  <url>
32
32
  <loc>http://localhost:8000/docs/developer-guide/cli-methods/bundle-the-basemaps-config-file/</loc>
33
- <lastmod>2025-06-25</lastmod>
33
+ <lastmod>2025-08-06</lastmod>
34
34
  </url>
35
35
  <url>
36
36
  <loc>http://localhost:8000/docs/developer-guide/server-methods/serve-basemaps-with-bundled-config-file/</loc>
37
- <lastmod>2025-06-25</lastmod>
37
+ <lastmod>2025-08-06</lastmod>
38
38
  </url>
39
39
  <url>
40
40
  <loc>http://localhost:8000/docs/developer-guide/server-methods/serve-basemaps-with-collection-of-geotiff-files/</loc>
41
- <lastmod>2025-06-25</lastmod>
41
+ <lastmod>2025-08-06</lastmod>
42
42
  </url>
43
43
  <url>
44
44
  <loc>http://localhost:8000/docs/examples/_overview/</loc>
45
- <lastmod>2025-06-25</lastmod>
45
+ <lastmod>2025-08-06</lastmod>
46
46
  </url>
47
47
  <url>
48
48
  <loc>http://localhost:8000/docs/examples/leaflet.xyz.3857/</loc>
49
- <lastmod>2025-06-25</lastmod>
49
+ <lastmod>2025-08-06</lastmod>
50
50
  </url>
51
51
  <url>
52
52
  <loc>http://localhost:8000/docs/examples/maplibre.opacity.3857/</loc>
53
- <lastmod>2025-06-25</lastmod>
53
+ <lastmod>2025-08-06</lastmod>
54
54
  </url>
55
55
  <url>
56
56
  <loc>http://localhost:8000/docs/examples/maplibre.vector.3857/</loc>
57
- <lastmod>2025-06-25</lastmod>
57
+ <lastmod>2025-08-06</lastmod>
58
58
  </url>
59
59
  <url>
60
60
  <loc>http://localhost:8000/docs/operator-guide/</loc>
61
- <lastmod>2025-06-25</lastmod>
61
+ <lastmod>2025-08-06</lastmod>
62
62
  </url>
63
63
  <url>
64
64
  <loc>http://localhost:8000/docs/operator-guide/cog-quality/</loc>
65
- <lastmod>2025-06-25</lastmod>
65
+ <lastmod>2025-08-06</lastmod>
66
66
  </url>
67
67
  <url>
68
68
  <loc>http://localhost:8000/docs/operator-guide/empty-tiles/</loc>
69
- <lastmod>2025-06-25</lastmod>
69
+ <lastmod>2025-08-06</lastmod>
70
70
  </url>
71
71
  <url>
72
72
  <loc>http://localhost:8000/docs/operator-guide/gebco/</loc>
73
- <lastmod>2025-06-25</lastmod>
73
+ <lastmod>2025-08-06</lastmod>
74
74
  </url>
75
75
  <url>
76
76
  <loc>http://localhost:8000/docs/operator-guide/quick-start/</loc>
77
- <lastmod>2025-06-25</lastmod>
77
+ <lastmod>2025-08-06</lastmod>
78
78
  </url>
79
79
  <url>
80
80
  <loc>http://localhost:8000/docs/operator-guide/relief-shade/</loc>
81
- <lastmod>2025-06-25</lastmod>
81
+ <lastmod>2025-08-06</lastmod>
82
82
  </url>
83
83
  <url>
84
84
  <loc>http://localhost:8000/docs/operator-guide/texture-shade/</loc>
85
- <lastmod>2025-06-25</lastmod>
85
+ <lastmod>2025-08-06</lastmod>
86
86
  </url>
87
87
  <url>
88
88
  <loc>http://localhost:8000/docs/operator-guide/xyz-projection/</loc>
89
- <lastmod>2025-06-25</lastmod>
89
+ <lastmod>2025-08-06</lastmod>
90
90
  </url>
91
91
  <url>
92
92
  <loc>http://localhost:8000/docs/user-guide/_get-started/</loc>
93
- <lastmod>2025-06-25</lastmod>
93
+ <lastmod>2025-08-06</lastmod>
94
94
  </url>
95
95
  <url>
96
96
  <loc>http://localhost:8000/docs/user-guide/api-documentation/</loc>
97
- <lastmod>2025-06-25</lastmod>
97
+ <lastmod>2025-08-06</lastmod>
98
98
  </url>
99
99
  <url>
100
100
  <loc>http://localhost:8000/docs/user-guide/technical-documentation/</loc>
101
- <lastmod>2025-06-25</lastmod>
101
+ <lastmod>2025-08-06</lastmod>
102
102
  </url>
103
103
  <url>
104
104
  <loc>http://localhost:8000/docs/user-guide/use-in-esri-software/</loc>
105
- <lastmod>2025-06-25</lastmod>
105
+ <lastmod>2025-08-06</lastmod>
106
106
  </url>
107
107
  <url>
108
108
  <loc>http://localhost:8000/docs/user-guide/use-in-esri-software/how-to-add-emergency-imagery-to-arcgis/</loc>
109
- <lastmod>2025-06-25</lastmod>
109
+ <lastmod>2025-08-06</lastmod>
110
110
  </url>
111
111
  <url>
112
112
  <loc>http://localhost:8000/docs/user-guide/use-in-esri-software/how-to-add-individual-linz-basemaps-layers-to-arcgis/</loc>
113
- <lastmod>2025-06-25</lastmod>
113
+ <lastmod>2025-08-06</lastmod>
114
114
  </url>
115
115
  <url>
116
116
  <loc>http://localhost:8000/docs/user-guide/use-in-esri-software/how-to-add-linz-aerial-imagery-basemaps-to-arcgis-online/</loc>
117
- <lastmod>2025-06-25</lastmod>
117
+ <lastmod>2025-08-06</lastmod>
118
118
  </url>
119
119
  <url>
120
120
  <loc>http://localhost:8000/docs/user-guide/use-in-esri-software/how-to-add-linz-basemaps-to-arcgis-online-basemaps/</loc>
121
- <lastmod>2025-06-25</lastmod>
121
+ <lastmod>2025-08-06</lastmod>
122
+ </url>
123
+ <url>
124
+ <loc>http://localhost:8000/docs/user-guide/working-with-vector-tiles/</loc>
125
+ <lastmod>2025-08-06</lastmod>
126
+ </url>
127
+ <url>
128
+ <loc>http://localhost:8000/docs/user-guide/working-with-vector-tiles/creation/</loc>
129
+ <lastmod>2025-08-06</lastmod>
130
+ </url>
131
+ <url>
132
+ <loc>http://localhost:8000/docs/user-guide/working-with-vector-tiles/creation/inputs/json-schema-file/</loc>
133
+ <lastmod>2025-08-06</lastmod>
134
+ </url>
135
+ <url>
136
+ <loc>http://localhost:8000/docs/user-guide/working-with-vector-tiles/schema/addresses/</loc>
137
+ <lastmod>2025-08-06</lastmod>
138
+ </url>
139
+ <url>
140
+ <loc>http://localhost:8000/docs/user-guide/working-with-vector-tiles/schema/aerialways/</loc>
141
+ <lastmod>2025-08-06</lastmod>
142
+ </url>
143
+ <url>
144
+ <loc>http://localhost:8000/docs/user-guide/working-with-vector-tiles/schema/boundaries/</loc>
145
+ <lastmod>2025-08-06</lastmod>
146
+ </url>
147
+ <url>
148
+ <loc>http://localhost:8000/docs/user-guide/working-with-vector-tiles/schema/buildings/</loc>
149
+ <lastmod>2025-08-06</lastmod>
150
+ </url>
151
+ <url>
152
+ <loc>http://localhost:8000/docs/user-guide/working-with-vector-tiles/schema/contours/</loc>
153
+ <lastmod>2025-08-06</lastmod>
154
+ </url>
155
+ <url>
156
+ <loc>http://localhost:8000/docs/user-guide/working-with-vector-tiles/schema/dam_lines/</loc>
157
+ <lastmod>2025-08-06</lastmod>
158
+ </url>
159
+ <url>
160
+ <loc>http://localhost:8000/docs/user-guide/working-with-vector-tiles/schema/ferries/</loc>
161
+ <lastmod>2025-08-06</lastmod>
162
+ </url>
163
+ <url>
164
+ <loc>http://localhost:8000/docs/user-guide/working-with-vector-tiles/schema/land/</loc>
165
+ <lastmod>2025-08-06</lastmod>
166
+ </url>
167
+ <url>
168
+ <loc>http://localhost:8000/docs/user-guide/working-with-vector-tiles/schema/parcel_boundaries/</loc>
169
+ <lastmod>2025-08-06</lastmod>
170
+ </url>
171
+ <url>
172
+ <loc>http://localhost:8000/docs/user-guide/working-with-vector-tiles/schema/pier_lines/</loc>
173
+ <lastmod>2025-08-06</lastmod>
174
+ </url>
175
+ <url>
176
+ <loc>http://localhost:8000/docs/user-guide/working-with-vector-tiles/schema/place_labels/</loc>
177
+ <lastmod>2025-08-06</lastmod>
178
+ </url>
179
+ <url>
180
+ <loc>http://localhost:8000/docs/user-guide/working-with-vector-tiles/schema/pois/</loc>
181
+ <lastmod>2025-08-06</lastmod>
182
+ </url>
183
+ <url>
184
+ <loc>http://localhost:8000/docs/user-guide/working-with-vector-tiles/schema/public_transport/</loc>
185
+ <lastmod>2025-08-06</lastmod>
186
+ </url>
187
+ <url>
188
+ <loc>http://localhost:8000/docs/user-guide/working-with-vector-tiles/schema/sites/</loc>
189
+ <lastmod>2025-08-06</lastmod>
190
+ </url>
191
+ <url>
192
+ <loc>http://localhost:8000/docs/user-guide/working-with-vector-tiles/schema/street_labels/</loc>
193
+ <lastmod>2025-08-06</lastmod>
194
+ </url>
195
+ <url>
196
+ <loc>http://localhost:8000/docs/user-guide/working-with-vector-tiles/schema/street_polygons/</loc>
197
+ <lastmod>2025-08-06</lastmod>
198
+ </url>
199
+ <url>
200
+ <loc>http://localhost:8000/docs/user-guide/working-with-vector-tiles/schema/streets/</loc>
201
+ <lastmod>2025-08-06</lastmod>
202
+ </url>
203
+ <url>
204
+ <loc>http://localhost:8000/docs/user-guide/working-with-vector-tiles/schema/water_lines/</loc>
205
+ <lastmod>2025-08-06</lastmod>
206
+ </url>
207
+ <url>
208
+ <loc>http://localhost:8000/docs/user-guide/working-with-vector-tiles/schema/water_polygons/</loc>
209
+ <lastmod>2025-08-06</lastmod>
210
+ </url>
211
+ <url>
212
+ <loc>http://localhost:8000/docs/user-guide/working-with-vector-tiles/styling/</loc>
213
+ <lastmod>2025-08-06</lastmod>
214
+ </url>
215
+ <url>
216
+ <loc>http://localhost:8000/docs/user-guide/working-with-vector-tiles/usage/</loc>
217
+ <lastmod>2025-08-06</lastmod>
122
218
  </url>
123
219
  </urlset>
Binary file