Feature
Completed
International Number Format Support for Location Input
Add full support for international number formats when parsing numeric and coordinate values.
Specifically:
Accept both period (.) and comma (,) as valid decimal separators.
Detect and correctly handle region-specific number formatting automatically.
Allow latitude/longitude, DMS, DDM, UTM, and MGRS inputs to be entered using either decimal format.
Normalize all parsed values internally to a consistent decimal representation for processing and storage.
This will ensure that users in regions that use commas as decimal separators can enter location data naturally without conversion errors.
Specifically:
Accept both period (.) and comma (,) as valid decimal separators.
Detect and correctly handle region-specific number formatting automatically.
Allow latitude/longitude, DMS, DDM, UTM, and MGRS inputs to be entered using either decimal format.
Normalize all parsed values internally to a consistent decimal representation for processing and storage.
This will ensure that users in regions that use commas as decimal separators can enter location data naturally without conversion errors.
