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.
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.