File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
here-naksha-app-service/src/main/java/com/here/naksha/app/service/http/tasks Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ protected void init() {}
197197 // Forward request to NH Space Storage writer instance
198198 try (Result wrResult = executeWriteRequestFromSpaceStorage (wrRequest )) {
199199 // transform WriteResult to Http FeatureCollection response
200- return transformWriteResultToXyzFeatureResponse (wrResult , XyzFeature .class );
200+ return transformWriteResultToXyzFeatureResponse (wrResult , XyzFeature .class , MOM_10_POST_PROCESSOR );
201201 }
202202 }
203203
@@ -232,7 +232,7 @@ protected void init() {}
232232 // Forward request to NH Space Storage writer instance
233233 try (Result wrResult = executeWriteRequestFromSpaceStorage (wrRequest )) {
234234 // transform WriteResult to Http FeatureCollection response
235- return transformDeleteResultToXyzFeatureResponse (wrResult , XyzFeature .class );
235+ return transformDeleteResultToXyzFeatureResponse (wrResult , XyzFeature .class , MOM_10_POST_PROCESSOR );
236236 }
237237 }
238238
You can’t perform that action at this time.
0 commit comments