forked from MapComplete/MapComplete
Feature: add possibility to show a scale on the map
This commit is contained in:
parent
0fdbf445be
commit
5a9ae3f104
6 changed files with 52 additions and 10 deletions
|
@ -390,6 +390,11 @@
|
|||
{/if}
|
||||
</div>
|
||||
</If>
|
||||
<If condition={state.mapProperties.showScale}>
|
||||
<div class="h-6">
|
||||
<!-- Empty. We just provide some space for the maplibre scalecontrol -->
|
||||
</div>
|
||||
</If>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue