Added initial version of KML to Tiles converter
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
script_dir="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd)"
|
||||
root_dir="$(cd -- "$script_dir/.." && pwd)"
|
||||
|
||||
: "${SOURCE_DIR:=$root_dir/source}"
|
||||
: "${DATA_DIR:=$root_dir}"
|
||||
: "${MAPS_CONFIG:=$root_dir/config/maps.json}"
|
||||
|
||||
export SOURCE_DIR DATA_DIR MAPS_CONFIG
|
||||
exec python3 "$script_dir/build-tiles.py" "$@"
|
||||
Reference in New Issue
Block a user