Elemente: 'Karte'-Button raus, Map-Icon auf Swisstopo uebertragen

This commit is contained in:
2026-05-26 23:30:25 +02:00
parent 46970fd4f0
commit 662ce87e98
+1 -4
View File
@@ -490,15 +490,12 @@ function NeuesElementSection({ noGeschoss, activeName, elementsCount }) {
</PillGroup>
<PillGroup label="Importer">
<PillButton icon="download" label="Swisstopo"
<PillButton icon="map" label="Swisstopo"
hint="Vollautomatischer Import via swisstopo STAC-API: Adresse suchen, Radius wählen, Gebäude + Terrain + Luftbild holen"
onClick={() => openSwisstopoDialog()} />
<PillButton icon="public" label="OSM"
hint="OpenStreetMap-Daten via Overpass-API als 2D-Linien: Strassen, Gebäudeumrisse, Wasser, Grünflächen, Wege"
onClick={() => openOsmDialog()} />
<PillButton icon="map" label="Karte"
hint="Öffnet map.geo.admin.ch im Browser zur visuellen Inspektion"
onClick={() => openSwisstopo('both')} />
</PillGroup>
</div>
)