File tree 4 files changed +7
-9
lines changed
4 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 21
21
}
22
22
}
23
23
24
- .mapboxgl-ctrl-top-left {
25
- position : absolute;
26
- bottom : 20px ;
27
- left : 20px ;
28
- width : 100svh ;
24
+ .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl {
25
+ transform : scale (0.9 );
26
+ margin : 0 0px 3px 0px ;
29
27
}
Original file line number Diff line number Diff line change 1
- import "./globals.css" ;
2
1
import "mapbox-gl/dist/mapbox-gl.css" ;
2
+ import "./globals.css" ;
3
3
4
4
import localFont from "next/font/local" ;
5
5
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import Legends from "../legends";
3
3
4
4
const MapControlsContainer = ( ) => {
5
5
return (
6
- < div className = "absolute bottom-5 right-5 space-y-1.5" >
6
+ < div className = "absolute bottom-6 right-5 space-y-1.5" >
7
7
< MapZoomControl />
8
8
< Legends />
9
9
</ div >
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ const Map = () => {
21
21
} }
22
22
minZoom = { 2 }
23
23
maxZoom = { 14 }
24
- logoPosition = "top -left"
24
+ logoPosition = "bottom -left"
25
25
>
26
- < AttributionControl style = { { fontSize : "0.75rem " } } compact = { true } position = "top-left " />
26
+ < AttributionControl style = { { fontSize : "10px " } } position = "bottom-right " />
27
27
< LayerManager />
28
28
< Controls />
29
29
You can’t perform that action at this time.
0 commit comments