Socket
Socket
Sign inDemoInstall

tilejson

Package Overview
Dependencies
2
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    tilejson

Create simple map viewer from TileJSON URL


Maintainers
1

Readme

tilejson

Create simple map viewer from TileJSON URL.

Test Coverage Package version Downloads

Install

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 .

CLI

$ 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.

How it works

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.

Contribution & Development

See CONTRIBUTING.md

Authors

Created by Development Seed

Changes

See CHANGES.md.

License

See LICENSE.txt

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc