Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Georeference by lat/lon analysis should only accept numeric columns #11511

Closed
javitonino opened this issue Feb 10, 2017 · 4 comments
Closed

Georeference by lat/lon analysis should only accept numeric columns #11511

javitonino opened this issue Feb 10, 2017 · 4 comments

Comments

@javitonino
Copy link
Contributor

If you try to create a georeference analysis by latitude/longitude, you can choose the longitude/latitude columns from any column in the dataset.

However, if you select anything that is not numeric, map instantiation will fail:
[{"type":"analysis","message":"function st_makepoint(text, text) does not exist","analysis":{"id":"b1","type":"georeference-long-lat"}}]});

The error occurs because the st_makepoint function only takes numbers. An easy, nice to have fix, but nothing critical, of course.

@stale
Copy link

stale bot commented Feb 19, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Feb 19, 2018
@javitonino
Copy link
Contributor Author

Still an issue. cc @ivanmalagon @ramiroaznar

@stale stale bot removed the stale label Feb 20, 2018
@ramiroaznar ramiroaznar assigned amartinj and unassigned AleGoiko and amartinj Mar 5, 2018
@piensaenpixel
Copy link
Contributor

yes please! it's a bit frustrating

@rubenmoya
Copy link
Contributor

In production! 🚀

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

No branches or pull requests

6 participants