Commit fcc08386 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

fixed a bug with routes switching

parent 22868791
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment