mods to leaflet.py

master
Michael Murtaugh 7 years ago
parent 16e3656ce0
commit 1b3e09ecc9

@ -703,6 +703,7 @@ if __name__ == "__main__":
ap_gallery.add_argument("input", nargs="*")
ap_gallery.add_argument("--html", default=False, action="store_true")
ap_gallery.add_argument("--recursive", default=False, action="store_true")
ap_gallery.add_argument("--reverse", default=False, action="store_true")
ap_gallery.add_argument("--direction", type=int, default=3, help="cell to recursively expand into, 0-3, default: 3 (bottom-right)")
ap_gallery.add_argument("--name", default="gallery")
ap_gallery.set_defaults(func=make_gallery)

Loading…
Cancel
Save