Leaflet 1.0: "clickable" option renamed to "interactive"
This commit is contained in:
parent
90f2b16966
commit
c17726513f
1 changed files with 4 additions and 4 deletions
|
|
@ -20,7 +20,7 @@ BR.Search = L.Control.Geocoder.extend({
|
|||
|
||||
this.clear();
|
||||
this._geocodeMarker = new L.CircleMarker(result.geocode.center, {
|
||||
clickable: false,
|
||||
interactive: false,
|
||||
color: 'red',
|
||||
opacity: 1,
|
||||
weight: 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue