Skip to content

bbox and geometry show incorrect information when using 2023-11-14-alpha.0 release version #93

Closed Answered by d3mon187
shuu-yoshida asked this question in Places
Discussion options

You must be logged in to vote

I haven't looked at previous releases, but a quick glance at the November data shows about 5k records with non matching location information in the US. Source did not matter, and the facebook page didn't show the incorrect data. Some had correct street and geometry, but wrong city/country. Others had correct address, but wrong geometry.

Here is a quick query to see an example of incorrect US records.

WHERE (addresses).country = 'US' AND NOT (
    -- Continental United States
    (latitude BETWEEN 24.396308 AND 49.384358 AND longitude BETWEEN -125.001651 AND -66.93457)
    OR
    -- Hawaii
    (latitude BETWEEN 18.910361 AND 22.23559 AND longitude BETWEEN -160.247482 AND -154.806773)
    O…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by shuu-yoshida
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 participants