commit fbb305e43730da524e9a603cd38c257a21b16012
parent 775b17355ebda2a95785457cf1ce81d0f618c646
Author: Sergej Orlov <wladimirych@gmail.com>
Date: Fri, 10 Mar 2023 09:07:54 +0100
search: switch to komoot
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib/leaflet.control.search/index.js b/src/lib/leaflet.control.search/index.js
@@ -215,7 +215,7 @@ const SearchControl = L.Control.extend({
includes: L.Mixin.Events,
options: {
- provider: 'mapycz',
+ provider: 'photon',
providerOptions: {
maxResponses: 5,
},