OSRM-Web looks awesome. Your efforts are appreciated.<div><br></div><div>I am running an internal OSRM server with OSRM-Web.</div><div><br>Some comments...<br>1. Some more instructions are needed for installing OSRM-web. It wasn't obvious what I needed to do to get it working as I'm not familiar with how Leaflet works (pure browser side). Maybe something in the OSRM documentation that isn't buried in the doc.</div>
<div><br></div><div>Something like the following would help get someone up and running quickly.:</div><div>=====</div><div>The Web client for OSRM uses Leaflet, which is a pure javascript application and needs no additional server support other serving files via HTTP. As an example, to install on a Ubuntu server which already has Apache running, do the following:</div>
<div><br></div><div>As root</div><div>  cd /usr/local</div><div>  git clone <a href="https://github.com/DennisSchiefer/Project-OSRM-Web">https://github.com/DennisSchiefer/Project-OSRM-Web</a></div><div>  chmod 755 -R Project-OSRM-Web</div>
<div>  cd Project-OSRM-Web/WebContent</div><div> </div><div>If required, edit 'OSRM.config.js' and set the url and timestamp options for the routing engine to use. By default these are set the project-osrm routing engine. It is also possible to disable the url shortener if required.</div>
<div><br></div><div>Link the contect so that Apach cen serve the application.</div><div><br></div><div>  cd /var/www</div><div>  ln -s /usr/local/Project-OSRM-Web/WebContent osrm</div><div><br></div><div>Browse to your servers URL and enjoy OSRM Web.</div>
<div><br></div><div>  http://<your-server>/osrm/main.html</div><div>======</div><div><br></div><div>2. The documentation mentions that the 'Project-OSRM-Web' is a sub-module. I didn't see this with current clone of Project-OSRM, and (as above) just ended up cloning it separately.</div>
<div><br></div><div>3. Did I mention that I love 'Project-OSRM-Web'</div><div><br></div><div>4. Are there any details (other than the code) for setting up lua profiles? I would like to set one up for buses.</div><div>
<br></div><div>Where would be the best place to start? I've looked at the car.lua and bike.lua profiles but I'm trying to get an overall feel.</div><div><br></div><div>Regards,</div><div>Paul</div><div><br></div><div>
<div class="gmail_quote">On Fri, Aug 2, 2013 at 12:51 AM, Dennis Luxen <span dir="ltr"><<a href="mailto:dennis.luxen@gmail.com" target="_blank">dennis.luxen@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
we deployed an updated version of the UI with the recent version bump to 1.9. This is what's new:<br>
<br>
- switched to Leaflet 0.6.3<br>
- updated editor/bugtracker links<br>
- dest URL parameter supports multiple markers<br>
- latlng precision globally adjustable<br>
- url shortener can be disabled<br>
- avoid unnecessary queries while zooming<br>
- fixed racing conditons on localization load<br>
- fixed boxzoom setting markers<br>
- fixed line breaks in buttons/links<br>
- fixed jumping markers on timeout<br>
- fixed box animation error if other transition effects are added<br>
<br>
As always: <a href="http://map.project-osrm.org" target="_blank">http://map.project-osrm.org</a><br>
<br>
Best regards on behalf of Team OSRM,<br>
Dennis<br>
_______________________________________________<br>
OSRM-talk mailing list<br>
<a href="mailto:OSRM-talk@openstreetmap.org" target="_blank">OSRM-talk@openstreetmap.org</a><br>
<a href="http://lists.openstreetmap.org/listinfo/osrm-talk" target="_blank">http://lists.openstreetmap.org/listinfo/osrm-talk</a><br>
</blockquote></div><br></div>