comparison client/src/components/Map.jsx @ 153:dc2a5920b731

Removed Log statement frim component Removed erroneously commited log statement
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 02 Jul 2018 16:30:29 +0200
parents 92e0c636e67c
children 78f96f168b59
comparison
equal deleted inserted replaced
152:a719a3ba2fb4 153:dc2a5920b731
15 zoom: 12, 15 zoom: 12,
16 projection: "EPSG:4326" 16 projection: "EPSG:4326"
17 }; 17 };
18 }, 18 },
19 mounted() { 19 mounted() {
20 console.log(this.centerX);
21 new Map({ 20 new Map({
22 layers: [ 21 layers: [
23 new TileLayer({ 22 new TileLayer({
24 source: new OSM() 23 source: new OSM()
25 }) 24 })