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

Unable to create a FeatureOfInterest when feature type is "Feature" #66

Open
isabelrios opened this issue Nov 16, 2016 · 1 comment
Open
Labels
Milestone

Comments

@isabelrios
Copy link
Collaborator

Not possible to create a FeatureOfInterest if the feature type is Feature, like in the example given:
"feature": {
"type":"Feature",
"geometry":{
"type": "Point",
"coordinates": [-114.06,51.05]
}

It works using feature type Point:
"feature": {
"type": "Point",
"coordinates": [-114.06,51.05]
}

Not sure if this is a bug that we would need to solve or would be enough if feature type Point is supported, need investigation

@isabelrios
Copy link
Collaborator Author

It happens the same for Locations when location type is Feature as in the example

@ferjm ferjm added the bug label Nov 16, 2016
@ferjm ferjm added this to the Next milestone Nov 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants