-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Labels
ARMService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.bugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reported
Description
Description
While reviewing the outputs for 'Get-AzLocation', I noticed several regions with incorrect geo-coordinates. It can be seen when placing the coordinates into a website like GPS Coordinates where the pin will be fairly far away or outright now in the right place like with Spain Central, the pin goes into the sea on the East of Spain.
Below is a table with the current Longitude, Latitude (Lon,Lat) pairs from Get-AzLocation and Lon,Lat pairs based on the cities the DCs are based in that can be used to update the outputs. It'll help developers who may use the coordinates for internal application use.
Regions | Current Output | Actual |
---|---|---|
Spain Central | Lon: 3.4209, Lat: 40.4259 | Lon: -3.4209, Lat: 40.4259 |
France Central | Lon: 2.373, Lat: 46.3772 | Lon: 2.3475, Lat: 48.8492 |
Switzerland North | Lon: 8.564572, Lat: 47.451542 | Lon: 8.5366, Lat: 47.3772 |
Israel Central | Lon: 33.4506633, Lat: 31.2655698 | Lon: 35.1845, Lat: 31.7698 |
West Central US | Lon: -110.234, Lat: 40.89 | Lon: -108.4282, Lat: 44.6052 |
France South | Lon: 2.1972, Lat: 43.8345 | Lon: 5.3977, Lat: 43.2805 |
Germany North | Lon: 8.806422, Lat: 53.073635 | Lon: 13.3306, Lat: 52.6048 |
UK West | Lon: -3.084, Lat: 53.427 | Lon: -3.2360, Lat: 51.5261 |
Metadata
Metadata
Assignees
Labels
ARMService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.bugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reported