Commit graph

13 commits

Author SHA1 Message Date
Torsten Grote
42f9c21145 Navitia: Add house numbers to addresses.
This commit adds the house number behind the street name if available
and gives a way to define other formats like in France
where the house number comes before the street name.
2017-11-08 19:46:38 +01:00
Peter Serwylo
af0bcdc17c AbstractNavitiaProvider: Pass network to getLineStyle().
This allows coverages with multiple distinct transport agencies
(e.g. Australia) to meaninfully distinguish between different lines
with similar names. For example, there is often buses which are
labelled by numbers. "Bus 12" needs to be two different colours,
based on which transport network it belongs to.

In the case of Australia, it will use this to delegate to the
lineStyles() method.
2017-08-20 22:27:49 +02:00
Andreas Schildbach
4f7bd832e6 Use HttpUrl and HttpUrl.Builder where possible. 2017-01-03 10:59:30 +01:00
Andreas Schildbach
931dafb628 Switch to modern code format. Organize imports. No functional changes.
Java sources use Eclipse 4.5 'Java Conventions' with indentation changed to 4 spaces only per level.
2016-09-08 18:26:01 +02:00
Andreas Schildbach
389ec22b6a Navitia: Use default style for unknown products in getLineStyle(). 2016-05-24 09:51:55 +02:00
Torsten Grote
b741c0b34f Paris: Support cablecar 2016-05-23 16:02:54 +02:00
Torsten Grote
47f31e99c2 Navitia: Properly create Locations with name and place.
Allow option to fix case of location names and simplify location parsing
code.
2016-04-07 20:12:31 +02:00
Nicolas Derive
0230a1af85 Paris, French South West: Add missing regional (TER) and long-distance (Intercités) trains support. 2016-02-03 10:33:24 +01:00
Torsten Grote
5be14b0134 Navitia: Allow custom API base.
This is especially useful if you want to run a Navitia instance on your
own server.
2015-12-22 15:25:17 +01:00
Andreas Schildbach
cf651676d2 Migrate network IDs to constant field. 2015-02-25 09:05:01 +01:00
Andreas Schildbach
883015177e Migrate from using char as a product type to Product enum. Line labels are really just the label and can be null. 2015-02-10 13:56:21 +01:00
Andreas Schildbach
06a0d12b0f Update year of copyright. 2015-01-01 01:52:27 +01:00
Antonio El Khoury
a136e7911b Paris provider based on abstract Navitia provider. 2014-11-30 15:59:20 +01:00