From f675025eba065510ac61c667939eaee1f9146a79 Mon Sep 17 00:00:00 2001 From: "Marco Lechner, GeoBoink" Date: Mon, 26 Dec 2022 14:20:02 +0100 Subject: [PATCH] seems to be working in development if CORS-Plugin is activated --- gosolution-app/main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gosolution-app/main.js b/gosolution-app/main.js index 611c3e1..1865400 100644 --- a/gosolution-app/main.js +++ b/gosolution-app/main.js @@ -28,7 +28,8 @@ const map = new Map({ }), }); (async () => { - const airports = await fetch('https://demo.ldproxy.net/zoomstack/collections/airports/items?limit=100', { + //const airports = await fetch('https://demo.ldproxy.net/zoomstack/collections/airports/items?limit=100', { + const airports = await fetch('http://localhost:8080/geoserver-2.23/ogc/features/collections/tiger:poi/items', { headers: { 'Accept': 'application/geo+json' }