Skip to content

Commit

Permalink
feat: simple drawtools integration
Browse files Browse the repository at this point in the history
  • Loading branch information
spectrachrome committed Sep 16, 2024
1 parent 09e3f7d commit 2659713
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/src/components/map/Map.vue
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,11 @@
interval="1000"
:endpoint="searchEndpoint"
></eox-geosearch>
<eox-drawtools
type="Polygon"
for="eox-map"
style="pointer-events: initial"
/>
<v-btn
v-if="$vuetify.breakpoint.xsOnly && displayTimeSelection"
:color="$vuetify.theme.currentTheme.background"
Expand Down Expand Up @@ -276,6 +281,7 @@ import {
getFilteredInputData,
} from '@/utils';
import '@eox/map';
import '@eox/drawtools';
const geoJsonFormat = new GeoJSON({
});
Expand Down

0 comments on commit 2659713

Please sign in to comment.