3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Patch Geocoder to fix multi-value filefields and add supprt for KMZ files.

This commit is contained in:
Michael Stenta 2014-10-08 22:07:15 -04:00
parent ba5ea5c1f4
commit 858af401f6

View file

@ -49,6 +49,10 @@ projects[fraction][version] = "1.2"
projects[geocoder][subdir] = "contrib"
projects[geocoder][version] = "1.2"
; Patch to fix multi-value filefield support.
projects[geocoder][patch][] = "http://www.drupal.org/files/issues/geocoder_multivalue_filefields-2352887-1.patch"
; Patch to add support for KMZ files.
projects[geocoder][patch][] = "http://www.drupal.org/files/issues/geocoder_kmz-2352931-2.patch"
projects[geofield][subdir] = "contrib"
projects[geofield][version] = "2.3"