1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
Muhammad Moinur Rahman
0aa974f75e astro/routino: Update version 3.1.1=>3.2 2017-04-08 21:51:45 +00:00
Mathieu Arnold
9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00
John Marino
fe71802b7b astro/routino: revbump to fix astro/qmapshack
The previous commit added two libraries to the package, but failed to
bump the port.  The immediate fallout is astro/qmapshack fails at
run-depends stage on incremental bulk builds.

PR:	210062
2016-06-18 19:21:41 +00:00
Muhammad Moinur Rahman
fadaa1a12c astro/routino: Install shared library
PR:		210062
Submitted by:	cmt
2016-06-09 20:50:14 +00:00
Mathieu Arnold
999161a9ed Fixup some whitespace at the beginning of lines problems.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:18:17 +00:00
Muhammad Moinur Rahman
0a3585f6ce astro/routino: Update version 3.0=>3.1.1 2016-03-09 08:27:32 +00:00
Muhammad Moinur Rahman
db5442bb8a astro/routino: Fix typo in Created By field 2015-10-27 13:17:55 +00:00
Muhammad Moinur Rahman
5ac8784f27 [NEW] astro/routino: Router for OpenStreetMap Data
Routino is an application for finding a route between two points using the
dataset of topographical information collected by http://www.OpenStreetMap.org.

This router uses a routing algorithm that takes OSM format data as its input and
calculates either the shortest or quickest route between two points. To optimise
the routing a custom database format is used. This allows the routing to be
performed quickly after a modest one-off pre-processing stage.
A selection is possible for any of the major OSM transport types and for each of
the main OSM highway types a preference can be provided and a speed limit.
Restrictions on one-way streets, weight, height, width and length are also
options. Further preferences about road properties (e.g. paved or not) can also
be selected.

The processing of the input XML file is based on rules in a configuration file
that transform the highway tags into tags that are understood by Routino. The
generation of the output files (HTML and GPX) uses language fragments selected
from another configuration file which allows multi-lingual output from the same
database.
The router takes into account private/public/permissive restrictions on highways
as well as tagged speed limits and barriers (gates, bollards). The simplest and
most common turn restriction relations (those composed of a way, node and way)
are also supported.

WWW: http://www.routino.org/
2015-10-26 17:44:39 +00:00