Commit aa7faaf
Property selection for post spatial, search, iterate, get by IDs or single ID (#185)
* implementation
* test not working yet
* selection tests
* clip tests, disable clipping for now due to technical limits
* PR comments
* implementation with tests
* MCPODS-6785 Search API selection
* MCPODS-6785 Search test fix
* MCPODS-6573 Get features by single or multiple IDs output JSON property selection
* MCPODS-6787 iterate features output JSON property selection
* PR comments
---------
Co-authored-by: Hiren Patel <[email protected]>1 parent d31c449 commit aa7faaf
File tree
32 files changed
+615
-66
lines changed- here-naksha-app-service/src
- main
- java/com/here/naksha/app/service/http/tasks
- resources/swagger
- test
- java/com/here/naksha/app/service
- resources/unit_test_data/ReadFeatures
- ByIds
- TC0400_ExistingAndMissingIds
- TC0404_ExistingId
- TC0407_CommaSeparatedIds
- TC0408_withPropSelection
- TC0409_withWrongPropSelection
- TC0410_withWrongDelimiterPropSelection
- TC0411_BySingleIdWithPropSelection
- TC0412_BySingleIdWithInvalidDelimiterPropSelection
- setup
- ByRadiusPost
- TC11_withPropSelection
- TC12_withInvalidPropSelection
- TC13_withInvalidDelimiterPropSelection
- Iterate
- TC1100_allInSinglePage
- TC1101_inTwoPages
- TC1102_inThreePages
- TC1104_testIterateInTwoPagesWithPropSelection
- setup
- Search
- TC1000_search
- TC1003_searchWithTagsAndProp
- TC1007_testSearchInvalidPropSelection
- TC1008_testSearchInvalidDelimiterPropSelection
- setup
32 files changed
+615
-66
lines changedLines changed: 28 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
121 | 122 | | |
122 | 123 | | |
123 | 124 | | |
| |||
127 | 128 | | |
128 | 129 | | |
129 | 130 | | |
| 131 | + | |
| 132 | + | |
130 | 133 | | |
131 | | - | |
| 134 | + | |
132 | 135 | | |
133 | 136 | | |
134 | 137 | | |
135 | 138 | | |
136 | 139 | | |
137 | 140 | | |
138 | 141 | | |
| 142 | + | |
| 143 | + | |
139 | 144 | | |
140 | 145 | | |
141 | 146 | | |
142 | 147 | | |
143 | 148 | | |
| 149 | + | |
| 150 | + | |
144 | 151 | | |
145 | | - | |
| 152 | + | |
146 | 153 | | |
147 | 154 | | |
148 | 155 | | |
| |||
227 | 234 | | |
228 | 235 | | |
229 | 236 | | |
| 237 | + | |
230 | 238 | | |
231 | 239 | | |
232 | 240 | | |
| |||
242 | 250 | | |
243 | 251 | | |
244 | 252 | | |
| 253 | + | |
| 254 | + | |
245 | 255 | | |
246 | | - | |
| 256 | + | |
| 257 | + | |
247 | 258 | | |
248 | 259 | | |
249 | 260 | | |
| |||
253 | 264 | | |
254 | 265 | | |
255 | 266 | | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
256 | 270 | | |
257 | 271 | | |
258 | 272 | | |
| |||
273 | 287 | | |
274 | 288 | | |
275 | 289 | | |
| 290 | + | |
| 291 | + | |
276 | 292 | | |
277 | 293 | | |
278 | | - | |
| 294 | + | |
| 295 | + | |
279 | 296 | | |
280 | 297 | | |
281 | 298 | | |
| |||
373 | 390 | | |
374 | 391 | | |
375 | 392 | | |
| 393 | + | |
| 394 | + | |
376 | 395 | | |
377 | 396 | | |
378 | 397 | | |
| |||
390 | 409 | | |
391 | 410 | | |
392 | 411 | | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
393 | 415 | | |
394 | | - | |
| 416 | + | |
| 417 | + | |
395 | 418 | | |
396 | 419 | | |
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
476 | 476 | | |
477 | 477 | | |
478 | 478 | | |
| 479 | + | |
479 | 480 | | |
480 | 481 | | |
481 | 482 | | |
| |||
627 | 628 | | |
628 | 629 | | |
629 | 630 | | |
| 631 | + | |
| 632 | + | |
630 | 633 | | |
631 | 634 | | |
632 | 635 | | |
| |||
880 | 883 | | |
881 | 884 | | |
882 | 885 | | |
| 886 | + | |
| 887 | + | |
883 | 888 | | |
884 | 889 | | |
885 | 890 | | |
| |||
917 | 922 | | |
918 | 923 | | |
919 | 924 | | |
| 925 | + | |
920 | 926 | | |
921 | 927 | | |
922 | 928 | | |
| |||
951 | 957 | | |
952 | 958 | | |
953 | 959 | | |
| 960 | + | |
954 | 961 | | |
955 | 962 | | |
956 | 963 | | |
| |||
Lines changed: 37 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
173 | 210 | | |
0 commit comments