Skip to content

Commit

Permalink
revert zoom level to 15 (#3711)
Browse files Browse the repository at this point in the history
  • Loading branch information
meghna0593 authored Nov 26, 2024
1 parent 517a101 commit ce33a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/utils/public-map/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export async function buildPublicMapExport(connection) {
try {
await new Promise<void>((resolve, reject) => {
exec(
`tippecanoe -o ${filePrefix}.mbtiles -n InvasivesBC -z24 -r1 -aC --cluster-distance=4 -Liapp:${filePrefix}-iapp.json -Linvasives:${filePrefix}-activities.json`,
`tippecanoe -o ${filePrefix}.mbtiles -n InvasivesBC -z15 -r1 -aC --cluster-distance=4 -Liapp:${filePrefix}-iapp.json -Linvasives:${filePrefix}-activities.json`,
(error, stdout, stderr) => {
if (error) {
defaultLog.error({ message: 'Error in tippecanoe', stdout, stderr });
Expand Down

0 comments on commit ce33a03

Please sign in to comment.