Skip to content
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

ADD GeoJSON Feature type support #4116

Merged
merged 8 commits into from
May 12, 2022

Conversation

fgalan
Copy link
Member

@fgalan fgalan commented May 9, 2022

Issue #4114

  • Support to FeatureCollection
  • Error checking

Comment on lines -169 to -174
// If attribute value is not null, then it has to be object in this case
if ((caP->valueType != orion::ValueTypeNull) && ((caP->compoundValueP == NULL) || !(caP->compoundValueP->isObject())))
{
*errDetail = "geo:json needs an object or null as value";
return false;
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved to checkGeoJson() in the parsing layer. Seems to be a more proper place.

NTC (informative)

@fgalan fgalan changed the title [WIP] ADD GeoJSON Feature type support ADD GeoJSON Feature type support May 12, 2022
@fgalan fgalan requested a review from mapedraza May 12, 2022 11:12
Copy link
Collaborator

@mapedraza mapedraza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@fgalan fgalan mentioned this pull request May 12, 2022
@mapedraza mapedraza merged commit 4930f0a into master May 12, 2022
@mapedraza mapedraza deleted the feature/4114_geojson_feature_support branch May 12, 2022 11:40
@fgalan
Copy link
Member Author

fgalan commented May 12, 2022

@fisuda this PR modifies some .md files. It would be great if you could update the Japanese translation also, please. Thanks!

@fisuda
Copy link
Contributor

fisuda commented May 19, 2022

I'm sorry. I overlooked this message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants