@planet/maps
Advanced tools
Comparing version 8.0.0-dev.1666881400968 to 8.0.0-dev.1666966232856
{ | ||
"name": "@planet/maps", | ||
"version": "8.0.0-dev.1666881400968", | ||
"version": "8.0.0-dev.1666966232856", | ||
"description": "Declarative mapping components for React", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -226,3 +226,3 @@ import BaseLayer from 'ol/layer/Base.js'; | ||
} else if (child instanceof Interaction) { | ||
collection = map.getInetracations(); | ||
collection = map.getInteractions(); | ||
} else if (child instanceof BaseLayer) { | ||
@@ -229,0 +229,0 @@ collection = map.getLayers(); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
104689