@woosmap/ui 4.113.2 → 4.113.4
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/.yarn/cache/@babel-helper-create-class-features-plugin-npm-7.22.15-4e99b5fc09-52c500d8d1.zip +0 -0
- package/.yarn/cache/@babel-helper-member-expression-to-functions-npm-7.22.15-f86d38ada1-c7c5d01c40.zip +0 -0
- package/.yarn/cache/{@babel-helper-validator-identifier-npm-7.22.5-4536624779-7f0f301134.zip → @babel-helper-validator-identifier-npm-7.22.15-d99c246e11-eb0bee4bda.zip} +0 -0
- package/.yarn/cache/@babel-parser-npm-7.22.15-b1141d563f-7431c1ab44.zip +0 -0
- package/.yarn/cache/@babel-template-npm-7.22.15-0b464facb4-1f3e7dcd6c.zip +0 -0
- package/.yarn/cache/@babel-types-npm-7.22.15-17bb06ecf6-a2aa59746d.zip +0 -0
- package/.yarn/cache/jackspeak-npm-2.3.3-755684cc60-4313a7c0cc.zip +0 -0
- package/.yarn/cache/{tar-npm-6.1.15-44c3e71720-f23832fcee.zip → tar-npm-6.2.0-3eb25205a7-db4d9fe74a.zip} +0 -0
- package/.yarn/install-state.gz +0 -0
- package/package.json +1 -1
- package/src/components/Demo/W3WDemo.js +1 -1
- package/.yarn/cache/@babel-helper-create-class-features-plugin-npm-7.22.11-6fd208c381-b7aeb22e29.zip +0 -0
- package/.yarn/cache/@babel-helper-member-expression-to-functions-npm-7.22.5-04d5cbe959-4bd5791529.zip +0 -0
- package/.yarn/cache/@babel-parser-npm-7.22.14-3edb2082c6-a2293971f0.zip +0 -0
- package/.yarn/cache/@babel-template-npm-7.22.5-358c44dc9d-c574641016.zip +0 -0
- package/.yarn/cache/@babel-types-npm-7.22.11-ff8924a765-431a644689.zip +0 -0
- package/.yarn/cache/jackspeak-npm-2.3.1-261281161e-34ea4d618d.zip +0 -0
package/.yarn/cache/@babel-helper-create-class-features-plugin-npm-7.22.15-4e99b5fc09-52c500d8d1.zip
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -119,7 +119,7 @@ export default class W3WDemo extends Component {
|
|
|
119
119
|
this.marker = [];
|
|
120
120
|
}
|
|
121
121
|
w3w.results.forEach((address) => {
|
|
122
|
-
if (address.geometry.location) {
|
|
122
|
+
if (address.geometry && address.geometry.location) {
|
|
123
123
|
const marker = new window.woosmap.map.Marker({
|
|
124
124
|
icon: {
|
|
125
125
|
url: address === selectedAddress ? markerIconAlt : markerIcon,
|
package/.yarn/cache/@babel-helper-create-class-features-plugin-npm-7.22.11-6fd208c381-b7aeb22e29.zip
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|