Skip to content

Commit

Permalink
Change project name in tilemap check
Browse files Browse the repository at this point in the history
  • Loading branch information
tkleinke committed Nov 13, 2019
1 parent b967de3 commit f4663fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/resources/map/map/layer-map.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down

0 comments on commit f4663fb

Please sign in to comment.