Hi, I am new to OpenStreetmap.... I was looking for something like http://nominatim.openstreetmap.org/search.php ... I would like to install it on my local WAMP server, is it possible?. Or is there any alternative solution .... asked 13 Sep '12, 09:59 Rajmohan111 |
Yes, it is possible. But now, it depends of what do you want exactly.
answered 13 Sep '12, 10:23 NicolasDumoulin Nicolas , thank you for reply . yes I want the search box for navigation...that is what I am looking for.
(13 Sep '12, 10:34)
Rajmohan111
Ok. You will need a proxy for preventing cross-domain XHR restrictions, look at mine for example (you can find one in php I think). Then you will need some javascript for sending the query and move the map to the resulting location. Again, you can look at mine for example (line 412).
(13 Sep '12, 10:52)
NicolasDumoulin
Nicholas thank you for the code....right now I am trying to work this with php proxy....I am not much familiar with php proxy concept...:( ...will contact you soon.
(13 Sep '12, 12:31)
Rajmohan111
|