Open qgib opened 13 years ago
Author Name: Paolo Cavallini (@pcav)
Author Name: Giovanni Manghi (@gioman)
Author Name: Giovanni Manghi (@gioman)
Author Name: Pirmin Kalberer (Pirmin Kalberer)
Author Name: Andreas Wicht (@andywicht)
That would be a great change in order to make actual use of the postgis_topology in QGIS. For tiny topologies it would not make much of a difference, but for the bigger ones. Big topologies are completely un-editable in QGIS due to the restriction that spatial indexing is not compatible with the TopoGeometry type. So, given the fact, that a table additionally stores the Geometry representation of a TopoGeometry, the Geometry column could be used to query the spatial extents and therefore utilising spatial indexing while displaying and editing the TopoGeometry column.
That would enable anybody to utilise QGIS for the editing process of large postgis topologies as no custom web-gis solutions would have to be developed.
Reconsidering the target version would be highly appreciated by me :-)
Author Name: Sandro Santilli (@strk)
I guess "target version" could be changed if someone provides an actual patchset to implement the keyword substitution.
Author Name: Giovanni Manghi (@gioman)
One problem with keyword substitution is that attributes fetching would then end up depending on current extent (unless we have the substitution pass an "universe" bounding box in that case)
@andywicht could you please take a look at https://github.com/qgis/QGIS/pull/31468 ?
Author Name: Sandro Santilli (@strk) Original Redmine Issue: 4374
Redmine category:data_provider
When fetching features from a query it would be useful to allow using keywords to be substituted on each fetching. Such keywords, in particular pixel sizes and extent, could be used by the query to preprocess geometries (like DP-simplification, grid snapping etc.) and reduce the amount of geometries fetched (using extent information).