// Mapbox access token. You'll want to use your own L.mapbox.accessToken = 'pk.eyJ1IjoibWFwdGFzdGlrIiwiYSI6IjNPMkREV1kifQ.2KGPFZD0QaGfvYzXYotTXQ'; // Initialize the map, set the minimum and maximum zoom, and specify starting zoom and center var map = L.map('map', { minZoom: 12, maxZoom: 18 }).setView([38.046441, -84.497019], 12); // The base and parcels were added to the base layer in Mapbox Studio so we only add this one layer L.mapbox.tileLayer('maptastik.2adeb805').addTo(map); // Then whatever features (vacant parcels, some kind of point feature...really any feature) can be added below