From 53237cb5f92e232c5954283d18f682c7cf95c0c6 Mon Sep 17 00:00:00 2001 From: Antoine Goutenoir Date: Tue, 15 Dec 2020 07:59:57 +0100 Subject: [PATCH] fix: disable the old buggy map --- flaskr/templates/estimation.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/flaskr/templates/estimation.html b/flaskr/templates/estimation.html index 76b1d95..3f3f8b6 100644 --- a/flaskr/templates/estimation.html +++ b/flaskr/templates/estimation.html @@ -290,11 +290,11 @@ draw_emissions_equidistant_map( ); -draw_travel_legs_worldmap( - "#d3viz_travels", - "/static/public/data/world-earth.geojson", - "/estimation/{{ estimation.public_id }}/trips_to_destination_0.csv" -); +{#draw_travel_legs_worldmap(#} +{# "#d3viz_travels",#} +{# "/static/public/data/world-earth.geojson",#} +{# "/estimation/{{ estimation.public_id }}/trips_to_destination_0.csv"#} +{#);#} -- libgit2 0.21.2