Hi Jeremie we found this about 3D data in Oracle and QGis: https://gis.stackexchange.com/questions/251768/only-last-line-of-oracle-spatial-multiline-is-drawn-in-qgis We had geometries with Z and M that gave problems (GType 4401,4402,4406), we have re-imported the data in 2D and now we see them well.
About PK issue we are studying.. We found that Primary Key CONSTRAINT_NAME maybe must be egual to the INDEX_NAME to work well (otherwise Attribute table was filtered).. We found this about 64 bit version https://issues.qgis.org/issues/9971 SRID Did you verify SRID of each single shape? select a.shape.sdo_srid from mylayer a Since you're using oracle I take this opportunity... you had to give the grant of SELECT to all the users in the spatial index tables MDRT* to use spatial indexes? mg ------------------------------------------------- Maria Grazia Cuzzani Città metropolitana di Bologna Settore strutture tecnologiche, comunicazione e servizi strumentali U.O. Servizi alle Unioni e ai Comuni - ufficio SIT Via Benedetto XIV, 3 - 40126 Bologna Tel 051 6598881 - Fax 051 6599025 mailto:[email protected] http://cartografia.cittametropolitana.bo.it ------------------------------------------------- ----- Messaggio originale ----- Da: "p.jeremie" <[email protected]> A: "[email protected]" <[email protected]> Inviato: Venerdì, 13 dicembre 2019 15:09:15 Oggetto: Re: [Qgis-user] Editing Oracle table - can't add feature Hello, I found that if the table contains geometry in 3D with SRID 2154, QGIS can't add the geometry in the table. If the geometry is 2D, it's ok. Still, I don't understand why I don't have the PRIMARY KEY column not filled whereas it is defined in the database... And why QGIS tells me that the SRID is not defined whereas it is defined in the MDSYS.USER_SDO_GEOM_METADATA view. Any idea ? -- Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html _______________________________________________ Qgis-user mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user -- Ai sensi del Dlgs. 196/2003 - Codice in materia di tutela dei dati personali - si informa che il presente messaggio di posta elettronica e gli eventuali suoi allegati, relativamente ai dati personali contenuti, sono riservati ai destinatari. Questi potranno inoltrare il messaggio esclusivamente per finalita' istituzionali e/o dipendenti da ragioni di servizio del mittente e/o del destinatario. Non e' consentita, salvo espressa autorizzazione del mittente, qualunque forma di divulgazione del messaggio. Qualora il presente messaggio fosse ricevuto per errore, si chiede gentilmente di procedere alla sua cancellazione. Si rende noto che la risposta alla presente e-mail potrebbe essere visualizzata, per ragioni di servizio, da personale e collaboratori della Citta' metropolitana di Bologna diversi dal titolare della casella di posta elettronica. L'indirizzo e gli altri dati personali del mittente non possono essere utilizzati se non per ragioni istituzionali e/o di servizio. _______________________________________________ Qgis-user mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
