Json laden

This commit is contained in:
2025-12-18 09:30:46 +01:00
parent 0c045c8c91
commit 0194aabe62
6 changed files with 126 additions and 4 deletions

View File

@@ -131,7 +131,11 @@ fun CreatePage(modifier: Modifier = Modifier, mapViewModel: MapViewModel) {
location.latitude,
SpatialReference.wgs84())
val photoDataList = getPhotosFromAlbum(context,albumViewModel)
mapViewModel.createFeatureWithAttributesAtPoint(point,beschreibung,typ,photoDataList)
mapViewModel.createFeatureWithAttributesAtPoint(
point,
beschreibung,
typ,
photoDataList)
}
}
}){