+
+
+ {i18n.locationInfo!.at!(
+ roughDistance(scope.center, {
+ lon: feature.geometry.coordinates[0],
+ lat: feature.geometry.coordinates[1],
+ })
+ )}
+
+
+
+
+
+
+ {i18n.locationInfo!.created}
+ {localDate(feature.properties.date_created)}
+ {', '}
+ {feature.properties.status === 'open'
+ ? i18n.locationInfo.status?.opened
+ : i18n.locationInfo.status?.closed}
+ {'.'}
+
+
+ {feature.properties.comments.map((comment: any) => (
+ {comment.html}
+ ))}
+
+
+
+ ))}
+