You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: