Ukrainian Flag Open Street Map Leaflet
To remove the Ukrainian flag and leaflet section altogether, add:
/* remove the Ukrainian flag on the map */
.leaflet-control-attribution a {
display: none!important;
}
- Hits: 6
To remove the Ukrainian flag and leaflet section altogether, add:
/* remove the Ukrainian flag on the map */
.leaflet-control-attribution a {
display: none!important;
}