@basemaps/landing 7.8.0 → 7.10.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/components/debug.d.ts +5 -1
- package/build/components/debug.js +41 -2
- package/build/components/debug.js.map +1 -1
- package/build/components/map.d.ts +0 -2
- package/build/components/map.js +5 -65
- package/build/components/map.js.map +1 -1
- package/build/components/map.label.d.ts +15 -0
- package/build/components/map.label.js +106 -0
- package/build/components/map.label.js.map +1 -0
- package/build/components/map.switcher.js +4 -6
- package/build/components/map.switcher.js.map +1 -1
- package/build/config.map.d.ts +5 -0
- package/build/config.map.js +21 -1
- package/build/config.map.js.map +1 -1
- package/build/tile.matrix.d.ts +8 -2
- package/build/tile.matrix.js +6 -6
- package/build/tile.matrix.js.map +1 -1
- package/build/url.d.ts +1 -0
- package/build/url.js +7 -1
- package/build/url.js.map +1 -1
- package/dist/docs/404.html +22 -0
- package/dist/docs/configuration/index.html +7 -0
- package/dist/docs/deployment/index.html +7 -0
- package/dist/docs/developer-guide/index.html +7 -0
- package/dist/docs/examples/_overview/index.html +7 -0
- package/dist/docs/examples/leaflet.xyz.3857/index.html +7 -0
- package/dist/docs/examples/maplibre.opacity.3857/index.html +7 -0
- package/dist/docs/examples/maplibre.vector.3857/index.html +7 -0
- package/dist/docs/index.html +7 -0
- package/dist/docs/operator-guide/cog-quality/index.html +7 -0
- package/dist/docs/operator-guide/empty-tiles/index.html +7 -0
- package/dist/docs/operator-guide/gebco/index.html +7 -0
- package/dist/docs/operator-guide/index.html +7 -0
- package/dist/docs/operator-guide/quick-start/index.html +7 -0
- package/dist/docs/operator-guide/relief-shade/index.html +7 -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 +8 -1
- package/dist/docs/operator-guide/xyz-projection/index.html +533 -0
- package/dist/docs/quick-start/index.html +7 -0
- package/dist/docs/sitemap.xml +24 -19
- package/dist/docs/sitemap.xml.gz +0 -0
- package/dist/docs/user-guide/_get-started/index.html +8 -1
- package/dist/docs/user-guide/api-documentation/index.html +8 -1
- package/dist/docs/user-guide/api-documentation/{swagger-9e70fa04.html → swagger-a5588c46.html} +1 -1
- package/dist/docs/user-guide/technical-documentation/index.html +7 -0
- package/package.json +5 -5
package/dist/docs/sitemap.xml
CHANGED
|
@@ -2,97 +2,102 @@
|
|
|
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-
|
|
5
|
+
<lastmod>2024-09-16</lastmod>
|
|
6
6
|
<changefreq>daily</changefreq>
|
|
7
7
|
</url>
|
|
8
8
|
<url>
|
|
9
9
|
<loc>http://localhost:8000/docs/configuration/</loc>
|
|
10
|
-
<lastmod>2024-
|
|
10
|
+
<lastmod>2024-09-16</lastmod>
|
|
11
11
|
<changefreq>daily</changefreq>
|
|
12
12
|
</url>
|
|
13
13
|
<url>
|
|
14
14
|
<loc>http://localhost:8000/docs/deployment/</loc>
|
|
15
|
-
<lastmod>2024-
|
|
15
|
+
<lastmod>2024-09-16</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-
|
|
20
|
+
<lastmod>2024-09-16</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-
|
|
25
|
+
<lastmod>2024-09-16</lastmod>
|
|
26
26
|
<changefreq>daily</changefreq>
|
|
27
27
|
</url>
|
|
28
28
|
<url>
|
|
29
29
|
<loc>http://localhost:8000/docs/examples/_overview/</loc>
|
|
30
|
-
<lastmod>2024-
|
|
30
|
+
<lastmod>2024-09-16</lastmod>
|
|
31
31
|
<changefreq>daily</changefreq>
|
|
32
32
|
</url>
|
|
33
33
|
<url>
|
|
34
34
|
<loc>http://localhost:8000/docs/examples/leaflet.xyz.3857/</loc>
|
|
35
|
-
<lastmod>2024-
|
|
35
|
+
<lastmod>2024-09-16</lastmod>
|
|
36
36
|
<changefreq>daily</changefreq>
|
|
37
37
|
</url>
|
|
38
38
|
<url>
|
|
39
39
|
<loc>http://localhost:8000/docs/examples/maplibre.opacity.3857/</loc>
|
|
40
|
-
<lastmod>2024-
|
|
40
|
+
<lastmod>2024-09-16</lastmod>
|
|
41
41
|
<changefreq>daily</changefreq>
|
|
42
42
|
</url>
|
|
43
43
|
<url>
|
|
44
44
|
<loc>http://localhost:8000/docs/examples/maplibre.vector.3857/</loc>
|
|
45
|
-
<lastmod>2024-
|
|
45
|
+
<lastmod>2024-09-16</lastmod>
|
|
46
46
|
<changefreq>daily</changefreq>
|
|
47
47
|
</url>
|
|
48
48
|
<url>
|
|
49
49
|
<loc>http://localhost:8000/docs/operator-guide/</loc>
|
|
50
|
-
<lastmod>2024-
|
|
50
|
+
<lastmod>2024-09-16</lastmod>
|
|
51
51
|
<changefreq>daily</changefreq>
|
|
52
52
|
</url>
|
|
53
53
|
<url>
|
|
54
54
|
<loc>http://localhost:8000/docs/operator-guide/cog-quality/</loc>
|
|
55
|
-
<lastmod>2024-
|
|
55
|
+
<lastmod>2024-09-16</lastmod>
|
|
56
56
|
<changefreq>daily</changefreq>
|
|
57
57
|
</url>
|
|
58
58
|
<url>
|
|
59
59
|
<loc>http://localhost:8000/docs/operator-guide/empty-tiles/</loc>
|
|
60
|
-
<lastmod>2024-
|
|
60
|
+
<lastmod>2024-09-16</lastmod>
|
|
61
61
|
<changefreq>daily</changefreq>
|
|
62
62
|
</url>
|
|
63
63
|
<url>
|
|
64
64
|
<loc>http://localhost:8000/docs/operator-guide/gebco/</loc>
|
|
65
|
-
<lastmod>2024-
|
|
65
|
+
<lastmod>2024-09-16</lastmod>
|
|
66
66
|
<changefreq>daily</changefreq>
|
|
67
67
|
</url>
|
|
68
68
|
<url>
|
|
69
69
|
<loc>http://localhost:8000/docs/operator-guide/quick-start/</loc>
|
|
70
|
-
<lastmod>2024-
|
|
70
|
+
<lastmod>2024-09-16</lastmod>
|
|
71
71
|
<changefreq>daily</changefreq>
|
|
72
72
|
</url>
|
|
73
73
|
<url>
|
|
74
74
|
<loc>http://localhost:8000/docs/operator-guide/relief-shade/</loc>
|
|
75
|
-
<lastmod>2024-
|
|
75
|
+
<lastmod>2024-09-16</lastmod>
|
|
76
76
|
<changefreq>daily</changefreq>
|
|
77
77
|
</url>
|
|
78
78
|
<url>
|
|
79
79
|
<loc>http://localhost:8000/docs/operator-guide/texture-shade/</loc>
|
|
80
|
-
<lastmod>2024-
|
|
80
|
+
<lastmod>2024-09-16</lastmod>
|
|
81
|
+
<changefreq>daily</changefreq>
|
|
82
|
+
</url>
|
|
83
|
+
<url>
|
|
84
|
+
<loc>http://localhost:8000/docs/operator-guide/xyz-projection/</loc>
|
|
85
|
+
<lastmod>2024-09-16</lastmod>
|
|
81
86
|
<changefreq>daily</changefreq>
|
|
82
87
|
</url>
|
|
83
88
|
<url>
|
|
84
89
|
<loc>http://localhost:8000/docs/user-guide/_get-started/</loc>
|
|
85
|
-
<lastmod>2024-
|
|
90
|
+
<lastmod>2024-09-16</lastmod>
|
|
86
91
|
<changefreq>daily</changefreq>
|
|
87
92
|
</url>
|
|
88
93
|
<url>
|
|
89
94
|
<loc>http://localhost:8000/docs/user-guide/api-documentation/</loc>
|
|
90
|
-
<lastmod>2024-
|
|
95
|
+
<lastmod>2024-09-16</lastmod>
|
|
91
96
|
<changefreq>daily</changefreq>
|
|
92
97
|
</url>
|
|
93
98
|
<url>
|
|
94
99
|
<loc>http://localhost:8000/docs/user-guide/technical-documentation/</loc>
|
|
95
|
-
<lastmod>2024-
|
|
100
|
+
<lastmod>2024-09-16</lastmod>
|
|
96
101
|
<changefreq>daily</changefreq>
|
|
97
102
|
</url>
|
|
98
103
|
</urlset>
|
package/dist/docs/sitemap.xml.gz
CHANGED
|
Binary file
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<meta charset="utf-8"/>
|
|
7
7
|
<meta content="width=device-width,initial-scale=1" name="viewport"/>
|
|
8
8
|
<link href="http://localhost:8000/docs/user-guide/_get-started/" rel="canonical"/>
|
|
9
|
-
<link href="../../operator-guide/
|
|
9
|
+
<link href="../../operator-guide/xyz-projection/" rel="prev"/>
|
|
10
10
|
<link href="../api-documentation/" 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"/>
|
|
@@ -254,6 +254,13 @@
|
|
|
254
254
|
</span>
|
|
255
255
|
</a>
|
|
256
256
|
</li>
|
|
257
|
+
<li class="md-nav__item">
|
|
258
|
+
<a class="md-nav__link" href="../../operator-guide/xyz-projection/">
|
|
259
|
+
<span class="md-ellipsis">
|
|
260
|
+
XYZ and projection math
|
|
261
|
+
</span>
|
|
262
|
+
</a>
|
|
263
|
+
</li>
|
|
257
264
|
</ul>
|
|
258
265
|
</nav>
|
|
259
266
|
</li>
|
|
@@ -254,6 +254,13 @@
|
|
|
254
254
|
</span>
|
|
255
255
|
</a>
|
|
256
256
|
</li>
|
|
257
|
+
<li class="md-nav__item">
|
|
258
|
+
<a class="md-nav__link" href="../../operator-guide/xyz-projection/">
|
|
259
|
+
<span class="md-ellipsis">
|
|
260
|
+
XYZ and projection math
|
|
261
|
+
</span>
|
|
262
|
+
</a>
|
|
263
|
+
</li>
|
|
257
264
|
</ul>
|
|
258
265
|
</nav>
|
|
259
266
|
</li>
|
|
@@ -313,7 +320,7 @@
|
|
|
313
320
|
<article class="md-content__inner md-typeset">
|
|
314
321
|
<h1 id="api-documentation">API documentation</h1>
|
|
315
322
|
<p>This page provide examples of Basemaps APIs that allow you to programmatically access LINZ map tile services to integrate into your mobile, web.</p>
|
|
316
|
-
<p><iframe class="swagger-ui-iframe" frameborder="0" id="
|
|
323
|
+
<p><iframe class="swagger-ui-iframe" frameborder="0" id="a5588c46" src="swagger-a5588c46.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
|
|
317
324
|
</article>
|
|
318
325
|
</div>
|
|
319
326
|
</div>
|
|
@@ -253,6 +253,13 @@
|
|
|
253
253
|
</span>
|
|
254
254
|
</a>
|
|
255
255
|
</li>
|
|
256
|
+
<li class="md-nav__item">
|
|
257
|
+
<a class="md-nav__link" href="../../operator-guide/xyz-projection/">
|
|
258
|
+
<span class="md-ellipsis">
|
|
259
|
+
XYZ and projection math
|
|
260
|
+
</span>
|
|
261
|
+
</a>
|
|
262
|
+
</li>
|
|
256
263
|
</ul>
|
|
257
264
|
</nav>
|
|
258
265
|
</li>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@basemaps/landing",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.10.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/linz/basemaps.git",
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
"last 2 Chrome versions"
|
|
29
29
|
],
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@basemaps/attribution": "^7.
|
|
31
|
+
"@basemaps/attribution": "^7.10.0",
|
|
32
32
|
"@basemaps/config": "^7.7.0",
|
|
33
33
|
"@basemaps/geo": "^7.5.0",
|
|
34
|
-
"@basemaps/infra": "^7.
|
|
35
|
-
"@basemaps/shared": "^7.
|
|
34
|
+
"@basemaps/infra": "^7.10.0",
|
|
35
|
+
"@basemaps/shared": "^7.10.0",
|
|
36
36
|
"@linzjs/lui": "^21.12.1",
|
|
37
37
|
"@servie/events": "^3.0.0",
|
|
38
38
|
"@types/proj4": "^2.5.2",
|
|
@@ -103,5 +103,5 @@
|
|
|
103
103
|
}
|
|
104
104
|
}
|
|
105
105
|
],
|
|
106
|
-
"gitHead": "
|
|
106
|
+
"gitHead": "77d3584cb3b707a3b18f15143d3eb8b545a9bbe7"
|
|
107
107
|
}
|