davvalent commited on 2021-11-24 18:34:21
Showing 2 changed files, with 1 additions and 1 deletions.
| ... | ... |
@@ -24,7 +24,7 @@ |
| 24 | 24 |
zoomOffset: -1, |
| 25 | 25 |
accessToken: 'pk.eyJ1IjoiZGF2dmFsZW50IiwiYSI6ImNrdmluZjh6cTBnYjkydXFna3lnOWRwM3oifQ.7qwZCUJ2JW2WFJ8JtDQfUg' |
| 26 | 26 |
}).addTo(mymap); |
| 27 |
- var imageUrl = 'plan-fond-transparent-min.png', |
|
| 27 |
+ var imageUrl = 'img/plan-fond-transparent-min.png', |
|
| 28 | 28 |
imageBounds = [[45.5155088875666, -73.55432183482827], [45.52127103906887, -73.54793549518355]]; |
| 29 | 29 |
L.imageOverlay(imageUrl, imageBounds, {
|
| 30 | 30 |
opacity: 0.75 |
| 31 | 31 |