|
@@ -34,6 +34,7 @@ export class ReservoirHistoryService {
|
|
|
dataProjection: 'EPSG:3857',
|
|
dataProjection: 'EPSG:3857',
|
|
|
}*/),
|
|
}*/),
|
|
|
url: (extent) => {
|
|
url: (extent) => {
|
|
|
|
|
+ //TODO: change this based on the this.timeStamp
|
|
|
const timeStampEnd = '2022-05-20T04:00:05.603Z';
|
|
const timeStampEnd = '2022-05-20T04:00:05.603Z';
|
|
|
const crossOrigin = !window.location.hostname.includes('gis.atapex.sk');
|
|
const crossOrigin = !window.location.hostname.includes('gis.atapex.sk');
|
|
|
const proxyPath = window.location.hostname.includes('localhost')
|
|
const proxyPath = window.location.hostname.includes('localhost')
|