@ogis/waymark-js 2.0.0-alpha.8 → 2.0.0-alpha.9
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/dist/waymark-js.js +2 -2
- package/dist/waymark-js.umd.cjs +1 -1
- package/package.json +1 -1
- package/readme.md +64 -5
package/dist/waymark-js.js
CHANGED
|
@@ -26509,13 +26509,13 @@ function Pl() {
|
|
|
26509
26509
|
});
|
|
26510
26510
|
}, Pe = (Je) => {
|
|
26511
26511
|
if (Je && Array.isArray(Je.features)) {
|
|
26512
|
-
if (
|
|
26512
|
+
if (!b.value) {
|
|
26513
26513
|
g.value.on("load", () => {
|
|
26514
26514
|
Pe(Je);
|
|
26515
26515
|
});
|
|
26516
26516
|
return;
|
|
26517
26517
|
}
|
|
26518
|
-
Je.features.forEach((Ye) => {
|
|
26518
|
+
console.log("Adding GeoJSON to Map", Je), Je.features.forEach((Ye) => {
|
|
26519
26519
|
const ct = F_(Ye);
|
|
26520
26520
|
if (!ct || !L_.includes(ct)) {
|
|
26521
26521
|
console.warn(
|