Skip to content

Commit

Permalink
Merge pull request #68 from data-for-change/schools-2024
Browse files Browse the repository at this point in the history
schools 2024 updates
  • Loading branch information
atalyaalon authored Aug 11, 2024
2 parents e235dba + c25b8cc commit e782934
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Console/Map.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function getLink(school, simpleView) {
let long = school.longitude;
let link = `https://www.anyway.co.il/?zoom=17&lat=${lat}&lon=${long}`;
if (simpleView) {
link = `${link}&start_date=2018-07-01&end_date=2023-06-30&show_fatal=1&show_severe=1&show_light=1&approx=1&accurate=1&show_markers=1&show_discussions=&show_urban=3&show_intersection=3&show_lane=3&show_day=7&show_holiday=0&show_time=24&start_time=25&end_time=25&weather=0&road=0&separation=0&surface=0&acctype=0&controlmeasure=0&district=0&case_type=0&show_rsa=0&age_groups=234&hide_search=true&map_only=true&hide_search=true`;
link = `${link}&start_date=2019-06-01&end_date=2024-05-31&show_fatal=1&show_severe=1&show_light=1&approx=1&accurate=1&show_markers=1&show_discussions=&show_urban=3&show_intersection=3&show_lane=3&show_day=7&show_holiday=0&show_time=24&start_time=25&end_time=25&weather=0&road=0&separation=0&surface=0&acctype=0&controlmeasure=0&district=0&case_type=0&show_rsa=0&age_groups=234&hide_search=true&map_only=true&hide_search=true`;
}
return link;
}
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Report.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ function Report(props) {
<div>
הדו״ח מתבסס על נתוני הלשכה המרכזית לסטטיסטיקה. בדו״ח נספרו עבור כל מוסד
חינוך כל הפצועים/הרוגים שנפגעו תוך שימוש בתחבורה רכה (הולכי רגל, רוכבי אופניים ואופניים חשמליים ורוכבי קורקינט חשמלי) בגילאים 5-19, בין השעות 7:00 ל-19:00
ובתוך ריבוע שמרכזו מוסד חינוכי או מקבץ מוסדות חינוכיים וגודל כל צלע ק"מ אחד, בין השנים 2018-2023.
ובתוך ריבוע שמרכזו מוסד חינוכי או מקבץ מוסדות חינוכיים וגודל כל צלע ק"מ אחד, בין השנים 2019-2024.
</div>
<div>
את הדו"ח הפיקו מתנדבי פרויקט ANYWAY וביניהם: דניאל שלי, מיכל אורן, זיו הרפז, דרור רשף, אגם רפאלי-פרהדיאן, דן פולק, אבי קליימן, בניה פרץ, סלומון רדה, אורי הוך, בר קלמי, כרמל פרדיס, יובל ברוך, ברוך פיקאר, גל רייך ועתליה אלון.
Expand Down
4 changes: 2 additions & 2 deletions src/Console/Stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ let severityStatsByYear = function (stats, severity, name, color) {
name,
color,
data: [
getFromStatsByYear(stats, 2018, severity),
getFromStatsByYear(stats, 2019, severity),
getFromStatsByYear(stats, 2020, severity),
getFromStatsByYear(stats, 2021, severity),
getFromStatsByYear(stats, 2022, severity),
getFromStatsByYear(stats, 2023, severity),
getFromStatsByYear(stats, 2024, severity),
],
key: `${name}-${severity}`,
};
Expand Down Expand Up @@ -58,7 +58,7 @@ const getLineOptions = (stats) => {
tooltip: { enabled: false },
series,
xAxis: {
categories: ["2018", "2019", "2020", "2021", "2022", "2023"],
categories: ["2019", "2020", "2021", "2022", "2023", "2024"],
},
yAxis: {
title: "",
Expand Down

0 comments on commit e782934

Please sign in to comment.