backdrop-contrib / geofield

Stores geographic and location data (points, lines, and polygons).
GNU General Public License v2.0
0 stars 7 forks source link

Geofield views render only a single data point #15

Closed jenlampton closed 5 years ago

jenlampton commented 5 years ago

I'd been using geofield_map views for several sites before I noticed that map views would only render geofield values where delta = 0. After some examination of the code, I discovered that the zero delta is hard-coded into the views integration. PR to fix that coming soon!