<div dir="ltr">No Im afraid that I don't. As far as I know there is no off line address search available now. Having said that, we will be adding this at some stage to the Android App, bit that wont help you.<div><br></div>
<div>As far as I now, you will have to extract the data form the OSM file, store it in a database and right a search function, which is not too difficult</div><div><br></div><div>Osmosis will do the extract for you</div>
<div>
<br></div><div>Cheers</div><div><br></div><div>Mark</div></div><div class="gmail_extra"><br clear="all"><div><div dir="ltr"><div><br></div><div>Regards</div><div><br></div><div>Mark Cupitt</div><div><br></div><div><div>"If we change the world, let it bear the mark of our intelligence"</div>
<div><a></a><div><br></div></div><div><a href="http://ph.linkedin.com/in/markcupitt" target="_blank">See me on LinkedIn</a></div><div><img src="http://s.c.lnkd.licdn.com/scds/common/u/img/webpromo/btn_myprofile_160x33.png"></div>
<span style="font-family:arial black,sans-serif"><b><a href="http://gis.stackexchange.com/users/17846/mark-c" target="_blank">See me on StackExchange</a></b></span><br><img src="http://gis.stackexchange.com/users/flair/17846.png"><br>
</div><div>===============================================================================================</div><div>The contents of this email are intended only for the individual(s) to whom it is addressed and may contain</div>
<div>confidential or privileged information. If you are not the intended recipient, you must not disclose, copy, distribute,</div><div>or use the contents of this email. If you have received this email in error, please notify the sender immediately and</div>
<div>delete the email and any attachments.<br></div><div>
===============================================================================================
</div></div></div>
<br><br><div class="gmail_quote">On Tue, Jan 21, 2014 at 6:52 AM, <a href="mailto:vepa2spam@gmail.com">vepa2spam@gmail.com</a> <span dir="ltr"><<a href="mailto:vepa2spam@gmail.com" target="_blank">vepa2spam@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Mark,<br>
<br>
Thanks for this advice, I didn't know this possibility.<br>
<br>
Do you know a solution for address search that can run on a small capacity server (my plug computer have only 512Mb of RAM and 1Ghz processor) ?<br>
<br>
Best regards<br>
Vincent<div class="im"><br>
<br>
On 20/01/2014 16:37, Markware Software Services wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
Hi Vincent, Sounds to me that the best apporach, if your maps are static is a simple tile server running on your plug computer and use that, or another one to run graphhopper to do the routing. That will be determined by the size of your map and routing area and what memory you have available on the server. By the looks of it they are quite cheap so I would probably use two, then you have some server redundancy. Set up he tiles and graphhopper on both, but use one on each, switch to one unit if the other goes down or needs to be sent for updatng, etc.<br>
<br>
Serving premade tiles from a small linux computer is quite feasible, make the tiles on another system and dump them on the plug computer. I use GeoWebCache like this, but there are several others proxy style Tile Servers.<br>
<br>
Have a read of <a href="https://wiki.openstreetmap.org/wiki/Creating_your_own_tiles" target="_blank">https://wiki.openstreetmap.<u></u>org/wiki/Creating_your_own_<u></u>tiles</a><br>
<br>
I use OpenLayers for the Client side work, again there are a couple of other options like Leaflet, which Peter uses so your Client solution might be quick to deploy if you just use his demos and drop your own graph in.<br>
<br>
You can build your Graphhopper graphs off line and then download them to the plug computer and route on your local lan over the tiles served form the tile Server.<br>
<br>
All quite feasible<br>
<br>
Cheers<br>
Mark<br>
<br>
<br>
<br>
Regards<br>
<br>
Mark Cupitt<br>
<br>
"If we change the world, let it bear the mark of our intelligence"<br>
<br></div>
See me on LinkedIn <<a href="http://ph.linkedin.com/in/markcupitt" target="_blank">http://ph.linkedin.com/in/<u></u>markcupitt</a>><br>
*See me on StackExchange <<a href="http://gis.stackexchange.com/users/17846/mark-c" target="_blank">http://gis.stackexchange.com/<u></u>users/17846/mark-c</a>>*<div class="im"><br>
<br>
==============================<u></u>==============================<u></u>==============================<u></u>=====<br>
The contents of this email are intended only for the individual(s) to whom it is addressed and may contain<br>
confidential or privileged information. If you are not the intended recipient, you must not disclose, copy, distribute,<br>
or use the contents of this email. If you have received this email in error, please notify the sender immediately and<br>
delete the email and any attachments.<br>
==============================<u></u>==============================<u></u>==============================<u></u>===== <br>
<br>
<br></div><div class="im">
On Mon, Jan 20, 2014 at 10:39 PM, <a href="mailto:vepa2spam@gmail.com" target="_blank">vepa2spam@gmail.com</a> <mailto:<a href="mailto:vepa2spam@gmail.com" target="_blank">vepa2spam@gmail.com</a>> <<a href="mailto:vepa2spam@gmail.com" target="_blank">vepa2spam@gmail.com</a> <mailto:<a href="mailto:vepa2spam@gmail.com" target="_blank">vepa2spam@gmail.com</a>>> wrote:<br>
<br>
Hi Mark,<br>
<br>
Thanks for your answer.<br>
it's remotely on a LAN with no internet access. I plan to run OSM<br></div>
on a plug computer <<a href="http://en.wikipedia.org/wiki/Plug_computer" target="_blank">http://en.wikipedia.org/wiki/<u></u>Plug_computer</a>>.<div class="im"><br>
And clients are standard computer.<br>
All computer run on Linux, the plug computer is a debian wheezy<br>
and clients are lubuntu 12.04.<br>
And I want to use any technology to acheive my main goals :<br>
routing capability and for offline use.<br>
<br>
Regards<br>
Vincent<br>
<br>
<br>
On 19/01/2014 22:51, Markware Software Services wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
Hi VIncent,<br>
<br>
I'm not clear on your question, How can you have Off Line<br>
capability then want to view remotely??<br>
<br>
Graphhopper already works nicely on Android with an OfflneMap<br>
that you can make yourself from OSM Data using MapsForge. There<br>
is a full working Demo in the Graphhopper downloads site.<br>
<br>
What platform and technology do you want to use?<br>
<br>
Regards<br>
<br>
Mark<br>
<br>
<br>
Regards<br>
<br>
Mark Cupitt<br>
<br>
"If we change the world, let it bear the mark of our intelligence"<br>
<br></div>
See me on LinkedIn <<a href="http://ph.linkedin.com/in/markcupitt" target="_blank">http://ph.linkedin.com/in/<u></u>markcupitt</a>><br>
*See me on StackExchange<br>
<<a href="http://gis.stackexchange.com/users/17846/mark-c" target="_blank">http://gis.stackexchange.com/<u></u>users/17846/mark-c</a>>*<div class="im"><br>
<br>
==============================<u></u>==============================<u></u>==============================<u></u>=====<br>
The contents of this email are intended only for the<br>
individual(s) to whom it is addressed and may contain<br>
confidential or privileged information. If you are not the<br>
intended recipient, you must not disclose, copy, distribute,<br>
or use the contents of this email. If you have received this<br>
email in error, please notify the sender immediately and<br>
delete the email and any attachments.<br>
==============================<u></u>==============================<u></u>==============================<u></u>=====<br>
<br>
<br>
<br>
On Mon, Jan 20, 2014 at 5:33 AM, <a href="mailto:vepa2spam@gmail.com" target="_blank">vepa2spam@gmail.com</a><br></div>
<mailto:<a href="mailto:vepa2spam@gmail.com" target="_blank">vepa2spam@gmail.com</a>> <<a href="mailto:vepa2spam@gmail.com" target="_blank">vepa2spam@gmail.com</a><div class="im"><br>
<mailto:<a href="mailto:vepa2spam@gmail.com" target="_blank">vepa2spam@gmail.com</a>>> wrote:<br>
<br>
Hi everyone,<br>
<br>
I'm looking for a solution to have OSM with routing<br>
capability and for offline use.<br>
The computer were this solution will run, is a headless<br>
computer and have only 512MB of memory and a 1Ghz processor.<br>
Ideally, clients will connect using their browser.<br>
<br>
Graphhopper seems to fulfill my needs, but offline capability<br>
doesn't work remotely (I'm thing of mapsforge solution).<br>
<br>
Do you know a better and _easy_ solution for my project ?<br>
<br>
Thanks for your answers<br>
<br>
Regards<br>
Vincent<br>
<br>
______________________________<u></u>_________________<br>
GraphHopper mailing list<br>
<a href="mailto:GraphHopper@openstreetmap.org" target="_blank">GraphHopper@openstreetmap.org</a><br></div>
<mailto:<a href="mailto:GraphHopper@openstreetmap.org" target="_blank">GraphHopper@<u></u>openstreetmap.org</a>><div class="im"><br>
<a href="https://lists.openstreetmap.org/listinfo/graphhopper" target="_blank">https://lists.openstreetmap.<u></u>org/listinfo/graphhopper</a><br>
<br>
<br>
<br>
<br>
______________________________<u></u>_________________<br>
GraphHopper mailing list<br></div>
<a href="mailto:GraphHopper@openstreetmap.org" target="_blank">GraphHopper@openstreetmap.org</a> <mailto:<a href="mailto:GraphHopper@openstreetmap.org" target="_blank">GraphHopper@<u></u>openstreetmap.org</a>><br>
<a href="https://lists.openstreetmap.org/listinfo/graphhopper" target="_blank">https://lists.openstreetmap.<u></u>org/listinfo/graphhopper</a><br>
</blockquote>
<br>
<br>
______________________________<u></u>_________________<br>
GraphHopper mailing list<br>
<a href="mailto:GraphHopper@openstreetmap.org" target="_blank">GraphHopper@openstreetmap.org</a> <mailto:<a href="mailto:GraphHopper@openstreetmap.org" target="_blank">GraphHopper@<u></u>openstreetmap.org</a>><div class="im">
<br>
<a href="https://lists.openstreetmap.org/listinfo/graphhopper" target="_blank">https://lists.openstreetmap.<u></u>org/listinfo/graphhopper</a><br>
<br>
<br>
<br>
<br>
______________________________<u></u>_________________<br>
GraphHopper mailing list<br>
<a href="mailto:GraphHopper@openstreetmap.org" target="_blank">GraphHopper@openstreetmap.org</a><br>
<a href="https://lists.openstreetmap.org/listinfo/graphhopper" target="_blank">https://lists.openstreetmap.<u></u>org/listinfo/graphhopper</a><br>
</div></blockquote><div class="HOEnZb"><div class="h5">
<br>
<br>
______________________________<u></u>_________________<br>
GraphHopper mailing list<br>
<a href="mailto:GraphHopper@openstreetmap.org" target="_blank">GraphHopper@openstreetmap.org</a><br>
<a href="https://lists.openstreetmap.org/listinfo/graphhopper" target="_blank">https://lists.openstreetmap.<u></u>org/listinfo/graphhopper</a><br>
</div></div></blockquote></div><br></div>