-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here maps - street traffic map type no longer works #676
Comments
It works over here. So, maybe there is something with the registration |
Same issue here on PostmarketOS edge on a Oneplus 6T using only the native package. The flatpak works fine once the API key is added and I accept the license. Judging based on that fact, I believe this is a Postmarketos packaging issue. Perhaps it's the firewall blocking API access, or a edge build related bug. |
Update: Actually, I was wrong. I'm now getting 400 bad request errors on the flatpak as well. I will close the app and try it again tomorrow to see if it's just a api limit or if the issue still happens. |
Whats odd is that I didnt enable stadia and I get different errors, perhaps the settings arent being saved properly? |
I'm having the exact same issue. Maybe old accounts somehow still work? Could be worth it to create a new account and test with that. |
At the time of writing Pure maps is using version 2 of the HERE tile API HERE have deprecated version 2 of this API, and while they're not explicit about it - there are suggestions in their docs that version 2 may not be available to new accounts. They've published a migration guide here: https://www.here.com/docs/bundle/raster-tile-api-migration-guide/page/README.html I was able to get HERE maps working on Pure again by changing the URLs in the json file to the new specification. For example in : /usr/share/harbour-pure-maps/maps/here_4_traffic_day.json The Tile URL line changes from
to:
(Repeat for the other here_*.json files using the same pattern) Note that the previous ppi of 500 is no longer available. The language short codes have also changed, so more work is needed here for to make this respect language settings other than default/english as I have omitted the lang parameter for now. I don't want to submit a pull request for this yet as it might break this service for anyone using a legacy HERE developer account. |
Thanks, @james1465 that was just the kickstart I needed. I turned it into a PR, fixing the language short codes as well: #691 |
After Here maps has moved to new developer portal I had to generate a new API key, but it seems all the features of Pure Maps work just as they used to. The only one I found broken is the street traffic map type, nothing is being loaded and I am left with a white screen.
Could anyone else see if they get the same issue?
SFOS 4.6
Pure maps 3.3.0-1.10.1.jolla
Here are the errors I get:
The text was updated successfully, but these errors were encountered: