-
Notifications
You must be signed in to change notification settings - Fork 0
/
PGHCrimes.kml
80 lines (80 loc) · 1.91 KB
/
PGHCrimes.kml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?xml version='1.0' encoding='UTF-8' ?>
<kml xmlns='http://earth.google.com/kml/2.2'>
<Document>
<Style id='style1'>
<IconStyle><Icon>
<href>http://maps.gstatic.com/intl/en_ALL/mapfiles/ms/micons/blue-dot.png</href>
</Icon></IconStyle></Style>
<Placemark>
<name>ROBBERY</name>
<description>5000 FORBES AV</description>
<styleUrl>#style1</styleUrl>
<Point>
<coordinates>-79.94295871
,40.44471042</coordinates>
</Point></Placemark>
<Placemark>
<name>AGGRAVATED ASSAULT</name>
<description>5000 FORBES AV</description>
<styleUrl>#style1</styleUrl>
<Point>
<coordinates>-79.94295871
,40.44471042</coordinates>
</Point></Placemark>
<Placemark>
<name>ROBBERY</name>
<description>5000 FORBES AV</description>
<styleUrl>#style1</styleUrl>
<Point>
<coordinates>-79.94295871
,40.44471042</coordinates>
</Point></Placemark>
<Placemark>
<name>ROBBERY</name>
<description>5000 FORBES AV</description>
<styleUrl>#style1</styleUrl>
<Point>
<coordinates>-79.94295871
,40.44471042</coordinates>
</Point></Placemark>
<Placemark>
<name>ROBBERY</name>
<description>5050 FORBES AV</description>
<styleUrl>#style1</styleUrl>
<Point>
<coordinates>-79.94116573
,40.44441059</coordinates>
</Point></Placemark>
<Placemark>
<name>RAPE</name>
<description>1045 MOREWOOD AV</description>
<styleUrl>#style1</styleUrl>
<Point>
<coordinates>-79.94213366
,40.44600282</coordinates>
</Point></Placemark>
<Placemark>
<name>RAPE</name>
<description>1085 MOREWOOD AV</description>
<styleUrl>#style1</styleUrl>
<Point>
<coordinates>-79.9427202
,40.44504608</coordinates>
</Point></Placemark>
<Placemark>
<name>RAPE</name>
<description>1060 MOREWOOD AV</description>
<styleUrl>#style1</styleUrl>
<Point>
<coordinates>-79.94247415
,40.44569883</coordinates>
</Point></Placemark>
<Placemark>
<name>ROBBERY</name>
<description>5044 FORBES AV</description>
<styleUrl>#style1</styleUrl>
<Point>
<coordinates>-79.94136529
,40.44444479</coordinates>
</Point></Placemark>
</Document></kml>