From e4ae9b5533bc5fe2a39ae55a8efe47734845155c Mon Sep 17 00:00:00 2001 From: Norbert Renner Date: Wed, 14 May 2014 15:33:36 +0200 Subject: [PATCH] disable circle marker --- js/plugin/Search.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/plugin/Search.js b/js/plugin/Search.js index daf4661..e40a15b 100644 --- a/js/plugin/Search.js +++ b/js/plugin/Search.js @@ -6,6 +6,7 @@ BR.Search = L.Control.Search.extend({ propertyName: 'display_name', propertyLoc: ['lat','lon'], markerLocation: false, + circleLocation: false, autoType: false, autoCollapse: true, minLength: 2,