Adding maps to DominoKit

Originally posted on 2020-11-04

Want to add a map to a DominoKit project? If OpenLayers meets your needs check out domino-ui-map-addon. Take a look at the README.md to see what's involved in getting it set up.

And don't forget to add the necessary inherits tag to your gwt.xml file:

<inherits name='org.dominokit.addons.ol.OLMapAddon'/>

Here's the code for the simplest map on a card implementation I could come up with in DominoKit: