hey Nico,
something went wrong with the language files as well. my guess is that your IDE
converted them to unicode. the OJ svn is unfortunately still ISO-8859-1
encoded. i'll revert the changes and keep
com.vividsolutions.jump.datastore.spatialite.SpatialiteDataStoreDriver.file-does-not-exist
he's alive :)
hey Nico,
when logging errors using Logger.error() i'd suggest logging the Throwable
itself so the stack is not lost. if you want to add a message you can do that
as well eg. Logger.error('my message',e)
there are some minor spelling mistakes as well. i'll tackle those and add th
Revision: 6393
http://sourceforge.net/p/jump-pilot/code/6393
Author: elnico
Date: 2020-08-28 09:18:56 + (Fri, 28 Aug 2020)
Log Message:
---
Protection against null GeometryColumn when building spatial filter for
Spatialite
Cleaned-up log message (OJ Logger), removed obs