astridx / pkg_agosms

Joomla Module not only for showing Markers on a OpenStreetMap Map.
https://www.astrid-guenther.de
GNU General Public License v3.0
10 stars 2 forks source link

Mapbox - {"message":"Not Found"} #74

Closed TheSoulrester closed 3 years ago

TheSoulrester commented 3 years ago

With the newly released version (1.0.92), mapbox is not working:

1392.png:1 GET https://api.tiles.mapbox.com/v4/mapbox.streets/12/2172/1392.png?access_token=<ACCES-KEY> 410 (Gone)

=> {"message":"Classic styles are no longer supported; see https://blog.mapbox.com/deprecating-studio-classic-styles-d8892ac38cb4 for more information"}

I think you had fixed this in https://github.com/astridx/pkg_agosms/issues/65

astridx commented 3 years ago

Yes, I had that. For me, the mapbox tiles in the search module are also now displayed correctly. Where exactly does the error occur?

TheSoulrester commented 3 years ago

oh sorry,

this occours in the frontend

could it be that you uploaded an outdated release file?

geojson is also removed: image

astridx commented 3 years ago

Did it work wird version 1.0.90 and the problem occures after the updated?

TheSoulrester commented 3 years ago

Yes, with the version before the todays updates, geojson as well as Mapbox worked without any issues

astridx commented 3 years ago

I am sorry you are having problems.

I can't reproduce the problem with Mapbox. but I have just fixed a bug with the language files. Would you please test the version x.93. Maybe it will solve the mapbox problem: https://github.com/astridx/pkg_agosms/releases

TheSoulrester commented 3 years ago

strange. now the tab geojson is available again, but without any "readable" text ;) - only your variables are shown image

but mapbox now works. but: first mapbox gave me a 404 error. i changed to openstreetmap, saved and then switched back to mapbox. only then mapbox worked as expected.

astridx commented 3 years ago

Sorry, i will fix this with the next version.A quick solution is to delete the file

language/de-DE/de-DE.mod_agosm.ini or/and language/en-GB/en-GB.mod_agosm.ini

astridx commented 3 years ago

The language string is correct again here: https://github.com/astridx/pkg_agosms/releases/tag/v1.0.98

It would be nice if you could confirm this briefly.

TheSoulrester commented 3 years ago

hi, yes, with 1.0.98 the missing language strings are back again ;)