@import ru.yandex.tours.util.Randoms @import ru.yandex.tours.model.BaseModel.Point @import ru.yandex.tours.model.MapRectangle @(points: Iterable[Point], style: String, disableZoom: Boolean = false) @span = @{MapRectangle.byPoints(points.map(p => p.getLongitude -> p.getLatitude))} @defining("map_" + Randoms.nextString(3)) { mapName =>
}