app: add Overture Places to list of examples (#566)

* app: add Overture Places to list of examples
This commit is contained in:
Brandon Liu
2025-04-30 09:43:01 -06:00
committed by GitHub
parent 5c2f7426c9
commit e7016748df

View File

@@ -44,7 +44,6 @@ export const ExampleChooser = (props: {
vector basemap, Protomaps daily build channel (OpenStreetMap data) vector basemap, Protomaps daily build channel (OpenStreetMap data)
</div> </div>
</button> </button>
<button <button
class="block p-2 flex text-left flex-col hover:bg-slate dark:hover:bg-purple w-full cursor-pointer" class="block p-2 flex text-left flex-col hover:bg-slate dark:hover:bg-purple w-full cursor-pointer"
type="button" type="button"
@@ -57,6 +56,20 @@ export const ExampleChooser = (props: {
raster overlay, aerial orthomosaic raster overlay, aerial orthomosaic
</div> </div>
</button> </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 <button
class="block p-2 flex text-left flex-col hover:bg-slate dark:hover:bg-purple app-bg-hover w-full cursor-pointer" 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" type="button"