Create simple map viewer from TileJSON URL.
You can install tilejson using pip
$ pip install tilejson
Build from source
$ git clone https://github.com/developmentseed/tilejson.git
$ cd tilejson
$ pip install -e .
$ tilejson --help
Usage: tilejson [OPTIONS] URL
tilejson cli.
Options:
--no-geo Create Map viewer for non-geo image.
-o, --output PATH Output file name.
--help Show this message and exit.
The tilejson
CLI will create simple map viewer (using MapLibre) with a reference to the input tilejson URL.
By default the HTML code will be saved in a system temporary directory but user can pass an --output
option to store the HTML file in a custom place.
Once the HTML document is created, click
will launch the page, opening it with the user's default browser.
See CONTRIBUTING.md
Created by Development Seed
See CHANGES.md.
See LICENSE.txt