Changes

Jump to: navigation, search

Locale Pre-check SQL

49 bytes added, 12:59, 8 March 2017
no edit summary
The Locale fix tool has problems handling userenteredcoord with comma , dot or dot minus before the pipes e.g. -74:57:04,|06:06:16,5|es|ES|. The solution is to add a zero between the comma/dot and the pipe.
<pre>
OR
geopoint.userenteredcoord LIKE '%.|%'
or
geopoint.userenteredcoord LIKE '%-|%'
</pre>
6,632
edits

Navigation menu