@basemaps/landing 6.37.0 → 6.38.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 +11 -0
- package/build/components/debug.d.ts.map +1 -1
- package/build/components/debug.js +3 -1
- package/build/components/debug.js.map +1 -1
- package/dist/examples/index.openlayers.attribution.wmts.3857.html +1 -1
- package/dist/{index-6.37.0-c739bbc6df67e9f2.js → index-6.38.0-060503daa6c281f7.js} +9 -9
- package/dist/{index-6.37.0-40fc4132c6bdc9c0.css → index-6.38.0-40fc4132c6bdc9c0.css} +0 -0
- package/dist/{index-6.37.0-ed6257a27cf37921.js → index-6.38.0-dc4e1ccdf5b05fd8.js} +15 -1
- package/dist/index.html +2 -2
- package/dist/index.js +9 -9
- package/dist/lib/{attribution-6.37.0-b4a0b401b1a4cc45.js → attribution-6.38.0-b4a0b401b1a4cc45.js} +0 -0
- package/dist/lib/{attribution-6.37.0-fc88f809368e4547.js → attribution-6.38.0-fc88f809368e4547.js} +0 -0
- package/package.json +5 -5
|
File without changes
|
|
@@ -53694,7 +53694,7 @@ var Config = {
|
|
|
53694
53694
|
return "UA-23232486-4";
|
|
53695
53695
|
},
|
|
53696
53696
|
get Version() {
|
|
53697
|
-
return "v6.
|
|
53697
|
+
return "v6.38.0";
|
|
53698
53698
|
},
|
|
53699
53699
|
map: new MapConfig()
|
|
53700
53700
|
};
|
|
@@ -58469,6 +58469,7 @@ var Debug = class extends import_react12.Component {
|
|
|
58469
58469
|
void 0,
|
|
58470
58470
|
Config.map.config
|
|
58471
58471
|
);
|
|
58472
|
+
const title = this.state.imagery?.title;
|
|
58472
58473
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", {
|
|
58473
58474
|
className: "debug",
|
|
58474
58475
|
children: [
|
|
@@ -58485,6 +58486,19 @@ var Debug = class extends import_react12.Component {
|
|
|
58485
58486
|
})
|
|
58486
58487
|
]
|
|
58487
58488
|
}),
|
|
58489
|
+
title == null ? null : /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", {
|
|
58490
|
+
className: "debug__info",
|
|
58491
|
+
children: [
|
|
58492
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("label", {
|
|
58493
|
+
className: "debug__label",
|
|
58494
|
+
children: "Title"
|
|
58495
|
+
}),
|
|
58496
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", {
|
|
58497
|
+
className: "debug__value",
|
|
58498
|
+
children: title
|
|
58499
|
+
})
|
|
58500
|
+
]
|
|
58501
|
+
}),
|
|
58488
58502
|
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", {
|
|
58489
58503
|
className: "debug__info",
|
|
58490
58504
|
children: [
|
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.38.0-40fc4132c6bdc9c0.css" integrity="QPxBMsa9ycDldME0s8JgXWau39r8/NX0ZbpxdBxK5fCgrQ4P0Cw4voZ9HxsAbkz0Q8ZJDhEznRlfnMRQCIKBLg==" />
|
|
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.38.0-060503daa6c281f7.js" integrity="sha512-BgUD2qbCgfcOIJigrm19n2y/KES9Z2QUv7aUZSM+hC0iA0dDgoNAr9/DK2zqqIeWrYTefX6k5i0+AWrghP92Cw=="></script>
|
|
24
24
|
</body>
|
|
25
25
|
|
|
26
26
|
</html>
|