Scroll to navigation

osgearth_package(1) osgearth_package(1)

NAME

osgearth_package - create a redistributable TMS based package

SYNOPSIS


osgearth_package
[--tms | --out path | --bounds xmin ymin xmax ymax | --max-level level | --out-earth earthfile | --ext extension | --overwrite | --keep-empties | --continue-single-color | --db-options options] earthfile.earth

DESCRIPTION

osgearth_package creates a redistributable TMS ⟨http://en.wikipedia.org/wiki/Tile_Map_Service⟩ based package from an earth file.

OPTIONS

make a TMS repo
root output folder of the TMS repo (required)
bounds to package (in map coordinates; default=entire map) You can provide multiple bounds
max LOD level for tiles (all layers; default=inf)
export an earth file referencing the new repo
overrides the image file extension (e.g. jpg)
overwrite existing tiles
writes out fully transparent image tiles (normally discarded)
continues to subdivide single color tiles, subdivision typically stops on single color images
db options string to pass to the image writer in quotes (e.g., "JPEG_QUALITY 60")
Path to the earth file
19 April 2019