@draganfilipovic/confluence-map
v1.2.15
Published
embed OSM into Confluence pages
Downloads
6
Readme
confluence-map
Description
TLDR;
Add 2 tables on a page
- First has to be for location data
- Second has to be for config data
Locations data:
Table needs to have at least 3 columns:
- first one with tasks checkbox
- second with Label
- third with
long,lat
Add HTML widget for a map with:
<nc-map>NC</nc-map>
<script type="module" src="https://unpkg.com/@draganfilipovic/confluence-map"></script>
Add HTML widget for a route buttons with:
<nc-buttons></nc-buttons>