From 9f8d91d8b1d65868612b150451fa73ad495885a6 Mon Sep 17 00:00:00 2001 From: Philipp Spitzer Date: Fri, 24 Nov 2023 14:02:51 +0100 Subject: [PATCH] Replace matrixSet with projection to be more general. --- src/wrmap.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wrmap.ts b/src/wrmap.ts index f80ac19..33c15c4 100644 --- a/src/wrmap.ts +++ b/src/wrmap.ts @@ -393,7 +393,7 @@ function init_wrmap(_: number, jq_map_element: HTMLElement) { let result = new OlFormatWmtsCapabilities().read(text); let options = optionsFromCapabilities(result, { layer: layer, - matrixSet: 'google3857', + projection: 'EPSG:3857', style: 'normal', })!; options['attributions'] = attributions; -- 2.39.5