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)
VALUES (GeomFromText ('MULTIPOINT ((13.134224764997278 44.92654650996391))',
900913), 'Nutria Myocastor coypus')
The problem is connected to the double parentheses, and the result is that
the "the_geom" field remains empty.
The server configuration is:
Debian 8, MySQL 5.5, Tomcat 8.5.6 , Java 1.8.0_111, Geoserver 2.9.2,
Openlayer2
ps. I tried various versions of geoserver (from 2.2), but the result does
not change; I tried with ubuntu 16.04 LTS and mysql 5.7, and the problem
does not occur.
Unfortunately mysql 5.7 has problems on geometry rendering and therefore can
not be used.
Any suggestion is welcome because I do not know how to search for a
solution.
Thanks a lot,
Paolo
-----
Paolo Tomè
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/MySQL-problem-tp5294671.html
Sent from the GeoServer - User mailing list archive at Nabble.com.