-
Notifications
You must be signed in to change notification settings - Fork 266
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
Conversation
// 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; | ||
} |
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.
Moved to checkGeoJson() in the parsing layer. Seems to be a more proper place.
NTC (informative)
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.
LGTM
@fisuda this PR modifies some .md files. It would be great if you could update the Japanese translation also, please. Thanks! |
I'm sorry. I overlooked this message. |
Issue #4114