Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
eyesis4pi-393-panorama-previewer
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
eyesis4pi-393-panorama-previewer
Commits
fcc08386
Commit
fcc08386
authored
Apr 24, 2017
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed a bug with routes switching
parent
22868791
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
os_map.js
js/os_map.js
+1
-1
No files found.
js/os_map.js
View file @
fcc08386
...
...
@@ -122,7 +122,7 @@ function osm_set_current_position(mark) {
}
function
osm_remove_marker
(
i
)
{
map
.
removeLayer
(
osm_points
[
i
]);
os
map
.
removeLayer
(
osm_points
[
i
]);
}
function
osm_set_icon
(
mark
,
icon
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment