-
Need to have Postgis on all YB nodes loaded after installing this. Has to be done at install time and cannot bundle (licensing issues)
-
This should eliminate the need for anything ESRI and we can go with a Node - postgres/postGIS solution.
-
Once there is a spatial partitioning backend in place, we could read chunks from PostGIS via SQL (`ST_Intersects` or something).
We may also be able to link it to `chunksize` parameter and read in…
-
PostGIS functions like ST_3DDWithin are not supported right now. Is there any possibility of adding these functions?
http://postgis.net/docs/PostGIS_Special_Functions_Index.html
-
It isn't clear how to specify how to connect to postGIS:
(assume my database name is mapdb)
- If I follow the hint and say dbname=mapdb, I get the message "Error: Name is required and may only includ…
-
Preliminary issue
- Install and configure Docker based stack for Oskari frontend and server
- Support environment variables as config
- Investigate full stack including Postgres/PostGIS and Geos…
-
### Provide the Bytebase version you are using
2.14.1
### Describe the bug
I tried using the schema sync in the hosted version, was getting 502 errors.
So I tried the same in self-host version an…
-
Wheezy is back at PostGIS 1.5, which doesn't have the extension framework.
If 2.0 is a requirement, the install docs should reflect this.
-
PostGIS collections creation is not supported.
It would be useful to be able to create MultiPoint, MultiLineString, MultiPolygon or (even harder) GeometryCollection datatypes in lizmap interface.
It i…
-
Branch off of [docker-compose](https://github.com/codeforkansascity/meep-backend/tree/docker-compose). Add a directory with a Dockerfile for a postgres database with postgis for storing spatial data. …