Here is a quick patch to handle geocoding from entity-properties. I removed also some remaining white spaces.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | entity_property.patch | 4.83 KB | Pierco |
| entity_property.patch | 5.2 KB | Pierco |
Here is a quick patch to handle geocoding from entity-properties. I removed also some remaining white spaces.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | entity_property.patch | 4.83 KB | Pierco |
| entity_property.patch | 5.2 KB | Pierco |
Comments
Comment #1
Pierco commentedoops, sorry patch was wrong.
Comment #2
simon georges commentedPatch applies cleanly on current -dev, could somebody test the functionality?
Comment #3
socialnicheguru commentedi am not sure what the patch does. can you elaborate?
Comment #4
rudiedirkx commentedOoh, this method uses existing object properties, not really using entity properties:
It won't work with multiple values.
I don't think this is a good method. It should use entity meta data wrappers, so the value is only created when it's necessary AND supports multiple values.
Like #2159925: Geocode from virtual fields/entity property instead of just real fields.
Comment #5
rudiedirkx commentedComment #6
rudiedirkx commentedFixed by #2159925: Geocode from virtual fields/entity property instead of just real fields