/
githubmirror
/
omim
Обзор
Документация
Войти
/
githubmirror
/
omim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
android-gr-922
data/editor.config
994 строки
31 KB
tatiana-yan
[indexer][strings][types] Add type for geyser.
01 окт 2018, 18:51
01 окт 2018, 18:51
5111836
Код
Авторство
О чём код?
<?xml version="1.0"?> <mapsme> <!-- After editing, validate this with xmllint -schema config.xsd editor.config >/dev/null (only use double dashes for schema) --> <editor> <disable everywhere="no"> <!--bbox minlon="37.6120" minlat="55.7479" maxlon="37.6239" maxlat="55.7553" editable="no" /--> </disable> <fields> <!-- Core fields of a feature. --> <field name="name" multilanguage="yes"> <tag k="name" /> </field> <field name="street"> <tag k="addr:street" /> </field> <field name="housenumber"> <tag k="addr:housenumber" /> </field> <field name="housename"> <tag k="addr:housename" /> </field> <!-- Fields that map to types. --> <field name="atm"> <tag k="atm" /> <value type="boolean" /> <ctype id="amenity-atm" /> </field> <!-- Metadata::FMD fields in order. --> <field name="cuisine"> <tag k="cuisine" /> <!-- A list of values is hard-coded, so string in this case. --> <value type="string" many="yes" /> </field> <field name="opening_hours"> <tag k="opening_hours" /> </field> <field name="phone"> <tag k="phone" /> <alt k="contact:phone" /> <value type="string" many="yes" /> </field> <field name="fax" editable="no"> <tag k="fax" /> <alt k="contact:fax" /> </field> <field name="stars"> <tag k="stars" /> <value type="number" /> </field> <field name="level"> <tag k="level" /> <value type="number" /> </field> <field name="operator"> <tag k="operator" /> </field> <!-- What is FMD_URL? --> <field name="website"> <tag k="website" /> <alt k="url" /> <alt k="contact:website" /> </field> <field name="internet"> <tag k="internet_access" /> <value type="list"> <option value="no" /> <option value="wired" /> <option value="wlan" /> <option value="yes" /> </value> </field> <field name="ele"> <tag k="ele" /> <value type="number" /> </field> <!-- Skipping FMD_TURN_LANES. --> <field name="email"> <tag k="email" /> <alt k="contact:email" /> </field> <field name="postcode"> <tag k="addr:postcode" /> </field> <field name="wikipedia" editable="no"> <tag k="wikipedia" /> </field> <!-- Skipping FMD_MAXSPEED. --> <field name="flats"> <tag k="addr:flats" /> <value type="list" /> </field> <field name="height"> <tag k="height" /> </field> <!-- Skipping FMD_MIN_HEIGHT. --> <field name="denomination"> <tag k="denomination" /> </field> <field name="building:levels"> <tag k="building:levels" /> <value type="number" /> </field> <field name="description" editable="no"> <tag k="description" /> </field> <!-- Field groups. --> <field_group name="address"> <field_ref name="street" /> <field_ref name="housenumber" /> <field_ref name="housename" /> <field_ref name="postcode" /> </field_group> <field_group name="poi_noname"> <field_ref name="street" /> <field_ref name="housenumber" /> <field_ref name="level" /> <field_ref name="opening_hours" /> <field_ref name="phone" /> <field_ref name="email" /> <field_ref name="website" /> </field_group> <field_group name="poi"> <field_ref name="name" /> <field_ref name="street" /> <field_ref name="housenumber" /> <field_ref name="level" /> <field_ref name="opening_hours" /> <field_ref name="phone" /> <field_ref name="email" /> <field_ref name="website" /> </field_group> </fields> <!-- Types should be sorted by their priority. --> <!-- Buildings are hardcoded in editor_config.cpp and are mixed with any other type. --> <types> <type id="aeroway-aerodrome" editable="no"> <include group="poi" /> <include field="ele" /> <include field="operator" /> </type> <type id="aeroway-airport" editable="no"> <include group="poi" /> <include field="ele" /> <include field="operator" /> </type> <type id="amenity-atm" group="banking" priority="low"> <include field="opening_hours" /> <include field="operator" /> </type> <type id="amenity-bank" group="banking"> <include group="poi" /> <include field="operator" /> <!-- Uncomment this and other atm fields when the code supports it. --> <!--include field="atm" /--> </type> <type id="amenity-bar" group="food"> <include group="poi" /> <include field="cuisine" /> <include field="internet" /> </type> <type id="amenity-bicycle_rental"> <include field="website" /> <include field="opening_hours" /> <include field="operator" /> </type> <type id="amenity-bureau_de_change" group="banking"> <include group="poi" /> <include field="operator" /> <!--include field="atm" /--> </type> <type id="amenity-bus_station"> <include group="poi" /> <include field="operator" /> <include field="internet" /> </type> <type id="amenity-cafe" group="food"> <include group="poi" /> <include field="cuisine" /> <include field="operator" /> <include field="internet" /> </type> <type id="amenity-car_rental"> <include group="poi" /> <include field="operator" /> <include field="internet" /> </type> <type id="amenity-car_sharing" can_add="no"> <include group="poi" /> <include field="operator" /> <include field="website" /> </type> <type id="amenity-casino"> <include group="poi" /> <include field="operator" /> <include field="internet" /> </type> <type id="amenity-cinema"> <include group="poi" /> <include field="operator" /> <include field="internet" /> </type> <type id="amenity-clinic" group="health"> <include group="poi" /> <include field="operator" /> <include field="internet" /> </type> <type id="amenity-college" group="education"> <include group="poi" /> <include field="operator" /> </type> <type id="amenity-doctors" group="health"> <include group="poi" /> <include field="internet" /> </type> <type id="amenity-dentist" group="health"> <include group="poi" /> <include field="internet" /> </type> <type id="amenity-drinking_water"> <include field="name" /> </type> <type id="amenity-embassy"> <include group="poi" /> </type> <type id="amenity-fast_food" group="food"> <include group="poi" /> <include field="operator" /> <include field="cuisine" /> <include field="internet" /> </type> <type id="amenity-ferry_terminal" can_add="no"> <include group="poi" /> <include field="operator" /> <include field="internet" /> </type> <type id="amenity-fire_station"> <include group="poi" /> </type> <type id="amenity-fountain"> <include field="name" /> </type> <type id="amenity-fuel"> <include group="poi" /> <include field="operator" /> <include field="internet" /> </type> <type id="amenity-grave_yard" can_add="no"> <include group="poi" /> </type> <type id="amenity-hospital" group="health"> <include group="poi" /> <include field="internet" /> </type> <type id="amenity-hunting_stand"> <include field="name" /> <include field="height" /> </type> <type id="amenity-kindergarten" group="education"> <include group="poi" /> <include field="operator" /> </type> <type id="amenity-library"> <include group="poi" /> <include field="internet" /> </type> <type id="amenity-marketplace" group="big_shop" can_add="no"> <include group="poi" /> <include field="operator" /> </type> <type id="amenity-nightclub"> <include group="poi" /> <include field="operator" /> <include field="internet" /> </type> <type id="amenity-parking" can_add="no"> <include field="name" /> <include field="operator" /> </type> <type id="amenity-pharmacy" group="shop"> <include group="poi" /> <include field="operator" /> </type> <type id="amenity-place_of_worship"> <include group="poi" /> </type> <type id="amenity-police"> <include group="poi" /> </type> <type id="amenity-post_box"> <include field="name" /> <include field="operator" /> <include field="postcode" /> </type> <type id="amenity-post_office"> <include group="poi" /> <include field="operator" /> <include field="postcode" /> <include field="internet" /> </type> <type id="amenity-pub" group="food"> <include group="poi" /> <include field="operator" /> <include field="cuisine" /> <include field="internet" /> </type> <type id="amenity-recycling"> <include field="name" /> <include field="operator" /> <include field="website" /> <include field="phone" /> </type> <type id="amenity-restaurant" group="food"> <include group="poi" /> <include field="operator" /> <include field="cuisine" /> <include field="internet" /> </type> <type id="amenity-school" group="education"> <include group="poi" /> <include field="operator" /> </type> <type id="amenity-taxi" can_add="no"> <include group="poi" /> <include field="operator" /> </type> <type id="amenity-telephone"> <include field="operator" /> <include field="phone" /> </type> <type id="amenity-theatre"> <include group="poi" /> </type> <type id="amenity-toilets"> <include field="operator" /> <include field="opening_hours" /> </type> <type id="amenity-townhall" can_add="no"> <include group="poi" /> </type> <type id="amenity-university" group="education" can_add="no"> <include group="poi" /> </type> <type id="amenity-waste_disposal"> <include field="operator" /> </type> <type id="amenity-waste_basket" /> <type id="amenity-car_wash"> <include group="poi" /> <include field="internet" /> </type> <type id="amenity-childcare"> <include group="poi" /> <include field="internet" /> </type> <type id="amenity-veterinary" group="health"> <include group="poi" /> <include field="internet" /> </type> <type id="amenity-charging_station"> <include field="operator" /> </type> <type id="craft" can_add="no"> <include group="poi" /> </type> <type id="craft-brewery" group="shop" can_add="no"> <include group="poi" /> </type> <type id="craft-carpenter" can_add="no"> <include group="poi" /> </type> <type id="craft-electrician" can_add="no"> <include group="poi" /> </type> <type id="craft-gardener" can_add="no"> <include group="poi" /> </type> <type id="craft-hvac" group="shop" can_add="no"> <include group="poi" /> </type> <type id="craft-metal_construction" can_add="no"> <include group="poi" /> </type> <type id="craft-painter" can_add="no"> <include group="poi" /> </type> <type id="craft-photographer" can_add="no"> <include group="poi" /> </type> <type id="craft-plumber" can_add="no"> <include group="poi" /> </type> <type id="craft-shoemaker"> <include group="poi" /> </type> <type id="craft-tailor"> <include group="poi" /> </type> <type id="highway-bus_stop"> <include field="name" /> <include field="operator" /> </type> <type id="historic-archaeological_site" group="historic" can_add="no"> <include group="poi" /> <include field="wikipedia" /> </type> <type id="historic-castle" group="historic"> <include group="poi" /> <include field="wikipedia" /> </type> <type id="historic-memorial" group="historic"> <include field="name" /> <include field="wikipedia" /> </type> <type id="historic-monument" group="historic"> <include field="name" /> <include field="wikipedia" /> </type> <type id="historic-ruins" group="historic" can_add="no"> <include field="name" /> <include field="wikipedia" /> </type> <type id="landuse-cemetery" can_add="no"> <include group="poi" /> <include field="wikipedia" /> </type> <type id="leisure-garden" can_add="no"> <include group="poi" /> <include field="opening_hours" /> <include field="internet" /> </type> <type id="leisure-sports_centre" can_add="no"> <include group="poi" /> <include field="internet" /> </type> <type id="leisure-stadium" can_add="no"> <include group="poi" /> <include field="wikipedia" /> <include field="operator" /> </type> <type id="leisure-swimming_pool" can_add="no"> <include group="poi" /> <include field="operator" /> </type> <type id="natural-geyser"> <include field="name" /> </type> <type id="natural-peak" can_add="no"> <include field="name" /> <include field="wikipedia" /> <include field="ele" /> </type> <type id="natural-spring"> <include field="name" /> </type> <type id="waterway-waterfall"> <include field="name" /> <include field="height" /> <include field="wikipedia" /> </type> <type id="office" can_add="no"> <include group="poi" /> <include field="internet" /> </type> <type id="office-company" group="office"> <include group="poi" /> </type> <type id="office-estate_agent" group="office"> <include group="poi" /> </type> <type id="office-government" group="office"> <include group="poi" /> </type> <type id="office-insurance" group="office"> <include group="poi" /> </type> <type id="office-lawyer" group="office"> <include group="poi" /> </type> <type id="office-ngo" group="office"> <include group="poi" /> </type> <type id="office-telecommunication" group="office"> <include group="poi" /> <include field="internet" /> <include field="operator" /> </type> <type id="place-farm" can_add="no"> <include group="poi" /> <include field="wikipedia" /> </type> <type id="place-hamlet" can_add="no"> <include field="name" /> <include field="wikipedia" /> </type> <type id="place-village" can_add="no"> <include field="name" /> <include field="wikipedia" /> </type> <type id="railway-halt" editable="no" can_add="no"> <include field="name" /> </type> <type id="railway-station" editable="no" can_add="no"> <include group="poi" /> <include field="operator" /> </type> <type id="railway-subway_entrance" editable="no" can_add="no"> <include field="name" /> <include field="operator" /> </type> <!-- Tram stops should be inside tram lines, which our editor cannot do. --> <type id="railway-tram_stop" can_add="no"> <include field="name" /> <include field="operator" /> </type> <type id="shop" can_add="no"> <include group="poi" /> <include field="internet" /> </type> <type id="shop-alcohol" group="shop"> <include group="poi" /> <include field="internet" /> </type> <type id="shop-bakery" group="shop"> <include group="poi" /> <include field="internet" /> </type> <type id="shop-beauty"> <include group="poi" /> <include field="internet" /> </type> <type id="shop-beverages" group="shop"> <include group="poi" /> <include field="internet" /> </type> <type id="shop-bicycle" group="shop"> <include group="poi" /> <include field="operator" /> <include field="internet" /> </type> <type id="shop-books" group="shop"> <include group="poi" /> <include field="operator" /> <include field="internet" /> </type> <type id="shop-butcher" group="shop"> <include group="poi" /> <include field="internet" /> </type> <type id="shop-car" group="shop"> <include group="poi" /> <include field="operator" /> <include field="internet" /> </type> <type id="shop-car_repair"> <include group="poi" /> <include field="operator" /> <include field="internet" /> </type> <!-- Add translations before setting can_add=yes. It's hard to translate though.--> <type id="shop-chemist" group="shop" can_add="no"> <include group="poi" /> <include field="internet" /> </type> <type id="shop-clothes" group="shop"> <include group="poi" /> <include field="operator" /> <include field="internet" /> </type> <type id="shop-computer" group="shop"> <include group="poi" /> <include field="internet" /> </type> <type id="shop-confectionery" group="shop"> <include group="poi" /> <include field="internet" /> </type> <type id="shop-convenience" group="shop"> <include group="poi" /> <include field="operator" /> <include field="internet" /> </type> <type id="shop-department_store" group="big_shop"> <include group="poi" /> <include field="operator" /> <include field="internet" /> </type> <type id="shop-doityourself" group="shop" can_add="no"> <include group="poi" /> <include field="operator" /> <include field="internet" /> </type> <type id="shop-electronics" group="shop"> <include group="poi" /> <include field="operator" /> <include field="internet" /> </type> <type id="shop-florist" group="shop"> <include group="poi" /> <include field="internet" /> </type> <type id="shop-furniture" group="shop"> <include group="poi" /> <include field="internet" /> </type> <type id="shop-garden_centre" group="big_shop" can_add="no"> <include group="poi" /> <include field="internet" /> </type> <type id="shop-gift" group="shop"> <include group="poi" /> <include field="internet" /> </type> <type id="shop-greengrocer" group="shop"> <include group="poi" /> <include field="internet" /> </type> <type id="shop-hairdresser"> <include group="poi" /> <include field="internet" /> </type> <type id="shop-hardware" group="shop"> <include group="poi" /> <include field="internet" /> </type> <type id="shop-jewelry" group="shop"> <include group="poi" /> <include field="internet" /> </type> <type id="shop-kiosk" group="shop" can_add="no"> <include group="poi" /> <include field="operator" /> <include field="internet" /> </type> <type id="shop-laundry" group="shop"> <include group="poi" /> <include field="operator" /> <include field="internet" /> </type> <type id="shop-mall" group="big_shop" can_add="no"> <include group="poi" /> <include field="operator" /> <include field="internet" /> </type> <type id="shop-mobile_phone" group="shop"> <include group="poi" /> <include field="operator" /> <include field="internet" /> </type> <type id="shop-optician" group="shop"> <include group="poi" /> <include field="internet" /> </type> <type id="shop-shoes" group="shop"> <include group="poi" /> <include field="internet" /> </type> <type id="shop-sports" group="shop"> <include group="poi" /> <include field="internet" /> </type> <type id="shop-supermarket" group="big_shop"> <include group="poi" /> <include field="operator" /> <include field="internet" /> </type> <type id="shop-toys" group="shop"> <include group="poi" /> <include field="internet" /> </type> <type id="shop-copyshop" group="shop"> <include group="poi" /> <include field="internet" /> </type> <type id="shop-photo" group="shop"> <include group="poi" /> <include field="internet" /> </type> <type id="shop-travel_agency" group="shop"> <include group="poi" /> </type> <type id="shop-outdoor" group="shop"> <include group="poi" /> <include field="internet" /> </type> <type id="shop-dry_cleaning"> <include group="poi" /> <include field="internet" /> </type> <type id="shop-tyres" group="shop"> <include group="poi" /> </type> <type id="tourism-alpine_hut" group="accomodation"> <include group="poi" /> <include field="ele" /> <include field="opening_hours" /> <include field="operator" /> <include field="website" /> <include field="internet" /> </type> <type id="tourism-apartment" group="accomodation"> <include group="poi" /> <include field="operator" /> <include field="internet" /> </type> <type id="tourism-artwork"> <include field="name" /> </type> <type id="tourism-attraction"> <include group="poi" /> <include field="wikipedia" /> <include field="website" /> </type> <type id="tourism-camp_site" group="accomodation"> <include group="poi" /> <include field="operator" /> <include field="website" /> <include field="opening_hours" /> <include field="internet" /> </type> <type id="tourism-caravan_site" group="accomodation"> <include group="poi" /> <include field="website" /> <include field="operator" /> <include field="internet" /> </type> <type id="tourism-chalet" group="accomodation"> <include group="poi" /> <include field="operator" /> <include field="internet" /> </type> <type id="tourism-guest_house" group="accomodation"> <include group="poi" /> <include field="operator" /> <include field="internet" /> </type> <type id="tourism-hostel" group="accomodation"> <include group="poi" /> <include field="operator" /> <include field="internet" /> </type> <type id="tourism-hotel" group="accomodation"> <include group="poi" /> <include field="operator" /> <include field="internet" /> </type> <type id="tourism-information"> <include group="poi" /> </type> <type id="tourism-motel" group="accomodation"> <include group="poi" /> <include field="operator" /> <include field="internet" /> </type> <type id="tourism-museum"> <include group="poi" /> <include field="operator" /> <include field="internet" /> </type> <type id="tourism-viewpoint"> <include field="name" /> </type> <type id="amenity-bench" /> <type id="amenity-shelter"> <include field="internet" /> </type> <type id="tourism-picnic_site" /> <type id="amenity-brothel" can_add="no"> <include group="poi" /> <include field="internet" /> </type> <type id="leisure-playground"> <include field="internet" /> <include field="opening_hours" /> </type> <type id="amenity-bicycle_parking"> <include field="operator" /> </type> <type id="amenity-biergarten" group="food"> <include group="poi" /> <include field="internet" /> </type> <type id="amenity-community_centre"> <include group="poi" /> <include field="internet" /> </type> <type id="amenity-courthouse"> <include group="poi" /> </type> <type id="amenity-driving_school" group="education"> <include group="poi" /> </type> <type id="amenity-internet_cafe"> <include group="poi" /> <include field="operator" /> </type> <type id="amenity-motorcycle_parking"> <include field="operator" /> </type> <type id="amenity-ice_cream" group="shop"> <include group="poi" /> </type> <type id="amenity-nursing_home"> <include group="poi" /> </type> <type id="amenity-payment_terminal"> <include field="operator" /> </type> <type id="amenity-shower"> <include group="poi" /> </type> <type id="amenity-water_point"> <include group="poi" /> <include field="internet" /> <include field="operator" /> </type> <type id="emergency-defibrillator"> </type> <type id="emergency-fire_hydrant"> </type> <type id="emergency-phone"> <include field="phone" /> <include field="operator" /> </type> <type id="highway-rest_area"> <include field="internet" /> </type> <type id="highway-services" can_add="no"> <include field="internet" /> </type> <type id="leisure-fitness_centre"> <include group="poi" /> <include field="internet" /> </type> <type id="leisure-fitness_station"> <include field="internet" /> </type> <type id="leisure-sauna"> <include group="poi" /> </type> <type id="man_made-chimney" /> <type id="man_made-water_well" /> <type id="man_made-water_tower" /> <type id="shop-cosmetics" group="shop"> <include group="poi" /> </type> <type id="shop-pet" group="shop"> <include group="poi" /> </type> <type id="shop-bookmaker"> <include group="poi" /> </type> <type id="shop-erotic" group="shop"> <include group="poi" /> </type> <type id="shop-fabric" group="shop" can_add="no"> <include group="poi" /> </type> <type id="shop-funeral_directors"> <include group="poi" /> </type> <type id="shop-massage"> <include group="poi" /> <include field="internet" /> </type> <type id="shop-music" group="shop" can_add="no"> <include group="poi" /> </type> <type id="shop-musical_instrument" group="shop" can_add="no"> <include group="poi" /> </type> <type id="shop-motorcycle" group="shop"> <include group="poi" /> </type> <type id="shop-newsagent" group="shop"> <include group="poi" /> </type> <type id="shop-pawnbroker"> <include group="poi" /> </type> <type id="shop-stationery" group="shop"> <include group="poi" /> </type> <type id="shop-seafood" group="shop"> <include group="poi" /> </type> <type id="shop-tattoo"> <include group="poi" /> <include field="internet" /> </type> <type id="shop-ticket" group="shop"> <include group="poi" /> </type> <type id="shop-variety_store" group="shop"> <include group="poi" /> </type> <type id="shop-video" group="shop" can_add="no"> <include group="poi" /> </type> <type id="shop-wine" group="shop"> <include group="poi" /> </type> <type id="shop-car_parts" group="shop"> <include group="poi" /> <include field="operator" /> </type> <!-- Uncomment this after our editor core supports complex types <type id="amenity-vending_machine-cigarettes"> <tag k="amenity" v="vending_machine" /> <tag k="vending" v="cigarettes" /> <include field="operator" /> </type> <type id="amenity-vending_machine-drinks"> <tag k="amenity" v="vending_machine" /> <tag k="vending" v="drinks" /> <include field="operator" /> </type> <type id="shop-car_repair-tyres"> <tag k="shop" v="car_repair" /> <tag k="service" v="tyres" /> <include group="poi" /> </type> <type id="tourism-information-office"> <tag k="tourism" v="information" /> <tag k="information" v="board" /> <include group="poi" /> <include field="internet" /> </type> <type id="tourism-information-board"> <tag k="tourism" v="information" /> <tag k="information" v="board" /> </type> <type id="tourism-information-map"> <tag k="tourism" v="information" /> <tag k="information" v="board" /> </type> <type id="leisure-sports_centre-climbing"> <tag k="leisure" v="sports_centre" /> <tag k="sport" v="climbing" /> <include group="poi" /> <include field="internet" /> </type> <type id="leisure-sports_centre-shooting"> <tag k="leisure" v="sports_centre" /> <tag k="sport" v="shooting" /> <include group="poi" /> <include field="internet" /> </type> <type id="leisure-sports_centre-swimming"> <tag k="leisure" v="sports_centre" /> <tag k="sport" v="swimming" /> <include group="poi" /> <include field="internet" /> </type> <type id="leisure-sports_centre-yoga"> <tag k="leisure" v="sports_centre" /> <tag k="sport" v="yoga" /> <include group="poi" /> <include field="internet" /> </type--> <type id="natural-beach" can_add="no"> <include field="name" /> </type> <type id="building" can_add="no"> <include group="address" /> </type> <type id="building-address" can_add="no"> <include group="address" /> </type> <type id="man_made-surveillance"> </type> <type id="tourism-theme_park" can_add="no"> <include group="poi" /> <include field="internet" /> <include field="operator" /> </type> <type id="tourism-wilderness_hut" group="accomodation"> <include group="poi" /> <include field="internet" /> </type> <type id="man_made-water_tap"> </type> </types> <preferred_types> <type id="amenity-restaurant" /> <type id="amenity-cafe" /> <type id="amenity-fast_food" /> <type id="shop-convenience" /> <type id="highway-bus_stop" /> </preferred_types> </editor> </mapsme>