@basemaps/landing 6.32.1 → 6.34.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/CHANGELOG.md +24 -0
- package/dist/examples/index.openlayers.attribution.wmts.3857.html +1 -1
- package/dist/{index-6.32.1-481aae500054659a.js → index-6.34.0-31c41c6544f54182.js} +8 -8
- package/dist/{index-6.32.1-467e63869a31f2e1.css → index-6.34.0-467e63869a31f2e1.css} +0 -0
- package/dist/{index-6.32.1-bec8c5656eed35ac.js → index-6.34.0-e9ee91e0cbaa1352.js} +2 -1
- package/dist/index.html +2 -2
- package/dist/index.js +8 -8
- package/dist/lib/{attribution-6.32.1-431936fcac8e2647.js → attribution-6.34.0-431936fcac8e2647.js} +0 -0
- package/dist/lib/{attribution-6.32.1-a5dcb359f35150b9.js → attribution-6.34.0-a5dcb359f35150b9.js} +0 -0
- package/package.json +4 -4
|
File without changes
|
|
@@ -19674,6 +19674,7 @@ var ulid = factory();
|
|
|
19674
19674
|
var hasLocalStorage = () => typeof localStorage !== "undefined";
|
|
19675
19675
|
var OneDayMs = 24 * 60 * 60 * 1e3;
|
|
19676
19676
|
var ApiKeyExpireMs = 30 * OneDayMs;
|
|
19677
|
+
var ApiKeyMaxAgeMs = 91 * OneDayMs;
|
|
19677
19678
|
function newApiKey() {
|
|
19678
19679
|
const newKey = "c" + ulid().toLowerCase();
|
|
19679
19680
|
if (hasLocalStorage())
|
|
@@ -27712,7 +27713,7 @@ var Config = {
|
|
|
27712
27713
|
return "UA-23232486-4";
|
|
27713
27714
|
},
|
|
27714
27715
|
get Version() {
|
|
27715
|
-
return "v6.
|
|
27716
|
+
return "v6.34.0";
|
|
27716
27717
|
},
|
|
27717
27718
|
map: new MapConfig()
|
|
27718
27719
|
};
|
package/dist/index.html
CHANGED
|
@@ -13,14 +13,14 @@
|
|
|
13
13
|
<meta name="twitter:image" property="og:image" content="/basemaps-card.jpeg" />
|
|
14
14
|
<meta name="twitter:description" property="og:description" content="NZ’s authoritative and open digital basemap service for LINZ and the public." />
|
|
15
15
|
|
|
16
|
-
<link rel="stylesheet" href="index-6.
|
|
16
|
+
<link rel="stylesheet" href="index-6.34.0-467e63869a31f2e1.css" integrity="Rn5jhpox8uHv3/aQSmdi9BRiq+HCpiSRZFy7N4tbFIn69Ff/C3tZsuay3iYmZ3LtZfMYrENZLox5+BTvaviT6g==" />
|
|
17
17
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Round" rel="stylesheet" />
|
|
18
18
|
<title>Basemaps | Land Information New Zealand (LINZ)</title>
|
|
19
19
|
</head>
|
|
20
20
|
|
|
21
21
|
<body class="checker-board">
|
|
22
22
|
<main id="main"></main>
|
|
23
|
-
<script src="index-6.
|
|
23
|
+
<script src="index-6.34.0-31c41c6544f54182.js" integrity="sha512-McQcZUT1QYIoRKPPv/Bb+iDqoDf0bZkc/3qWLKoEb3iZSuOMOgBTr+pDZf6V5JrA5i9eMxi9dDubza0iErbqDQ=="></script>
|
|
24
24
|
</body>
|
|
25
25
|
|
|
26
26
|
</html>
|