Open hatchla opened 7 months ago
What is "Negotiate API"? Do you mean designing the endpoints?
What is "Negotiate API"? Do you mean designing the endpoints?
Yes, Jannis and I need to do that together.
Ok! As said, improvements are very welcome but the endpoints should be the same for all the layers (for overlapping functionality).
@danielsteinkogler You are working on a mechanism for creating layers, is this for layers of any type?
No, for now only layers of type "additional layers" (see usecase doc/usecases/current/additional_layer.md) can be created. The one instance of them we currently have is the "drawing layer".
Tasks
Backend APIs
Create a new hydrology layer:
Already exists
POST /api/maps/32/layers { ... type: hydrology}
Edit something
PUT /api/maps/32/hydrology/
save a polygon? DTO to be decussed...