This commit is contained in:
lesion 2023-01-26 23:30:18 +01:00
parent 0c6227ee9a
commit c54630a2f4
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -139,7 +139,7 @@ export default {
if (!matches && search) {
this.places.unshift({ create: true, name: ev.target.value.trim() })
}
}, 100),
}, 200),
loadCoordinatesResultIcon(item) {
if (this.geocoding_provider_type == "Nominatim") {
if ( this.nominatim_class.includes(item.class)) {