app: bump vite version, add tilezen to sample datasets (#536)

This commit is contained in:
Brandon Liu
2025-03-11 13:43:40 -07:00
committed by GitHub
parent abfe63cef0
commit 90a6a2af3c
3 changed files with 535 additions and 150 deletions

681
app/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -44,7 +44,7 @@
"@vitejs/plugin-react": "^1.3.0", "@vitejs/plugin-react": "^1.3.0",
"prettier": "^2.8.4", "prettier": "^2.8.4",
"typescript": "^4.6.3", "typescript": "^4.6.3",
"vite": "^4.5.6" "vite": "^6.2.1"
}, },
"overrides": { "overrides": {
"react": "$react", "react": "$react",

View File

@@ -98,7 +98,7 @@ const ExampleList = styled("div", {
const EXAMPLE_FILES = [ const EXAMPLE_FILES = [
"https://demo-bucket.protomaps.com/v4.pmtiles", "https://demo-bucket.protomaps.com/v4.pmtiles",
"https://data.source.coop/protomaps/openstreetmap/v4.pmtiles", "https://data.source.coop/protomaps/openstreetmap/v4.pmtiles",
"https://pmtiles.io/stamen_toner(raster)CC-BY+ODbL_z3.pmtiles", "https://r2-public.protomaps.com/protomaps-sample-datasets/tilezen.pmtiles",
"https://r2-public.protomaps.com/protomaps-sample-datasets/cb_2018_us_zcta510_500k.pmtiles", "https://r2-public.protomaps.com/protomaps-sample-datasets/cb_2018_us_zcta510_500k.pmtiles",
"https://pmtiles.io/usgs-mt-whitney-8-15-webp-512.pmtiles", "https://pmtiles.io/usgs-mt-whitney-8-15-webp-512.pmtiles",
]; ];