Skip to content

Commit

Permalink
Merge pull request #70 from data-for-change/schools-2024
Browse files Browse the repository at this point in the history
add 7am-7pm map filter
  • Loading branch information
atalyaalon authored Aug 11, 2024
2 parents 7ba88c1 + d911412 commit 47af3f6
Showing 1 changed file with 1 addition and 1 deletion.
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=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&start_time=7&end_time=19&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=7&end_time=19&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

0 comments on commit 47af3f6

Please sign in to comment.