mirror of
https://git.librezo.fr/Librezo/website.git
synced 2024-11-21 18:41:37 +01:00
carte : défilement désactivé
This commit is contained in:
parent
1c97cca283
commit
58d7b10a7f
@ -2,6 +2,7 @@
|
|||||||
<script type="text/javascript" src="/vendor/leaflet/leaflet.js"></script>
|
<script type="text/javascript" src="/vendor/leaflet/leaflet.js"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var map = L.map('map').setView([46.725, 2.834], 6);
|
var map = L.map('map').setView([46.725, 2.834], 6);
|
||||||
|
map.scrollWheelZoom.disable();
|
||||||
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
|
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
|
||||||
maxZoom: 10,
|
maxZoom: 10,
|
||||||
attribution: '© <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
|
attribution: '© <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
|
||||||
|
Loading…
Reference in New Issue
Block a user