Open
Description
Would it be possible to go back to the previous state (see the 3 markers in the markercluster group) after having clicked outside the marker's popup?
Simulated in local mode (to have the latest version of IoT Map Component) with the following Knobs > markersList
data:
{
"id": "s1",
"location": {
"lat": 44.895,
"lng": 4.87
},
"template": "square",
"status": "warning",
"tab": {
"content": "H",
"type": 0
},
"shape": {
"type": 1,
"anchored": true,
"plain": false,
"color": "#FFCC00"
},
"layer": "default",
"inner": {
"color": "black"
},
"popup": {
"title": "title",
"body": "Lorem ipsum"
}
},
{
"id": "s1000",
"location": {
"lat": 44.895,
"lng": 4.87
},
"template": "square",
"status": "warning",
"tab": {
"content": "H",
"type": 0
},
"shape": {
"type": 1,
"anchored": true,
"plain": false,
"color": "#FFCC00"
},
"layer": "default",
"inner": {
"color": "black"
},
"popup": {
"title": "title",
"body": "Lorem ipsum"
}
},
{
"id": "s2000",
"location": {
"lat": 44.895,
"lng": 4.87
},
"template": "square",
"status": "warning",
"tab": {
"content": "H",
"type": 0
},
"shape": {
"type": 1,
"anchored": true,
"plain": false,
"color": "#FFCC00"
},
"layer": "default",
"inner": {
"color": "black"
}
},