diff --git a/examples/src/components/Example.vue b/examples/src/components/Example.vue index e20da557..9a740031 100644 --- a/examples/src/components/Example.vue +++ b/examples/src/components/Example.vue @@ -113,8 +113,8 @@ + :sort-layers="true" + /> @@ -266,7 +266,7 @@ export default { center: [51.505, -0.09], opacity: 0.6, token: 'your token if using mapbox', - mapOptions: { zoomControl: false, attributionControl: false }, + mapOptions: { zoomControl: false, attributionControl: false, zoomSnap: true }, zoom: 13, minZoom: 1, maxZoom: 20,