Skip to content

Commit 877309e

Browse files
committed
.
1 parent e82d91d commit 877309e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

devtracker.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

views/projects/summary.html.erb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
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

@@ -115,13 +115,13 @@
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

0 commit comments

Comments
 (0)