File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ def __init__(
132132 "interleaved" ,
133133 "overlaid" ,
134134 "reverse-controlled" ,
135- ] = "reverse-controlled " ,
135+ ] = "overlaid " ,
136136 style : str | CartoStyle = CartoStyle .PositronNoLabels ,
137137 ) -> None :
138138 """Create a MapLibre GL JS basemap."""
@@ -144,7 +144,7 @@ def __init__(
144144 "overlaid" ,
145145 "reverse-controlled" ,
146146 ],
147- default_value = "reverse-controlled " ,
147+ default_value = "overlaid " ,
148148 ).tag (sync = True )
149149 """The basemap integration mode.
150150
@@ -162,7 +162,7 @@ def __init__(
162162
163163 If you need to have multiple views, you should use this option.
164164
165- **Default**: `"reverse-controlled "`
165+ **Default**: `"overlaid "`
166166 """
167167
168168 style = BasemapUrl (CartoStyle .PositronNoLabels ).tag (sync = True )
You can’t perform that action at this time.
0 commit comments