Hi All, I am interested in embedding the search bar of openstreetmap in my website just like I do for google search. Here is the short template, I am not an expert in php or html. <form method="get" action="http://www.openstreetmap.org/" target="_blank"> <input type="text" name="q" size="71" maxlength="255" value="" placeholder="Type here to use openstreet map"/> <input type="submit" value="Open street Maps"/> </form> Please let me know if it is possible and if yes how? Regards, Pawan asked 16 Aug '13, 11:36 pkumar |