Re: [Geoserver-users] MySQL problem

2016-11-19 Thread snuffer892
I solved the problem by replacing *jts-1.13.jar* with* jts-1.10.jar* in "/opt/apache-tomcat-8.5.6/webapps/geoserver/WEB-INF/lib" Thanks a lot, best regards Paolo - Paolo Tomè -- View this message in context: http://osgeo-org.1560.x6.nabble.com/MySQL-problem-tp5294671p5296582.html Sent

Re: [Geoserver-users] MySQL problem

2016-11-08 Thread snuffer892
Mysql version: /innodb_version 5.5.52

Re: [Geoserver-users] MySQL problem

2016-11-08 Thread Ian Turton
that insert statement is generated in MySQLDialectBasic.java encodeGeometryValue ( https://github.com/geotools/geotools/blob/master/modules/plugin/jdbc/jdbc-mysql/src/main/java/org/geotools/data/mysql/MySQLDialectBasic.java#L169) - it uses the standard JTS WKTWriter so you would need to either

Re: [Geoserver-users] MySQL problem

2016-11-07 Thread snuffer892
Thanks for the quick response. Who generates the mysql insert statment? perhaps the mysql extension of geoserver? There is a way to modify the insert statment? Thanks a lot ps. from https://dev.mysql.com/doc/refman/5.7/en/gis-wkt-functions.html#function_geomfromtext For example, both of the

Re: [Geoserver-users] MySQL problem

2016-11-07 Thread Rahkonen Jukka (MML)
Hi, I am not sure, but I feel that is there is an issue with double parenthesis then it is rather in MySQL than in Geoserver. See http://gis.stackexchange.com/questions/200126/are-nested-parenthesis-allowed-in-multipoint-wkt/200134#200134. -Jukka Rahkonen-

[Geoserver-users] MySQL problem

2016-11-07 Thread snuffer892
Good evening, I write because I have a problem on entering points (multipoint) through a wfs-t with MySQL. I believe there is an error in the input of MySQL insert statment. In fact, mysql log shows the following query: INSERT INTO t_coordinate_ritrovamento_punti_generale (the_geom, species)