-
Notifications
You must be signed in to change notification settings - Fork 536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature request: command line generator #33
Comments
This feature has been requested by several people. I think it will be even more useful now that the web ui has a built-in command line with many editing functions. Being able to export an entire session as a sequence of command line arguments would be useful for documentation. You could also put the generated commands into a Makefile and apply the exact same sequence of tasks again, say, when an input dataset gets updated. I can envision this as a console command. The output would be written to the console. Users could select and copy the output from there. Any other ideas? |
Great idea! This would be very helpful. |
v0.4.141 has an initial implementation of this feature. Run |
Would be nice if after using the mapshaper-gui, we could generate a command line that reflects the same settings that were just applied.
(I'm curious, too, how to reflect the shapefile + dragged-to-GUI dbf, on the command line.)
The text was updated successfully, but these errors were encountered: