don't throw exception on property block (with special character) on geojson
Related Issue: #73
Resolves issue where Indexer service fails to parse the GeoJson shape if one the value has special character e.g. : (colon). Here is the sample, for which it fails
{
"Wgs84Coordinates": {
"features": [
{
"geometry": {
"type": "Point",
"coordinates": [
2.2863,
61.198685
]
},
"properties": {
"id": "a:b"
},
"type": "Feature"
}
],
"type": "FeatureCollection"
}
}
Merge request reports
Activity
added Common Code + 1 deleted label
added 7 commits
-
6aa34a3a...38b6a3e9 - 6 commits from branch
master
- 97ff5876 - Merge branch 'master' into geo-property-parsing
-
6aa34a3a...38b6a3e9 - 6 commits from branch
added 11 commits
-
97ff5876...a32377ed - 10 commits from branch
master
- 580b8f3d - Merge branch 'master' into geo-property-parsing
-
97ff5876...a32377ed - 10 commits from branch
changed milestone to %M14 - Release 0.17
added 37 commits
-
580b8f3d...3853b828 - 36 commits from branch
master
- 7b61c65a - Merge branch 'master' into geo-property-parsing
-
580b8f3d...3853b828 - 36 commits from branch
added MRBugfix label
@shrikgar @BdasIBM @Srinivasan_Narayanan @yaraslau_sushchyk @fhoueto.amz @gustavurda Please help review and approve
@nthakur tests have been failing across CSPs, is this critical for M14 ? If not can this push for M15?
changed milestone to %M15 - Release 0.18
added 17 commits
-
7b61c65a...2c9dcdf6 - 16 commits from branch
master
- df3d03e8 - Merge branch 'master' into geo-property-parsing
-
7b61c65a...2c9dcdf6 - 16 commits from branch
added 63 commits
-
df3d03e8...8f20f5f3 - 62 commits from branch
master
- 32ec5dfc - Merge branch 'master' into geo-property-parsing
-
df3d03e8...8f20f5f3 - 62 commits from branch
Hi this MR is targeted for M15 as indicated by the Milestone label. We are going to fork the release branch for M15 today. Please merge this MR if this is ready.
As per the PMC policy:
- For CSP-specific change, you can merge this once you get another approval from your team.
- For common code change, please ensure the pipelines are passing and we get approvals from the other CSPs.
- For lib upgrades/security fixes, you can merge make as long as the pipelines are passing,
Otherwise, please move this to the next milestone. Thank you.
Compile step is red. Could you fix it?
Edited by Riabokon Stanislav(EPAM)[GCP]