add amendments metric
[contractdashboard.git] / displayMap.php
blob:a/displayMap.php -> blob:b/displayMap.php
<?php <?php
   
   
include('./lib/common.inc.php'); include('./lib/common.inc.php');
include_header("Map"); include_header("Map");
echo '<center><img src="graphs/displayHeatmap.php"/></center>'; echo '<center><img src="displayHeatmap.php"/></center>';
include_footer(); include_footer();
   
?> ?>