From ef99eb2819daf7568e021ec409d1a39f2b009b76 Mon Sep 17 00:00:00 2001 From: Brandon Liu Date: Sat, 6 Apr 2024 16:38:45 -0700 Subject: [PATCH] Remove old basemap examples from app, replace with source.coop mirror [#49] * fix js changelog --- app/src/Start.tsx | 3 +-- js/CHANGELOG.md | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/src/Start.tsx b/app/src/Start.tsx index d19e700c..4b2e8f64 100644 --- a/app/src/Start.tsx +++ b/app/src/Start.tsx @@ -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", diff --git a/js/CHANGELOG.md b/js/CHANGELOG.md index bd4d7b57..a0f70bb2 100644 --- a/js/CHANGELOG.md +++ b/js/CHANGELOG.md @@ -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