Skip to content

Commit

Permalink
Merge pull request #986 from geoadmin/bug-PB-780-drawing-toolbox
Browse files Browse the repository at this point in the history
PB-780: Re-added geoloc and timeslider buttons in drawing - #patch
  • Loading branch information
ltshb authored Jul 4, 2024
2 parents 3e95337 + a2bfa42 commit d4e3fa3
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 d4e3fa3

Please sign in to comment.