Changes between Initial Version and Version 1 of Ticket #21547, comment 1
- Timestamp:
- Dec 2, 2013, 4:11:27 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21547, comment 1
initial v1 1 1 Thanks for the detailed report, the form is good :-) 2 2 3 I think the problem comes from the difference between models generated with ` `LayerMapping``, where the geometric field is (manually) named ``mpoly`` and the models generated with ``ogrinspect`` where the geometric field is named ``geom``. The model definition should match the method used to produce the database table, being one or the other.3 I think the problem comes from the difference between models generated with `LayerMapping`, where the geometric field is (manually) named `mpoly` and the models generated with `ogrinspect` where the geometric field is named `geom`. The model definition should match the method used to produce the database table, being one or the other. 4 4 5 This might deserve a short notice in the tutorial. Also for the ` `sqlall`` output, the difference depends on the ``PostGis`` version used. So we should also add a note. Accepting at least for that documentation issue.5 This might deserve a short notice in the tutorial. Also for the `sqlall` output, the difference depends on the `PostGis` version used. So we should also add a note. Accepting at least for that documentation issue.