Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ARCHITRAVE
SADE
Commits
f0bb72f3
Commit
f0bb72f3
authored
Dec 08, 2020
by
barth23
Browse files
integrate raster map
parent
c71a2131
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/itinerary/js/parisMap.js
View file @
f0bb72f3
...
...
@@ -480,7 +480,7 @@ var overlayMaps = overlayNames(lang);
//Image Overlay
var
imageUrl
=
'
https://vwestric.github.io/paris-project
/raster/parisBW.png
'
,
var
imageUrl
=
'
templates/itinerary
/raster/parisBW.png
'
,
imageBounds
=
[[
48.876
,
2.303
],
[
48.831
,
2.386
]];
var
imageOverlay
=
L
.
imageOverlay
(
imageUrl
,
imageBounds
,
opacity
=
0.7
);
map
.
fitBounds
(
imageBounds
);
...
...
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