Revision: 6238
          http://sourceforge.net/p/jump-pilot/code/6238
Author:   elnico
Date:     2020-02-12 14:23:33 +0000 (Wed, 12 Feb 2020)
Log Message:
-----------
Removed debug left at previous commit

Modified Paths:
--------------
    core/trunk/ChangeLog
    
core/trunk/src/com/vividsolutions/jump/datastore/spatialite/SpatialiteDSMetadata.java

Modified: core/trunk/ChangeLog
===================================================================
--- core/trunk/ChangeLog        2020-02-12 14:16:26 UTC (rev 6237)
+++ core/trunk/ChangeLog        2020-02-12 14:23:33 UTC (rev 6238)
@@ -6,6 +6,9 @@
 * Changes.txt updated until here **********************************************
 
 2020-02-12 Nicolas Ribot
+  * remove debug info left at previous commit
+
+2020-02-12 Nicolas Ribot
   * fix bug in Spatialite datasources management, where spatial index query 
was not built
     even if a spatial index was defined on the geometric column
 

Modified: 
core/trunk/src/com/vividsolutions/jump/datastore/spatialite/SpatialiteDSMetadata.java
===================================================================
--- 
core/trunk/src/com/vividsolutions/jump/datastore/spatialite/SpatialiteDSMetadata.java
       2020-02-12 14:16:26 UTC (rev 6237)
+++ 
core/trunk/src/com/vividsolutions/jump/datastore/spatialite/SpatialiteDSMetadata.java
       2020-02-12 14:23:33 UTC (rev 6238)
@@ -448,7 +448,7 @@
 
   public boolean isSpatialiteLoaded() {
     // TODO: clean up type detection: geopackage vs spatialite
-    return spatialiteLoaded || this.geometryColumnsLayout == 
GeometryColumnsLayout.OGC_GEOPACKAGE_LAYOUT;
+    return spatialiteLoaded;
   }
 
   public String getSpatialiteVersion() {



_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to