Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Improvements to NULL geom handling #47

Open
hannahkates opened this issue Aug 10, 2016 · 0 comments
Open

Improvements to NULL geom handling #47

hannahkates opened this issue Aug 10, 2016 · 0 comments

Comments

@hannahkates
Copy link

hannahkates commented Aug 10, 2016

Current issues with NULL geom handling:

  1. To provide more context to issue Records with no geometry map to 0,0 #44 , currently the app only checks whether the table's first row has a null geom and then assumes 0,0 for the geom of all records rather than checking through the rest of the records which may have valid geometries.

  2. If there is a null geom further down in the table, the query throws an error "must start with number, buffer, array or string"

App could default to only showing records where geom is not null -- or find a better way to still include the null geom records in the table but not render them on the map. Maybe the rendering component could always default to include "where geom is not null."

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants