Changes

Jump to: navigation, search

Check coordinates distance and bearing

146 bytes added, 22:09, 16 March 2016
no edit summary
Fist run this query to see if there is any coordinates that use '''Distance and bearing'''and do not have user_entered coordinates.
<pre>
SELECT
FROM
geopoint
WHERE
bearing IS NOT NULL AND
distance IS NOT NULL AND
user_entered_x IS NULL AND
user_entered_y IS NULL
GROUP BY
geopoint.coordrefsys,
6,632
edits

Navigation menu