Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove old basemap examples from app, replace with source.coop mirror… #382

Merged
merged 1 commit into from
Apr 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions app/src/Start.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 3 additions & 0 deletions js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Loading