gnome-maps:wip/mlundblad/fix-selecting-turnpoint

Last commit made on 2022-09-24
Get this branch:
git clone -b wip/mlundblad/fix-selecting-turnpoint https://git.launchpad.net/gnome-maps

Branch merges

Branch information

Name:
wip/mlundblad/fix-selecting-turnpoint
Repository:
lp:gnome-maps

Recent commits

ea4cc10... by Marcus Lundblad <email address hidden>

turnPointMarker: Fix going to the turnpoint

This method was still using the old libchamplain
APIs, adapt it to use the libshumate API.

4024ea7... by Marcus Lundblad <email address hidden>

mapView: Fix removing previous turnpoint marker

Use the proper remove_marker() method to remove
the previous marker when showing a new turnpoint.

02200c4... by Taisei Washington <email address hidden>

readme: Updated for more context

8746ca0... by Marcus Lundblad <email address hidden>

mapView: Bring back commented-out code to set route layer visible

This code, setting the visibility of the route and instruction
layers on show/hide of a route had been left commented-out from
the GTK4 port.

f3a532b... by Marcus Lundblad <email address hidden>

sendToDialog: Use GLib.uri_escape_string()

Change from libsoup's URI escape functionallity
to using the one from GLib, as that API is removed
in libsoup3.

188170c... by Marcus Lundblad <email address hidden>

application: Fix setting startup flag with --local

Use the correct static reference to Application when
setting the normal startup flag when using local tiles.

5e1a68a... by Marcus Lundblad <email address hidden>

mapView: Fix initializing local tile data source

Remove reference to non-existing variable "renderer".
Use the correct zoom level properties from the file data source.

91250e9... by Marcus Lundblad <email address hidden>

file-data-source: Read content bytes into the correct object

Store the file byte contents into the task data structure.
The bytes were actually stored in a local bytes object,
resulting in null being passed to the renderer.

df54982... by chautari

Update Nepali translation

(cherry picked from commit 576e8c333a7c6181d395d3ba861a36a65692de29)

e397e01... by Marcus Lundblad <email address hidden>

locationServiceDialog: Adjust the desktop ID for the location panel

The location settings panel now has the ID "gnome-location-panel.desktop".