leaflet-extras / leaflet-providers

An extension to Leaflet that contains configurations for various free tile providers.
https://leaflet-extras.github.io/leaflet-providers/preview/
BSD 2-Clause "Simplified" License
2.15k stars 668 forks source link

Use HERE apiKey v3 instead of legacy app_id and app_code #342

Closed mcguffin closed 4 years ago

mcguffin commented 4 years ago

I cannot generate an app_id / app_code pair in my (freshly generated) HERE account any more, they seem to have switched to a single apiKey authorization. https://developer.here.com/documentation/map-tile/dev_guide/topics/quick-start-map-tile.html

I would gladly craft a PR to fix this, but I am not sure, if *.maps.api.here.com with app_id and app_code is still functional. Does anyone have more intel on this?

brunob commented 4 years ago

Thx for the PR proposition :)

Sorry, i don't have any info about here usage from my side...

mcguffin commented 4 years ago

I just asked in HEREs slack channel. Lets hope they have answers...

mcguffin commented 4 years ago

No answer from HER yet ... anyway, some people on slack still seem to use app_id and app_code, so I posted a non-destructive PR.