- Update Mapbox basemaps to modern static tiles API docs
- Simplify gulpfile.js for quick building
- Remove gh-pages branch and serve dropchop.io from the /docs folder
- Remove .codeship directory
- Update INSTALLATION.md
- Add
turf-sample
function/module
- Replace
turf.js
with a gulp-builtturf_package.js
, consisting of just configured functions to lighten the load. - Update
CONTRIBUTING.md
to reflect new function-adding workflow
- Upgrade to turf.js v3.0 (specifically 3.0.14)
- Update
CONTRIBUTING.md
to reflect newsrc/js
structure
- Create
window.onbeforeunload
to prevent from navigating away from the page. This isn't a "smart" unload function, in that it does not look for "changes" or "saves". - Upated README
- FEATURE: custom Mapbox basemap #259
- BUG: Toggle all layers checkbox was working opposite to expectations. Fixed in #256
- update path to topojson client library #256
- Remove
mapbox.js
bundle in this repo and link straight to CDN inindex.html
as well as Karma configuration file
- FEATURE: Upload shapefiles! (via @jczaplew)
- FEATURE: enabled "sticky" option on
dc.notify()
so the user needs to close the notification instead of it disappearing automatically - error utility,
dc.util.error(message)
- update URI when layers are added/removed from URLs, #204
- BUG: show all overpass tag properties as top-level properties in the geojson, #185
- BUG: fix some linting issues, #199
- BUG: State preservation with URL-loaded layers (via @jczaplew)
- Dropchop was born again, but this time not as a Leaflet plugin!
- Dropchop was born.