After following the steps to update dmx-platform mentioned on https://git.dmx.systems/dmx-plugins/dmx-geomaps/-/issues/4#note_17258 (… git pull, etc) the geomap is no longer render, but this only happened on dev localhost://8082, in 8080 the map is properly render.
Got this error on the console.
Rendering topicmap 8230 failed Error: unknown topicmap type 'dmx.geomaps.geomap'
getTopicmapType webpack:///./node_modules/dmx-topicmap-panel/src/topicmap-panel.js?:140
switchTopicmapRenderer webpack:///./node_modules/dmx-topicmap-panel/src/topicmap-panel.js?:107
switchTopicmapRenderer webpack:///./node_modules/dmx-topicmap-panel/src/topicmap-panel.js?:102
showTopicmap webpack:///./node_modules/dmx-topicmap-panel/src/topicmap-panel.js?:41
wrappedActionHandler webpack:///./node_modules/vuex/dist/vuex.esm.js?:755
dispatch webpack:///./node_modules/vuex/dist/vuex.esm.js?:446
boundDispatch webpack:///./node_modules/vuex/dist/vuex.esm.js?:340
_displayTopicmap webpack:///./modules/dmx-topicmaps/src/main/js/topicmaps.js?:801
topicmap-panel.js:50:17
I tried also with a clean install of dmx-geomaps, but it happened the same. Maybe I omited something or does the update needs some other step?