andoncloud-map-widget 1.0.0 → 1.0.1
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/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4324,7 +4324,7 @@ function hasMultilineItems(maybeArray) {
|
|
|
4324
4324
|
return maybeArray != null && maybeArray.some(isMultiline);
|
|
4325
4325
|
}
|
|
4326
4326
|
|
|
4327
|
-
var LIBRARY_VERSION = '1.0.
|
|
4327
|
+
var LIBRARY_VERSION = '1.0.1';
|
|
4328
4328
|
|
|
4329
4329
|
var SettingsFormContent = function SettingsFormContent(_ref) {
|
|
4330
4330
|
var _data$floorPlans;
|
|
@@ -22485,7 +22485,7 @@ var Map$1 = function Map(_ref) {
|
|
|
22485
22485
|
if (!featureGroup) {
|
|
22486
22486
|
var geoJSON = new leafletSrc.GeoJSON({
|
|
22487
22487
|
type: 'FeatureCollection',
|
|
22488
|
-
features: settings == null ? void 0 : settings.features
|
|
22488
|
+
features: (settings == null ? void 0 : settings.features) || []
|
|
22489
22489
|
}, {
|
|
22490
22490
|
onEachFeature: function onEachFeature(_, layer) {
|
|
22491
22491
|
bindEvents(layer);
|