Skip to content

Commit

Permalink
Comment seeding zoom 0 to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Nov 25, 2024
1 parent ac6a597 commit 77e0fcf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions ohm/templates/tiler-cache-seed/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ spec:
set -x
echo "Seeding tiler from 0 to 4 zoom levels"
tegola cache seed \
--config=/opt/tegola_config/config.toml \
--map=osm \
--min-zoom=0 \
--max-zoom=4 \
--bounds=-180,-85.05112878,180,85.05112878 \
--concurrency=4 \
--overwrite=true
# tegola cache seed \
# --config=/opt/tegola_config/config.toml \
# --map=osm \
# --min-zoom=0 \
# --max-zoom=4 \
# --bounds=-180,-85.05112878,180,85.05112878 \
# --concurrency=4 \
# --overwrite=true
echo "Seeding tiler for $ZOOM_LEVELS zoom levels"
python seed.py --geojson-url "$GEOJSON_URL" \
Expand Down

0 comments on commit 77e0fcf

Please sign in to comment.