File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -85,8 +85,11 @@ protected function getAtts($atts='')
8585 : (array_key_exists ('scrollwheel ' , $ atts )
8686 ? $ scrollwheel
8787 : $ settings ->get ('scroll_wheel_zoom ' ));
88- $ atts ['doubleclickzoom ' ] = array_key_exists ('doubleclickzoom ' , $ atts ) ?
89- $ doubleclickzoom : $ settings ->get ('double_click_zoom ' );
88+ $ atts ['doubleclickzoom ' ] = isset ($ doubleClickZoom )
89+ ? $ doubleClickZoom
90+ : (array_key_exists ('doubleclickzoom ' , $ atts )
91+ ? $ doubleclickzoom
92+ : $ settings ->get ('double_click_zoom ' ));
9093
9194 // @deprecated backwards-compatible fit_markers
9295 $ atts ['fit_markers ' ] = array_key_exists ('fit_markers ' , $ atts ) ?
Original file line number Diff line number Diff line change 112112.list-item p {
113113 font-size : 1.2em ;
114114}
115+
116+ .examples .leaflet-container {
117+ height : 250px !important ;
118+ }
You can’t perform that action at this time.
0 commit comments