Standard cartography for accounts

259
0
12-06-2021 11:54 PM
KumarVivek
New Contributor

Is there any way to set one standard cartography to map which automatically applied for accounts?
i.e.
{
"A": {
"type": "simple",
"symbol": {
"type": "simple-line",
"color": "blue",
"style": "solid",
"width": "2px"
}
},
"B": {
"type": "simple",
"symbol": {
"size": 4,
"type": "simple-marker",
"color": "red",
"outline": {
"color": "black",
"width": "0.5px"
}
}
},
"C": {
"type": "simple",
"symbol": {
"type": "simple-fill",
"color": "#f35321",
"style": "backward-diagonal",
"outline": {
"color": "#f35321",
"style": "solid",
"width": "2px"
}
}
},
"D": {
"type": "simple",
"symbol": {
"type": "simple-fill",
"color": "red",
"style": "solid",
"outline": {
"color": "black",
"style": "solid",
"width": "1px"
}
}
}
}

Tags (1)
0 Kudos
0 Replies