Skip to content

Commit

Permalink
AUS-4157 Remove Open Street Map because of CORS errors
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf authored Jun 3, 2024
1 parent 8af19c0 commit 9d70ae4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ export const environment = {
{ value: 'World_Imagery', viewValue: 'ESRI World Imagery', tooltip: 'ESRI World Imagery', layerType: 'ESRI' },
{ value: 'NatGeo_World_Map', viewValue: 'ESRI National Geographic Map', tooltip: 'ESRI National Geographic Map', layerType: 'ESRI' },
{ value: 'World_Street_Map', viewValue: 'ESRI Street Map', tooltip: 'ESRI Street Map', layerType: 'ESRI' },
{ value: 'OSM', viewValue: 'OpenStreetMap',
tooltip: 'OpenStreetMap (OSM) is a collaborative project to create a free editable\n' +
'map of the world.\nhttp://www.openstreetmap.org', layerType: 'OSM' },
//{ value: 'OSM', viewValue: 'OpenStreetMap',
// tooltip: 'OpenStreetMap (OSM) is a collaborative project to create a free editable\n' +
// 'map of the world.\nhttp://www.openstreetmap.org', layerType: 'OSM' },
{ value: 'Road', viewValue: 'Bing Roads', tooltip: 'Bing Maps Road', layerType: 'Bing' },
{ value: 'Aerial', viewValue: 'Bing Aerial', tooltip: 'Bing Maps Aerial', layerType: 'Bing' },
{ value: 'AerialWithLabels', viewValue: 'Bing Aerial With Labels', tooltip: 'Bing Maps Aerial with Labels', layerType: 'Bing' },
Expand Down

0 comments on commit 9d70ae4

Please sign in to comment.