Commit 53237cb5f92e232c5954283d18f682c7cf95c0c6

Authored by Antoine Goutenoir
1 parent a5f8a219
Exists in master

fix: disable the old buggy map

Showing 1 changed file with 5 additions and 5 deletions   Show diff stats
flaskr/templates/estimation.html
@@ -290,11 +290,11 @@ draw_emissions_equidistant_map( @@ -290,11 +290,11 @@ draw_emissions_equidistant_map(
290 ); 290 );
291 291
292 292
293 -draw_travel_legs_worldmap(  
294 - "#d3viz_travels",  
295 - "/static/public/data/world-earth.geojson",  
296 - "/estimation/{{ estimation.public_id }}/trips_to_destination_0.csv"  
297 -); 293 +{#draw_travel_legs_worldmap(#}
  294 +{# "#d3viz_travels",#}
  295 +{# "/static/public/data/world-earth.geojson",#}
  296 +{# "/estimation/{{ estimation.public_id }}/trips_to_destination_0.csv"#}
  297 +{#);#}
298 298
299 299
300 300