Open Adblu opened 5 years ago
As in 3D (x/y/z coordinates) I don't think there is any as this project relies on old versions of geotools/jts that are 2D only
A geotools upgrade PR is outstanding in #358
If, I would like to theoretically add such support, how much work has to be done ?
@Adblu the work is done on #363 , hopefully the merge can be made. This plugin, however, will die soon if we don't migrate it from server plugin to unmanaged extension. I'm not sure who the maintainers of this actually are or what the direction of the project is but looking at the commit graphs it may not be actively developed much longer. I've got a bit of time to breathe some life back in to this at the moment. I've got it working with the latest GeoServer running out of docker and have had it produce OSM images for me from the test data. Besides the above mentioned migration for the actual Neo4J server plugin, the GeoServer plugin itself is using an embedded database aproach to talk to Neo. It would be better if it was migrated over to using the java driver and going over the network, this would allow the noe4jserver to be run in tandem with GeoServer so applications could consume pretty pictures and perform calculations against the data separately. If you have time to help out, I'm going to raise and issue for both and attack the later first.
I have a question. Where is the support for the elevation ? I cannot find it anywhere.