- npm updates

- additional layer in map.component.ts
This commit is contained in:
Arno Kaimbacher 2022-07-29 15:25:27 +02:00
parent c6829ab83c
commit 6c3f6d5fd3
3 changed files with 1843 additions and 1596 deletions

View file

@ -73,7 +73,7 @@ export default class MapComponent extends Vue {
// Create & add WMS-layer.
const tethys = new TileLayer.WMS("https://data.geologie.ac.at/mapserver/at_tethys", {
layers: "province",
layers: "tethys, geofast",
format: "image/png",
transparent: true,
version: "1.3.0",