Skip to content

Instantly share code, notes, and snippets.

View roma0104's full-sized avatar

Roma Hicks roma0104

View GitHub Profile
Enter file contents hereif (type === 'circle') { // Make a strict comparison, no false positives
var test = [];
var theCenterPt = layer.getLatLng();
var theRadius = layer.getRadius();
var counter_points_in_circle = 0;
// Loop through each point in GeoJSON file //var allPoints = L.geoJson(data);
allPoints.eachLayer(function (layer) { // already in scope from lines before, try something else
var theLayer = layer; // unused variable
@roma0104
roma0104 / Local Weather.markdown
Created September 2, 2015 21:52
Local Weather
@roma0104
roma0104 / index.html
Created August 28, 2015 21:36
zvOdPz
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<!-- Navbar Header -->
<div class="navbar-header">
<a class="navbar-brand" href="#">
<span class="glyphicon glyphicon-map-marker" aria-hidden="true"></span> Roma Hicks
</a>
</div>