Elsa Santos
Results
2
issues of
Elsa Santos
### Discussed in https://github.com/smeijer/leaflet-geosearch/discussions/375 Originally posted by **elsasantos** October 2, 2023 Hi everyone, In the last two weeks we have come across an problem with leaflet-geosearch. We use the search,...
Hi, I implemented this plugin with this options in my ionic project: import Geocoder from 'leaflet-control-geocoder'; let providerNomitatim = new Geocoder.nominatim({ geocodingQueryParams: { viewbox: this._box, bounded: '1' } }); this.geoControl...