Hi Jumpers,I think we have 3 options to read spatialite : OpenJUMP wizard, Larry's dbquery and spatialite plugin. I think we should put our work on one of them, but as I'm not familiar with spatialite/geopackage, I'd like to know which important capabilities dbquery and spatialite have to offer w
Hi Michaël,
Larry’s DB Query is the most robust SQL client for all databases that it
support because it is so simple. It just executes the SQL query and builds a
layer from the result. It does not read and resolve the metadata tables (like
geometry_columns, spatial_ref_sys). Therefore it does n
Revision: 6674
http://sourceforge.net/p/jump-pilot/code/6674
Author: michaudm
Date: 2021-04-25 20:53:15 + (Sun, 25 Apr 2021)
Log Message:
---
fix regression introduced in r6621 & r6662 in raster Vectorizer
Modified Paths:
--
core/trunk/ChangeLog
cor