= $point->name ?>
= $point->description ?>
https://wikipoints.ru/?point== $point->id ?>
/
= $point->lat > 0 ? 'N' : 'S' ?>= number_format(abs($point->lat), 5, '.', '') ?>°
= $point->lng > 0 ? 'E' : 'W' ?>= number_format(abs($point->lng), 5, '.', '') ?>°
/
= $point->lat > 0 ? 'N' : 'S' ?>= Coord::dergeeToMinute($point->lat) ?>
= $point->lng > 0 ? 'E' : 'W' ?>= Coord::dergeeToMinute($point->lng) ?>