Re: Is any GNOME project using Mapbox legacy classic tiles with the GNOME API key?

2020-06-08 Thread Marcus Lundblad via desktop-devel-list
mån 2020-06-08 klockan 22:29 +0100 skrev Emmanuele Bassi:
> Could it be caused by users of Maps on some long term support Linux
> distributions, like Ubuntu 16.04/18.04, or RHEL7/8?
> 

They should still pull the .json from gis.gnome.org (which has the new
ones…), there is one small caveat, we have a fallback hardcoded that is
used if the request to gis.gnome.org fails.So if some old clients where
used, and during that time the server was not responding, they would be
using their (outdated) fallback.Maybe that was the case…
//Marcus
> Ciao,
>  Emmanuele.
> 
> On Mon, 8 Jun 2020 at 22:00, Marcus Lundblad via desktop-devel-list <
> desktop-devel-list@gnome.org> wrote:
> > Hi!
> > 
> > 
> > 
> > As Mapbox has deprecated the old classic tiles, they have been
> > sending
> > 
> > out notification e-mails to users who have accessed the classic
> > styles
> > 
> > recently. And the key we use for GNOME Maps have been flagged for
> > this.
> > 
> > I have doublechecked our tile definition, and it should use the new
> > 
> > tile sets. In Maps we download the tile definitions dynamically
> > from a
> > 
> > service file (we have never hardcoded the tile URLs since the
> > migration
> > 
> > from MapQuest back in 2016, though we did use a proxy briefly, but
> > 
> > stopped that, and the proxy should not working since quite a long
> > time
> > 
> > AFAIK).
> > 
> > 
> > 
> > I just wanted to check to see if maybe there is some other project
> > in
> > 
> > GNOME that uses this service (and is still use using classic
> > styles(
> > 
> > that I have missed?
> > 
> > 
> > 
> > The old classic tiles use a URI like (for the "streets" style):
> > 
> > 
> > 
> > https://a.tiles.mapbox.com/v4/mapbox.streets/#Z#/#X#/#Y#.png?access_token=
> > 
> > 
> > 
> > and the new ones:
> > 
> > 
> > 
> > https://api.mapbox.com/styles/v1/mapbox/streets-v11/tiles/#Z#/#X#/#Y#?access_token=
> > 
> > 
> > 
> > Or maybe some distribution has a patched version of Maps using the
> > 
> > legacy style?
> > 
> > 
> > 
> > And also the usage figures that Mapbox provided was only referring
> > to
> > 
> > the classic style for "streets", not the satellite one. Oh, and
> > also,
> > 
> > the classic style tiles have not received any updates since
> > sometime in
> > 
> > 2018.
> > 
> > 
> > 
> > Thanks!
> > 
> > //Marcus
> > 
> > 
> > 
> > 
> > 
> > ___
> > 
> > desktop-devel-list mailing list
> > 
> > desktop-devel-list@gnome.org
> > 
> > https://mail.gnome.org/mailman/listinfo/desktop-devel-list
> > 
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: Is any GNOME project using Mapbox legacy classic tiles with the GNOME API key?

2020-06-08 Thread Emmanuele Bassi via desktop-devel-list
Could it be caused by users of Maps on some long term support Linux
distributions, like Ubuntu 16.04/18.04, or RHEL7/8?

Ciao,
 Emmanuele.

On Mon, 8 Jun 2020 at 22:00, Marcus Lundblad via desktop-devel-list <
desktop-devel-list@gnome.org> wrote:

> Hi!
>
> As Mapbox has deprecated the old classic tiles, they have been sending
> out notification e-mails to users who have accessed the classic styles
> recently. And the key we use for GNOME Maps have been flagged for this.
> I have doublechecked our tile definition, and it should use the new
> tile sets. In Maps we download the tile definitions dynamically from a
> service file (we have never hardcoded the tile URLs since the migration
> from MapQuest back in 2016, though we did use a proxy briefly, but
> stopped that, and the proxy should not working since quite a long time
> AFAIK).
>
> I just wanted to check to see if maybe there is some other project in
> GNOME that uses this service (and is still use using classic styles(
> that I have missed?
>
> The old classic tiles use a URI like (for the "streets" style):
>
> https://a.tiles.mapbox.com/v4/mapbox.streets/#Z#/#X#/#Y#.png?access_token=
> 
>
> and the new ones:
>
>
> https://api.mapbox.com/styles/v1/mapbox/streets-v11/tiles/#Z#/#X#/#Y#?access_token=
> 
>
> Or maybe some distribution has a patched version of Maps using the
> legacy style?
>
> And also the usage figures that Mapbox provided was only referring to
> the classic style for "streets", not the satellite one. Oh, and also,
> the classic style tiles have not received any updates since sometime in
> 2018.
>
> Thanks!
> //Marcus
>
>
> ___
> desktop-devel-list mailing list
> desktop-devel-list@gnome.org
> https://mail.gnome.org/mailman/listinfo/desktop-devel-list
>


-- 
https://www.bassi.io
[@] ebassi [@gmail.com]
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Is any GNOME project using Mapbox legacy classic tiles with the GNOME API key?

2020-06-08 Thread Marcus Lundblad via desktop-devel-list
Hi!

As Mapbox has deprecated the old classic tiles, they have been sending
out notification e-mails to users who have accessed the classic styles
recently. And the key we use for GNOME Maps have been flagged for this.
I have doublechecked our tile definition, and it should use the new
tile sets. In Maps we download the tile definitions dynamically from a
service file (we have never hardcoded the tile URLs since the migration
from MapQuest back in 2016, though we did use a proxy briefly, but
stopped that, and the proxy should not working since quite a long time
AFAIK).

I just wanted to check to see if maybe there is some other project in
GNOME that uses this service (and is still use using classic styles(
that I have missed?

The old classic tiles use a URI like (for the "streets" style):

https://a.tiles.mapbox.com/v4/mapbox.streets/#Z#/#X#/#Y#.png?access_token=

and the new ones:

https://api.mapbox.com/styles/v1/mapbox/streets-v11/tiles/#Z#/#X#/#Y#?access_token=

Or maybe some distribution has a patched version of Maps using the
legacy style?

And also the usage figures that Mapbox provided was only referring to
the classic style for "streets", not the satellite one. Oh, and also,
the classic style tiles have not received any updates since sometime in
2018.

Thanks!
//Marcus


___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list