Neuer Bezugspunkt: Projekt nach Kataster-/3D-Import auf praktischen Ursprung verschieben
Nach einem Standort-Import landet die Kontext-Geometrie dort, wo der gesuchte Ort war — das kann weit vom bisherigen Modell-Ursprung liegen. Neuer Befehl "georef" (Button in SitePanel) verschiebt das GESAMTE Projekt per Klick so, dass der gewählte Punkt zum neuen Ursprung wird; geoAnchor wandert automatisch mit, der reale LV95-Bezug bleibt exakt erhalten (rekonstruierbar, auch beim späteren Export). Bewusst nur Translation, keine Rotation — mehrere Felder (Roof.ridgeAxis, Column.rotation, Text-/Bild-Rotation) sind achsen-/winkel- gebunden und bräuchten bei einer Drehung eigene Sorgfalt.
This commit is contained in:
@@ -1111,6 +1111,8 @@ export const en: Record<TranslationKey, string> = {
|
||||
"cmd.import.prompt": "Choose DXF file …",
|
||||
"cmd.terrain.label": "Terrain",
|
||||
"cmd.terrain.prompt": "Generate terrain from contours …",
|
||||
"cmd.georef.label": "New reference point",
|
||||
"cmd.georef.prompt": "New origin (shifts the whole project):",
|
||||
|
||||
// Area balance (SIA 416).
|
||||
"nav.roomBalance": "Area balance",
|
||||
@@ -1261,6 +1263,8 @@ export const en: Record<TranslationKey, string> = {
|
||||
|
||||
// Location import (geo.admin / OSM).
|
||||
"site.importLocation": "Import location",
|
||||
"site.setGeoref": "New reference point",
|
||||
"site.setGeoref.hint": "Click in the plan to shift the whole project — the clicked point becomes the new origin (0,0). The real-world reference is preserved.",
|
||||
"ctxImport.title": "Import location",
|
||||
"ctxImport.close": "Close",
|
||||
"ctxImport.geoAnchor": "Georeferenced from: {label}",
|
||||
|
||||
Reference in New Issue
Block a user