diff --git a/src/app/map/map.component.ts b/src/app/map/map.component.ts index fb8a909..2c81158 100644 --- a/src/app/map/map.component.ts +++ b/src/app/map/map.component.ts @@ -80,7 +80,7 @@ export class MapComponent implements AfterContentInit, OnInit { let conf = this.configService.conf.value let bms = conf.background if (conf.bootstrap.baseMapStyles.embedded.indexOf(bms) >= 0) { - this.styleUrl = `/tiles/style/${bms}` + this.styleUrl = `tiles/style/${bms}` } else { this.styleUrl = conf.bootstrap.baseMapStyles.external[bms]