added location info to main map
This commit is contained in:
parent
850bd3d711
commit
3f0f046c30
1 changed files with 3 additions and 0 deletions
|
@ -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 ];
|
||||
|
||||
|
|
Reference in a new issue