mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 02:41:09 +00:00
Replace terrarium examples with mapterhorn (#618)
* update examples to maplibre 5.13.0
This commit is contained in:
@@ -23,8 +23,8 @@ import { useGeographic } from 'ol/proj';
|
||||
|
||||
const rasterLayer = new WebGLTile({
|
||||
source: new PMTilesRasterSource({
|
||||
url:"https://r2-public.protomaps.com/protomaps-sample-datasets/terrarium_z9.pmtiles",
|
||||
attributions:["https://github.com/tilezen/joerd/blob/master/docs/attribution.md"],
|
||||
url:"https://download.mapterhorn.com/planet.pmtiles",
|
||||
attributions:["https://mapterhorn.com/attribution/"],
|
||||
tileSize: [512,512]
|
||||
})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user