Nacho Correas
Nacho Correas
**Problem** After importing OSM data using osm2pgrouting, path calculations with pgRouting give an error: column "id" not found. Need to change by hand from "gid" in table "ways" to "id"...
OGC API Routes is still on draft status but I think it is time to commit and start a discussion on the way this was implemented. Routing uses pgRouting as...
select_properties (and sortby, datetime_, skip_geometry) parameter in Postgresql provider is ignored
**Description** When listing items using a Postgresql provider, if the parameter `property` is used to select which properties should be returned, pygeoapy ignores it and returns all properties. The same...