Skip to content

Commit

Permalink
PB-780: Re-added geoloc and timeslider buttons in drawing
Browse files Browse the repository at this point in the history
Some user were complaining that those buttons used to be present but not anymore
  • Loading branch information
ltshb committed Jul 4, 2024
1 parent 3e95337 commit a2bfa42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/MapView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ onMounted(() => {
<MapModule>
<MenuModule />
<MapToolbox
:geoloc-button="!isDrawingMode"
geoloc-button
:full-screen-button="!isDrawingMode"
:toggle3d-button="!isDrawingMode"
compass-button
>
<TimeSliderButton v-if="!isDrawingMode && !is3DActive" />
<TimeSliderButton v-if="!is3DActive" />
</MapToolbox>
<!-- we place the drawing module here so that it can receive the OpenLayers map instance through provide/inject -->
<DrawingModule v-if="loadDrawingModule" />
Expand Down

0 comments on commit a2bfa42

Please sign in to comment.