We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e9f958 + 0094355 commit 7ea0e0aCopy full SHA for 7ea0e0a
1 file changed
src/composables/useSettings.ts
@@ -162,7 +162,7 @@ export const GLOBAL_DATA_PMTILES_THRESHOLD_METRIC = 'mean' // median / mean / mi
162
export const GLOBAL_DATA_MAP_COMPLETE_ZOOM_LEVEL = 12
163
export const GLOBAL_DATA_MAP_FIELD_START_ZOOM_LEVEL = 11
164
export const get_global_pmtiles_url = (year: number) => {
165
- return `https://s3.us-west-2.amazonaws.com/us-west-2.opendata.source.coop/ftw/global-field-boundaries/pmtiles/ftw-global-fields-${year}.pmtiles`
+ return `https://geospatialvisualizer.z13.web.core.windows.net/ftw_visualizer/data/${year}_with_confidence.pmtiles`
166
}
167
168
export const AREA_OVERVIEW_COG =
0 commit comments