[OSRM-talk] New UI version deployed

Paul Schulz paul at mawsonlakes.org
Fri Aug 9 06:18:47 UTC 2013


OSRM-Web looks awesome. Your efforts are appreciated.

I am running an internal OSRM server with OSRM-Web.

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

Something like the following would help get someone up and running quickly.:
=====
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:

As root
  cd /usr/local
  git clone https://github.com/DennisSchiefer/Project-OSRM-Web
  chmod 755 -R Project-OSRM-Web
  cd Project-OSRM-Web/WebContent

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.

Link the contect so that Apach cen serve the application.

  cd /var/www
  ln -s /usr/local/Project-OSRM-Web/WebContent osrm

Browse to your servers URL and enjoy OSRM Web.

  http://<your-server>/osrm/main.html
======

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.

3. Did I mention that I love 'Project-OSRM-Web'

4. Are there any details (other than the code) for setting up lua profiles?
I would like to set one up for buses.

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.

Regards,
Paul

On Fri, Aug 2, 2013 at 12:51 AM, Dennis Luxen <dennis.luxen at gmail.com>wrote:

> Hello,
>
> we deployed an updated version of the UI with the recent version bump to
> 1.9. This is what's new:
>
> - switched to Leaflet 0.6.3
> - updated editor/bugtracker links
> - dest URL parameter supports multiple markers
> - latlng precision globally adjustable
> - url shortener can be disabled
> - avoid unnecessary queries while zooming
> - fixed racing conditons on localization load
> - fixed boxzoom setting markers
> - fixed line breaks in buttons/links
> - fixed jumping markers on timeout
> - fixed box animation error if other transition effects are added
>
> As always: http://map.project-osrm.org
>
> Best regards on behalf of Team OSRM,
> Dennis
> _______________________________________________
> OSRM-talk mailing list
> OSRM-talk at openstreetmap.org
> http://lists.openstreetmap.org/listinfo/osrm-talk
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/osrm-talk/attachments/20130809/dc5102b7/attachment.html>


More information about the OSRM-talk mailing list