Page 1 of 1

[closed] Area statistics

Posted: Mon Mar 01, 2021 2:26 pm
by Sky
Hi,

i would like to know if it is possible to change area statistics to hectares. It is now in km2 and m2. Thanks.

Re: Area statistics

Posted: Tue Mar 02, 2021 4:28 pm
by Psyberia-Support
Hi,
Yes from version 2.2.8 areas are only measured in m2 and km2 (following some user complains, as hectares are only used in a few countries).
If you want to restore the use of hectare, you can use this user setting:

Code: Select all

core.areas.use_hectare=1
Similarly, if you want to use are, you can use this:

Code: Select all

core.areas.use_are=1

Re: Area statistics

Posted: Tue Mar 02, 2021 5:30 pm
by Sky
Thank you.