gnome-maps:wip/mlundblad/fix-place-countrycode-json

Last commit made on 2021-05-17
Get this branch:
git clone -b wip/mlundblad/fix-place-countrycode-json https://git.launchpad.net/gnome-maps

Branch merges

Branch information

Name:
wip/mlundblad/fix-place-countrycode-json
Repository:
lp:gnome-maps

Recent commits

761e19f... by ml@update.uu.se

place: Fix saving country code to JSON

Correctly save the country code attribute
when storing JSON to the place store.

9317f9f... by ml@update.uu.se

placeView: Show rounded population numbers

Use the utility function to show abbreviated
population numbers for large round values.

a83bdb0... by ml@update.uu.se

utils: Add function to format population numbers

Handles rounding even population numbers
(>= 1 M and divisable by 100k) in compact
abbreviated form (leaving out trailing zeros).

3606de4... by ml@update.uu.se

placeView: Format 0 and negative altitudes nicer

Instead of just showing 0 or a value with a - sign,
show the altitudes as "At sea level" and
"%s below sea level" which looks a bit less
"techichal".

33de87d... by harryjrk <email address hidden>

Removes old screenshots

We have old jpg screenshots in the repo valid only for <=3.30.x releases, which were replaced by *.pngs. It's safe to remove them now to shave off some space from tarballs.
Implements #351

d612adf... by Yuri Chornoivan <email address hidden>

Update Ukrainian translation

ae7c3c2... by ml@update.uu.se

appdata: Remove mention of Nominatim search terms

As we don't use Nominatim for search anymore,
remove this section from the description.

5c7ff37... by ml@update.uu.se

meson: Call find_program() once for GJS

Avoiding multiple calls to find_program()
for the generated test scripts.

3d8f4d0... by ml@update.uu.se

osmEditDialog: Add field for takeaway

Add combo box field for takeaway.

6ca8511... by ml@update.uu.se

osmUtils: Update takeaway

Also include takeaway status when updating
edited places.