diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2024-01-20 21:15:18 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2024-01-22 01:18:51 +0100 |
commit | 1b6b4952f53c90e7e071fa5a71cea48d74e8d2e4 (patch) | |
tree | b506c7becadf76c20c35a4442f334df2d091ad51 /index.html | |
parent | 46fc2671c139cdce834b29e700deba60e626820f (diff) |
Show feature properties on popover via singleclick on map.
We use bootstrap's Popover for that:
https://getbootstrap.com/docs/5.3/components/popovers/#options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ <div id="layer-selection-panel"></div> <div id="map-legend-panel"></div> <div id="map-menu"></div> + <div id="popup"></div> </div> <div class="modal" id="modal-info" tabindex="-1" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered modal-dialog-scrollable modal-lg"> |