@basemaps/landing 8.5.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.
- package/build/src/config.layer.d.ts +1 -1
- package/build/src/config.map.js +15 -3
- package/build/src/config.map.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/dist/docs/404.html +684 -69
- package/dist/docs/configuration/index.html +684 -69
- package/dist/docs/deployment/index.html +684 -69
- package/dist/docs/developer-guide/cli-methods/bundle-the-basemaps-assets-archive/index.html +684 -69
- package/dist/docs/developer-guide/cli-methods/bundle-the-basemaps-config-file/index.html +684 -69
- package/dist/docs/developer-guide/index.html +686 -70
- package/dist/docs/developer-guide/run-basemaps-locally/index.html +684 -69
- package/dist/docs/developer-guide/server-methods/serve-basemaps-with-bundled-config-file/index.html +684 -69
- package/dist/docs/developer-guide/server-methods/serve-basemaps-with-collection-of-geotiff-files/index.html +684 -69
- package/dist/docs/examples/_overview/index.html +684 -69
- package/dist/docs/examples/leaflet.xyz.3857/index.html +684 -69
- package/dist/docs/examples/maplibre.opacity.3857/index.html +684 -69
- package/dist/docs/examples/maplibre.vector.3857/index.html +684 -69
- package/dist/docs/index.html +684 -69
- package/dist/docs/operator-guide/cog-quality/index.html +684 -69
- package/dist/docs/operator-guide/empty-tiles/index.html +684 -69
- package/dist/docs/operator-guide/gebco/index.html +684 -69
- package/dist/docs/operator-guide/index.html +684 -69
- package/dist/docs/operator-guide/quick-start/index.html +684 -69
- package/dist/docs/operator-guide/relief-shade/index.html +684 -69
- package/dist/docs/operator-guide/texture-shade/index.html +684 -69
- package/dist/docs/operator-guide/xyz-projection/index.html +684 -69
- package/dist/docs/quick-start/index.html +684 -69
- package/dist/docs/sitemap.xml +125 -41
- package/dist/docs/sitemap.xml.gz +0 -0
- package/dist/docs/user-guide/_get-started/index.html +684 -69
- package/dist/docs/user-guide/api-documentation/index.html +222 -27
- package/dist/docs/user-guide/technical-documentation/index.html +685 -70
- package/dist/docs/user-guide/use-in-esri-software/how-to-add-emergency-imagery-to-arcgis/index.html +696 -81
- package/dist/docs/user-guide/use-in-esri-software/how-to-add-individual-linz-basemaps-layers-to-arcgis/index.html +696 -81
- package/dist/docs/user-guide/use-in-esri-software/how-to-add-linz-aerial-imagery-basemaps-to-arcgis-online/index.html +690 -75
- package/dist/docs/user-guide/use-in-esri-software/how-to-add-linz-basemaps-to-arcgis-online-basemaps/index.html +697 -80
- package/dist/docs/user-guide/use-in-esri-software/index.html +692 -77
- package/dist/docs/user-guide/working-with-vector-tiles/creation/index.html +2310 -0
- package/dist/docs/user-guide/working-with-vector-tiles/creation/inputs/json-schema-file/index.html +2302 -0
- package/dist/docs/user-guide/{how-to-use-and-customize-vector-tiles → working-with-vector-tiles}/index.html +809 -163
- package/dist/docs/user-guide/working-with-vector-tiles/schema/addresses/index.html +2408 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/aerialways/index.html +2797 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/boundaries/index.html +2408 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/buildings/index.html +2571 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/contours/index.html +2719 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/dam_lines/index.html +2561 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/ferries/index.html +2541 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/land/index.html +7134 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/parcel_boundaries/index.html +2408 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/pier_lines/index.html +2541 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/place_labels/index.html +2428 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/pois/index.html +2538 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/public_transport/index.html +2802 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/sites/index.html +3324 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/street_labels/index.html +2817 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/street_polygons/index.html +2684 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/streets/index.html +3371 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/water_lines/index.html +3708 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/water_polygons/index.html +3477 -0
- package/dist/docs/user-guide/working-with-vector-tiles/static/labels.png +0 -0
- package/dist/docs/user-guide/working-with-vector-tiles/static/topographic.png +0 -0
- package/dist/docs/user-guide/working-with-vector-tiles/static/topolite.png +0 -0
- package/dist/docs/user-guide/{how-to-use-and-customize-vector-tiles/how-to-customize-vector-tiles → working-with-vector-tiles/styling}/index.html +938 -314
- package/dist/docs/user-guide/{how-to-use-and-customize-vector-tiles/_How-to-use-vector-tiles → working-with-vector-tiles/usage}/index.html +885 -239
- package/dist/examples/index.openlayers.attribution.wmts.3857.html +1 -1
- package/dist/{index-8.5.0-3c37c4e66b36a792.js → index-8.6.0-c101a024188933aa.js} +17 -5
- package/dist/index.html +2 -2
- package/dist/index.js +17 -5
- package/package.json +6 -6
- /package/dist/docs/user-guide/{how-to-use-and-customize-vector-tiles/how-to-customize-vector-tiles → working-with-vector-tiles/styling}/index.maplibre.vector.3857.html +0 -0
- /package/dist/docs/user-guide/{how-to-use-and-customize-vector-tiles/how-to-customize-vector-tiles → working-with-vector-tiles/styling}/static/add-filter.webp +0 -0
- /package/dist/docs/user-guide/{how-to-use-and-customize-vector-tiles/how-to-customize-vector-tiles → working-with-vector-tiles/styling}/static/contours.webp +0 -0
- /package/dist/docs/user-guide/{how-to-use-and-customize-vector-tiles/how-to-customize-vector-tiles → working-with-vector-tiles/styling}/static/modify-paint.webp +0 -0
- /package/dist/docs/user-guide/{how-to-use-and-customize-vector-tiles/_How-to-use-vector-tiles → working-with-vector-tiles/usage}/index.maplibre.vector.3857.html +0 -0
- /package/dist/{index-8.5.0-c5e57c4593cca04a.css → index-8.6.0-c5e57c4593cca04a.css} +0 -0
- /package/dist/lib/{attribution-8.5.0-7e26e43200746f3c.js → attribution-8.6.0-7e26e43200746f3c.js} +0 -0
package/dist/docs/sitemap.xml
CHANGED
|
@@ -2,134 +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-
|
|
5
|
+
<lastmod>2025-08-06</lastmod>
|
|
6
6
|
</url>
|
|
7
7
|
<url>
|
|
8
8
|
<loc>http://localhost:8000/docs/configuration/</loc>
|
|
9
|
-
<lastmod>2025-
|
|
9
|
+
<lastmod>2025-08-06</lastmod>
|
|
10
10
|
</url>
|
|
11
11
|
<url>
|
|
12
12
|
<loc>http://localhost:8000/docs/deployment/</loc>
|
|
13
|
-
<lastmod>2025-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
101
|
+
<lastmod>2025-08-06</lastmod>
|
|
102
102
|
</url>
|
|
103
103
|
<url>
|
|
104
|
-
<loc>http://localhost:8000/docs/user-guide/
|
|
105
|
-
<lastmod>2025-
|
|
104
|
+
<loc>http://localhost:8000/docs/user-guide/use-in-esri-software/</loc>
|
|
105
|
+
<lastmod>2025-08-06</lastmod>
|
|
106
106
|
</url>
|
|
107
107
|
<url>
|
|
108
|
-
<loc>http://localhost:8000/docs/user-guide/
|
|
109
|
-
<lastmod>2025-
|
|
108
|
+
<loc>http://localhost:8000/docs/user-guide/use-in-esri-software/how-to-add-emergency-imagery-to-arcgis/</loc>
|
|
109
|
+
<lastmod>2025-08-06</lastmod>
|
|
110
110
|
</url>
|
|
111
111
|
<url>
|
|
112
|
-
<loc>http://localhost:8000/docs/user-guide/how-to-
|
|
113
|
-
<lastmod>2025-
|
|
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-08-06</lastmod>
|
|
114
114
|
</url>
|
|
115
115
|
<url>
|
|
116
|
-
<loc>http://localhost:8000/docs/user-guide/use-in-esri-software/</loc>
|
|
117
|
-
<lastmod>2025-
|
|
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-08-06</lastmod>
|
|
118
118
|
</url>
|
|
119
119
|
<url>
|
|
120
|
-
<loc>http://localhost:8000/docs/user-guide/use-in-esri-software/how-to-add-
|
|
121
|
-
<lastmod>2025-
|
|
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-08-06</lastmod>
|
|
122
122
|
</url>
|
|
123
123
|
<url>
|
|
124
|
-
<loc>http://localhost:8000/docs/user-guide/
|
|
125
|
-
<lastmod>2025-
|
|
124
|
+
<loc>http://localhost:8000/docs/user-guide/working-with-vector-tiles/</loc>
|
|
125
|
+
<lastmod>2025-08-06</lastmod>
|
|
126
126
|
</url>
|
|
127
127
|
<url>
|
|
128
|
-
<loc>http://localhost:8000/docs/user-guide/
|
|
129
|
-
<lastmod>2025-
|
|
128
|
+
<loc>http://localhost:8000/docs/user-guide/working-with-vector-tiles/creation/</loc>
|
|
129
|
+
<lastmod>2025-08-06</lastmod>
|
|
130
130
|
</url>
|
|
131
131
|
<url>
|
|
132
|
-
<loc>http://localhost:8000/docs/user-guide/
|
|
133
|
-
<lastmod>2025-
|
|
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>
|
|
134
218
|
</url>
|
|
135
219
|
</urlset>
|
package/dist/docs/sitemap.xml.gz
CHANGED
|
Binary file
|