Skip to content

Commit

Permalink
changed to county map
Browse files Browse the repository at this point in the history
cbrianbet committed Aug 6, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 11aac4e commit a111779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/Home/HomeEmrSitesMap.js
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ const HomeEmrSitesMap = () => {
const emrNames = [];
let emrSites = [];
if (gpsSites === undefined || gpsSites === null) gpsSites = [];

for (let i = 0; i < gpsSites.length; i++) {
if (emrNames.indexOf(gpsSites[i].emr) === -1) {
emrNames.push(gpsSites[i].emr);
@@ -34,7 +34,7 @@ const HomeEmrSitesMap = () => {
}
}
data.push({
mapData: Highcharts.maps['custom/ke-province'],
mapData: Highcharts.maps['custom/ke-county'],
name: 'Basemap',
borderColor: '#A0A0A0',
nullColor: 'rgba(200, 200, 200, 0.3)',

0 comments on commit a111779

Please sign in to comment.