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,