-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* October and November Crimewatch code * Add December 2023 and January 2024 Crimewatch map * Add february 2024 crimewatch map
- Loading branch information
Showing
6 changed files
with
6,423 additions
and
0 deletions.
There are no files selected for viewing
46 changes: 46 additions & 0 deletions
46
collaborations/crimewatch/DecJan24/DecJan24_crimewatch.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.