Getting 404 when querying reverseGeocoding api #727
-
I'm using motis 2.0.15 self-hosted. When I try to request this API with my own instance of motis I receive an There is no documentation on how motis needs to be configured via the config.yaml any more except this one or do I miss a detailed documentation here? As there's a difference in using server:
port: 8080
web_folder: ui
osm: ./osm.pbf
tiles:
profile: tiles-profiles/full.lua
db_size: 1099511627776
flush_threshold: 10000000
timetable:
first_day: TODAY
num_days: 365
railviz: true
with_shapes: true
ignore_errors: false
adjust_footpaths: true
merge_dupes_intra_src: false
merge_dupes_inter_src: false
link_stop_distance: 100
update_interval: 60
http_timeout: 10
incremental_rt_update: false
use_osm_stop_coordinates: false
extend_missing_footpaths: true
max_footpath_length: 25
datasets:
schedule-de-nv:
path: ./schedule_germany-nv.zip
default_bikes_allowed: false
schedule-de-rv:
path: ./schedule_germany-rv.zip
default_bikes_allowed: false
schedule-vgn:
path: ./schedule_vgn.zip
default_bikes_allowed: false
street_routing: true
osr_footpath: true
geocoding: false
reverse_geocoding: true The log for requesting my own instance looks like this:
The log for requesting the demo motis instance looks like this:
@felixguendling any idea? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Might be that the config.ini changed was not the one in the Does the
I would not consider the reverse geocoder in its current form particularly useful. It contains stuff like ATMs but no tags what places are. So I would not recommend to enable it as it's not helpful. |
Beta Was this translation helpful? Give feedback.
to get only stops there's a map stops endpoint