Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
barbalex committed Jun 13, 2024
1 parent b4a07cc commit 5bc4bb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Projekte/Karte/ScaleControl.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ import { createControlComponent } from '@react-leaflet/core'

const options = {
position: 'bottomleft', // Leaflet control position.
dropdownDirection: 'upward', // Specifies direction of dropdown's openning.
dropdownDirection: 'upward', // Specifies direction of dropdown's opening.
className: 'map-control-scalebar', // Control's wrapper class.
updateWhenIdle: false, // Control's wrapper class.
ratio: true, // Flag: whether to display ratio prefix.
ratioPrefix: '1:', // Ratio prefix text.
ratioCustomItemText: '1: Massstab tippen...', // Custom ratio text.
customScaleTitle: 'Задайте свой масштаб и нажмите Enter', // Custom scale title text.
recalcOnPositionChange: false, // Flag: whether to recalc scale on map position change.
recalcOnZoomChange: false, // Flag: whether to recalc scale on map zoom change.
recalcOnPositionChange: false, // Flag: whether to recalculate scale on map position change.
recalcOnZoomChange: false, // Flag: whether to recalculate scale on map zoom change.
scales: [500, 1000, 2000, 5000, 10000, 25000, 50000, 100000, 200000, 500000], // Array of selectable scales
roundScales: undefined, // Array of available to display rounded scales
adjustScales: false, // Flag: whether to adjust custom scale to max of scales
Expand Down

0 comments on commit 5bc4bb2

Please sign in to comment.