hove-io / navitia

The open source software to build cool stuff with locomotion
https://www.navitia.io/
GNU Affero General Public License v3.0
430 stars 127 forks source link

beta_endpoint features not working #1820

Closed vg-github closed 7 years ago

vg-github commented 7 years ago

Is there a way to activate the heatmap feature in the self hosted version?

I get this message when I try to access a "beta_endpoint" feature:

{"feed_publishers":[],"links":[],"warnings":[{"message":"This service is under construction. You can help through github.com\/CanalTP\/navitia","id":"beta_endpoint"}]}

kinnou02 commented 7 years ago

You can activate heatmap with configuration in jormungandr: https://github.com/CanalTP/navitia/blob/dev/source/jormungandr/jormungandr/default_settings.py#L111 just set it to True, but you will need a "recent" version of boost

vg-github commented 7 years ago

Many thanks, sorted!