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.
1 parent b9e8e0e commit d71965aCopy full SHA for d71965a
geocode-a-location-from-address/demo.js
@@ -148,7 +148,6 @@ function addLocationsToPanel(locations){
148
* H.service.GeocodingService
149
*/
150
function addLocationsToMap(locations){
151
- debugger
152
var group = new H.map.Group(),
153
position,
154
i;
map-with-route-from-a-to-b-using-public-transport/demo.js
@@ -216,7 +216,6 @@ function addManueversToPanel(route){
216
nodeOL.className = 'directions';
217
218
route.sections.forEach((section) => {
219
220
if (section.actions) {
221
section.actions.forEach((action, idx) => {
222
var li = document.createElement('li'),
0 commit comments