File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -486,7 +486,7 @@ def getCacheData(fileName)
486486 projectSectorGraphData : projectSectorGraphData ,
487487 participatingOrgList : participatingOrgList ,
488488 policyMarkers : get_policy_markersv2 ( project ) ,
489- mapMarkers : getProjectMapMarkersv2 ( project ) ,
489+ # mapMarkers: getProjectMapMarkersv2(project),
490490 spendToDate : spendToDate ,
491491 programmeBudget : programmeBudget
492492 }
Original file line number Diff line number Diff line change 9393 < div > <%# = countryOrRegion %> </ div >
9494 < div > <%# = countryOrRegion[:label] %> </ div >
9595
96- < div id ="countryMap " aria-hidden ="true " class ="countryMap "> </ div >
96+ <!-- < div id="countryMap" aria-hidden="true" class="countryMap"></div> -- >
9797
9898 <!--TODO - do some logic to get these types-->
9999
115115 < script src ="/javascripts/leaflet/leaflet.markercluster_new.js "> </ script >
116116 < script type ="text/javascript ">
117117 var mapType = "project" ;
118- window . mainMarkers = <%= mapMarkers . to_json %> ;
118+
119119 var ProjectTitle = "<%= project [ 'title_narrative_text' ] . first . strip %> " ;
120120 var countryCount = <%= countryOrRegion [ :countriesCount ] %> ;
121121 var regionCount = <%= countryOrRegion [ :regionsCount ] %> ;
122122 </ script >
123- < script src ="/javascripts/countrypagemap_new.js " type ="text/javascript "> </ script >
124- <%= erb :'partials/_map_disclaimer' %>
123+ <!-- < script src="/javascripts/countrypagemap_new.js" type="text/javascript"></script> -- >
124+ <%# = erb :'partials/_map_disclaimer'%>
125125 </ div >
126126</ div >
127127
You can’t perform that action at this time.
0 commit comments