Remove old basemap examples from app, replace with source.coop mirror [#49] (#382)

* fix js changelog
This commit is contained in:
Brandon Liu
2024-04-06 16:41:22 -07:00
committed by GitHub
parent 71e83f138a
commit 35c31e437c
2 changed files with 4 additions and 2 deletions

View File

@@ -96,8 +96,7 @@ const ExampleList = styled("div", {
});
const EXAMPLE_FILES = [
"https://r2-public.protomaps.com/protomaps-sample-datasets/protomaps-basemap-opensource-20230408.pmtiles",
"https://protomaps.github.io/PMTiles/protomaps(vector)ODbL_firenze.pmtiles",
"https://data.source.coop/protomaps/openstreetmap/tiles/v3.pmtiles",
"https://protomaps.github.io/PMTiles/stamen_toner(raster)CC-BY+ODbL_z3.pmtiles",
"https://r2-public.protomaps.com/protomaps-sample-datasets/cb_2018_us_zcta510_500k.pmtiles",
"https://protomaps.github.io/PMTiles/usgs-mt-whitney-8-15-webp-512.pmtiles",

View File

@@ -1,3 +1,6 @@
3.0.5
* fix missing files in dist/ for build systems that bundle .ts files
3.0.4
* export DecompressFunc type