Skip to content

Instantly share code, notes, and snippets.

@jsfenfen
Created September 15, 2020 14:01
Show Gist options
  • Save jsfenfen/c74a509556f18f39c78569f2f3ffa85f to your computer and use it in GitHub Desktop.
Save jsfenfen/c74a509556f18f39c78569f2f3ffa85f to your computer and use it in GitHub Desktop.
ppb
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:kml="http://www.opengis.net/kml/2.2">
<NetworkLinkControl>
<minRefreshPeriod>30</minRefreshPeriod>
</NetworkLinkControl>
<Document>
<name>911 Incidents</name>
<open>1</open>
<description>Recent 911 dispatch incidents in Portland, Oregon </description>
<Style id="default">
<LabelStyle>
<color>01ffffff</color>
</LabelStyle>
</Style>
<Style id="police">
<IconStyle>
<Icon>
<href>http://maps.google.com/mapfiles/kml/shapes/police.png</href>
</Icon>
</IconStyle>
<LabelStyle>
<color>01ffffff</color>
</LabelStyle>
</Style>
<Style id="medical">
<IconStyle>
<Icon>
<href>http://maps.google.com/mapfiles/kml/shapes/hospitals.png</href>
</Icon>
</IconStyle>
<LabelStyle>
<color>01ffffff</color>
</LabelStyle>
</Style>
<Style id="fire">
<IconStyle>
<Icon>
<href>http://maps.google.com/mapfiles/kml/shapes/firedept.png</href>
</Icon>
</IconStyle>
<LabelStyle>
<color>01ffffff</color>
</LabelStyle>
</Style>
<Placemark>
<name>ALMCOM - MONITORED COMMERCIAL FIRE ALARM at 2200 SW 1ST AVE, PORT</name>
<description>
ALMCOM - MONITORED COMMERCIAL FIRE ALARM at 2200 SW 1ST AVE, PORT [Portland Fire #RP20000076576]
Tuesday, September 15, 2020 6:48 AM
</description>
<styleUrl>#fire</styleUrl>
<Point>
<coordinates>-122.679142,45.506756</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ALMRES - MONITORED RESIDENTIAL FIRE ALARM at 1900 NE 54TH AVE, PORT</name>
<description>
ALMRES - MONITORED RESIDENTIAL FIRE ALARM at 1900 NE 54TH AVE, PORT [Portland Fire #RP20000076573]
Tuesday, September 15, 2020 6:40 AM
</description>
<styleUrl>#fire</styleUrl>
<Point>
<coordinates>-122.607630,45.536805</coordinates>
</Point>
</Placemark>
<Placemark>
<name>SUSPICIOUS SUBJ, VEH, OR CIRCUMSTANCE at NE ALBERTA ST / NE 79TH AVE, PORT</name>
<description>
SUSPICIOUS SUBJ, VEH, OR CIRCUMSTANCE at NE ALBERTA ST / NE 79TH AVE, PORT [Portland Police #PP20000282597]
Tuesday, September 15, 2020 6:25 AM
</description>
<styleUrl>#police</styleUrl>
<Point>
<coordinates>-122.581116,45.559132</coordinates>
</Point>
</Placemark>
<Placemark>
<name>GRASS - GRASS, BARKDUST OR TREE FIRE at 14300 N LOMBARD ST, PORT</name>
<description>
GRASS - GRASS, BARKDUST OR TREE FIRE at 14300 N LOMBARD ST, PORT [Portland Fire #RP20000076572]
Tuesday, September 15, 2020 6:25 AM
</description>
<styleUrl>#fire</styleUrl>
<Point>
<coordinates>-122.768988,45.626810</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ILBURN - ILLEGAL BURNING at 8100 SE HARNEY ST, PORT</name>
<description>
ILBURN - ILLEGAL BURNING at 8100 SE HARNEY ST, PORT [Portland Fire #RP20000076571]
Tuesday, September 15, 2020 6:21 AM
</description>
<styleUrl>#fire</styleUrl>
<Point>
<coordinates>-122.580864,45.463333</coordinates>
</Point>
</Placemark>
<Placemark>
<name>SUSPICIOUS SUBJ, VEH, OR CIRCUMSTANCE at SE 16TH AVE / SE TACOMA ST, PORT</name>
<description>
SUSPICIOUS SUBJ, VEH, OR CIRCUMSTANCE at SE 16TH AVE / SE TACOMA ST, PORT [Portland Police #PP20000282558]
Tuesday, September 15, 2020 6:17 AM
</description>
<styleUrl>#police</styleUrl>
<Point>
<coordinates>-122.649024,45.464319</coordinates>
</Point>
</Placemark>
<Placemark>
<name>MED - MEDICAL at 2800 SE LONG ST, PORT</name>
<description>
MED - MEDICAL at 2800 SE LONG ST, PORT [Portland Fire #RP20000076570]
Tuesday, September 15, 2020 6:15 AM
</description>
<styleUrl>#fire</styleUrl>
<Point>
<coordinates>-122.635901,45.488727</coordinates>
</Point>
</Placemark>
<Placemark>
<name>AREA CHECK at 2100 SE POWELL BLVD, PORT</name>
<description>
AREA CHECK at 2100 SE POWELL BLVD, PORT [Portland Police #PP20000282576]
Tuesday, September 15, 2020 6:09 AM
</description>
<styleUrl>#police</styleUrl>
<Point>
<coordinates>-122.644434,45.498909</coordinates>
</Point>
</Placemark>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment