@planet/maps 8.0.0-dev.1666881400968 → 8.0.0-dev.1667270239058
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/package.json +1 -1
- package/renderer/render.js +1 -1
package/package.json
CHANGED
package/renderer/render.js
CHANGED
|
@@ -223,7 +223,7 @@ function insertInContainerBefore(map, child, beforeChild) {
|
|
|
223
223
|
} else if (child instanceof Control) {
|
|
224
224
|
collection = map.getControls();
|
|
225
225
|
} else if (child instanceof Interaction) {
|
|
226
|
-
collection = map.
|
|
226
|
+
collection = map.getInteractions();
|
|
227
227
|
} else if (child instanceof BaseLayer) {
|
|
228
228
|
collection = map.getLayers();
|
|
229
229
|
}
|