added location info to main map

This commit is contained in:
Finn 2017-11-27 11:36:21 +00:00
parent 850bd3d711
commit 3f0f046c30

View file

@ -91,6 +91,9 @@ sub index {
latitude => $_->{organisation}->{latitude} * 1,
longitude => $_->{organisation}->{longitude} * 1,
name => $_->{organisation}->{name},
street_name => $_->{organisation}->{street_name},
town => $_->{organisation}->{town},
postcode => $_->{organisation}->{postcode},
}
} $org_rs->all ];