Skip to content

Commit febddc9

Browse files
committed
Update sample_map.json.jbuilder
1 parent 33e1d5a commit febddc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/genomes/sample_map.json.jbuilder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# GeoJSON list of coordinates
33
json.type 'FeatureCollection'
44
json.features(
5-
sample_set.locations_complete.map do |lat_lon|
5+
@sample_set.locations_complete.map do |lat_lon|
66
{
77
type: 'Feature',
88
geometry: {

0 commit comments

Comments
 (0)