diff --git a/src/components/overlays/Overlays.tsx b/src/components/overlays/Overlays.tsx index 90008d0..5090ab8 100644 --- a/src/components/overlays/Overlays.tsx +++ b/src/components/overlays/Overlays.tsx @@ -64,7 +64,7 @@ export const Overlays: Component = ({ map }) => { 'EPSG:900913:29', 'EPSG:900913:30', ]; - const baseUrl = 'http://localhost:8081/geoserver/gwc/service/wmts'; + const baseUrl = 'https://geo.dyomedea.com/geoserver/gwc/service/wmts'; const geoServerStyle = ''; const format = 'application/vnd.mapbox-vector-tile'; const infoFormat = 'text/html';