Multi use
Hey, I have two questions.
First: I have already written the HTML Code for my new webpage. Now I'd like to include the photon search into my code. Now to my question. Is it possible to include the search into the html code and not to the Leafet Controls?
For example in jquery var photonsearch = //definition $('#searchDiv').append(photonsearch);
And then I come to my second question. Is it also possible to include the search several times on the page. I'd like to write a routing algorithm where I need some input fields.
I hope anyone could help me.
this is a leaflet plugin, it is meant to extend the map framework with a search box. So you cannot use this plugin without a map. You need to program something on your own - you might reuse the some code tough.