Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GeoVistoogsi
AR
Commits
8fae95fb
Commit
8fae95fb
authored
3 months ago
by
Cantuerk
Browse files
Options
Download
Email Patches
Plain Diff
Update public/ar_overviewmap.js, public/style.css
parent
f75869f5
master
1 merge request
!194
Update public/ar_overviewmap.js, public/style.css
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
public/ar_overviewmap.js
+2
-2
public/ar_overviewmap.js
public/style.css
+4
-4
public/style.css
with
6 additions
and
6 deletions
+6
-6
public/ar_overviewmap.js
+
2
-
2
View file @
8fae95fb
...
...
@@ -25,7 +25,7 @@ function init_map() {
CartoDB_Positron
.
addTo
(
mymap
);
userIcon
=
L
.
icon
({
iconUrl
:
'
previewImages/map-user.png
'
,
iconUrl
:
'
assets/
previewImages/map-user.png
'
,
iconSize
:
[
32
,
32
],
iconAnchor
:
[
16
,
32
],
popupAnchor
:
[
0
,
-
32
]
...
...
@@ -124,4 +124,4 @@ function roundTo(n, digits) {
}
return
parseFloat
(
n
);
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
public/style.css
+
4
-
4
View file @
8fae95fb
...
...
@@ -250,7 +250,7 @@ button:active {
.control-button
{
flex
:
0
0
auto
;
border
:
none
;
border-radius
:
5
px
;
border-radius
:
20
px
;
padding
:
8px
;
background-color
:
#007BFF
;
cursor
:
pointer
;
...
...
@@ -258,11 +258,11 @@ button:active {
}
.control-button
img
{
width
:
4
0px
;
height
:
4
0px
;
width
:
3
0px
;
height
:
3
0px
;
}
.control-button
:active
{
background-color
:
#0056b3
;
transform
:
scale
(
0.95
);
}
\ No newline at end of file
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets