#36009: Add support for PostGIS 3.5
-----------------------------+------------------------------------
     Reporter:  David Smith  |                    Owner:  (none)
         Type:  New feature  |                   Status:  new
    Component:  GIS          |                  Version:  dev
     Severity:  Normal       |               Resolution:
     Keywords:               |             Triage Stage:  Accepted
    Has patch:  0            |      Needs documentation:  0
  Needs tests:  0            |  Patch needs improvement:  0
Easy pickings:  0            |                    UI/UX:  0
-----------------------------+------------------------------------
Comment (by David Smith):

 The `test_relate_lookup` is failing with PostGIS, and (I'm fairly sure)
 with GEOS 3.13+. PostGIS made a change to the way "relate" works when GEOS
 3.13 is available so I'm guessing this is relavent
 https://trac.osgeo.org/postgis/ticket/5770. PostGIS will now use the new
 implementation for "relate" which is available in GEOS 3.13.
 [https://libgeos.org/posts/2024-08-13-relateng/ see docs on RelateNG]

 Running the tests with `--debug-sql`, I get the output
 [https://gist.github.com/smithdc1/86ff4bb4ef27dd975a93d3105d0bebdd seen
 here]. Happy to post to trac, but the "wkb" for Kansas is quite big.

 If I connect to the database, load the values for Lawrence and run the
 same query, I get one result (Lawrence). However, that same query being
 run by Django's returns 0 results. I'm unsure how to continue to debug
 this.

 {{{
 insert into geoapp_city values
 (1, 'Lawrence', 'POINT (-95.235060 38.971823)')
 }}}
-- 
Ticket URL: <https://code.djangoproject.com/ticket/36009#comment:5>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/django-updates/010701979b741051-b4440fd7-915e-4663-bdfe-bf6a9e5bceb6-000000%40eu-central-1.amazonses.com.

Reply via email to