mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 22:19:50 +00:00
Introduce location type for plain coordinates.
This commit is contained in:
parent
71d88fcd18
commit
4b65f0145c
70 changed files with 186 additions and 174 deletions
|
@ -791,7 +791,7 @@ public abstract class AbstractNavitiaProvider extends AbstractNetworkProvider
|
|||
|
||||
// Build query uri depending of location type.
|
||||
final String queryUriType;
|
||||
if (location.type == LocationType.ADDRESS || location.type == LocationType.ANY)
|
||||
if (location.type == LocationType.COORD || location.type == LocationType.ADDRESS || location.type == LocationType.ANY)
|
||||
{
|
||||
if (!location.hasLocation())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue