-
-
Notifications
You must be signed in to change notification settings - Fork 165
Open
Description
Hi,
is it possible to add properties in root element ?
ex:
{
"type": "FeatureCollection",
"properties": {
"Creator": "Me",
"records": 1,
"label": "Track 1"
},
"features": [
{
"type": "Feature",
"properties": {
"name": "trk1"
},
"geometry": {
"type": "LineString",
"coordinates": [
[
44.43613529205322,
11.499595642089844,
62.3203125
],
[
44.43568468093872,
11.499295234680176,
62.46875
],
[
44.43199396133423,
11.496570110321045,
62.10546875
]
]
}
}
]
}
Metadata
Metadata
Assignees
Labels
No labels