From 74490e864b2cffc8c1235601d601cf687b5bcd71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Maria=20Mezzopera?= Date: Thu, 8 Nov 2018 09:58:54 +0100 Subject: [PATCH] chore: linting and enable sync on marker position --- examples/src/components/Example.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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,