You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: