Actions
Feature #1530
closedAPI: Geometries endpoint for frontend map
Start date:
2021-06-14
Estimated time:
Description
Christoph needs an endpoint where geometries could easily can be requested the first page of the frontend. So it would be best to retrieve the informations directly through the GIS tables.
Updated by Bernhard Koschiček-Krombholz over 3 years ago
- Status changed from Assigned to In Progress
Updated by Bernhard Koschiček-Krombholz over 3 years ago
- Subject changed from API: Endpoint for geometries only to API: Geometries endpoint for frontend map
- Status changed from In Progress to Closed
- Target version changed from 208 to 6.4.0
New endpoint is /geometric_entities and it servers a list of geojsons strait from the database (model.gis.get_all()). It is possible to select following results: 'gisAll', 'gisPointAll', 'gisPointSupers', 'gisPointSubs', 'gisPointSibling', 'gisLineAll','gisPolygonAll'.
Actions