Skip to content

Commit

Permalink
feat(mapview.vue): add opacity option for WMS tile layer
Browse files Browse the repository at this point in the history
  • Loading branch information
amoncaldas committed Jul 20, 2021
1 parent 79575ce commit bdf522f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fragments/map-view/MapView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
:version="layer.version"
:format="layer.format"
:transparent="true"
:opacity="layer.opacity"
layer-type="overlay"/>
<v-btn fab small @click.stop="toggleAccessibleMode" v-if="accessibilityToolAvailable"
:title="$t('maps.toggleAccessibleMode')"
Expand Down

0 comments on commit bdf522f

Please sign in to comment.