Skip to content

Commit

Permalink
Merge pull request #163 from kristianrl/master
Browse files Browse the repository at this point in the history
Map name changed from "Street view" to "OpenStreetMap".
  • Loading branch information
augusthjerrild authored Aug 28, 2024
2 parents 7d1972f + f7bea81 commit a70d18b
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 a70d18b

Please sign in to comment.