# HG changeset patch # User Markus Kottlaender # Date 1554738289 -7200 # Node ID 4bc2cc6364bca6de8ae957e8ac2c5a8d34e36bfa # Parent 8acd0a235a944c86f34e5360bfdbd50748bd8f10 client: inlined component property diff -r 8acd0a235a94 -r 4bc2cc6364bc client/src/components/Maplayer.vue --- a/client/src/components/Maplayer.vue Mon Apr 08 17:40:09 2019 +0200 +++ b/client/src/components/Maplayer.vue Mon Apr 08 17:44:49 2019 +0200 @@ -49,7 +49,6 @@ name: "maplayer", data() { return { - projection: "EPSG:3857", splitscreen: false }; }, @@ -177,7 +176,7 @@ center: [this.extent.lon, this.extent.lat], minZoom: 5, // restrict zooming out to ~size of Europe for width 1000px zoom: this.extent.zoom, - projection: this.projection + projection: "EPSG:3857" }) }); map.on("moveend", event => {