commit 992be19e48f828fd0aff7cf80d1679bbaa088159
parent 54ed8f23baa201066e0d225d01c604710b4d3dd7
Author: dwrz <dwrz@dwrz.net>
Date: Tue, 7 Mar 2023 16:23:02 +0000
Fix map-bg center flag
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/map-bg b/scripts/map-bg
@@ -41,7 +41,7 @@ fi
# If we fail, use a random map from the cache.
create-static-map \
--width "${width}" --height "${height}" \
- --center "${coordinates}" --zoom "${zoom}" \
+ --center="${coordinates}" --zoom "${zoom}" \
--type "${tiles}" \
--output "${map_dir}/${tiles}-${coordinates}-${zoom}.png" \
&& \