Giter VIP home page Giter VIP logo

Comments (3)

sjib avatar sjib commented on August 15, 2024

@ponceta Can you add that to the roadmap too?

from qgep.

ponceta avatar ponceta commented on August 15, 2024

PostgreSQL 15 is probably fine, postgis 3.3 and later are requiring some datamodel adaptations and postgis 3.2 is not shipped with PostgreSQL 15 anymore.

from qgep.

ponceta avatar ponceta commented on August 15, 2024

I restored and used qgep demo data 1.6.0 on postgres 15 and postgis 3.4 locally with no error message yet.

I was able to create some reaches using QGIS but same error happens when reach points altitudes are NULL (not 0) (rp_from, rp_to)

If run by pgAdmin :

INSERT INTO qgep_od.vw_qgep_reach (progression_geometry, rp_from_obj_id, rp_to_obj_id) VALUES (ST_SetSRID(ST_GeomFromText('COMPOUNDCURVE Z ((1 2 3,4 5 6,7 8 9))'), 2056), 'BBB 1337_0001', 'CCC 1337_0001' );

Will fail with following error message :

ERROR:  Geometry contains invalid coordinate
CONTEXT:  fonction PL/pgSQL qgep_od.ft_vw_qgep_reach_insert(), ligne 7 à affectation 

ERREUR:  Geometry contains invalid coordinate
État SQL : XX000

from qgep.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.