This repository has been archived by the owner on Jun 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
info.xml
42 lines (40 loc) · 1.76 KB
/
info.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0"?>
<extension key="com.ginkgostreet.geofill" type="module">
<file>geofill</file>
<name>Geodata Filler</name>
<description>
When CiviCRM geocodes an address, the geocoding service generally returns a full
collection of address fields, including street, city, etc. CiviCRM, however,
typically uses only the latitude and longitude fields and discards everything else.
This extension allows site administrators to set a policy for what to do with that
information on a field-by-field basis: discard it, fill in missing data, or
overwrite existing data.
Settings are managed by visiting "Administer > System Settings > Geodata Filler."
</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Ginkgo Street Labs</author>
<email>[email protected]</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://github.com/ginkgostreet/com.ginkgostreet.geofill</url>
<url desc="Documentation">https://github.com/ginkgostreet/com.ginkgostreet.geofill</url>
<url desc="Support">https://github.com/ginkgostreet/com.ginkgostreet.geofill/issues</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2016-12-19</releaseDate>
<version>1.0.0-alpha1</version>
<develStage>alpha</develStage>
<compatibility>
<ver>4.7</ver>
</compatibility>
<comments>
This extension requires CiviCRM version 4.7.7 or greater, due to its reliance upon
hook_civicrm_geocoderFormat, which was introduced in that version. This extension
declares a new hook hook_civicrm_geofill_parser, which developers may use to
add support for additional geocoding services.
</comments>
<civix>
<namespace>CRM/Geofill</namespace>
</civix>
</extension>