diff --git a/api/src/utils/public-map/index.ts b/api/src/utils/public-map/index.ts index f4b2851b7..6e72f09e8 100644 --- a/api/src/utils/public-map/index.ts +++ b/api/src/utils/public-map/index.ts @@ -47,7 +47,7 @@ export async function buildPublicMapExport(connection) { try { await new Promise((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 });