Hello
PHP: 8.0.1
DB: Maria DB 10.5.6
I tried to set a JSON-style in the “StyledMap”-Section.
Something like that:
[
{
“featureType”: “administrative”,
“elementType”: “geometry.fill”,
“stylers”: [
{
“visibility”: “off”
}
}
]
But everytime I save the configs, backslashes are added and leaving the JSON like that and off course broken and not working:
[
{
\”featureType\”: \”administrative\”,
\”elementType\”: \”geometry.fill\”,
\”stylers\”: [
{
\”visibility\”: \”off\”
}
]
},
Has somebody dealed with this issue, as well. Maybe an idea for an workaround?