diff --git a/examples/src/components/Simple.vue b/examples/src/components/Simple.vue index a7e05f0e..a061243f 100644 --- a/examples/src/components/Simple.vue +++ b/examples/src/components/Simple.vue @@ -9,6 +9,7 @@ @@ -47,9 +48,12 @@ export default { url: 'http://{s}.tile.osm.org/{z}/{x}/{y}.png', attribution: '© OpenStreetMap contributors', marker: L.latLng(47.413220, -1.219482), - currentZoom: 13, + currentZoom: 11.5, currentCenter: L.latLng(47.413220, -1.219482), - showParagraph: false + showParagraph: false, + mapOptions: { + zoomSnap: 0.5 + } }; }, methods: {