geojsonFeatureProperties
November 12, 2025 · View on GitHub
Type: object
Properties overview
| Property | Type | Required | Description |
|---|---|---|---|
type | string | ✓ | |
id | shortString | ✓ | short string, display names (length 0-75) |
Detailed Properties
-
type(string) - required -
id(shortString) - required
short string, display names (length 0-75)
Additional Properties
✅ Additional properties of any type are allowed.
{
"type": "the real type of the feature, like a zone, a bike, a seat, etc",
...
}
Example
{
"type": "example-string",
"id": "identifier"
}