User Portlet
| Discussions |
|---|
| Im pulling this data from a database (latitude, longitude, accuracy), so how would it format for that? Ive got `GeoCircle @@@ data`, but is there a way to select a specific field in `data` so I could structure it like `GeoCircle [{{data.latitude,... |