leaflet.photon icon indicating copy to clipboard operation
leaflet.photon copied to clipboard

display of the suggestions

Open ccloquet opened this issue 9 years ago • 0 comments

Hi !

Thank you for this great plugin !

I am using it in a Cordova app, with Leaflet 1.

By default, only 1 suggestion is displayed, even if I ask for 7. No idea why, but to mitigate the problem, I added this css style :

.photon-autocomplete li { color: black; }

Also, to have a smaller margin, which is crucial on a mobile device, I just added the in the same style
.photon-autocomplete li { margin-left: -2em; }

ccloquet avatar Sep 08 '16 18:09 ccloquet