Error: Postgres type 'geometry' is not supported by mapping
See original GitHub issueIs there a way to declare mappings anywhere?
Currently my geometry typed is showing as never
. Would it make sense to type is as unknown?
Love the idea behind this lib!
Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Error Mapping Geometry type Point in PostgreSQL
Try switching the column in database for location from type of point to type geometry. Also use all the following properties
Read more >Unable to view maps when using Postgres geography ...
Problem : Unable to view maps when using Postgres geography/geometry columns. Solution: After setting up an information link containing a ...
Read more >PostgreSQL+Postgis geometry column problem
I connect successfully to a PostgreSQL Table from Tableau 2019.2. The table contains a geometry type (containing polygons or multi polygons) in a...
Read more >The geometry_type of a spatial column cannot be changed ...
The error you're getting is indicating that it's reading type 'geometry' out of your source table but can't convert the PostgreSQL column ...
Read more >Add support for Geometry types on Postgresql/PostGIS ... - Bugs
Support for Geometry types not present when working with PostGIS databases. There are various converter bits available when searching for support, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@goofiw Have you made any progress on this? I’m in a similar position - would really like to use this library but our database has Postgis installed so I need support for
Point
and other geometry columns. Happy to help implement if there’s anything I can do! Thanks 😃@goofiw Encountered this recently. Should be pretty easy to type as
Array<Array<Array<Array<number>>>>
which we’ve done in the past.