Skip to content

Commit e4d2bc8

Browse files
committed
Update hotspots section.
1 parent f070614 commit e4d2bc8

9 files changed

+43
-21
lines changed

docs/_includes/click_cluster.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Click on icons for more information. Cluster membership can be seen by clicking on individual icons.
1+
Click on icons for more information. The cluster a collision belongs to can be seen by clicking on individual icons. The cluster ID number may be higher than the number of clusters shown on the map.

docs/_includes/dangerous_points.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dangerous points are single points (often intersections) with a high number of injuries and deaths from vehicle collisions.

docs/content/hotspots/clusters_cyclist.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ description: Interactive map of clusters of cyclist injuries and deaths from veh
55
hide_hero: true
66
---
77
# Dangerous Areas for Cyclists
8-
{% include dangerous_area.html %}
8+
{% include dangerous_area.html %}
9+
10+
__The below map contains 50 of the most dangerous areas for cyclists in New York City.__
911

1012
{% include visit_github.html %}
1113

docs/content/hotspots/clusters_pedestrian.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ description: Interactive map of clusters of pedestrians injuries and deaths from
55
hide_hero: true
66
---
77
# Dangerous Areas for Pedestrians
8-
{% include dangerous_area.html %}
8+
{% include dangerous_area.html %}
9+
10+
__The below map contains 50 of the most dangerous areas for pedestrians in New York City.__
911

1012
{% include visit_github.html %}
1113

docs/content/hotspots/clusters_serious.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ description: Interactive map of clusters of injuries and deaths from vehicle col
55
hide_hero: true
66
---
77
# Dangerous Areas
8-
{% include dangerous_area.html %}
8+
{% include dangerous_area.html %}
9+
10+
__The below map contains 50 of the most dangerous areas in New York City.__
911

1012
{% include visit_github.html %}
1113

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
layout: page
3+
title: Dangerous Points for Cyclists in New York City
4+
description: Interactive map of points with a high number of cyclist injuries and deaths from vehicle collisions in New York City (NYC)
5+
hide_hero: true
6+
---
7+
# Dangerous Points for Cyclists
8+
{% include dangerous_points.html %} The below map contains 100 of the most dangerous points for cyclists in New York City.
9+
10+
{% include visit_github.html %}
11+
12+
{% include click.html %}
13+
<iframe src="points_cyclist_map.html" title="Map of single points with a high number of cyclist injuries and deaths"></iframe>
14+
{% include map_data_range_full.html %}

docs/content/hotspots/points_non_motor.md

-14
This file was deleted.
+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
layout: page
3+
title: Dangerous Points for Pedestrians in New York City
4+
description: Interactive map of points with a high number of pedestrian injuries and deaths from vehicle collisions in New York City (NYC)
5+
hide_hero: true
6+
---
7+
# Dangerous Points for Pedestrians
8+
{% include dangerous_points.html %} The below map contains 100 of the most dangerous points for pedestrians in New York City.
9+
10+
11+
{% include visit_github.html %}
12+
13+
{% include click.html %}
14+
<iframe src="points_pedestrian_map.html" title="Map of single points with a high number of pedestrian injuries and deaths"></iframe>
15+
{% include map_data_range_full.html %}

docs/content/hotspots/points_serious.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
layout: page
33
title: Dangerous Locations in New York City
4-
description: Interactive map of locations with a high number of injuries and deaths from vehicle collisions in New York City (NYC)
4+
description: Interactive map of points with a high number of injuries and deaths from vehicle collisions in New York City (NYC)
55
hide_hero: true
66
---
7-
# Dangerous Locations
8-
Single points with a high number of injuries and deaths from vehicle collisions.
7+
# Dangerous Points
8+
{% include dangerous_points.html %} The below map contains 100 of the most dangerous points in New York City.
99

1010
{% include visit_github.html %}
1111

0 commit comments

Comments
 (0)