|
Attempting to read a valid ShapeFile works with v11.2, but fails with v12-RC1.
11:10:20 FATAL Conversion: Util.java 520 - Lexical error at line 1, column 31. Encountered: "\ufffd" (65533), after : "" Parsing : DWITHIN(the_geom, LINESTRING (? ?, ? ?), 25, meters). org.geotools.filter.text.cql2.CQLException: Lexical error at line 1, column 31. Encountered: "\ufffd" (65533), after : "" Parsing : DWITHIN(the_geom, LINESTRING (? ?, ? ?), 25, meters). at org.geotools.filter.text.cql2.CQLCompiler.compileFilter(CQLCompiler.java:102) at org.geotools.filter.text.commons.CompilerUtil.parseFilter(CompilerUtil.java:196) at org.geotools.filter.text.cql2.CQL.toFilter(CQL.java:134) at org.geotools.filter.text.cql2.CQL.toFilter(CQL.java:113) at topography.Railway.lambda$generator$35(Railway.java:82)
My source code is attached. Source data Shapefiles for 'railways' and 'tunnels' attached.
|