Control: tags -1 + confirmed

On Fri, 2016-08-05 at 23:14 +0200, Emilio Pozuelo Monfort wrote:
> gnome-maps is currently unusable in Jessie. It used the MapQuest provider,
> which has closed access to external applications[1].
> 
> This is already fixed in unstable, see #830842.
> 
> For Jessie, I have updated to the new point release. Excluding the autotools
> changes in the debdiff (which are autogenerated anyway through dh_autoreconf),
> the only changes are a few translation updates, and the changes for this fix
> (which are the changes in src/, plus the mapbox logo), as can also be seen
> in [2].

fwiw, this didn't make it to debian-release, probably due to the size of
the debdiff; you might want to compress larger ones in future.

> I could backport these changes instead, but given that the new release is
> basically this fix, I thought it would be fine.

 const MapType = {
-    STREET:  Champlain.MAP_SOURCE_OSM_MAPQUEST,
-    AERIAL:  Champlain.MAP_SOURCE_OSM_AERIAL_MAP,
-    CYCLING: Champlain.MAP_SOURCE_OSM_CYCLE_MAP,
-    TRANSIT: Champlain.MAP_SOURCE_OSM_TRANSPORT_MAP
+    STREET: 'MapsStreetSource',
+    AERIAL: 'MapsAerialSource'
 };

I assume this means that the change also ends up dropping
functionality? :-(

Please go ahead.

Regards,

Adam

Reply via email to