* Add GeoJSON file */ $.getJSON('steeringcommittee_geojson.geojson', function (data) { /* * Create some options for our popups. See all possible options * here: * * http://leafletjs.com/reference.html#popup-maxwidth */ var popupOptions = { minWidth: 300 }; L.geoJson(data, { onEachFeature: function (feature, layer) { /* * As each feature is loaded, add a popup containing * the area of the feature. */ var content = '

Member: ' + feature.properties.area + '

'; content = content + 'view on 596 Acres'; layer.bindPopup(content, popupOptions); } }).addTo(map); }); });
Jackson Heights-Corona
Business Improvement District Proposal

TEACH ME, TEACH ME HOW TO MAP