mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 02:41:09 +00:00
app: add Overture Places to list of examples (#566)
* app: add Overture Places to list of examples
This commit is contained in:
@@ -44,7 +44,6 @@ export const ExampleChooser = (props: {
|
||||
vector basemap, Protomaps daily build channel (OpenStreetMap data)
|
||||
</div>
|
||||
</button>
|
||||
|
||||
<button
|
||||
class="block p-2 flex text-left flex-col hover:bg-slate dark:hover:bg-purple w-full cursor-pointer"
|
||||
type="button"
|
||||
@@ -57,6 +56,20 @@ export const ExampleChooser = (props: {
|
||||
raster overlay, aerial orthomosaic
|
||||
</div>
|
||||
</button>
|
||||
<button
|
||||
class="block p-2 flex text-left flex-col hover:bg-slate dark:hover:bg-purple w-full cursor-pointer"
|
||||
type="button"
|
||||
onClick={() => {
|
||||
loadSample(
|
||||
"https://overturemaps-tiles-us-west-2-beta.s3.amazonaws.com/2025-04-23/places.pmtiles",
|
||||
);
|
||||
}}
|
||||
>
|
||||
<div>places.pmtiles</div>
|
||||
<div class="text-xs app-text-light">
|
||||
vector overlay, Overture Places, 2025-04-23 release
|
||||
</div>
|
||||
</button>
|
||||
<button
|
||||
class="block p-2 flex text-left flex-col hover:bg-slate dark:hover:bg-purple app-bg-hover w-full cursor-pointer"
|
||||
type="button"
|
||||
|
||||
Reference in New Issue
Block a user