-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Description
Hello - The code works great for a FeatureCollection, but it apparently doesn't accept a single Feature. E.g. the following is not accepted:
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [125.6, 10.1]
},
"properties": {
"name": "Dinagat Islands"
}
}
Is this by design?
Thks
Metadata
Metadata
Assignees
Labels
No labels