-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TM-920] Store PointGeometry in the GH API bulk upload geometry endpoint. #251
Conversation
… attribute getters from PolygonGeometry.
Route::get('/export', ExportAllSiteDataAsProjectDeveloperController::class); | ||
// deprecated, use POST api/v2/geometry instead (include site_id in the geometry's properties | ||
Route::post('/geometry', [GeometryController::class, 'storeSiteGeometry']); | ||
}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just out of curiosity, will the deprecated endpoint Route::post('/geometry', [GeometryController::class, 'storeSiteGeometry']);
be removed in the future?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I'd like to remove it as soon as I get confirmation from GH that they've switched to the other endpoint. Hopefully this won't be too disruptive for them since they're still in development on this API integration and it's not in their prod environment yet.
[TM-920] Store PointGeometry in the GH API bulk upload geometry endpoint.
https://gfw.atlassian.net/browse/TM-920