Skip to content

Commit

Permalink
feat(digitize, validate, tile-map): add scale line
Browse files Browse the repository at this point in the history
  • Loading branch information
ofr1tz committed May 8, 2024
1 parent 669737a commit 55f77b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/DigitizeProject.vue
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ export default defineComponent({
</ol-style-circle>
</ol-style>
</ol-vector-layer>
<ol-scaleline-control />
</ol-map>
</v-container>
<v-toolbar color="white" density="compact" extension-height="20" extended>
Expand Down
1 change: 1 addition & 0 deletions src/components/TileMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ export default defineComponent({
class="mt-5 mr-5"
variant="flat"
/>
<ol-scaleline-control />
</ol-map>
</v-card-text>

Expand Down
1 change: 1 addition & 0 deletions src/components/ValidateProject.vue
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ export default defineComponent({
<ol-style-fill color="#0000" />
</ol-style>
</ol-vector-layer>
<ol-scaleline-control />
</ol-map>
</v-container>
<option-buttons
Expand Down

0 comments on commit 55f77b4

Please sign in to comment.