Crate tilejson

source ·
Expand description

TileJSON

tilejson is a crate for serializing/deserializing TileJSON format — an open standard for representing map metadata.

Use tilejson! macro to instantiate a valid TileJSON. Use TileJSON::set_missing_defaults to populate default values per spec.

Macros

  • Use this macro to create a TileJSON struct with optional values. The tilejson! macro can be used in several ways:

Structs

Enums