Skip to content
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

Feature support harp engine #42

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Conversation

kekishida2
Copy link

Feature Description

From HERE Maps API for JavaScript 1.60.0, Harp engine is supported for Japan map.
Tangram renderer is no more required for HERE Map widget for Jupiter.

Detail changes

To realize Harp engine support, the following files are changed

  • Javascript files which mapjs.bundle is imported, is changing to mapjs.bundle.harp
  • Harp engine type adaptation in JavaScript.

Limitations

No backward compatibility with tangram render for Japan map.
To use Japan map continuously, Need to change the configuration as follows.
Old:

style = Style(
    config='https://js.api.here.com/v3/3.1/styles/omv/oslo/japan/normal.day.yaml',
    base_url='https://js.api.here.com/v3/3.1/styles/omv/oslo/japan/'    
)

New:

style = Style(
    config="https://js.api.here.com/v3/3.1/styles/harp/oslo/tko.normal.day.json",
    base_url="https://js.api.here.com/v3/3.1/styles/harp/oslo/",
)

@kekishida2 kekishida2 requested a review from kt12321 November 27, 2024 08:30
@kekishida2 kekishida2 self-assigned this Nov 27, 2024
Signed-off-by: Keisuke Kishida <keisuke.kishida@here.com>
Signed-off-by: Keisuke Kishida <keisuke.kishida@here.com>
Signed-off-by: Keisuke Kishida <keisuke.kishida@here.com>
Signed-off-by: Keisuke Kishida <keisuke.kishida@here.com>
Signed-off-by: Keisuke Kishida <keisuke.kishida@here.com>
Signed-off-by: Keisuke Kishida <keisuke.kishida@here.com>
Signed-off-by: Keisuke Kishida <keisuke.kishida@here.com>
Signed-off-by: Keisuke Kishida <keisuke.kishida@here.com>
Signed-off-by: Keisuke Kishida <keisuke.kishida@here.com>
Signed-off-by: Keisuke Kishida <keisuke.kishida@here.com>
Signed-off-by: Keisuke Kishida <keisuke.kishida@here.com>
@kekishida2 kekishida2 force-pushed the feature-support_harp_engine branch from 06a0e57 to cc8e2e7 Compare November 28, 2024 03:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant