Documentation
¶
Overview ¶
cutkmz subcommands
Other than root.go, each of these go files is a cutkmz subcommand implementation
- kmz - produces a KMZ with input JPG chopped into 1024x1024 tiles
- bigkmz - produces a KMZ containing input JPG as is for higher resolution uses such as Google Earth
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "cutkmz",
Short: "Creates .kmz map tiles for a Garmin GPS from a JPG",
Long: `see help on the kmz and rename subcommands`,
}
This represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.