Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errore ricerca luogo nelle mappe #340

Closed
2 tasks done
valeriot30 opened this issue Aug 7, 2023 · 2 comments
Closed
2 tasks done

Errore ricerca luogo nelle mappe #340

valeriot30 opened this issue Aug 7, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@valeriot30
Copy link
Contributor

Prerequisiti

Descrivi il problema

Quando si prova a cercare un indirizzo nelle mappe, ad esempio nei luoghi, la ricerca va avanti all'infinito, ho già verificato personalmente e semplicemente l'endpoint API è cambiato.

Includi link o screenshot

c3ca56efef8aa92d5c5461c44db623fe.mp4

Su quale sisitema operativo stai riscontrando il problema?

macOS

Su quale browser stai riscontrando il problema?

Chrome

Che versione del tema stai utilizzando?

1.7.2

@valeriot30 valeriot30 added the bug Something isn't working label Aug 7, 2023
@abmcr
Copy link
Contributor

abmcr commented Aug 7, 2023

Il problema è quindi il campo CMB2-field-Leaflet-Geocoder; e a vedere qui https://github.com/villeristi/CMB2-field-Leaflet-Geocoder non pare venga aggiornato
Questo è come fare https://nominatim.openstreetmap.org/search/?q=Roma&limit=5&format=json&addressdetails=1&json_callback=_l_geocoder_0

adesso provo a vedere se riesco a integrarlo nel file del tema design-comuni-wordpress-theme-main/inc/lib/CMB2-field-Leaflet-Geocoder/assets/js/geocoder.js

@abmcr
Copy link
Contributor

abmcr commented Aug 7, 2023

Ecco il fix

file design-comuni-wordpress-theme-main/inc/lib/CMB2-field-Leaflet-Geocoder/assets/js/geocoder.js

riga 372 diventa

  L.Control.Geocoder.jsonp(this.options.serviceUrl + 'search', L.extend({

riga 399 diventa

 L.Control.Geocoder.jsonp(this.options.serviceUrl + 'reverse', L.extend({

enrimk added a commit to enrimk/design-comuni-wordpress-theme that referenced this issue Sep 7, 2023
Fixes italia#339, italia#340
Fix trovato da @abmcr, @fnori77, @marcogangemideda

Fa seguito a un [cambiamento nella API di openstreetmap](osm-search/Nominatim#3134).
@zetareticoli zetareticoli closed this as not planned Won't fix, can't repro, duplicate, stale Sep 12, 2023
zetareticoli pushed a commit that referenced this issue Oct 16, 2023
Fixes #339, #340
Fix trovato da @abmcr, @fnori77, @marcogangemideda

Fa seguito a un [cambiamento nella API di openstreetmap](osm-search/Nominatim#3134).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants