gnome-maps:gnome-3-36

Last commit made on 2021-07-09
Get this branch:
git clone -b gnome-3-36 https://git.launchpad.net/gnome-maps

Branch merges

Branch information

Name:
gnome-3-36
Repository:
lp:gnome-maps

Recent commits

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

osmConnection: Use '1' for permission instead of 'yes'

Use the correct value '1' instead of 'yes' when posting
the authorization form. This fixes a regression making
OSM OAUTH setup to break with recent updates on
openstreetmap.org breaking the old incorrect behavior.

Fixes #386

478d857... by ml@update.uu.se

Release 3.36.7

22e3238... by ml@update.uu.se

layersPopover: Fix crash when no aerial tiles defined

Fixes a crash when no aerial tiles is defined.

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

4577e5f... 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.

074ad1d... by Hugo Carvalho

Update Portuguese translation

1687ff0... by ml@update.uu.se

Release 3.36.6

60413ec... by ml@update.uu.se

mapView: Don't store location when view is already disposed

Protect against storing invalid locations when the view
has already been disposing. This can happen when moving
the view and immediatly quitting.

01060d5... by ml@update.uu.se

Release 3.36.5

291d1ab... by ml@update.uu.se

placeBubble: Use place instance from the place store

When populating place details use the place instance
stored in the place store in the case when not retrieving
from Overpass (e.g. when not stale).