gnome-maps:wip/mlundblad/remove-service

Last commit made on 2024-04-05
Get this branch:
git clone -b wip/mlundblad/remove-service https://git.launchpad.net/gnome-maps

Branch merges

Branch information

Name:
wip/mlundblad/remove-service
Repository:
lp:gnome-maps

Recent commits

30b53f3... by Marcus Lundblad <email address hidden>

Remove the Service module

It's no longer being used.

6ffb19e... by Marcus Lundblad <email address hidden>

openTripPlanner: Remove unused import

The import of the Service module isn't used
and this module will be removed.

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

mainWindow: Stop reading the service file

22c087f... by Marcus Lundblad <email address hidden>

transitRouter: Remove getter for enabled

This is no longer used, as the sidebar
will always show the transit toggled
as enabled.

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

sidebar: Always enable the transit toggle

Remove the check to disable the transit routing
mode toggle, as now the provider list is bundled
in a GResource, so their should always be some
available.

93890e7... by Marcus Lundblad <email address hidden>

transitRouter: Get defintions from GResource

Read the transit provider defintions from the
bundled GResource JSON file instead of the
downloaded service file.

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

data: Add JSON file with public transit provider

Import the transit provider defintions from the
old service file to a GReource JSON file.

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

geocode: Don't use the service module

For now, always use the GraphHopper
geocoder.

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

photonGeocode: Stop using service

Take configution parameters and
attribution information as
constructor arguments instead.

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

graphHopperGeocode: Stop using service file

Use API key from the GraphHopper routing module
and define the other constants locally.