iboates
iboates
If I am understanding correctly, you want to start with a shapefile, then load it into a PostGIS database, and then publish the table in the database as a layer?...
Thanks for the reply, but it is still not working. Whether I put it inside the `ol-source-vector` or not, it seems to crash: ``` ``` It seems that it is...
What if additional geometry columns were converted to WKB or WKT strings? I would think that WKT is more appropriate, since JSON is a human readable format. But then again,...
> > > @iboates can you move the last bit to its own issue, please? Yeah, sorry I went off on a tangent there, I made it its own issue.
I took a very preliminary stab at this: https://github.com/geopandas/geopandas/pull/1920 I wanted to do a global map thing but I got tripped up with base types and implications about other complex...
Currently waiting for internet at my new flat, I'll make a PR when I get hooked up.
I am still working on this, but in doing so I have uncovered some deeper inconsistencies in pandas itself (https://github.com/pandas-dev/pandas/issues/45392)