map-source-select
Documentation
Props
- enableCompare (Boolean): enable comparison feature
- selectionItems (Array): items to display in the dropdown selection
- reverseDirection (Boolean): reverse the comparison direction (original right, comparison left)
Events
- selectLayer
- selectCompareLayer
- toggleCompare
Install
npm install @eox/map-source-select
or
<link rel="stylesheet" href="https://unpkg.com/@eox/map-source-select/dist/map-source-select.css">
<script src="https://unpkg.com/@eox/map-source-select/dist/map-source-select.umd.js"></script>