Skip to content

Commit 2135e7c

Browse files
committed
feat(map): remove the map command
BREAKING CHANGE: the `map` CLI command has been removed- it wasn't maintained anyway.
1 parent e6b3e19 commit 2135e7c

File tree

3 files changed

+1
-140
lines changed

3 files changed

+1
-140
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ and MAY BE INCORRECT OR OUT-OF-DATE. USE AT YOUR OWN RISK.
2323
* Creates a multi-layer base map from USGS, US Census Bureau and other federal govt data sets
2424
* Determines location of fire relative to named populated places from the Census Bureau
2525
* Monitors differences in fire information over time, and tweets out the changes (summary, perimeter, and satellite fire readings)
26-
* Includes a one-off mapping tool that displays consistent images given a lat/lon/zoom.
2726

2827

2928
## License

commands/map.js

-137
This file was deleted.

main.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ require('./lib/monitoring');
2424
const pkgVersion = require('./package.json').version;
2525
const yargs = require('yargs');
2626

27-
yargs.command(require('./commands/map'))
28-
.command(require('./commands/run'))
27+
yargs.command(require('./commands/run'))
2928
.demandCommand()
3029
.help('help', 'Displays usage help for commands')
3130
.option('debug', {

0 commit comments

Comments
 (0)