Closed (won't fix)
Project:
Geolocation Field
Version:
7.x-1.1
Component:
Geolocation field
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Feb 2013 at 15:48 UTC
Updated:
7 Oct 2014 at 14:25 UTC
Jump to comment: Most recent
Comments
Comment #1
hutch commentedFilter on lat and lng, "not equal to 0" will keep them out of your view, but better to prevent them being imported in the first place, I am not sure but I think the feeds_tamper module might do it with a "required field" plugin applied to lat and lng, this might also solve your "not null" error. I have not tried this with Geolocation module.
Comment #2
fabien77 commentedI cannot filter on lat and lng because it would filter all my content not just the map field.
I tried the "required field" with feeds_tamper but it doesn't import my content when the required geolocation field is not present.
If I don't use plugin on feeds_tamper I get this error when importing
SQLSTATE[01000]: Warning: 1265 Data truncated for column 'field_geo_station_lat' at row 1Comment #3
derjochenmeyer commented