Per Liedman

Results 200 comments of Per Liedman

Hi there, thanks for reporting this! Actually, I do not think this is possible at the moment. The reason is that the options are checked when the control is created,...

I think it might be that `street_name` was not available from GraphHopper's API when I originally wrote this code, but not sure actually. Consider creating a PR with this change...

The new router apparently has a problem when it's not passed any options. Here's an updated version of your fiddle that works around this problem: http://jsfiddle.net/48ryLvas/ Thanks for reporting! A...

Alright, it's interesting to note that you can achieve that using `geometryOnly` this way; I wasn't aware of that. If I understand correctly, you should look at #20 for techniques...

The thing is, as it is now, this PR _breaks_ the original purpose of the `geometryOnly` option, since it will be disregarded when passed to the `route` method. So it...

Hi! Using the control as part of a form is a bit outside the scope of the plugin, and I am reluctant to make changes to cater for rare use...

Hi there, I was unfortunately unable to reproduce the first problem. Copied the options as specified above, but the message "Nothing found." only shows if I actually search for something...

Thanks for notifying me on this and submitting a detailed description. Given that Leaflet 1.0 has been out for a while and I no longer work in any project based...

I think I totally agree with this. Just to be sure, the interaction you describe above relates to [Leaflet Routing Machine](https://github.com/perliedman/leaflet-routing-machine), right? Although totally not obvious, the UI for the...

If Google (and Bing, etc) provide address details separated into street, city, etc. like Nominatim does, this shouldn't be too much work by more or less copying what the Nominatim...