The first map will successfully add ktn-show class to the parent of the [data-ktn-id] selector, which will cause all instances of that ID display whether they have a successful map or not. The current workaround is to hide any subsequent instances.
The Google map instance is stored in the window.KartenData{#}.map property and cannot be added twice.
The first map will successfully add
ktn-show
class to the parent of the[data-ktn-id]
selector, which will cause all instances of that ID display whether they have a successful map or not. The current workaround is to hide any subsequent instances.The Google map instance is stored in the
window.KartenData{#}.map
property and cannot be added twice.