Using geo.dyomedea.com

This commit is contained in:
Eric van der Vlist 2023-01-27 08:22:45 +01:00
parent c7852ad727
commit 3e98f7f745
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ export const Overlays: Component<Props> = ({ map }) => {
'EPSG:900913:29', 'EPSG:900913:29',
'EPSG:900913:30', '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 geoServerStyle = '';
const format = 'application/vnd.mapbox-vector-tile'; const format = 'application/vnd.mapbox-vector-tile';
const infoFormat = 'text/html'; const infoFormat = 'text/html';