From f4663fb8797eb0740982e593de52f3f42fc6ffdd Mon Sep 17 00:00:00 2001 From: Thomas Kleinke Date: Wed, 13 Nov 2019 15:35:45 +0100 Subject: [PATCH] Change project name in tilemap check --- app/components/resources/map/map/layer-map.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/resources/map/map/layer-map.component.ts b/app/components/resources/map/map/layer-map.component.ts index 89818b337d..56fd3162e7 100644 --- a/app/components/resources/map/map/layer-map.component.ts +++ b/app/components/resources/map/map/layer-map.component.ts @@ -85,7 +85,7 @@ export class LayerMapComponent extends MapComponent { await super.updateMap(changes); - if (this.settingsService.getSelectedProject().toLowerCase().startsWith('sudan-digital')) { + if (this.settingsService.getSelectedProject().toLowerCase().startsWith('sudan-heritage')) { this.updateSudanTileLayer(); }