gnome-maps:wip/mlundblad/fix-saved-aerial-no-support

Last commit made on 2021-05-27
Get this branch:
git clone -b wip/mlundblad/fix-saved-aerial-no-support https://git.launchpad.net/gnome-maps

Branch merges

Branch information

Name:
wip/mlundblad/fix-saved-aerial-no-support
Repository:
lp:gnome-maps

Recent commits

84fc4b2... by ml@update.uu.se

mapView: Don't try to set aerial tiles if not available

Safe-guard agains setting the aerial tile source
if it's not available in the service file.
This avoid a crash if aerial was saved as last-used
map type in gsettings and at next startup the service
has dropped support.

536ae6e... by ml@update.uu.se

mapBubble: Increase maximum width

Increase maximum width a bit to
allow place for the directions button
in some translations.

80f0bd6... by ml@update.uu.se

maps-service: Update fallback service file

Update the fallback service file with the
corresponding changes as the downloaded one.

fdd4d86... by ml@update.uu.se

mapSource, mapView: Fix handling different attribution logos

We previously never had different attribution logos for
the map sources. Fix this so that it actually works
to update the logo when switching source now that
we use different providers for street and aerial.

0108245... by ml@update.uu.se

contextMenu: Don't store route places

Flag coordinate-based places used for
the route from/to/via menus to not be
stored in the place store. As these
places contains no names, it makes
no sense, and it actually isn't
supported by the place store and
gives a GtkListStore warning.

74e1eed... by Yuri Chornoivan <email address hidden>

Update Ukrainian translation

2a27231... by ml@update.uu.se

placeView: Hide native name unless it should be shown

In some cases, when running in a different locale
compared to last run, the native name label could
still be shown with the native name from before
even when the primary name would become identical.

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).