Is there any recommended way to show a map in a Kotlin/JS based web app?
j
Jilles van Gurp
02/06/2021, 10:44 AM
We use leaflet with fritz2. It's a bit of work to get the type descriptors right as dukat seems to not quite work on that just yet. Also, the kvision framework has a map component based on leaflet as well with some types that you could reuse.
👍 1
j
John O'Reilly
02/06/2021, 12:35 PM
Thanks @Jilles van Gurp....I've been meaning to take a look at kvision anyway to this is good incentive!