Forum Discussion
Data refresh : deleting points on the map
Hi greening2023 ,
Please ensure that the latitude and longitude values are in the correct numerical format. They should not contain any non-numeric characters. Latitude values should be in the range of -90 to +90 degrees, and longitude values should be in the range of -180 to +180 degrees.
Check the source of your geographic data. If the data is being imported from an external file or database, there might be errors or inconsistencies in the original data.If you’re using code to process or input these values, review your code to ensure there are no logical errors that could be causing valid coordinates to be marked as invalid.
Best regards.
Community Support Team_Caitlyn
Hi,
I just noticed when I refresh the source, the comma of my longitude and latitude is removed.
I don't understand where the error comes from.
Best regards