ホーム » leaflet » leafletのコントロールをちょっと移動

leafletのコントロールをちょっと移動

スケールコントロールの位置をスタイルで少し上に移動

[code]
.leaflet-bottom .leaflet-control-scale {
margin-bottom: 80px !important;
}
[/code]

ズームコントロールのサイズをスタイルで変更

.leaflet-control-zoom a {
width: 42px !important;
height: 42px !important;
line-height: 42px !important;
}