sosedoff / pgweb

Cross-platform client for PostgreSQL databases
https://sosedoff.github.io/pgweb
MIT License
8.56k stars 723 forks source link

Postgis types support #102

Closed zhulik closed 8 years ago

zhulik commented 8 years ago

Is it possible to add postgis types support?

sosedoff commented 8 years ago

Closing this for now since postgis really has nothing to do with pgweb. Unless the question was more related to the UI part. Feel free to reopen though.

dersteppenwolf commented 7 years ago

It would be great some kind of integration with postgis like "PostGIS Preview" http://chriswhong.com/data-visualization/introducing-postgis-preview/

pramsey commented 2 years ago

Yes, this is really about UI support. DBeaver and PgAdmin both can show "map views" of query results, which is a super feature.

frafra commented 1 year ago

It is possible to convert a WKB to a WKT and then to a Leaflet feature using https://github.com/arthur-e/Wicket, or to a GeoJSON. There are some WKB to WKT converters around as well.

Converting from WKB to WKT could be done on the Postgres side as well, but it wouldn't be just a UI issue then.

onionhammer commented 1 month ago

This would be a very cool feature