Closed
Description
Deployment Type
Self-hosted
NetBox Version
v4.0.2
Python Version
3.10
Steps to Reproduce
- Change user language preference to "Portuguese"
- Create or edit a site and fill the latitude / longitude with decimal values, separated by COMMA and save
- Press the 'map it' button
Expected Behavior
The google maps tab opens with the correct latitude / longitude spotted.
Observed Behavior
The google maps site will apper in a new tab, but with error message "O Google Maps não encontrou xxxx,yyyy".
This appears to be caused by Google Maps expecting the latitude / longitude values to use PERIOD decimal separator, instead of the COMMA separator. Maybe a simple conversion to US locale when generating the Map It button link can solve this.