heremaps / maps-api-for-javascript-examples

Self-contained examples for Maps API for JavaScript v3.
https://developer.here.com/javascript-apis/documentation/v3/maps
Other
194 stars 430 forks source link

Are map views still available when using themed via Map Style Editor map? #135

Open vadym1930 opened 2 years ago

vadym1930 commented 2 years ago

See the shot below with the usually available map views

image

Wandering if using a custom theme map created via Map Style Editor are those still available?

References:

UPD: Basically, I'm trying to ask whether a custom theme map created with Map Style Editor could be used in conjunction with other map views on the same map?

Styles created with Map Style Editor require it's own 'HARP' engine which is not compatible the defaultLayers. Is that correct?

vadym1930 commented 2 years ago

I'd love to see an example how all of the map views could live together on the same map with the map styles created with the Here Map style editor

dbacarel commented 8 months ago

Hi @vadym1930 , I'm not quite sure to understand your question. If you instantiate the map using the Harp engine then automatically all the layers in the MapSettingsControl (layers shown in the shot above) are Harp engine compatible. Creating and adding layers using the styles from the Style Editor should not affect the existing ones.