We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7eaac17 + ea1772a commit e86abd2Copy full SHA for e86abd2
change-style-at-load/demo.js
@@ -9,7 +9,7 @@ function setStyle(map){
9
// First argument is the style path and the second is the base URL to use for
10
// resolving relative URLs in the style like textures, fonts.
11
// all referenced resources relative to the base path https://js.api.here.com/v3/3.1/styles/omv.
12
- var style = new H.map.Style('./data/dark.yaml', 'https://js.api.here.com/v3/3.1/styles/omv');
+ var style = new H.map.Style('./data/dark.yaml', 'https://js.api.here.com/v3/3.1/styles/omv/');
13
// set the style on the existing layer
14
provider.setStyle(style);
15
}
0 commit comments