moved gpx attribute values to cache_attrib table
This commit is contained in:
parent
125ba7348b
commit
467aae4731
@ -57,5 +57,6 @@ date commit ID change
|
||||
|
||||
2013-03-20 085c1398 added field caches.listing_last_modified;
|
||||
must be initialized once via Admin / DB Maintenance / sp_updateall_cache_listingdates
|
||||
2013-03-24 added table 'pw_dict'
|
||||
2013-03-25 added field cache_reports.date_created
|
||||
2013-03-24 9644465b added table 'pw_dict'
|
||||
2013-03-25 21d92feb added field cache_reports.date_created + trigger
|
||||
2013-03-27 added fields cache_attrib.gc_id, .gc_inc and .gc_name
|
||||
|
@ -58,61 +58,61 @@ INSERT INTO `attribute_groups` (`id`, `category_id`, `name`, `trans_id`) VALUES
|
||||
-- Table cache_attrib
|
||||
SET NAMES 'utf8';
|
||||
TRUNCATE TABLE `cache_attrib`;
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('1', 'Only at night', 'night', '1541', '6', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/night.png', 'resource2/ocstyle/images/attributes/night-no.png', 'resource2/ocstyle/images/attributes/night-disabled.png', 'This geocache can be found at night only - it is a so-called night cache. There may be reflectors which have to be flashlighted and will point to the hiding place, or other special night-caching mechanisms.', '1545', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('6', 'Only loggable at Opencaching', 'oconly', '1345', '8', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/oconly.png', 'resource2/ocstyle/images/attributes/oconly-no.png', 'resource2/ocstyle/images/attributes/oconly-disabled.png', 'This geocache is listed at Opencaching only. This attribute will enable users of other geocaching platforms to find interesting OC caches quickly.', '1546', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('7', 'Hyperlink to another caching portal only', 'wwwlink', '1542', '8', '0', '0', '1', '2', 'resource2/ocstyle/images/attributes/wwwlink.png', 'resource2/ocstyle/images/attributes/wwwlink-no.png', 'resource2/ocstyle/images/attributes/wwwlink-disabled.png', '<br /><i>Obsolete: This attribute cannot be assigned to new caches, because it does not fit our current terms of use.</i><br />\r\nThis cache is listed at multiple geocaching sites, and the cache description at Opencaching may be incomplete. Links to the other sites can be included by the cache owner in the listing. Please note that descriptions and status of multiple-listed caches have to be equally maintained at all sites including Opencaching, according to our current terms of use.', '1705', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('8', 'Letterbox (needs stamp)', 'letter', '1543', '4', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/letter.png', 'resource2/ocstyle/images/attributes/letter-no.png', 'resource2/ocstyle/images/attributes/letter-disabled.png', 'There is a stamp in the cache for stamping your personal logbook, and the cache’s logbook will be stamped with your personal stamp. Take care not to mix up stamps and to leave the cache’s stamp in the cache! Frequently letterboxes can be found without GPS, maybe with a compass and paces from a location - add the \"without GPS\" attribute for those.', '1548', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('9', 'Dangerous area', 'danger', '1544', '1', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/danger.png', 'resource2/ocstyle/images/attributes/danger-no.png', 'resource2/ocstyle/images/attributes/danger-disabled.png', 'The cache is located within a dangerous area. Use this attribute to mark non-obvious dangers, like high-traffic roads, steep ground or falling rocks. Security measures should be taken or the cache be omitted, especially when geocaching with children, large groups or at unfavourable weather conditions.', '1549', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('10', 'Active railway nearby', 'train', '1550', '1', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/train.png', 'resource2/ocstyle/images/attributes/train-no.png', 'resource2/ocstyle/images/attributes/train-disabled.png', 'There are active railroads nearby. Please be careful, keep a safe distance and cross the rails only at level crossings etc.!', '1599', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('11', 'Cliff / Rocks', 'cliff', '1551', '1', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/cliff.png', 'resource2/ocstyle/images/attributes/cliff-no.png', 'resource2/ocstyle/images/attributes/cliff-disabled.png', 'There are cliffs or dangerous rocks nearby. Beware of falling rocks at the lower side, and be careful at the upper side of cliffs - especially with children and while mountain biking. It can be very dangerous to take a steep slope towards a cliff, because you may not notice in time where the former ends and the latter starts.', '1600', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('12', 'Hunting', 'hunting', '1552', '1', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/hunting.png', 'resource2/ocstyle/images/attributes/hunting-no.png', 'resource2/ocstyle/images/attributes/hunting-disabled.png', 'The geocache is placed within a hunting ground. At twilight and in the dark, a flashlight or headlight should always be used for security reasons. Be considerate when meeting hunters.', '1601', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('13', 'Thorns', 'thorn', '1553', '1', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/thorn.png', 'resource2/ocstyle/images/attributes/thorn-no.png', 'resource2/ocstyle/images/attributes/thorn-disabled.png', 'There are thorns near the cache. Wear appropriate clothes.', '1602', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('14', 'Ticks', 'ticks', '1554', '1', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/ticks.png', 'resource2/ocstyle/images/attributes/ticks-no.png', 'resource2/ocstyle/images/attributes/ticks-disabled.png', 'There are seasonably many ticks in this area. It is recommended to wear long trousers and to check yourself for ticks after geocaching. There are risk maps for tick-borne encephalitis in the internet, e.g. for Germany at sites like www.meningitis.de (look for FSME there).', '1603', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('15', 'Abandoned mines', 'mine', '1555', '1', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/mine.png', 'resource2/ocstyle/images/attributes/mine-no.png', 'resource2/ocstyle/images/attributes/mine-disabled.png', 'This cache leads into a (former) mining area. There may be dangers by collapsing adits, or you may need to enter adits. Be careful and use appropriate equipment, especially in the dark. Old mines may be covered by historic preservation.', '1625', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('16', 'Poisonous plants', 'plants', '1556', '1', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/plants.png', 'resource2/ocstyle/images/attributes/plants-no.png', 'resource2/ocstyle/images/attributes/plants-disabled.png', 'There are poisonous plants near the cache. Take care and prevent children and dogs from touching or eating them.', '1626', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('17', 'Dangerous animals', 'animals', '1557', '1', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/animals.png', 'resource2/ocstyle/images/attributes/animals-no.png', 'resource2/ocstyle/images/attributes/animals-disabled.png', 'The area is inhabited by possibly dangerous animals, e.g. rabies areas, venomous snakes, scorpions or bears.', '1627', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('18', 'Parking area nearby', 'parking', '1558', '2', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/parking.png', 'resource2/ocstyle/images/attributes/parking-no.png', 'resource2/ocstyle/images/attributes/parking-disabled.png', 'A nearby parking area is situated as starting point for doing this cache. If no free parking is available, add the \"access or parking fee\" attribute.', '1628', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('19', 'Public transportation', 'public', '1559', '2', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/public.png', 'resource2/ocstyle/images/attributes/public-no.png', 'resource2/ocstyle/images/attributes/public-disabled.png', 'This cache is located outside of urban areas and has a public transport station nearby. Don’t set this attribute for geocaches in urban areas that are commonly equipped with public transportation.', '1629', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('20', 'Drinking water nearby', 'water', '1560', '2', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/water.png', 'resource2/ocstyle/images/attributes/water-no.png', 'resource2/ocstyle/images/attributes/water-disabled.png', 'There is drinking water along the trail or near the cache. This attribute is useful especially for planning event caches, longer hikes or caches at probably dirty locations like caves.', '1630', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('21', 'Public restrooms nearby', 'restrooms', '1561', '2', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/restrooms.png', 'resource2/ocstyle/images/attributes/restrooms-no.png', 'resource2/ocstyle/images/attributes/restrooms-disabled.png', 'There are public restrooms along the way or near the cache. This attribute is useful especially for planning event caches or extensive multicaches.', '1631', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('22', 'Public phone nearby', 'phone', '1562', '2', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/phone.png', 'resource2/ocstyle/images/attributes/phone-no.png', 'resource2/ocstyle/images/attributes/phone-disabled.png', 'There is a public phone along the way or near the cache. Especially for event caches you should enquire for nearby phones and set this attribute if applicable.', '1632', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('23', 'First aid available', 'firstaid', '1563', '2', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/firstaid.png', 'resource2/ocstyle/images/attributes/firstaid-no.png', 'resource2/ocstyle/images/attributes/firstaid-disabled.png', 'There is a first aid station, call box, mountain rescue or similar arrangement near the cache. This attribute is useful especially in demanding areas, like climbing caches, cave caches, high mountains or at the water. Check if you can add emergency phone numbers (like a mountain rescue) to your cache listing.', '1633', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('24', 'Near the parking area', 'car', '1564', '3', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/car.png', 'resource2/ocstyle/images/attributes/car-no.png', 'resource2/ocstyle/images/attributes/car-disabled.png', 'The geocache is located close to a parking area, only a few steps away - it’s a \"cache and dash\".', '1634', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('25', 'Long walk', 'hiking', '1565', '3', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/hiking.png', 'resource2/ocstyle/images/attributes/hiking-no.png', 'resource2/ocstyle/images/attributes/hiking-disabled.png', 'This cache requires a long walk - more than 5 km round trip. In the mountains and other steep areas, the distance for a \"long walk\" may be shorter. Walking shoes and appropriate equipment are recommended.', '1635', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('26', 'Swamp or marsh', 'wading', '1566', '3', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/wading.png', 'resource2/ocstyle/images/attributes/wading-no.png', 'resource2/ocstyle/images/attributes/wading-disabled.png', 'This cache requires passing swampy or marshy ground. Wear appropriate clothes. After rainfall, the terrain may be very demanding or not passable at all.', '1636', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('27', 'Hilly area', 'steep', '1567', '3', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/steep.png', 'resource2/ocstyle/images/attributes/steep-no.png', 'resource2/ocstyle/images/attributes/steep-disabled.png', 'One or more ascents lie between you and the cache.', '1637', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('28', 'Some climbing (no gear needed)', 'climbing', '1568', '3', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/climbing.png', 'resource2/ocstyle/images/attributes/climbing-no.png', 'resource2/ocstyle/images/attributes/climbing-disabled.png', 'This cache requires some climbing and you may have to use your hands, but you won’t need climbing gear. Be very careful during rainy weather or before thunderstorms!', '1638', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('29', 'Swimming required', 'swimming', '1569', '3', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/swimming.png', 'resource2/ocstyle/images/attributes/swimming-no.png', 'resource2/ocstyle/images/attributes/swimming-disabled.png', 'This cache requires crossing a river or a lake. The water is steep ', '1639', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('30', 'Point of interest', 'interestsign', '1570', '4', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/interestsign.png', 'resource2/ocstyle/images/attributes/interestsign-no.png', 'resource2/ocstyle/images/attributes/interestsign-disabled.png', 'There is a point of interest at the cache, like a nice scenic overlook or a larger castle ruin. This place is worth visiting it even without a geocache nearby.', '1640', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('31', 'Moving target', 'moving', '1571', '4', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/moving.png', 'resource2/ocstyle/images/attributes/moving-no.png', 'resource2/ocstyle/images/attributes/moving-disabled.png', 'This geocache is moving around. For example, the owner might regularly move the cache from one place to another, or the finders will do this task and post new coordinates in their log entries. The owner must update coordinates in the cache description after each move.', '1641', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('32', 'Webcam ', 'webcam', '1572', '4', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/webcam.png', 'resource2/ocstyle/images/attributes/webcam-no.png', 'resource2/ocstyle/images/attributes/webcam-disabled.png', 'There is a webcam at the target location. You must record a webcam picture of your visit and include it in your \"found\" log entry. There may be additional requirements like a geocaching banner on the photo. The webcam’s address is included in the cache description, and it must be publicly accessible, i.e. no user account or similar is required.', '1642', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('33', 'Wihin enclosed rooms (caves, buildings etc.)', 'indoor', '1573', '4', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/indoor.png', 'resource2/ocstyle/images/attributes/indoor-no.png', 'resource2/ocstyle/images/attributes/indoor-disabled.png', 'This geocache is not hidden in the open air, but within a building, a cave or similar.', '1643', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('34', 'In the water', 'submerged', '1604', '4', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/submerged.png', 'resource2/ocstyle/images/attributes/submerged-no.png', 'resource2/ocstyle/images/attributes/submerged-disabled.png', 'This cache or one of the stages is placed underwater. You will have to enter the water, swim or dive.', '1644', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('35', 'Without GPS (letterboxes, cistes, compass juggling ...)', 'nogps', '1575', '4', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/nogps.png', 'resource2/ocstyle/images/attributes/nogps-no.png', 'resource2/ocstyle/images/attributes/nogps-disabled.png', 'This cache can be found without a GPS device. No additional coordinates are used besides of the starting coordinates.', '1645', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('36', 'Access or parking fee', 'fee', '1576', '5', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/fee.png', 'resource2/ocstyle/images/attributes/fee-no.png', 'resource2/ocstyle/images/attributes/fee-disabled.png', 'You must pay an access or parking fee to access this cache, e.g. if the cache is located within a theme park. If there are alternative free parking areas nearby, please include them in the cache description. Please note our current terms of use regarding \"commercial geocaches\".', '1646', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('37', 'Overnight stay necessary', 'overnight', '1577', '5', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/overnight.png', 'resource2/ocstyle/images/attributes/overnight-no.png', 'resource2/ocstyle/images/attributes/overnight-disabled.png', 'This cache cannot be done within a single day or a single night. You will have to visit the location for more than one time, or you must stay overnight. Preparation time is not included in this calculation, but only the time on site.', '1647', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('38', 'Available 24 hours', 'available', '1578', '6', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/available.png', 'resource2/ocstyle/images/attributes/available-no.png', 'resource2/ocstyle/images/attributes/available-disabled.png', 'This cache can be done both at daylight and at night.', '1605', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('39', 'Only available at specified times', 'time', '1579', '6', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/time.png', 'resource2/ocstyle/images/attributes/time-no.png', 'resource2/ocstyle/images/attributes/time-disabled.png', 'This cache can only be done at certain times of day - see the cache description for more details. For example, the cache may be placed in an area with restricted opening hours.', '1606', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('40', 'by day only', 'day', '1580', '6', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/day.png', 'resource2/ocstyle/images/attributes/day-no.png', 'resource2/ocstyle/images/attributes/day-disabled.png', 'This cache shoud be attempted during daylight only. For example, the area may be dangerous and contain cliffs or abysses. Or using flashlights may be unfeasable because it would look suspicious within a residential area.', '1607', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('41', 'Not at high water level', 'tide', '1581', '6', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/tide.png', 'resource2/ocstyle/images/attributes/tide-no.png', 'resource2/ocstyle/images/attributes/tide-disabled.png', 'This cache can be done only at low or normal water level.', '1608', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('42', 'All seasons', 'date', '1582', '7', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/date.png', 'resource2/ocstyle/images/attributes/date-no.png', 'resource2/ocstyle/images/attributes/date-disabled.png', 'This cache can be found the whole year round, while difficulty may depend on seasons. Specify difficulty for good conditions.', '1609', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('43', 'Breeding season / protected nature', 'naturschutz', '1583', '7', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/naturschutz.png', 'resource2/ocstyle/images/attributes/naturschutz-no.png', 'resource2/ocstyle/images/attributes/naturschutz-disabled.png', 'Don’t seek this cache during animal breeding season! Please indicate in the cache description which time of year must be avoided. Also, pay attention to the local terms and signs regarding nature protection.', '1610', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('44', 'Snow-proof hiding place', 'snow', '1584', '7', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/snow.png', 'resource2/ocstyle/images/attributes/snow-no.png', 'resource2/ocstyle/images/attributes/snow-disabled.png', 'This cache can be found even after heavy snowing. All stages and the geocache are hidden in a snow-safe way: they will not be covered by fallen snow an not by snow-piles created by snow-clearing vehicles.', '1611', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('46', 'Special equipment', 'tools', '1585', '9', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/tools.png', 'resource2/ocstyle/images/attributes/tools-no.png', 'resource2/ocstyle/images/attributes/tools-disabled.png', 'You will need special equipment which is not specified by other attributes, e.g. a laser pointer, walkie-talkies or a car jack.', '1612', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('47', 'Compass', 'compass', '1586', '9', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/compass.png', 'resource2/ocstyle/images/attributes/compass-no.png', 'resource2/ocstyle/images/attributes/compass-disabled.png', 'A compass is required.', '1613', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('48', 'Flashlight', 'flashlight', '1587', '9', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/flashlight.png', 'resource2/ocstyle/images/attributes/flashlight-no.png', 'resource2/ocstyle/images/attributes/flashlight-disabled.png', 'A flashlight is required for finding this cache. Don’t forget spare batteries!', '1614', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('49', 'Climbing gear', 'rappeling', '1588', '9', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/rappeling.png', 'resource2/ocstyle/images/attributes/rappeling-no.png', 'resource2/ocstyle/images/attributes/rappeling-disabled.png', 'For this cache, you will need climbing equipment and the knowledge how to use it properly. If you are a beginner, don’t do it alone but use the support of a experienced climber or mountaineer.', '1615', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('50', 'Cave equipment', 'cave', '1589', '9', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/cave.png', 'resource2/ocstyle/images/attributes/cave-no.png', 'resource2/ocstyle/images/attributes/cave-disabled.png', 'This geocache is hidden in a cave, and you should use appropriate equipment to access it. Beware: Even small caves may confront you with unforeseen problems and dangers, like thunder storms (water!) or a sprained ankle. Have advice first from cave-experienced people! Also take care of protected nature; e.g. bat places must not be disturbed.', '1616', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('51', 'Diving equipment', 'scuba', '1590', '9', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/scuba.png', 'resource2/ocstyle/images/attributes/scuba-no.png', 'resource2/ocstyle/images/attributes/scuba-disabled.png', 'You will need diving equipment to find this geocache. The water depth of the cache location is specified in the description. Please note that secure diving requires special training. Without diving experience, you may search this cache in company of a diving teacher.', '1617', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('52', 'Watercraft', 'boat', '1591', '9', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/boat.png', 'resource2/ocstyle/images/attributes/boat-no.png', 'resource2/ocstyle/images/attributes/boat-disabled.png', 'This cache usually can be found only using a watercraft. Swimming is impossible because of the distance or currents. See the cache description for more details.', '1618', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('53', 'Aircraft', 'aircraft', '1592', '9', '0', '0', '0', '0', 'resource2/ocstyle/images/attributes/aircraft.png', 'resource2/ocstyle/images/attributes/aircraft-no.png', 'resource2/ocstyle/images/attributes/aircraft-disabled.png', '', '0', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('54', 'Investigation', 'wiki', '1593', '10', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/wiki.png', 'resource2/ocstyle/images/attributes/wiki-no.png', 'resource2/ocstyle/images/attributes/wiki-disabled.png', 'You must investigate additional information before you can seek this cache. This commonly applies to puzzle/mystery caches.', '1619', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('55', 'Puzzle / Mystery', 'riddle', '1594', '10', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/riddle.png', 'resource2/ocstyle/images/attributes/riddle-no.png', 'resource2/ocstyle/images/attributes/riddle-disabled.png', 'Puzzles or mysteries have to be solved before or while seeking this cache.', '1620', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('56', 'Arithmetical problem', 'arith_prob', '1595', '10', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/arith_prob.png', 'resource2/ocstyle/images/attributes/arith_prob-no.png', 'resource2/ocstyle/images/attributes/arith_prob-disabled.png', 'Before or while seeking this cache, arithmetical problems must be solved which go beyond very basic calculations.', '1621', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('57', 'Other cache type', 'othercache', '1596', '10', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/othercache.png', 'resource2/ocstyle/images/attributes/othercache-no.png', 'resource2/ocstyle/images/attributes/othercache-disabled.png', 'This is none of the standard, pre-defined types of cache. Use this attribute for special, unusual caches.', '1622', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('58', 'Ask owner for start conditions', 'ask', '1597', '10', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/ask.png', 'resource2/ocstyle/images/attributes/ask-no.png', 'resource2/ocstyle/images/attributes/ask-disabled.png', 'Before doing this cache, you must ask the owner for the starting conditions. E.g. the cache may be linked to certain events at varying dates.', '1623', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('59', 'Suited for children', 'kids', '1598', '11', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/kids.png', 'resource2/ocstyle/images/attributes/kids-no.png', 'resource2/ocstyle/images/attributes/kids-disabled.png', 'This geocache is created for children. All challenges can be solved by child in the age of 10 to 12 years and the terrain has no risks (like highways, abysms). There is a large geocache container with trading items inside and the challenges are interesting.', '1624', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('60', 'Only available during specified seasons', 'calendar', '1799', '7', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/calendar.png', 'resource2/ocstyle/images/attributes/calendar-no.png', 'resource2/ocstyle/images/attributes/calendar-disabled.png', 'This cache can be done at certain seasons only - see the cache description for more details. For example, the cache may be placed in a corn labyrinth, which only exists from bloom to harvest season.', '1800', '0');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('1', 'Only at night', 'night', '1541', '6', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/night.png', 'resource2/ocstyle/images/attributes/night-no.png', 'resource2/ocstyle/images/attributes/night-disabled.png', 'This geocache can be found at night only - it is a so-called night cache. There may be reflectors which have to be flashlighted and will point to the hiding place, or other special night-caching mechanisms.', '1545', '0', '14', '1', 'Recommended at night');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('6', 'Only loggable at Opencaching', 'oconly', '1345', '8', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/oconly.png', 'resource2/ocstyle/images/attributes/oconly-no.png', 'resource2/ocstyle/images/attributes/oconly-disabled.png', 'This geocache is listed at Opencaching only. This attribute will enable users of other geocaching platforms to find interesting OC caches quickly.', '1546', '0', '106', '1', 'Only loggable at Opencaching');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('7', 'Hyperlink to another caching portal only', 'wwwlink', '1542', '8', '0', '0', '1', '2', 'resource2/ocstyle/images/attributes/wwwlink.png', 'resource2/ocstyle/images/attributes/wwwlink-no.png', 'resource2/ocstyle/images/attributes/wwwlink-disabled.png', '<br /><i>Obsolete: This attribute cannot be assigned to new caches, because it does not fit our current terms of use.</i><br />\r\nThis cache is listed at multiple geocaching sites, and the cache description at Opencaching may be incomplete. Links to the other sites can be included by the cache owner in the listing. Please note that descriptions and status of multiple-listed caches have to be equally maintained at all sites including Opencaching, according to our current terms of use.', '1705', '0', '107', '1', 'Hyperlink to another caching portal only');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('8', 'Letterbox (needs stamp)', 'letter', '1543', '4', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/letter.png', 'resource2/ocstyle/images/attributes/letter-no.png', 'resource2/ocstyle/images/attributes/letter-disabled.png', 'There is a stamp in the cache for stamping your personal logbook, and the cache’s logbook will be stamped with your personal stamp. Take care not to mix up stamps and to leave the cache’s stamp in the cache! Frequently letterboxes can be found without GPS, maybe with a compass and paces from a location - add the \"without GPS\" attribute for those.', '1548', '0', '108', '1', 'Letterbox (needs stamp)');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('9', 'Dangerous area', 'danger', '1544', '1', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/danger.png', 'resource2/ocstyle/images/attributes/danger-no.png', 'resource2/ocstyle/images/attributes/danger-disabled.png', 'The cache is located within a dangerous area. Use this attribute to mark non-obvious dangers, like high-traffic roads, steep ground or falling rocks. Security measures should be taken or the cache be omitted, especially when geocaching with children, large groups or at unfavourable weather conditions.', '1549', '0', '23', '1', 'Dangerous area');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('10', 'Active railway nearby', 'train', '1550', '1', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/train.png', 'resource2/ocstyle/images/attributes/train-no.png', 'resource2/ocstyle/images/attributes/train-disabled.png', 'There are active railroads nearby. Please be careful, keep a safe distance and cross the rails only at level crossings etc.!', '1599', '0', '110', '1', 'Active railway nearby');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('11', 'Cliff / Rocks', 'cliff', '1551', '1', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/cliff.png', 'resource2/ocstyle/images/attributes/cliff-no.png', 'resource2/ocstyle/images/attributes/cliff-disabled.png', 'There are cliffs or dangerous rocks nearby. Beware of falling rocks at the lower side, and be careful at the upper side of cliffs - especially with children and while mountain biking. It can be very dangerous to take a steep slope towards a cliff, because you may not notice in time where the former ends and the latter starts.', '1600', '0', '21', '1', 'Cliff / falling rocks');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('12', 'Hunting', 'hunting', '1552', '1', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/hunting.png', 'resource2/ocstyle/images/attributes/hunting-no.png', 'resource2/ocstyle/images/attributes/hunting-disabled.png', 'The geocache is placed within a hunting ground. At twilight and in the dark, a flashlight or headlight should always be used for security reasons. Be considerate when meeting hunters.', '1601', '0', '22', '1', 'Hunting');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('13', 'Thorns', 'thorn', '1553', '1', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/thorn.png', 'resource2/ocstyle/images/attributes/thorn-no.png', 'resource2/ocstyle/images/attributes/thorn-disabled.png', 'There are thorns near the cache. Wear appropriate clothes.', '1602', '0', '39', '1', 'Thorns');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('14', 'Ticks', 'ticks', '1554', '1', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/ticks.png', 'resource2/ocstyle/images/attributes/ticks-no.png', 'resource2/ocstyle/images/attributes/ticks-disabled.png', 'There are seasonably many ticks in this area. It is recommended to wear long trousers and to check yourself for ticks after geocaching. There are risk maps for tick-borne encephalitis in the internet, e.g. for Germany at sites like www.meningitis.de (look for FSME there).', '1603', '0', '19', '1', 'Ticks');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('15', 'Abandoned mines', 'mine', '1555', '1', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/mine.png', 'resource2/ocstyle/images/attributes/mine-no.png', 'resource2/ocstyle/images/attributes/mine-disabled.png', 'This cache leads into a (former) mining area. There may be dangers by collapsing adits, or you may need to enter adits. Be careful and use appropriate equipment, especially in the dark. Old mines may be covered by historic preservation.', '1625', '0', '20', '1', 'Abandoned mines');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('16', 'Poisonous plants', 'plants', '1556', '1', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/plants.png', 'resource2/ocstyle/images/attributes/plants-no.png', 'resource2/ocstyle/images/attributes/plants-disabled.png', 'There are poisonous plants near the cache. Take care and prevent children and dogs from touching or eating them.', '1626', '0', '17', '1', 'Poisonous plants');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('17', 'Dangerous animals', 'animals', '1557', '1', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/animals.png', 'resource2/ocstyle/images/attributes/animals-no.png', 'resource2/ocstyle/images/attributes/animals-disabled.png', 'The area is inhabited by possibly dangerous animals, e.g. rabies areas, venomous snakes, scorpions or bears.', '1627', '0', '18', '1', 'Dangerous animals');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('18', 'Parking area nearby', 'parking', '1558', '2', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/parking.png', 'resource2/ocstyle/images/attributes/parking-no.png', 'resource2/ocstyle/images/attributes/parking-disabled.png', 'A nearby parking area is situated as starting point for doing this cache. If no free parking is available, add the \"access or parking fee\" attribute.', '1628', '0', '25', '1', 'Parking available');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('19', 'Public transportation', 'public', '1559', '2', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/public.png', 'resource2/ocstyle/images/attributes/public-no.png', 'resource2/ocstyle/images/attributes/public-disabled.png', 'This cache is located outside of urban areas and has a public transport station nearby. Don’t set this attribute for geocaches in urban areas that are commonly equipped with public transportation.', '1629', '0', '26', '1', 'Public transportation');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('20', 'Drinking water nearby', 'water', '1560', '2', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/water.png', 'resource2/ocstyle/images/attributes/water-no.png', 'resource2/ocstyle/images/attributes/water-disabled.png', 'There is drinking water along the trail or near the cache. This attribute is useful especially for planning event caches, longer hikes or caches at probably dirty locations like caves.', '1630', '0', '27', '1', 'Drinking water nearby');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('21', 'Public restrooms nearby', 'restrooms', '1561', '2', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/restrooms.png', 'resource2/ocstyle/images/attributes/restrooms-no.png', 'resource2/ocstyle/images/attributes/restrooms-disabled.png', 'There are public restrooms along the way or near the cache. This attribute is useful especially for planning event caches or extensive multicaches.', '1631', '0', '28', '1', 'Public restrooms nearby');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('22', 'Public phone nearby', 'phone', '1562', '2', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/phone.png', 'resource2/ocstyle/images/attributes/phone-no.png', 'resource2/ocstyle/images/attributes/phone-disabled.png', 'There is a public phone along the way or near the cache. Especially for event caches you should enquire for nearby phones and set this attribute if applicable.', '1632', '0', '29', '1', 'Telephone nearby');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('23', 'First aid available', 'firstaid', '1563', '2', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/firstaid.png', 'resource2/ocstyle/images/attributes/firstaid-no.png', 'resource2/ocstyle/images/attributes/firstaid-disabled.png', 'There is a first aid station, call box, mountain rescue or similar arrangement near the cache. This attribute is useful especially in demanding areas, like climbing caches, cave caches, high mountains or at the water. Check if you can add emergency phone numbers (like a mountain rescue) to your cache listing.', '1633', '0', '123', '1', 'First aid available');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('24', 'Near the parking area', 'car', '1564', '3', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/car.png', 'resource2/ocstyle/images/attributes/car-no.png', 'resource2/ocstyle/images/attributes/car-disabled.png', 'The geocache is located close to a parking area, only a few steps away - it’s a \"cache and dash\".', '1634', '0', '53', '1', 'Park and grab');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('25', 'Long walk', 'hiking', '1565', '3', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/hiking.png', 'resource2/ocstyle/images/attributes/hiking-no.png', 'resource2/ocstyle/images/attributes/hiking-disabled.png', 'This cache requires a long walk - more than 5 km round trip. In the mountains and other steep areas, the distance for a \"long walk\" may be shorter. Walking shoes and appropriate equipment are recommended.', '1635', '0', '125', '1', 'Long walk (5+ km)');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('26', 'Swamp or marsh', 'wading', '1566', '3', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/wading.png', 'resource2/ocstyle/images/attributes/wading-no.png', 'resource2/ocstyle/images/attributes/wading-disabled.png', 'This cache requires passing swampy or marshy ground. Wear appropriate clothes. After rainfall, the terrain may be very demanding or not passable at all.', '1636', '0', '11', '1', 'May require wading');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('27', 'Hilly area', 'steep', '1567', '3', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/steep.png', 'resource2/ocstyle/images/attributes/steep-no.png', 'resource2/ocstyle/images/attributes/steep-disabled.png', 'One or more ascents lie between you and the cache.', '1637', '0', '127', '1', 'Hilly area');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('28', 'Some climbing (no gear needed)', 'climbing', '1568', '3', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/climbing.png', 'resource2/ocstyle/images/attributes/climbing-no.png', 'resource2/ocstyle/images/attributes/climbing-disabled.png', 'This cache requires some climbing and you may have to use your hands, but you won’t need climbing gear. Be very careful during rainy weather or before thunderstorms!', '1638', '0', '10', '1', 'Difficult climbing');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('29', 'Swimming required', 'swimming', '1569', '3', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/swimming.png', 'resource2/ocstyle/images/attributes/swimming-no.png', 'resource2/ocstyle/images/attributes/swimming-disabled.png', 'This cache requires crossing a river or a lake. The water is steep ', '1639', '0', '12', '1', 'May require swimming');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('30', 'Point of interest', 'interestsign', '1570', '4', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/interestsign.png', 'resource2/ocstyle/images/attributes/interestsign-no.png', 'resource2/ocstyle/images/attributes/interestsign-disabled.png', 'There is a point of interest at the cache, like a nice scenic overlook or a larger castle ruin. This place is worth visiting it even without a geocache nearby.', '1640', '0', '130', '1', 'Point of interest');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('31', 'Moving target', 'moving', '1571', '4', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/moving.png', 'resource2/ocstyle/images/attributes/moving-no.png', 'resource2/ocstyle/images/attributes/moving-disabled.png', 'This geocache is moving around. For example, the owner might regularly move the cache from one place to another, or the finders will do this task and post new coordinates in their log entries. The owner must update coordinates in the cache description after each move.', '1641', '0', '131', '1', 'Moving target');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('32', 'Webcam', 'webcam', '1572', '4', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/webcam.png', 'resource2/ocstyle/images/attributes/webcam-no.png', 'resource2/ocstyle/images/attributes/webcam-disabled.png', 'There is a webcam at the target location. You must record a webcam picture of your visit and include it in your \"found\" log entry. There may be additional requirements like a geocaching banner on the photo. The webcam’s address is included in the cache description, and it must be publicly accessible, i.e. no user account or similar is required.', '1642', '0', '132', '1', 'Webcam');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('33', 'Wihin enclosed rooms (caves, buildings etc.)', 'indoor', '1573', '4', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/indoor.png', 'resource2/ocstyle/images/attributes/indoor-no.png', 'resource2/ocstyle/images/attributes/indoor-disabled.png', 'This geocache is not hidden in the open air, but within a building, a cave or similar.', '1643', '0', '133', '1', 'Wihin enclosed rooms');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('34', 'In the water', 'submerged', '1604', '4', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/submerged.png', 'resource2/ocstyle/images/attributes/submerged-no.png', 'resource2/ocstyle/images/attributes/submerged-disabled.png', 'This cache or one of the stages is placed underwater. You will have to enter the water, swim or dive.', '1644', '0', '134', '1', 'In the water');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('35', 'Without GPS (letterboxes, cistes, compass juggling ...)', 'nogps', '1575', '4', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/nogps.png', 'resource2/ocstyle/images/attributes/nogps-no.png', 'resource2/ocstyle/images/attributes/nogps-disabled.png', 'This cache can be found without a GPS device. No additional coordinates are used besides of the starting coordinates.', '1645', '0', '135', '1', 'Without GPS');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('36', 'Access or parking fee', 'fee', '1576', '5', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/fee.png', 'resource2/ocstyle/images/attributes/fee-no.png', 'resource2/ocstyle/images/attributes/fee-disabled.png', 'You must pay an access or parking fee to access this cache, e.g. if the cache is located within a theme park. If there are alternative free parking areas nearby, please include them in the cache description. Please note our current terms of use regarding \"commercial geocaches\".', '1646', '0', '2', '1', 'Access or parking fee');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('37', 'Overnight stay necessary', 'overnight', '1577', '5', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/overnight.png', 'resource2/ocstyle/images/attributes/overnight-no.png', 'resource2/ocstyle/images/attributes/overnight-disabled.png', 'This cache cannot be done within a single day or a single night. You will have to visit the location for more than one time, or you must stay overnight. Preparation time is not included in this calculation, but only the time on site.', '1647', '0', '137', '1', 'Overnight stay necessary');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('38', 'Available 24 hours', 'available', '1578', '6', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/available.png', 'resource2/ocstyle/images/attributes/available-no.png', 'resource2/ocstyle/images/attributes/available-disabled.png', 'This cache can be done both at daylight and at night.', '1605', '0', '13', '1', 'Available at all times');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('39', 'Only available at specified times', 'time', '1579', '6', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/time.png', 'resource2/ocstyle/images/attributes/time-no.png', 'resource2/ocstyle/images/attributes/time-disabled.png', 'This cache can only be done at certain times of day - see the cache description for more details. For example, the cache may be placed in an area with restricted opening hours.', '1606', '0', '13', '0', 'Available at all times');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('40', 'by day only', 'day', '1580', '6', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/day.png', 'resource2/ocstyle/images/attributes/day-no.png', 'resource2/ocstyle/images/attributes/day-disabled.png', 'This cache shoud be attempted during daylight only. For example, the area may be dangerous and contain cliffs or abysses. Or using flashlights may be unfeasable because it would look suspicious within a residential area.', '1607', '0', '14', '0', 'Recommended at night');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('41', 'Not at high water level', 'tide', '1581', '6', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/tide.png', 'resource2/ocstyle/images/attributes/tide-no.png', 'resource2/ocstyle/images/attributes/tide-disabled.png', 'This cache can be done only at low or normal water level.', '1608', '0', '142', '1', 'Not at high water level');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('42', 'All seasons', 'date', '1582', '7', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/date.png', 'resource2/ocstyle/images/attributes/date-no.png', 'resource2/ocstyle/images/attributes/date-disabled.png', 'This cache can be found the whole year round, while difficulty may depend on seasons. Specify difficulty for good conditions.', '1609', '0', '62', '0', 'Seasonal access');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('43', 'Breeding season / protected nature', 'naturschutz', '1583', '7', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/naturschutz.png', 'resource2/ocstyle/images/attributes/naturschutz-no.png', 'resource2/ocstyle/images/attributes/naturschutz-disabled.png', 'Don’t seek this cache during animal breeding season! Please indicate in the cache description which time of year must be avoided. Also, pay attention to the local terms and signs regarding nature protection.', '1610', '0', '143', '1', 'Breeding season / protected nature');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('44', 'Snow-proof hiding place', 'snow', '1584', '7', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/snow.png', 'resource2/ocstyle/images/attributes/snow-no.png', 'resource2/ocstyle/images/attributes/snow-disabled.png', 'This cache can be found even after heavy snowing. All stages and the geocache are hidden in a snow-safe way: they will not be covered by fallen snow an not by snow-piles created by snow-clearing vehicles.', '1611', '0', '15', '1', 'Available during winter');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('46', 'Special equipment', 'tools', '1585', '9', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/tools.png', 'resource2/ocstyle/images/attributes/tools-no.png', 'resource2/ocstyle/images/attributes/tools-disabled.png', 'You will need special equipment which is not specified by other attributes, e.g. a laser pointer, walkie-talkies or a car jack.', '1612', '0', '51', '1', 'Special tool required');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('47', 'Compass', 'compass', '1586', '9', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/compass.png', 'resource2/ocstyle/images/attributes/compass-no.png', 'resource2/ocstyle/images/attributes/compass-disabled.png', 'A compass is required.', '1613', '0', '147', '1', 'Compass');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('48', 'Flashlight', 'flashlight', '1587', '9', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/flashlight.png', 'resource2/ocstyle/images/attributes/flashlight-no.png', 'resource2/ocstyle/images/attributes/flashlight-disabled.png', 'A flashlight is required for finding this cache. Don’t forget spare batteries!', '1614', '0', '44', '1', 'Flashlight required');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('49', 'Climbing gear', 'rappeling', '1588', '9', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/rappeling.png', 'resource2/ocstyle/images/attributes/rappeling-no.png', 'resource2/ocstyle/images/attributes/rappeling-disabled.png', 'For this cache, you will need climbing equipment and the knowledge how to use it properly. If you are a beginner, don’t do it alone but use the support of a experienced climber or mountaineer.', '1615', '0', '3', '1', 'Climbing gear');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('50', 'Cave equipment', 'cave', '1589', '9', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/cave.png', 'resource2/ocstyle/images/attributes/cave-no.png', 'resource2/ocstyle/images/attributes/cave-disabled.png', 'This geocache is hidden in a cave, and you should use appropriate equipment to access it. Beware: Even small caves may confront you with unforeseen problems and dangers, like thunder storms (water!) or a sprained ankle. Have advice first from cave-experienced people! Also take care of protected nature; e.g. bat places must not be disturbed.', '1616', '0', '150', '1', 'Cave equipment');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('51', 'Diving equipment', 'scuba', '1590', '9', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/scuba.png', 'resource2/ocstyle/images/attributes/scuba-no.png', 'resource2/ocstyle/images/attributes/scuba-disabled.png', 'You will need diving equipment to find this geocache. The water depth of the cache location is specified in the description. Please note that secure diving requires special training. Without diving experience, you may search this cache in company of a diving teacher.', '1617', '0', '5', '1', 'Scuba gear');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('52', 'Watercraft', 'boat', '1591', '9', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/boat.png', 'resource2/ocstyle/images/attributes/boat-no.png', 'resource2/ocstyle/images/attributes/boat-disabled.png', 'This cache usually can be found only using a watercraft. Swimming is impossible because of the distance or currents. See the cache description for more details.', '1618', '0', '4', '1', 'Boat');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('53', 'Aircraft', 'aircraft', '1592', '9', '0', '0', '0', '0', 'resource2/ocstyle/images/attributes/aircraft.png', 'resource2/ocstyle/images/attributes/aircraft-no.png', 'resource2/ocstyle/images/attributes/aircraft-disabled.png', '', '0', '0', '153', '1', 'Aircraft');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('54', 'Investigation', 'wiki', '1593', '10', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/wiki.png', 'resource2/ocstyle/images/attributes/wiki-no.png', 'resource2/ocstyle/images/attributes/wiki-disabled.png', 'You must investigate additional information before you can seek this cache. This commonly applies to puzzle/mystery caches.', '1619', '0', '154', '1', 'Investigation');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('55', 'Puzzle / Mystery', 'riddle', '1594', '10', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/riddle.png', 'resource2/ocstyle/images/attributes/riddle-no.png', 'resource2/ocstyle/images/attributes/riddle-disabled.png', 'Puzzles or mysteries have to be solved before or while seeking this cache.', '1620', '0', '47', '1', 'Field puzzle');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('56', 'Arithmetical problem', 'arith_prob', '1595', '10', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/arith_prob.png', 'resource2/ocstyle/images/attributes/arith_prob-no.png', 'resource2/ocstyle/images/attributes/arith_prob-disabled.png', 'Before or while seeking this cache, arithmetical problems must be solved which go beyond very basic calculations.', '1621', '0', '156', '1', 'Arithmetical problem');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('57', 'Other cache type', 'othercache', '1596', '10', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/othercache.png', 'resource2/ocstyle/images/attributes/othercache-no.png', 'resource2/ocstyle/images/attributes/othercache-disabled.png', 'This is none of the standard, pre-defined types of cache. Use this attribute for special, unusual caches.', '1622', '0', '157', '1', 'Other cache type');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('58', 'Ask owner for start conditions', 'ask', '1597', '10', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/ask.png', 'resource2/ocstyle/images/attributes/ask-no.png', 'resource2/ocstyle/images/attributes/ask-disabled.png', 'Before doing this cache, you must ask the owner for the starting conditions. E.g. the cache may be linked to certain events at varying dates.', '1623', '0', '158', '1', 'Ask owner for start conditions');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('59', 'Suited for children', 'kids', '1598', '11', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/kids.png', 'resource2/ocstyle/images/attributes/kids-no.png', 'resource2/ocstyle/images/attributes/kids-disabled.png', 'This geocache is created for children. All challenges can be solved by child in the age of 10 to 12 years and the terrain has no risks (like highways, abysms). There is a large geocache container with trading items inside and the challenges are interesting.', '1624', '0', '6', '1', 'Recommended for kids');
|
||||
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`, `gc_id`, `gc_inc`, `gc_name`) VALUES ('60', 'Only available during specified seasons', 'calendar', '1799', '7', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/calendar.png', 'resource2/ocstyle/images/attributes/calendar-no.png', 'resource2/ocstyle/images/attributes/calendar-disabled.png', 'This cache can be done at certain seasons only - see the cache description for more details. For example, the cache may be placed in a corn labyrinth, which only exists from bloom to harvest season.', '1800', '0', '62', '1', 'Seasonal access');
|
||||
|
||||
-- Table cache_report_reasons
|
||||
SET NAMES 'utf8';
|
||||
|
@ -55,7 +55,7 @@
|
||||
</wpt>
|
||||
{cache_waypoints}';
|
||||
|
||||
$gpxAttributes = ' <groundspeak:attribute id="{attrib_id}" inc="1">{attrib_name}</groundspeak:attribute>';
|
||||
$gpxAttributes = ' <groundspeak:attribute id="{attrib_id}" inc="{attrib_inc}">{attrib_name}</groundspeak:attribute>';
|
||||
|
||||
$gpxLog = ' <groundspeak:log id="{id}">
|
||||
<groundspeak:date>{date}</groundspeak:date>
|
||||
@ -125,124 +125,6 @@
|
||||
$gpxSymNormal = 'Geocache';
|
||||
$gpxSymFound = 'Geocache Found';
|
||||
|
||||
// 1st set of attributes - attributes that correlate to GC attributes
|
||||
// conditions
|
||||
$gpxAttribID[59] = '6';
|
||||
$gpxAttribName[59] = 'Recommended for kids';
|
||||
$gpxAttribID[28] = '10';
|
||||
$gpxAttribName[28] = 'Difficult climbing';
|
||||
$gpxAttribID[26] = '11';
|
||||
$gpxAttribName[26] = 'May require wading';
|
||||
$gpxAttribID[29] = '12';
|
||||
$gpxAttribName[29] = 'May require swimming';
|
||||
$gpxAttribID[38] = '13';
|
||||
$gpxAttribName[38] = 'Available at all times';
|
||||
$gpxAttribID[1] = '14';
|
||||
$gpxAttribName[1] = 'Recommended at night';
|
||||
$gpxAttribID[44] = '15';
|
||||
$gpxAttribName[44] = 'Available during winter';
|
||||
$gpxAttribID[55] = '47';
|
||||
$gpxAttribName[55] = 'Field puzzle';
|
||||
$gpxAttribID[24] = '53';
|
||||
$gpxAttribName[24] = 'Park and grab';
|
||||
$gpxAttribID[60] = '162';
|
||||
$gpxAttribName[60] = 'Seasonal access';
|
||||
// facilities
|
||||
$gpxAttribID[18] = '25';
|
||||
$gpxAttribName[18] = 'Parking available';
|
||||
$gpxAttribID[19] = '26';
|
||||
$gpxAttribName[19] = 'Public transportation';
|
||||
$gpxAttribID[20] = '27';
|
||||
$gpxAttribName[20] = 'Drinking water nearby';
|
||||
$gpxAttribID[21] = '28';
|
||||
$gpxAttribName[21] = 'Public restrooms nearby';
|
||||
$gpxAttribID[22] = '29';
|
||||
$gpxAttribName[22] = 'Telephone nearby';
|
||||
// hazards
|
||||
$gpxAttribID[11] = '21';
|
||||
$gpxAttribName[11] = 'Cliff / falling rocks';
|
||||
$gpxAttribID[12] = '12';
|
||||
$gpxAttribName[12] = 'Hunting';
|
||||
$gpxAttribID[9] = '23';
|
||||
$gpxAttribName[9] = 'Dangerous area';
|
||||
$gpxAttribID[16] = '17';
|
||||
$gpxAttribName[16] = 'Poisonous plants';
|
||||
$gpxAttribID[13] = '39';
|
||||
$gpxAttribName[13] = 'Thorns';
|
||||
$gpxAttribID[17] = '18';
|
||||
$gpxAttribName[17] = 'Dangerous animals';
|
||||
$gpxAttribID[14] = '19';
|
||||
$gpxAttribName[14] = 'Ticks';
|
||||
$gpxAttribID[15] = '20';
|
||||
$gpxAttribName[15] = 'Abandoned mines';
|
||||
// equipment
|
||||
$gpxAttribID[36] = '2';
|
||||
$gpxAttribName[36] = 'Access or parking fee';
|
||||
$gpxAttribID[49] = '3';
|
||||
$gpxAttribName[49] = 'Climbing gear';
|
||||
$gpxAttribID[48] = '44';
|
||||
$gpxAttribName[48] = 'Flashlight required';
|
||||
$gpxAttribID[52] = '4';
|
||||
$gpxAttribName[52] = 'Boat';
|
||||
$gpxAttribID[51] = '5';
|
||||
$gpxAttribName[51] = 'Scuba gear';
|
||||
$gpxAttribID[46] = '51';
|
||||
$gpxAttribName[46] = 'Special tool required';
|
||||
|
||||
// 2nd set of attributes - OC only attributes, changed ID (+100) to be save in oc-gc-mixed environments
|
||||
$gpxAttribID[6] = '106';
|
||||
$gpxAttribName[6] = 'Only loggable at Opencaching';
|
||||
$gpxAttribID[7] = '107';
|
||||
$gpxAttribName[7] = 'Hyperlink to another caching portal only';
|
||||
$gpxAttribID[8] = '108';
|
||||
$gpxAttribName[8] = 'Letterbox (needs stamp)';
|
||||
$gpxAttribID[10] = '110';
|
||||
$gpxAttribName[10] = 'Active railway nearby';
|
||||
$gpxAttribID[23] = '123';
|
||||
$gpxAttribName[23] = 'First aid available';
|
||||
$gpxAttribID[25] = '125';
|
||||
$gpxAttribName[25] = 'Long walk';
|
||||
$gpxAttribID[27] = '127';
|
||||
$gpxAttribName[27] = 'Hilly area';
|
||||
$gpxAttribID[30] = '130';
|
||||
$gpxAttribName[30] = 'Point of interest';
|
||||
$gpxAttribID[31] = '131';
|
||||
$gpxAttribName[31] = 'Moving target';
|
||||
$gpxAttribID[32] = '132';
|
||||
$gpxAttribName[32] = 'Webcam';
|
||||
$gpxAttribID[33] = '133';
|
||||
$gpxAttribName[33] = 'Within enclosed rooms (caves, buildings etc.)';
|
||||
$gpxAttribID[34] = '134';
|
||||
$gpxAttribName[34] = 'In the water';
|
||||
$gpxAttribID[35] = '135';
|
||||
$gpxAttribName[35] = 'Without GPS (letterboxes, cistes, compass juggling ...)';
|
||||
$gpxAttribID[37] = '137';
|
||||
$gpxAttribName[37] = 'Overnight stay necessary';
|
||||
$gpxAttribID[39] = '139';
|
||||
$gpxAttribName[39] = 'Only available at specified times';
|
||||
$gpxAttribID[40] = '140';
|
||||
$gpxAttribName[40] = 'by day only';
|
||||
$gpxAttribID[41] = '141';
|
||||
$gpxAttribName[41] = 'Tide';
|
||||
$gpxAttribID[42] = '142';
|
||||
$gpxAttribName[42] = 'All seasons';
|
||||
$gpxAttribID[43] = '143';
|
||||
$gpxAttribName[43] = 'Breeding season / protected nature';
|
||||
$gpxAttribID[47] = '147';
|
||||
$gpxAttribName[47] = 'Compass';
|
||||
$gpxAttribID[50] = '150';
|
||||
$gpxAttribName[50] = 'Cave equipment';
|
||||
$gpxAttribID[53] = '153';
|
||||
$gpxAttribName[53] = 'Aircraft';
|
||||
$gpxAttribID[54] = '154';
|
||||
$gpxAttribName[54] = 'Investigation';
|
||||
$gpxAttribID[56] = '156';
|
||||
$gpxAttribName[56] = 'Arithmetical problem';
|
||||
$gpxAttribID[57] = '157';
|
||||
$gpxAttribName[57] = 'Other cache type';
|
||||
$gpxAttribID[58] = '158';
|
||||
$gpxAttribName[58] = 'Ask owner for start conditions';
|
||||
|
||||
//prepare the output
|
||||
$caches_per_page = 20;
|
||||
|
||||
@ -557,17 +439,15 @@
|
||||
$thisline = mb_ereg_replace('{logs}', $logentries, $thisline);
|
||||
|
||||
// attributes
|
||||
$rsAttributes = sql_slave("SELECT `caches_attributes`.`attrib_id` FROM `caches_attributes` WHERE `caches_attributes`.`cache_id`=&1", $r['cacheid']);
|
||||
$rsAttributes = sql_slave("SELECT `gc_id`, `gc_inc`, `gc_name`
|
||||
FROM `caches_attributes`
|
||||
INNER JOIN `cache_attrib` ON `cache_attrib`.`id`=`caches_attributes`.`attrib_id`
|
||||
WHERE `caches_attributes`.`cache_id`=&1", $r['cacheid']);
|
||||
while ($rAttrib = sql_fetch_array($rsAttributes))
|
||||
{
|
||||
$thisattribute = $gpxAttributes;
|
||||
|
||||
$thisattribute_id = $gpxAttribID[$rAttrib['attrib_id']];
|
||||
$thisattribute_name = $gpxAttribName[$rAttrib['attrib_id']];
|
||||
|
||||
$thisattribute = mb_ereg_replace('{attrib_id}', $thisattribute_id, $thisattribute);
|
||||
$thisattribute = mb_ereg_replace('{attrib_name}', $thisattribute_name, $thisattribute);
|
||||
|
||||
$thisattribute = mb_ereg_replace('{attrib_id}', $rAttrib['gc_id'], $gpxAttributes);
|
||||
$thisattribute = mb_ereg_replace('{attrib_inc}', $rAttrib['gc_inc'], $thisattribute);
|
||||
$thisattribute = mb_ereg_replace('{attrib_name}', xmlentities($rAttrib['gc_name']), $thisattribute);
|
||||
$attribentries .= $thisattribute . "\n";
|
||||
}
|
||||
mysql_free_result($rsAttributes);
|
||||
|
Loading…
x
Reference in New Issue
Block a user