Skip to content

Commit

Permalink
Crimewatch 2023 (#197)
Browse files Browse the repository at this point in the history
* October and November Crimewatch code

* Add December 2023 and January 2024 Crimewatch map

* Add february 2024 crimewatch map
  • Loading branch information
cjunwon authored Mar 5, 2024
1 parent 9db83b0 commit 0027123
Show file tree
Hide file tree
Showing 6 changed files with 6,423 additions and 0 deletions.
46 changes: 46 additions & 0 deletions collaborations/crimewatch/DecJan24/DecJan24_crimewatch.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>News-Crime Map</title>
<meta
name="viewport"
content="initial-scale=1,maximum-scale=1,user-scalable=no"
/>
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.6.0/dist/leaflet.css"
integrity="sha512-xwE/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ=="
crossorigin=""/>
<link rel="stylesheet" href="https://use.typekit.net/xmo8psg.css">
<link rel="stylesheet" href="../styles.css">

<script src="https://unpkg.com/leaflet@1.6.0/dist/leaflet.js"
integrity="sha512-gZwIG9x3wUXg2hdXF6+rVkLF/0Vi9U8D2Ntg4Ga5I5BZpVkVxlJWbSQtXPSiUTtC0TjtGOmxa1AJPuV0CPthew=="
crossorigin=""></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OverlappingMarkerSpiderfier-Leaflet/0.2.6/oms.min.js"></script>

<link rel="stylesheet" href = "https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.css"/>
<link rel="stylesheet" href = "https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.Default.css"/>
<script src="https://unpkg.com/leaflet.markercluster@1.4.1/dist/leaflet.markercluster.js"></script>
<script src="https://unpkg.com/leaflet.markercluster.layersupport@2.0.1/dist/leaflet.markercluster.layersupport.js"></script>
<script src="https://unpkg.com/leaflet.featuregroup.subgroup@1.0.2/dist/leaflet.featuregroup.subgroup.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/leaflet-easybutton@2/src/easy-button.css">
<script src="https://cdn.jsdelivr.net/npm/leaflet-easybutton@2/src/easy-button.js"></script>



<style>
#map {
margin: auto;
height: 90vh;
width: 100vw;
}
</style>
</head>
<body>
<div id="map"></div>
<!-- <p class='byline'>Sources: UCPD. Graphic reporting by Sharla Steinman, city and crime editor. Interactive by Junwon Choi, Data editor.</p> -->
</body>

<script src="DecJan24_geojson.js"></script>
<script src="DecJan24_map.js"></script>
</html>
Loading

0 comments on commit 0027123

Please sign in to comment.