mapshader icon indicating copy to clipboard operation
mapshader copied to clipboard

Add fetch-tiles CLI command

Open brendancol opened this issue 3 years ago • 2 comments

integrate the tile-fetch scripts you prepared for inclusion in mapshader CLI

brendancol avatar Apr 09 '21 05:04 brendancol

We currently have:

  • A entrypoint
  • It will call the function in main.py

What We need to do:

  • [ ] Accept multiple commands from mapshader not only pyct
  • [ ] Make easy to add new commands
  • [x] Test the new Fetch tiles
  • [x] Implement Fetch tiles

rencesar avatar Apr 27 '21 19:04 rencesar

@rencesar, a commands module will be created on PR #65 to allow adding new commands, we can use pyct to create custom commands.

giancastro avatar Apr 28 '21 12:04 giancastro