Poracle Areas grouping
Closed this issue · 4 comments
Pls group them by group
, like poracle itself does it :)
group 1
city 1
city 2
group 2
city 3
city 4
geofence.json in poracle looks like that:
[
{
"name": "City",
"group": "District",
"color": "#15fa53",
"id": 0,
"path": [
[45.5310989, 13.9896868],
[45.1704354, 13.3016374],
[45.1719278, 13.3019486],
[45.1735944, 13.3026475],
[45.1754143, 13.30342],
]
}
]
@jfberry, is that provided over api?
Can you DM me your areas file so I can verify?
Can you DM me your areas file so I can verify?
Reactmap usesparent
where poracle usesgroup
to do the same thing. I think thats what @Fabio1988 means
group
in poracle is a different heading - is parent
referencing another fence?
group
in poracle is a different heading - isparent
referencing another fence?
From my understanding it kinda works the same.
In reactmap i can use a parent name that is a none existing fence so it creates a group
in Scan Areas menu. When you click the parent/group name it enables/disables all the childs.
But yes in reactmap the parent can be a fence and will be listed as a child as well when parent is set to its own.