Json laden
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
}){
|
||||
|
||||
Reference in New Issue
Block a user