Leaflet map showing NYC 311 complaints during Hurricane Sandy - Borough of Queens (https://nycopendata.socrata.com/Social-Services/311-Service-Requests-from-2010-to-Present/erm2-nwe9?), with Font Awesome ( http://fortawesome.github.io/Font-Awesome/icons/) and Google Fonts (http://fonts.googleapis.com/css?family=Amatic:400,700|Amatic+SC'); Markers; (https://github.com/lvoogdt/Leaflet.awesome-markers), and Stamen terrain basemap (http://maps.stamen.com/terrain/#12/37.7706/-122.3782) via Leaflet Providers (https://rawgithub.com/leaflet-extras/leaflet-providers)
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Leaflet - NYC OpenData</title> | |
<meta charset="utf-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" /> | |
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.0/css/font-awesome.css" rel="stylesheet"> |