mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
app: bump vite version, add tilezen to sample datasets (#536)
This commit is contained in:
681
app/package-lock.json
generated
681
app/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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",
|
||||||
|
|||||||
@@ -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",
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user