@basemaps/landing 8.2.0 → 8.3.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/__tests__/geojson.test.js +1 -2
- package/build/src/__tests__/geojson.test.js.map +1 -1
- package/build/src/__tests__/tile.matrix.test.js +1 -2
- package/build/src/__tests__/tile.matrix.test.js.map +1 -1
- package/build/src/components/layout.header.js +20 -11
- package/build/src/components/layout.header.js.map +1 -1
- package/build/src/components/map.js +2 -2
- package/build/src/components/map.js.map +1 -1
- package/build/src/config.map.js +5 -5
- package/build/src/config.map.js.map +1 -1
- package/build/src/debug.map.js +2 -3
- package/build/src/debug.map.js.map +1 -1
- package/build/src/tile.matrix.d.ts +0 -13
- package/build/src/tile.matrix.js +1 -64
- package/build/src/tile.matrix.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/dist/docs/sitemap.xml +30 -30
- package/dist/docs/sitemap.xml.gz +0 -0
- package/dist/examples/index.openlayers.attribution.wmts.3857.html +1 -1
- package/dist/{index-8.2.0-1998afcd5d486f78.js → index-8.3.0-5f827c1e303a8185.js} +348 -310
- package/dist/index.html +2 -2
- package/dist/index.js +348 -310
- package/dist/lib/attribution.js +217 -217
- package/package.json +8 -8
- package/dist/{index-8.2.0-c5e57c4593cca04a.css → index-8.3.0-c5e57c4593cca04a.css} +0 -0
- package/dist/lib/{attribution-8.2.0-ec5888ef78974d9c.js → attribution-8.3.0-7e26e43200746f3c.js} +217 -217
package/dist/index.html
CHANGED
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
<meta name="twitter:image" property="og:image" content="/basemaps-card.jpeg" />
|
|
12
12
|
<meta name="twitter:description" property="og:description" content="NZ’s authoritative and open digital basemap service for LINZ and the public." />
|
|
13
13
|
|
|
14
|
-
<link rel="stylesheet" href="index-8.
|
|
14
|
+
<link rel="stylesheet" href="index-8.3.0-c5e57c4593cca04a.css" integrity="xeV8RZPMoEppgmSq1caqemmc8O5k7UmFLbdR/DCeOSP1XmotpTTisZTePLihKxDlJIXbfdkKwskYljWnxYN4tA==" />
|
|
15
15
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Round" rel="stylesheet" />
|
|
16
16
|
<title>Basemaps | Land Information New Zealand (LINZ)</title>
|
|
17
17
|
</head>
|
|
18
18
|
|
|
19
19
|
<body class="checker-board">
|
|
20
20
|
<main id="main"></main>
|
|
21
|
-
<script src="index-8.
|
|
21
|
+
<script src="index-8.3.0-5f827c1e303a8185.js" integrity="sha512-X4J8HjA6gYWaPn8iW7/qaQOcYJnsD/69jN40DhxxrVVZw5UcG/9q4mesaQ+Jt/rdqL4TEp+Bhuc/v2PFo05fng=="></script>
|
|
22
22
|
</body>
|
|
23
23
|
|
|
24
24
|
</html>
|