Bocher Erwan
Bocher Erwan
Excellent ! You can add both H2 and H2GIS. When H2GIS is selected the spatial functions must be initialized. Embedded database is enough. Is a new database created after each...
Excellent. Thanks a lot.
You must add in the pom something like that ``` java + org.apache.felix + maven-bundle-plugin + 2.3.7 + true + + + bundle-manifest + process-classes + + manifest + +...
Dear @akbertram, Thanks for all the efforts. JTransforms seems actively developed and available on github. What do you think if we try to contact the developer ?
Yes you are right. ;-) For JTS we have a specific project https://github.com/orbisgis/h2gis/blob/master/jts-osgi/pom.xml @nicolas-f any idea ?
You can added to the next release but I think that the field must be more descriptive.
humm the H2GIS-Geoserver plugin must be updated
Direction seems good for me
A message must be added to said that if the linestring is 2D then the linestring is converted to 3D with a z values equal to zero.
Dear @pierromond We have developed this kind of check here https://github.com/orbisgis/geoclimate/blob/master/osm/src/main/groovy/org/orbisgis/orbisprocess/geoclimate/osm/OSMGISLayers.groovy#L171 It's a process that extract GIS layers from a OSM xml file. Building table is then formatted to have...