Skip to content

Commit 8cb36b6

Browse files
authored
Change min zoom level for fields from 10 to 11 (#254)
1 parent d76465c commit 8cb36b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/composables/useSettings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ const modelIsSingleShot = computed(() => {
158158

159159
export const GLOBAL_DATA_PMTILES_THRESHOLD_METRIC = 'mean' // median / mean / min
160160
export const GLOBAL_DATA_MAP_COMPLETE_ZOOM_LEVEL = 12
161-
export const GLOBAL_DATA_MAP_FIELD_START_ZOOM_LEVEL = 10
161+
export const GLOBAL_DATA_MAP_FIELD_START_ZOOM_LEVEL = 11
162162
export const get_global_pmtiles_url = (year: number) => {
163163
return `https://s3.us-west-2.amazonaws.com/us-west-2.opendata.source.coop/ftw/global-field-boundaries/pmtiles/ftw-global-fields-${year}.pmtiles`
164164
}

0 commit comments

Comments
 (0)