[postgis-tickets] [PostGIS] #3838: topology.toTopoGeom fails with ERROR: XX000: SQL/MM Spatial exception - geometry crosses, when using tolerance 10 meter

PostGIS trac at osgeo.org
Sun Sep 10 00:16:49 PDT 2017


#3838: topology.toTopoGeom fails with ERROR:  XX000: SQL/MM Spatial exception -
geometry crosses,  when using tolerance 10 meter
-------------------------+-------------------------------------------------
  Reporter:  laopsahl    |      Owner:  strk
      Type:  defect      |     Status:  new
  Priority:  medium      |  Milestone:  PostGIS 2.3.4
 Component:  topology    |    Version:  2.3.x
Resolution:              |   Keywords:  totopogeom, ERROR:  XX000: SQL/MM
                         |  Spatial exception - geometry crosses
-------------------------+-------------------------------------------------

Comment (by laopsahl):

 Tested with postgis 2.3.4dev and the problem seems be the same there also
 {{{
 SELECT name, default_version,installed_version
 FROM pg_available_extensions WHERE name LIKE 'postgis%' or name LIKE
 'address%';
              name             | default_version | installed_version
 ------------------------------+-----------------+-------------------
  address_standardizer         | 2.3.0           | [NULL]
  address_standardizer_data_us | 2.3.0           | [NULL]
  postgis                      | 2.3.4dev        | 2.3.4dev
  postgis_sfcgal               | 2.3.4dev        | [NULL]
  postgis_tiger_geocoder       | 2.3.0           | [NULL]
  postgis_topology             | 2.3.4dev        | 2.3.4dev
 (6 rows)
 }}}

--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3838#comment:3>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list