Skip to content

Commit

Permalink
Map name changed from "Street view" to "OpenStreetMap"...
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianrl committed Aug 8, 2024
1 parent 7d1972f commit f7bea81
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 f7bea81

Please sign in to comment.