heremaps / harp.gl

3D web map rendering engine written in TypeScript using three.js
Apache License 2.0
1.29k stars 197 forks source link

Do existing harp.gl users need to make any changes to match the new change? #2402

Open akcserhant opened 1 year ago

akcserhant commented 1 year ago

HERE is stopping its engagement on Harp.gl starting 03/01/2022 in favour of a fully productised and production-grade integration of the harp.gl rendering engine into HERE Maps API for JavaScript (https://developer.here.com/develop/javascript-api) All 3D features and many more will be offered via HERE Maps API for JavaScript moving forward.

Hey guys, I have an old project from 2020 that is using harp gl version 0.17.0 image

and so I am wondering will the existing way stop working after this merge (as far as I understand harp.gl is merging with the default HERE maps)

will I need to make any changes to my code?

nzjony commented 1 year ago

@akcserhant , it should still work, maybe there is some issue with the means to access the data however as the url may have changed... give it a try?

akcserhant commented 1 year ago

@akcserhant , it should still work, maybe there is some issue with the means to access the data however as the url may have changed... give it a try?

well so far it works but I am gonna wait for the merge to happen and then update things to latest version because I am guessing the map tiles URLs will change and maybe even the way the API key is handled, I am gonna keep an eye out for changes and update this thread in the future to help others who will come seeking answer to the same question