Error
Error Code:
4105
MySQL Error 4105: Invalid Spatial Latitude Range
Description
Error 4105 indicates that a provided latitude value, particularly for the 'origin' of a Spatial Reference System (SRS) or a geographic point, is outside the valid range of -90 to 90 degrees. This typically occurs during spatial data creation, insertion, or transformation when the specified coordinates violate standard geographic constraints.
Error Message
Latitude of origin must be within [-90, 90] degrees, specified in the SRS angular unit.
Known Causes
4 known causesIncorrect Latitude Input
A latitude value was manually entered or provided in a query that exceeds the valid range of -90 to 90 degrees.
Invalid Imported Data
Spatial data being imported or migrated from an external source contains latitude values outside the acceptable geographic range.
Calculation/Conversion Error
A spatial function or calculation inadvertently produced an invalid latitude value, possibly due to incorrect unit conversions or intermediate results.
Misconfigured SRS Definition
The Spatial Reference System (SRS) definition or a geographic transformation is misconfigured, leading to an out-of-range latitude during processing.
Solutions
Coming SoonGeneral Troubleshooting Tips
- Check the error message carefully for specific details
- Review recent changes that might have caused the error
- Search for the exact error code in the official documentation
- Check log files for additional context
- Try restarting the application or service