raster-foundry / raster-foundry

The Raster Foundry web application.

Home Page:https://www.rasterfoundry.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Tile Layer CRUD

aaronxsu opened this issue · comments

Currently there is no direct way to add, update, delete tile layers from annotation projects. This should be a useful feature especially when managing overlays in the labeling apps.

This issue is to create the following endpoints:

  • POST to /annotation-projects/<id>/tiles
  • PUT to /annotation-projects/<id>/tiles/<id>
  • DELETE to /annotation-projects/<id>/tiles/<id>

All operations need EDIT permission and Update scope for the annotation project entity.