Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
August Andersen committed Aug 28, 2024
2 parents 4ab9d74 + a70d18b commit 3b848a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/shared/components/map/map.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { satelliteCenterLatitudeDenmark, satelliteCenterLongitudeDenmark } from
styleUrls: ["./map.component.scss"],
})
export class MapComponent implements OnInit, AfterViewInit, OnChanges, OnDestroy {
private streetViewName = "Street view";
private streetViewName = "OpenStreetMap";
private datafordelerName;
private heightCurvesName;
private ortofotowmts: leaflet.TileLayer;
Expand Down

0 comments on commit 3b848a7

Please sign in to comment.