diff options
| author | Zog | 2018-01-31 11:14:23 +0100 |
|---|---|---|
| committer | Zog | 2018-01-31 11:14:23 +0100 |
| commit | bb62bc2028f142e953035680b2483ee6029711ae (patch) | |
| tree | 8170e5eb56e496545f4f1b0ca0ccd8e0135c32ae | |
| parent | 0101f0ca0a7354420118b0470532f804674edc34 (diff) | |
| download | chouette-core-bb62bc2028f142e953035680b2483ee6029711ae.tar.bz2 | |
Disable immature feature
| -rw-r--r-- | app/javascript/packs/referential_lines/show.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/packs/referential_lines/show.js b/app/javascript/packs/referential_lines/show.js index 99c5072ef..542188018 100644 --- a/app/javascript/packs/referential_lines/show.js +++ b/app/javascript/packs/referential_lines/show.js @@ -6,5 +6,5 @@ routes = JSON.parse(decodeURIComponent(routes)) var map = new RoutesMap('routes_map') map.addRoutes(routes) -map.addRoutesLabels() +// map.addRoutesLabels() map.fitZoom() |
