How do I get a Terrain Map in UI Controls HERE Maps v3.1
问题 After upgrading to the v3.1 Javascript SDK with vector/WebGL rendering, there is now no terrain layer in the default UI Controls. I have looked into the API documentation but there is no clear example that I could find that shows how to specify what shows up in the UI Controls. var platform = new H.service.Platform({ apikey: 'key' }); var layers = platform.createDefaultLayers(); var hereMap = new H.Map( document.getElementById(mapCanvasDiv), defaultLayers.vector.normal.map, { zoom: mapOptions