diff options
| author | campbeb <bpcampbell@gmail.com> | 2013-05-25 13:40:59 -1000 |
|---|---|---|
| committer | campbeb <bpcampbell@gmail.com> | 2013-05-25 13:49:21 -1000 |
| commit | 0e5632331731467330148c0944148c5eae8da071 (patch) | |
| tree | 3bf92a1a613ab074b58e62166ed078273c216586 /main/res/values/cache_attributes.xml | |
| parent | d6388f0d97cafaa896f3ee9fc1c55eba8b7c3c91 (diff) | |
| download | cgeo-0e5632331731467330148c0944148c5eae8da071.zip cgeo-0e5632331731467330148c0944148c5eae8da071.tar.gz cgeo-0e5632331731467330148c0944148c5eae8da071.tar.bz2 | |
Fix #2727 - Support GeoTour attribute
Also some minor changes to attritube generation files for
additional explanation
Diffstat (limited to 'main/res/values/cache_attributes.xml')
| -rw-r--r-- | main/res/values/cache_attributes.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/main/res/values/cache_attributes.xml b/main/res/values/cache_attributes.xml index 815e007..c392b6f 100644 --- a/main/res/values/cache_attributes.xml +++ b/main/res/values/cache_attributes.xml @@ -69,10 +69,14 @@ <item>frontyard_no</item> <item>teamwork_yes</item> <item>teamwork_no</item> + + <!-- attributes (specials -> yes, no) --> <item>landf_yes</item> <item>landf_no</item> <item>partnership_yes</item> <item>partnership_no</item> + <item>geotour_yes</item> + <item>geotour_no</item> <!-- attributes (equipment -> required, not required) --> <item>fee_yes</item> |
