gaetan
02/05/2018, 12:05 PMcoordinates
depends on the first property type
.
Expamples:
{
"type": "Point",
"coordinates": [
100,
0
]
}
{
"type": "LineString",
"coordinates": [
[
100,
0
],
[
101,
1
]
]
}
sandwwraith
02/05/2018, 10:31 PMgaetan
02/06/2018, 8:47 AMgildor
02/08/2018, 12:28 AMgaetan
02/08/2018, 8:32 AMgildor
02/08/2018, 8:35 AMgaetan
02/08/2018, 8:38 AMgildor
02/08/2018, 8:38 AMgaetan
02/08/2018, 8:44 AMtype
field. Then, when I know the type, I can use the right specialized class.gildor
02/08/2018, 9:01 AM