forked from geolba/tethys.frontend
- npm updates
- additional layer in map.component.ts
This commit is contained in:
parent
c6829ab83c
commit
6c3f6d5fd3
3435
package-lock.json
generated
3435
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
|
@ -42,7 +42,7 @@
|
||||||
"eslint": "^7.32.0",
|
"eslint": "^7.32.0",
|
||||||
"eslint-plugin-prettier": "^3.3.1",
|
"eslint-plugin-prettier": "^3.3.1",
|
||||||
"eslint-plugin-vue": "^7.0.0",
|
"eslint-plugin-vue": "^7.0.0",
|
||||||
"node-polyfill-webpack-plugin": "^1.1.4",
|
"node-polyfill-webpack-plugin": "^2.0.0",
|
||||||
"prettier": "^2.2.1",
|
"prettier": "^2.2.1",
|
||||||
"sass": "^1.26.5",
|
"sass": "^1.26.5",
|
||||||
"sass-loader": "^13.0.0",
|
"sass-loader": "^13.0.0",
|
||||||
|
|
|
@ -73,7 +73,7 @@ export default class MapComponent extends Vue {
|
||||||
|
|
||||||
// Create & add WMS-layer.
|
// Create & add WMS-layer.
|
||||||
const tethys = new TileLayer.WMS("https://data.geologie.ac.at/mapserver/at_tethys", {
|
const tethys = new TileLayer.WMS("https://data.geologie.ac.at/mapserver/at_tethys", {
|
||||||
layers: "province",
|
layers: "tethys, geofast",
|
||||||
format: "image/png",
|
format: "image/png",
|
||||||
transparent: true,
|
transparent: true,
|
||||||
version: "1.3.0",
|
version: "1.3.0",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user