Hello,
I have a content type in which the site of organizations are displayed in a leaflet map with the help of an addressfield. (And all organizations are displayed in a joint map.) But certain organizations don't have convertible postal address, therefore geocoding from addressfield doesn't work. For these organizations I created a second geofiled in which I add latitude/longitude values manually.
The problem is that the display of leaflet map in Views can handle only one field as the source of geodata (and this field must be a geofiled). Is it possible to solve this issue somehow?
Comments
Comment #2
sano commenteda hack: maybe the locations (lat/long pair) you are adding manually have an address. If so, don't enter lat/long coordinates, but put such "virtual" address at that location into your "working" field.
Another option - you might want to try using field rewriting in your view. Combine field 1 and field 2 into field 2 using tokens - just put them next to each other. Maybe that will work.