Commit fcc08386 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev
Browse files

fixed a bug with routes switching

parent 22868791
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -122,7 +122,7 @@ function osm_set_current_position(mark) {
}

function osm_remove_marker(i) {
        map.removeLayer(osm_points[i]);
        osmap.removeLayer(osm_points[i]);
}

function osm_set_icon(mark,icon) {