Function backend::service::map::update_geomtery

source ·
pub async fn update_geomtery(
    map_update_geometry: UpdateMapGeometryDto,
    id: i32,
    user_id: Uuid,
    app_data: &Data<AppDataInner>,
) -> Result<MapDto, ServiceError>
Expand description

Update a maps gemoetry in the database. Checks if the map is owned by the requesting user.

§Errors

  • If the connection to the database could not be established.
  • If the requesting user is not the owner of the map.