Merge pull request #1603 from KovuTheHusky/roundcoords
Add option to round coordinates to nearest integer
This commit is contained in:
commit
4d622851d1
1 changed files with 3 additions and 0 deletions
|
|
@ -413,6 +413,9 @@ persist-ids-by-ip: true
|
||||||
# If true, map text to cyrillic
|
# If true, map text to cyrillic
|
||||||
cyrillic-support: false
|
cyrillic-support: false
|
||||||
|
|
||||||
|
# If true, coordinates will be rounded
|
||||||
|
round-coordinates: true
|
||||||
|
|
||||||
# Messages to customize
|
# Messages to customize
|
||||||
msg:
|
msg:
|
||||||
maptypes: "Map Types"
|
maptypes: "Map Types"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue