mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +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)
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user