refs #44 move routing control, focus on origin when control is enabled

This commit is contained in:
Julien Veyssier 2019-04-22 02:52:49 +02:00
Родитель 24a7c6f8c0
Коммит b2811c3506
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -511,6 +511,7 @@
// L.latLng(57.74, 11.94),
// L.latLng(57.6792, 11.949)
//],
position: 'topleft',
routeWhileDragging: true,
reverseWaypoints: true,
geocoder: L.Control.Geocoder.nominatim(),
@ -548,6 +549,7 @@
this.control.addTo(this.map);
$('#navigation-routing').addClass('active');
this.enabled = true;
$('.leaflet-routing-geocoder input').first().focus();
}
},