diff --git a/.env b/.env new file mode 100644 index 00000000000..886d569f7b6 --- /dev/null +++ b/.env @@ -0,0 +1,2 @@ +export BUILDPACK_URL=https://github.com/florianheinemann/buildpack-nginx.git + diff --git a/.gitignore b/.gitignore index fd6ff4db1c9..a90a9bc8b5f 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ dist/iD.css dist/presets.js dist/imagery.js transifex.auth +*.sw? diff --git a/.static b/.static new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Makefile b/Makefile index 3a36953af98..176fdb96dda 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,7 @@ dist/iD.js: \ js/lib/bootstrap-tooltip.js \ js/lib/d3.v3.js \ js/lib/d3.combobox.js \ + js/lib/d3.mcombobox.js \ js/lib/d3.geo.tile.js \ js/lib/d3.jsonp.js \ js/lib/d3.keybinding.js \ diff --git a/README.md b/README.md index 60c7f9a2976..9716cbee26e 100644 --- a/README.md +++ b/README.md @@ -1,36 +1,29 @@ -# iD - friendly JavaScript editor for [OpenStreetMap](http://www.openstreetmap.org/) - -[![Build Status](https://secure.travis-ci.org/openstreetmap/iD.png)](https://travis-ci.org/openstreetmap/iD) +# iD - friendly JavaScript editor for [TransforMap](http://transformap.co/) ## Basics -* iD is a JavaScript [OpenStreetMap](http://www.openstreetmap.org/) editor. -* It's intentionally simple. It lets you do the most basic tasks while - not breaking other people's data. -* It supports modern browsers. Data is rendered with [d3](http://d3js.org/). +* iD is a JavaScript [OpenStreetMap](http://www.openstreetmap.org/) editor, adapted for TransforMap. +* It's latest stable release is deployed on [http://editor.transformap.co](editor.transformap.co) ## Participate! -* [Try out the latest stable release](http://openstreetmap.us/iD/release) -* [Read up on Contributing and the code style of iD](CONTRIBUTING.md) -* See [open issues in the issue tracker](https://github.com/openstreetmap/iD/issues?state=open) if you're looking for something to do -* [Translate!](https://github.com/openstreetmap/iD/blob/master/CONTRIBUTING.md#translating) - -[![translation chart](https://www.transifex.com/projects/p/id-editor/chart/image_png)](https://github.com/openstreetmap/iD/blob/master/CONTRIBUTING.md#translating) -## Installation - -To run the current development version, fork this project and serve it locally. -If you have Python handy, just `cd` into the project root directory and run - - python -m SimpleHTTPServer +* Get in touch with TransforMap's techie circle here [on Discourse](http://discourse.transformap.co/c/engineering). +* See [open issues in the issue tracker](https://github.com/TransforMap/iD/issues?state=open) if you're looking for something to do -Or, with a Mac, you can enable Web Sharing and clone iD into your website directory. +## Developing -Come on in, the water's lovely. More help? Ping tmcw, jfire, or bhousel on IRC -(`irc.oftc.net`, in `#osm-dev` or `#osm`) or on the OSM mailing lists. +If you want to deploy a new version on editor.transformap.co: -For guidance on building a packaged version, running tests, and contributing to -development, see [CONTRIBUTING.md](CONTRIBUTING.md). +* Get an account, ask here on [Discourse](http://discourse.transformap.co/t/id-editor-deployment-coordination/366/6). +* clone this or a fork +* edit +* call "make", your changes get compiled into dist/ +* check out the "dist" branch: "git checkout dist" +* the "dist" branch is simply a copy of the "dist/"-folder with compiled source +* copy all files from dist/ into the /-folder of the "dist"-branch, commit. +* git remote add update dokku@apps.ecobytes.net:id (needed only 1st time) +* git push --set-upstream origin dist (needed only 1st time) +* git push update dist:master ## License diff --git a/TODO.transformap b/TODO.transformap new file mode 100644 index 00000000000..8c9d28a9e56 --- /dev/null +++ b/TODO.transformap @@ -0,0 +1,69 @@ +beginners mode mit gruen leuchtenden knoepfen, wo er der reihenfolge nach drücken muss + 1. locate me + 2. set point + 3. click here to set a name + 4. click here to set needs, identity, interaction + + +which tags should be supported on default? + +name, description +addr +provides/topic +identity +interaction + +sed -i 's/"fields": \[/"fields": \[ \n "provides",\n "topic",\n "identity",\n "interaction",/' * +sed -i 's/"fields": \[/"fields": \[ \n "provides",\n "identity",\n "interaction",/' + +add vertex for: +sed -i 's/"point",/"point",\n "vertex",/' + +extra fields: + contact data -OK + smoking -OK + wheelchair -OK + start_date -OK + fee -OK + access (members/public) + internet access -OK + + organic -OK + regional -OK + fair_trade -OK + + POI-Typen... (amenity,shop,landuse,club,...) + + 1st "Screen": + • TransforMap Taxonomy + → guided Tour + • Classic OSM Object + → conventional things + +Todo: + how are translations handled? + default length of dropdown 4 → 8? -OK + +how to set "Main Tag" in OSM? + +Remove "Tutorial" questions, or replace with TransforMap tutorial + +Future: + Quick "Switch to OSM Mode" with full features + Photo upload - ends on other server (mediawiki?), sets link as "image" tag + adding of Events - ends on other server + + +new presets needed + Tausch&Schenkregal (givebox) -> amenity=givebox -OK + Volkskueche -OK + csa-abholpunkt -OK + food-coop -OK + +todo: add all "club" + office=ngo + + +bug: + if you forget the "category-" prefix when adding them to defaults.json, the JS throws an error. + amenity/doctor is inconsistent, should be doctors diff --git a/build.js b/build.js index 5d1332aeb75..193939c4f91 100644 --- a/build.js +++ b/build.js @@ -177,8 +177,6 @@ function validateCategoryPresets(categories, presets) { } function validatePresetFields(presets, fields) { - var presets = rp('presets.json'), - fields = rp('fields.json'); _.forEach(presets, function(preset) { if (preset.fields) { preset.fields.forEach(function(field) { diff --git a/css/app.css b/css/app.css index 2eccfbe2dc8..de9037b66e0 100644 --- a/css/app.css +++ b/css/app.css @@ -27,8 +27,11 @@ body { } .id-container { - height: 100%; + /* height: 100%; */ + top:50px; + bottom:0; width: 100%; + position: absolute; position: fixed; min-width: 768px; } @@ -606,7 +609,7 @@ a:hover .icon.out-link { background-position: -500px -14px;} position: fixed; padding: 10px 0; left:0; - top:0; + top:50px; right:0; height:60px; z-index: 9; @@ -1463,10 +1466,10 @@ input[type=number] { div.combobox { z-index: 9999; display: none; - box-shadow: 0 0 10px 0 rgba(0,0,0,.1); + box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.5); margin-top: -1px; background: white; - max-height: 120px; + max-height: 220px; overflow-y: auto; overflow-x: hidden; border: 1px solid #ccc; @@ -1482,7 +1485,14 @@ div.combobox { overflow: hidden; } -.combobox a.selected, +.combobox a.mcombobox-option span { + padding-left: 10px; +} + +.combobox a.selected { + font-weight: 600; +} + .combobox a:hover { background: #ececec; } @@ -1724,7 +1734,7 @@ img.wiki-image { .map-controls { right: 0; - top: 70px; + top: 120px; width: 40px; position: fixed; z-index: 100; @@ -2991,3 +3001,85 @@ img.wiki-image { background: rgba(0, 0, 0, 0) url(img/sprite.svg) no-repeat -400px -220px; margin: auto; } + +.mcombo { + display: inline-block; + font-size: inherit; + text-rendering: auto; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + transform: translate(0, 0); +} +.mcombo.square:before { + content: "\2610"; +} +.mcombo.check-square:before { + content: "\2611"; + font-weight:normal; +} + +.mmmnavbar { + font-size: 14px; + background: #455473; + box-shadow: #AAAAAA 0px 3px 5px 0px; + height: 50px; + position: fixed; + top: 0; + left: 0; + width: 100%; + z-index:1005; + color:#FFF; + font: normal normal 400 14px/20px "PT Sans"; + font-family: "PT Sans", sans-serif; + vertical-align:middle; + text-align:center; +} + +.mmmnavbar li a { + color: #DDDDDD; + height:100%; + display:block; + line-height:50px; + padding-left:10px; + padding-right:10px; +} +.mmmnavbar li:first-child a { +padding:0px; +} + + +.mmmnavbar a:hover { + text-decoration: none; + color:#FFF; +} + +.mmmnavbar ul { + max-width:939px; + margin:0 0 0 -470px; + padding:0; + position:absolute; + top:0px; + left:50%; + height:50px; +} + +.mmmnavbar ul li { + display: inline; + float:left; + height:50px; + /*padding:10px;*/ +} +.mmmnavbar ul li:first-child { + float:normal; +} + +.mmmnavbar ul li img { + vertical-align:middle; + margin:10px; +} + +.mmmnavbar ul li:hover { + background: #444; +} + + diff --git a/data/presets.yaml b/data/presets.yaml index 08dbae3ec15..d4979e857e7 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -9,6 +9,40 @@ en: name: Land Use category-path: name: Path + category-pois: + name: POIs (amenities) + category-provides_clothes: + name: Clothes + category-provides_community: + name: Community + category-provides_culture: + name: Culture + category-provides_energy: + name: Energy + category-provides_food+drink: + name: Food + Drink + category-provides_health: + name: Health + category-provides_housing: + name: Housing + category-provides_land: + name: Land + category-provides_learning_opportunities: + name: "Knowledge & Skills" + category-provides_mobility: + name: Mobility + category-provides_objects_of_utility: + name: Objects of Utility + category-provides_participation: + name: Participation + category-provides_safety: + name: Safety + category-provides_spaces: + name: Spaces + category-provides_spirituality: + name: Spirituality + category-provides_water: + name: Water category-rail: name: Rail category-restriction: @@ -17,6 +51,8 @@ en: name: Road category-route: name: Route + category-shopping: + name: Shopping / Dinner category-water-area: name: Water category-water-line: @@ -50,6 +86,9 @@ en: destination: title: Destination description: Access permitted only to reach a destination + access_clubs: + label: Access + placeholder: "yes" access_simple: label: Access placeholder: "yes" @@ -153,10 +192,66 @@ en: options: clockwise: Clockwise anticlockwise: Counterclockwise + club: + label: Club + placeholder: "Yes, Sports, Artist, Chess, ..." + options: + "yes": "Yes: If not known further" + sport: "+ sport=*" + art: Artist club + astronomy: An amateur astronomy club + automobile: Automobile club + bicycle: Promote and enjoy bicycle usage (for competitions see sport + sport=cycling) + charity: "A club devoted to charitable activities: blood/tissues donation, humanitarian,.." + chess: Chess club + cinema: Cinema club + cooking: Cooking club + culture: "A cultural club that doesn't fit in other categories. Consider to use a specific new value instead of this." + doityourself: "Do it yourself club (electronics, clothes,..)" + elderly: A club restricted to aged people + ethnic: A club to promote ethnic or inter-ethnic culture. + fan: A fanclub + fishing: (for competitions see sport + sport=fishing) + freemasonry: A Masonic Lodge/temple/hall used by Freemasons. + game: A club devoted to games. + board_games: A club devoted to board games. + history: A club devoted to (local) history and traditions + hunting: (see also sport+sport=shooting) + linux: A Linux User Group (LUG) + music: A club where people sing or play music + nature: "A club devoted to nature study: mushrooms, rocks, flowers, birdwatching,and so on. Consider if create specific values for each of these." + nudism: Nudist Club + photography: Photographer club + politics: politic club + religion: "+ religion=* + denomination=*" + scout: A scout group base + smoke: "smoker's club" + theatre: theatre club + veterans: "A club of war veterans (e.g.: in italy \"Gruppo alpini\" or \"Gruppo partigiani\")." + youth: A club restricted to young people collection_times: label: Collection Times construction: label: Type + contact: + label: Contact data + placeholder: Unknown + types: + "contact:website": Website + "contact:phone": Telephone Nr. + "contact:fax": Fax Nr. + "contact:email": Email Address + "contact:name": Contact Person Name + options: + +49 ...: + title: +49 1234 56789-0 + description: "phone/fax nrs. with int. prefix, no local (0)!" + "http://": + title: "http://" + description: "Start Web addresses with http://" + "https://": + title: "http://" + description: "Start Secure Web addresses with https://" country: label: Country covered: @@ -195,6 +290,20 @@ en: label: Type except: label: Exceptions + fair_trade: + label: Fair-Trade + placeholder: "Yes, No, Fair-Trade Only..." + options: + "yes": "Yes: Good choice of fair-trade products in the whole selection, but not solely" + "no": "No" + only: Fair-Trade Only + limited: "Limited: only selected products are fair-trade" + farm_boxes: + label: CSA + options: + pickup: Pickup point + source: "Source farm, no pickup" + source_and_pickup: "Farm, also pickup possible" fax: label: Fax placeholder: +31 42 123 4567 @@ -244,6 +353,9 @@ en: label: Source generator/type: label: Type + genus: + label: "Genus: low level taxonomy rank" + placeholder: main key latin golf_hole: label: Reference placeholder: Hole number (1-18) @@ -261,6 +373,25 @@ en: label: IATA icao: label: ICAO + identity: + label: Self-Description of a Community + placeholder: "Commons, Transition Initiative, ..." + options: + solidarity_economy: "Solidarity Economy: Organisations, projects and enterprises meeting the principles of Solidarity Economy based on the core ideas of shared ownership and people before profit." + transition_initiative: "Transition Initative: A transition initiative is a grassroot community project that seeks to build resilience in response to peak oil, climate destruction, and economic instability by creating a local group that uphold the values of the transition network." + permaculture: "Permaculture: Initiatives, and projects based on the design principles of permaculture." + demonetized_economy: "Demonetized Economy: Places where people live or attempt to live without money. Projects and initiatives that avoid commodity exchange and conventional money." + community_based_currencies: "Community Based Currencies: Initiatives that design and manage community based and -supported, local and social currencies, which are not controlled by a national government, and are intended to be traded only in a particular area. " + commons: "Commons: \"Commons\"-based communities collectively and democratically produce, steward, develop or manage shared places, projects, resources, assets or knowledge. See also Eight Design Principles for Managing a Commons set forth by Nobel Prize Laureate Elinor Ostrom." + economy_for_the_common_good: "Economy for the Common Good: Local chapters of the economy for the common good and corporate bodies that have created a certified balance of the economy for the common good." + collaborative_economy: "Collaborative Economy: The collaborative economy consists of initiatives based on horizontal networks and participation of a community." + global_ecovillage_network: "Global Ecovillage Network: Initiatives that are part of the Global Ecovillage Network." + degrowth: "Degrowth: Organisations and projects that identify themselves as being part of degrowth and its synonyms in different languages as for instance décroissance." + subsistence_economy: "Subsistence Economy: Acitivities for ones own livelyhood and well-being not producing commodities to be sold at the market." + p2p_economy: "P2P Economy: The peer-to-peer economy consists of people who pool work, ideas and resources to produce something in self-administrated and decentralized associations, instead of conventional seller/buyer market relationships. " + ecovillage: "Ecovillage, individual." + identity_combotype: + label: Self-description of a Community incline: label: Incline incline_steps: @@ -270,6 +401,21 @@ en: down: Down information: label: Type + interaction: + label: Mode of Interaction + placeholder: "bartering, cousing, ..." + options: + bartering: "Bartering: Here you can exchange something: give & take." + sharing: "Sharing: Here you can share material (tools, books, etc.) and immaterial (time, knowledge, ideas) matters." + lending: "Lending: Here you can borrow something (contributions towards costs)." + renting: "Renting: Here you can rent something." + gifting: "Gifting: Here you can give and receive." + rebuying_reselling: "Rebuy & Resell: Here you can get and leave things that are not needed anymore. Second-hand." + cousing: "Co-Use: Here you can use (some)things with others." + diy_and_dit: "Do It Yourself & Together: Here you can produce or repair, upcycle or downcycle something by yourself or together with others." + buying_and_selling: "Buy & Sell: Here you can buy and sell things." + interaction_combotype: + label: Mode of Interaction internet_access: label: Internet Access options: @@ -375,6 +521,14 @@ en: label: Hours operator: label: Operator + organic: + label: Organic + placeholder: "Yes, No, Organic Only..." + options: + "yes": "Yes: Good choice of organic products in the whole selection, but not solely" + "no": "No" + only: Organic Only + limited: "Limited: only selected products are organic" par: label: Par placeholder: "3, 4, 5..." @@ -431,6 +585,37 @@ en: label: Population power: label: Type + provides: + label: Needs fulfilled by a community + placeholder: "food+drink , water, land, ..." + options: + food+drink: "Food & Drink: Here you can find drinks and something to eat, recently harvested or ready to enjoy." + water: "Water: Here you can find drinking water." + land: "Land: Here you find land - the land we all need to find shelter and/or to work on." + mobility: "Mobility: Here you find possibilities to go from A to B." + health: "Health: Here you find what keeps and makes us healthy." + culture: "Culture: Here you find cultural events or free space to (self-)organise an event or to perform." + safety: "Safety: Here you find places and people that provide a sense of security, support and safety for a short period of time." + housing: "Housing: Here you find shelter - for a short time or permanently." + spaces: "Free Space: Here you find free spaces to meet, hang out or do whatever you want." + objects_of_utility: "Objects of Utility: Here you can get or borrow different tools and other things, that others don't need any longer or only ocassionally use." + clothes: "Clothes: Here you can find clothes." + learning_opportunities: "Knowledge & Skills: Here you can find things and spaces where knowledge, skills and insights are shared. A space where people learn and research and where you can engage heart, hand and mind." + energy: "Energy: Electricity, heating, transportation - all these require energy. On this places energy is provided." + community: "Community: A diverse group of people that offers support and empowerment by coming together." + participation: "Participation: Here is an opportunity to initiate activities, participate or deliberate on public issues." + spirituality: "Spirituality: Here you find spaces, places and groups that pursue a contemplative/spiritual connection." + telecommunication: "Telecommunication: This facility provides the infrastructure for telecommunication." + air: "Air: Provides the air we all need to breathe." + provides_combotype: + label: Fulfils Needs + provides_land: + label: Type of Land + placeholder: "rural, urban, rurban" + options: + rural: Rural land + urban: Urban land + rurban: Rural/Urban (rurban) land railway: label: Type recycling/cans: @@ -443,6 +628,14 @@ en: label: Accepts Paper ref: label: Reference + regional: + label: Regional + placeholder: "Yes, No, Regional Only..." + options: + "yes": "Yes: Good choice of regional products in the whole selection, but not solely" + "no": "No" + only: Regional Only + limited: "Limited: only selected products are regional" relation: label: Type religion: @@ -467,6 +660,13 @@ en: difficult_alpine_hiking: "T6: Difficult Alpine Hiking" seasonal: label: Seasonal + second_hand: + label: Second Hand + placeholder: "Yes, No, Second Hand Only..." + options: + only: "Only: only 2nd hand" + "yes": "Yes: new and 2nd hand" + "no": "No" service: label: Type service/bicycle/chain_tool: @@ -523,12 +723,17 @@ en: placeholder: "Homeless, Disabled, Child, etc" source: label: Source + species: + label: "Species: scientific name" + placeholder: main key latin sport: label: Sport sport_ice: label: Sport sport_racing: label: Sport + start_date: + label: Start Date structure: label: Structure placeholder: Unknown @@ -562,6 +767,29 @@ en: pitlatrine: Pit/Latrine chemical: Chemical bucket: Bucket + topic: + label: Topic of an Organisation + placeholder: "food+drink , water, land, ..." + options: + food+drink: "Food & Drink: Organisations that care about food/drink." + water: "Water: Here you can find organisations who care about water." + land: "Land: Here you can find organisations who care about land - the land we all need to find shelter and/or to work on." + mobility: "Mobility: Here you find organisations who care about mobility." + health: "Health: Here you find organisations that care about keeping and making us healthy." + culture: "Culture: Organisations who care about culture." + safety: "Safety: Organisations who care about security." + housing: "Housing: Organisations who care about housing." + spaces: "Free Space: Organisations which are concerned about open spaces." + objects_of_utility: "Objects of Utility: Organisations devoted to objects of utility." + clothes: "Clothes: Clothes-related organisations (traders,company HQs,charity organisations with focus on clothes)." + learning_opportunities: "Knowledge & Skills: Organisations devoted to science and education." + energy: "Energy: Energy-focused organisations" + community: "Community: Community:-building and empowering organisations." + participation: "Participation: Organisations who organise participation in various field." + spirituality: "Spirituality: Spritiual organisations" + telecommunication: "Telecommunication: Organisations devoted to telecommunication" + air: "Air: Organisation caring about the air we all need to breathe." + environment: "Environment: Environmentalism-related organisations" tourism: label: Type towertype: @@ -697,6 +925,9 @@ en: amenity/bicycle_repair_station: name: Bicycle Repair Station terms: "" + amenity/biergarten: + name: Biergarten + terms: "" amenity/boat_rental: name: Boat Rental terms: "" @@ -760,6 +991,9 @@ en: amenity/embassy: name: Embassy terms: "" + amenity/fablab: + name: Fab Lab + terms: "" amenity/fast_food: name: Fast Food terms: "" @@ -772,6 +1006,9 @@ en: amenity/fuel: name: Gas Station terms: "" + amenity/givebox: + name: Givebox + terms: "" amenity/grave_yard: name: Graveyard terms: "" @@ -826,6 +1063,9 @@ en: amenity/post_office: name: Post Office terms: "" + amenity/prison: + name: Prison + terms: "" amenity/pub: name: Pub terms: "" @@ -892,6 +1132,9 @@ en: amenity/veterinary: name: Veterinary terms: "" + amenity/volkskuche: + name: Volkskuche + terms: "" amenity/waste_basket: name: Waste Basket terms: "" @@ -1057,6 +1300,12 @@ en: building/warehouse: name: Warehouse terms: "" + club: + name: Club + terms: "" + club/foodcoop: + name: Food Coop + terms: "" craft: name: Craft terms: "" @@ -1213,6 +1462,9 @@ en: entrance: name: Entrance/Exit terms: "" + farm_boxes: + name: CSA + terms: "" footway/crossing: name: Crossing terms: "" @@ -1396,6 +1648,18 @@ en: historic/wayside_shrine: name: Wayside Shrine terms: "" + identity/commons: + name: "Identity: Commons" + terms: "" + identity/global_ecovillage_network: + name: "identity: Global Ecovillage Network" + terms: "" + interaction/bartering: + name: "Interaction: Bartering" + terms: "" + interaction/lending: + name: "Interaction: Lending" + terms: "" junction: name: Junction terms: "" @@ -1408,6 +1672,9 @@ en: landuse/basin: name: Basin terms: "" + landuse/brownfield: + name: Brownfield + terms: "" landuse/cemetery: name: Cemetery terms: "" @@ -1438,6 +1705,9 @@ en: landuse/grass: name: Grass terms: "" + landuse/greenfield: + name: Greenfield + terms: "" landuse/industrial: name: Industrial Area terms: "" @@ -1471,6 +1741,9 @@ en: leisure/common: name: Common terms: "" + leisure/communitygarden: + name: Community Garden + terms: "" leisure/dog_park: name: Dog Park terms: "" @@ -1483,6 +1756,9 @@ en: leisure/golf_course: name: Golf Course terms: "" + leisure/hackerspace: + name: Hackerspace + terms: "" leisure/ice_rink: name: Ice Rink terms: "" @@ -1792,6 +2068,54 @@ en: power/transformer: name: Transformer terms: "" + provides/clothes: + name: Other POI providing clothes + terms: "" + provides/community: + name: Other POI providing community + terms: "" + provides/culture: + name: Other POI providing culture + terms: "" + provides/energy: + name: Other POI providing energy + terms: "" + provides/food+drink: + name: "Other POI providing Food & Drink" + terms: "" + provides/health: + name: Other POI providing health + terms: "" + provides/housing: + name: Other POI providing housing + terms: "" + provides/land: + name: Other POI providing Land + terms: "" + provides/learning_opportunities: + name: "Other POI providing knowledge & skills" + terms: "" + provides/mobility: + name: Other POI providing Mobility + terms: "" + provides/objects_of_utility: + name: Other POI providing objects of utility + terms: "" + provides/participation: + name: Other POI providing participation + terms: "" + provides/safety: + name: Other POI providing safety + terms: "" + provides/spaces: + name: Other POI providing free space + terms: "" + provides/spirituality: + name: Other POI providing spirituality + terms: "" + provides/water: + name: Other POI providing Water + terms: "" public_transport/platform: name: Platform terms: "" @@ -2023,6 +2347,9 @@ en: shop/houseware: name: Houseware Store terms: "" + shop/ice_cream: + name: Ice Cream Parlour + terms: "" shop/interior_decoration: name: Interior Decoration Store terms: "" @@ -2176,6 +2503,9 @@ en: shop/wine: name: Wine Shop terms: "" + tm_chain_provides: + name: "Fulfils Needs:" + terms: "" tourism: name: Tourism terms: "" @@ -2239,6 +2569,15 @@ en: traffic_calming/table: name: Raised Pedestrian Crossing terms: "" + transformap-direct: + name: POI fulfilling direct needs + terms: "" + transformap-indirect: + name: Organisation caring about needs + terms: "" + transfortest: + name: TransforMap Object + terms: "" type/boundary: name: Boundary terms: "" diff --git a/data/presets/README.md b/data/presets/README.md index f2d361cf76a..b6043b8eede 100644 --- a/data/presets/README.md +++ b/data/presets/README.md @@ -64,6 +64,7 @@ In which `type` is the fields's type. Valid field types are * textarea * radio * combo +* mcombo - a combo box where more than one value can be selected, produces ";"-separated tags * address * check - a tri-state checkbox: yes, no, or unknown (no tag) * defaultcheck - a boolean checkbox where checked produces a `*=yes` tag and diff --git a/data/presets/categories.json b/data/presets/categories.json index cc8e3d7b6b6..cf75acf8b3b 100644 --- a/data/presets/categories.json +++ b/data/presets/categories.json @@ -55,6 +55,241 @@ "highway/steps" ] }, + "category-pois": { + "geometry": "point", + "name": "POIs (amenities)", + "icon": "circle-stroked", + "members": [ + "amenity/library", + "amenity/public_bookcase", + "amenity/social_facility", + "amenity/theatre", + "amenity/car_sharing", + "amenity/studio", + "amenity/bicycle_rental", + "amenity/community_centre", + "amenity/school", + "amenity/university", + "amenity/kindergarten", + "amenity/college", + "amenity/drinking_water", + "leisure/garden", + "leisure/hackerspace", + "natural/tree", + "club" + ] + }, + "category-provides_clothes": { + "geometry": "point", + "name": "Clothes", + "icon": "clothing-store", + "members": [ + "shop/second_hand", + "shop/clothes", + "shop/boutique", + "shop/tailor", + "amenity/givebox", + "provides/clothes" + ] + }, + "category-provides_community": { + "geometry": "point", + "name": "Community", + "icon": "school", + "members": [ + "leisure/communitygarden", + "amenity/community_centre", + "amenity/volkskuche", + "provides/community" + ] + }, + "category-provides_culture": { + "geometry": "point", + "name": "Culture", + "icon": "theatre", + "members": [ + "amenity/theatre", + "amenity/cinema", + "amenity/studio", + "tourism/museum", + "provides/culture" + ] + }, + "category-provides_energy": { + "geometry": "point", + "name": "Energy", + "icon": "fire-station", + "members": [ + "power/generator", + "amenity/charging_station", + "provides/energy" + ] + }, + "category-provides_food+drink": { + "geometry": "point", + "name": "Food + Drink", + "icon": "restaurant", + "members": [ + "leisure/communitygarden", + "farm_boxes", + "club/foodcoop", + "amenity/volkskuche", + "amenity/social_facility/food_bank", + "amenity/marketplace", + "natural/tree", + "amenity/restaurant", + "amenity/bar", + "amenity/pub", + "amenity/cafe", + "amenity/biergarten", + "amenity/fast_food", + "shop/bakery", + "shop/butcher", + "shop/convenience", + "shop/supermarket", + "shop/greengrocer", + "shop/farm", + "shop/beverages", + "shop/wine", + "shop/alcohol", + "shop", + "provides/food+drink" + ] + }, + "category-provides_health": { + "geometry": "point", + "name": "Health", + "icon": "hospital", + "members": [ + "amenity/pharmacy", + "amenity/doctor", + "amenity/dentist", + "amenity/clinic", + "amenity/hospital", + "shop/massage", + "office/therapist", + "office/physician", + "emergency/ambulance_station", + "amenity/veterinary", + "provides/health" + ] + }, + "category-provides_housing": { + "geometry": "point", + "name": "Housing", + "icon": "building", + "members": [ + "amenity/social_facility/homeless_shelter", + "tourism/hotel", + "tourism/hostel", + "tourism/motel", + "tourism/guest_house", + "tourism/chalet", + "tourism/camp_site", + "tourism/caravan_site", + "provides/housing" + ] + }, + "category-provides_land": { + "geometry": "point", + "name": "Land", + "icon": "land-use", + "members": [ + "landuse/greenfield", + "landuse/brownfield", + "provides/land" + ] + }, + "category-provides_learning_opportunities": { + "geometry": "point", + "name": "Knowledge & Skills", + "icon": "library", + "members": [ + "amenity/public_bookcase", + "amenity/library", + "amenity/university", + "amenity/college", + "amenity/school", + "leisure/hackerspace", + "provides/learning_opportunities" + ] + }, + "category-provides_mobility": { + "geometry": "point", + "name": "Mobility", + "icon": "bicycle", + "members": [ + "amenity/bicycle_rental", + "amenity/bicycle_repair_station", + "amenity/car_rental", + "amenity/car_sharing", + "provides/mobility" + ] + }, + "category-provides_objects_of_utility": { + "geometry": "point", + "name": "Objects of Utility", + "icon": "logging", + "members": [ + "amenity/bicycle_repair_station", + "shop/doityourself", + "leisure/hackerspace", + "amenity/fablab", + "provides/objects_of_utility" + ] + }, + "category-provides_participation": { + "geometry": "point", + "name": "Participation", + "icon": "town-hall", + "members": [ + "club", + "amenity/community_centre", + "amenity/givebox", + "provides/participation" + ] + }, + "category-provides_safety": { + "geometry": "point", + "name": "Safety", + "icon": "police", + "members": [ + "amenity/police", + "amenity/prison", + "provides/safety" + ] + }, + "category-provides_spaces": { + "geometry": "point", + "name": "Spaces", + "icon": "circle-stroked", + "members": [ + "shop/vacant", + "provides/spaces" + ] + }, + "category-provides_spirituality": { + "geometry": "point", + "name": "Spirituality", + "icon": "place-of-worship", + "members": [ + "amenity/place_of_worship", + "historic/wayside_cross", + "historic/wayside_shrine", + "provides/spirituality" + ] + }, + "category-provides_water": { + "geometry": "point", + "name": "Water", + "icon": "water", + "members": [ + "amenity/drinking_water", + "amenity/fountain", + "natural/spring", + "provides/water" + ] + }, "category-rail": { "geometry": "line", "name": "Rail", @@ -125,6 +360,30 @@ "type/route" ] }, + "category-shopping": { + "geometry": "point", + "name": "Shopping / Dinner", + "icon": "restaurant", + "members": [ + "amenity/marketplace", + "amenity/restaurant", + "amenity/bar", + "amenity/pub", + "amenity/cafe", + "amenity/biergarten", + "amenity/fast_food", + "amenity/community_centre", + "shop/art", + "shop/bakery", + "shop/bicycle", + "shop/books", + "shop/boutique", + "shop/butcher", + "shop/clothes", + "shop/convenience", + "shop" + ] + }, "category-water-area": { "geometry": "area", "name": "Water", diff --git a/data/presets/categories/pois.json b/data/presets/categories/pois.json new file mode 100644 index 00000000000..8b0ad892a30 --- /dev/null +++ b/data/presets/categories/pois.json @@ -0,0 +1,24 @@ +{ + "geometry": "point", + "name": "POIs (amenities)", + "icon": "circle-stroked", + "members": [ + "amenity/library", + "amenity/public_bookcase", + "amenity/social_facility", + "amenity/theatre", + "amenity/car_sharing", + "amenity/studio", + "amenity/bicycle_rental", + "amenity/community_centre", + "amenity/school", + "amenity/university", + "amenity/kindergarten", + "amenity/college", + "amenity/drinking_water", + "leisure/garden", + "leisure/hackerspace", + "natural/tree", + "club" + ] +} diff --git a/data/presets/categories/provides_clothes.json b/data/presets/categories/provides_clothes.json new file mode 100644 index 00000000000..d6dc9901bce --- /dev/null +++ b/data/presets/categories/provides_clothes.json @@ -0,0 +1,13 @@ +{ + "geometry": "point", + "name": "Clothes", + "icon": "clothing-store", + "members": [ + "shop/second_hand", + "shop/clothes", + "shop/boutique", + "shop/tailor", + "amenity/givebox", + "provides/clothes" + ] +} diff --git a/data/presets/categories/provides_community.json b/data/presets/categories/provides_community.json new file mode 100644 index 00000000000..a90c61ef41e --- /dev/null +++ b/data/presets/categories/provides_community.json @@ -0,0 +1,11 @@ +{ + "geometry": "point", + "name": "Community", + "icon": "school", + "members": [ + "leisure/communitygarden", + "amenity/community_centre", + "amenity/volkskuche", + "provides/community" + ] +} diff --git a/data/presets/categories/provides_culture.json b/data/presets/categories/provides_culture.json new file mode 100644 index 00000000000..070c9c2b1d9 --- /dev/null +++ b/data/presets/categories/provides_culture.json @@ -0,0 +1,12 @@ +{ + "geometry": "point", + "name": "Culture", + "icon": "theatre", + "members": [ + "amenity/theatre", + "amenity/cinema", + "amenity/studio", + "tourism/museum", + "provides/culture" + ] +} diff --git a/data/presets/categories/provides_energy.json b/data/presets/categories/provides_energy.json new file mode 100644 index 00000000000..2a9779b61b8 --- /dev/null +++ b/data/presets/categories/provides_energy.json @@ -0,0 +1,10 @@ +{ + "geometry": "point", + "name": "Energy", + "icon": "fire-station", + "members": [ + "power/generator", + "amenity/charging_station", + "provides/energy" + ] +} diff --git a/data/presets/categories/provides_food+drink.json b/data/presets/categories/provides_food+drink.json new file mode 100644 index 00000000000..adae68fa360 --- /dev/null +++ b/data/presets/categories/provides_food+drink.json @@ -0,0 +1,31 @@ +{ + "geometry": "point", + "name": "Food + Drink", + "icon": "restaurant", + "members": [ + "leisure/communitygarden", + "farm_boxes", + "club/foodcoop", + "amenity/volkskuche", + "amenity/social_facility/food_bank", + "amenity/marketplace", + "natural/tree", + "amenity/restaurant", + "amenity/bar", + "amenity/pub", + "amenity/cafe", + "amenity/biergarten", + "amenity/fast_food", + "shop/bakery", + "shop/butcher", + "shop/convenience", + "shop/supermarket", + "shop/greengrocer", + "shop/farm", + "shop/beverages", + "shop/wine", + "shop/alcohol", + "shop", + "provides/food+drink" + ] +} diff --git a/data/presets/categories/provides_health.json b/data/presets/categories/provides_health.json new file mode 100644 index 00000000000..c22b990848e --- /dev/null +++ b/data/presets/categories/provides_health.json @@ -0,0 +1,18 @@ +{ + "geometry": "point", + "name": "Health", + "icon": "hospital", + "members": [ + "amenity/pharmacy", + "amenity/doctor", + "amenity/dentist", + "amenity/clinic", + "amenity/hospital", + "shop/massage", + "office/therapist", + "office/physician", + "emergency/ambulance_station", + "amenity/veterinary", + "provides/health" + ] +} diff --git a/data/presets/categories/provides_housing.json b/data/presets/categories/provides_housing.json new file mode 100644 index 00000000000..4a87576975f --- /dev/null +++ b/data/presets/categories/provides_housing.json @@ -0,0 +1,16 @@ +{ + "geometry": "point", + "name": "Housing", + "icon": "building", + "members": [ + "amenity/social_facility/homeless_shelter", + "tourism/hotel", + "tourism/hostel", + "tourism/motel", + "tourism/guest_house", + "tourism/chalet", + "tourism/camp_site", + "tourism/caravan_site", + "provides/housing" + ] +} diff --git a/data/presets/categories/provides_land.json b/data/presets/categories/provides_land.json new file mode 100644 index 00000000000..7a6b8d651b6 --- /dev/null +++ b/data/presets/categories/provides_land.json @@ -0,0 +1,10 @@ +{ + "geometry": "point", + "name": "Land", + "icon": "land-use", + "members": [ + "landuse/greenfield", + "landuse/brownfield", + "provides/land" + ] +} diff --git a/data/presets/categories/provides_learning_opportunities.json b/data/presets/categories/provides_learning_opportunities.json new file mode 100644 index 00000000000..8890ee6cba5 --- /dev/null +++ b/data/presets/categories/provides_learning_opportunities.json @@ -0,0 +1,14 @@ +{ + "geometry": "point", + "name": "Knowledge & Skills", + "icon": "library", + "members": [ + "amenity/public_bookcase", + "amenity/library", + "amenity/university", + "amenity/college", + "amenity/school", + "leisure/hackerspace", + "provides/learning_opportunities" + ] +} diff --git a/data/presets/categories/provides_mobility.json b/data/presets/categories/provides_mobility.json new file mode 100644 index 00000000000..c83b8024376 --- /dev/null +++ b/data/presets/categories/provides_mobility.json @@ -0,0 +1,12 @@ +{ + "geometry": "point", + "name": "Mobility", + "icon": "bicycle", + "members": [ + "amenity/bicycle_rental", + "amenity/bicycle_repair_station", + "amenity/car_rental", + "amenity/car_sharing", + "provides/mobility" + ] +} diff --git a/data/presets/categories/provides_objects_of_utility.json b/data/presets/categories/provides_objects_of_utility.json new file mode 100644 index 00000000000..f90319576c8 --- /dev/null +++ b/data/presets/categories/provides_objects_of_utility.json @@ -0,0 +1,12 @@ +{ + "geometry": "point", + "name": "Objects of Utility", + "icon": "logging", + "members": [ + "amenity/bicycle_repair_station", + "shop/doityourself", + "leisure/hackerspace", + "amenity/fablab", + "provides/objects_of_utility" + ] +} diff --git a/data/presets/categories/provides_participation.json b/data/presets/categories/provides_participation.json new file mode 100644 index 00000000000..d6ffbbb1f06 --- /dev/null +++ b/data/presets/categories/provides_participation.json @@ -0,0 +1,11 @@ +{ + "geometry": "point", + "name": "Participation", + "icon": "town-hall", + "members": [ + "club", + "amenity/community_centre", + "amenity/givebox", + "provides/participation" + ] +} diff --git a/data/presets/categories/provides_safety.json b/data/presets/categories/provides_safety.json new file mode 100644 index 00000000000..5f31c164f0c --- /dev/null +++ b/data/presets/categories/provides_safety.json @@ -0,0 +1,10 @@ +{ + "geometry": "point", + "name": "Safety", + "icon": "police", + "members": [ + "amenity/police", + "amenity/prison", + "provides/safety" + ] +} diff --git a/data/presets/categories/provides_spaces.json b/data/presets/categories/provides_spaces.json new file mode 100644 index 00000000000..5667d81bfb3 --- /dev/null +++ b/data/presets/categories/provides_spaces.json @@ -0,0 +1,9 @@ +{ + "geometry": "point", + "name": "Spaces", + "icon": "circle-stroked", + "members": [ + "shop/vacant", + "provides/spaces" + ] +} diff --git a/data/presets/categories/provides_spirituality.json b/data/presets/categories/provides_spirituality.json new file mode 100644 index 00000000000..d305ff1ef8d --- /dev/null +++ b/data/presets/categories/provides_spirituality.json @@ -0,0 +1,11 @@ +{ + "geometry": "point", + "name": "Spirituality", + "icon": "place-of-worship", + "members": [ + "amenity/place_of_worship", + "historic/wayside_cross", + "historic/wayside_shrine", + "provides/spirituality" + ] +} diff --git a/data/presets/categories/provides_water.json b/data/presets/categories/provides_water.json new file mode 100644 index 00000000000..290841b4a2d --- /dev/null +++ b/data/presets/categories/provides_water.json @@ -0,0 +1,11 @@ +{ + "geometry": "point", + "name": "Water", + "icon": "water", + "members": [ + "amenity/drinking_water", + "amenity/fountain", + "natural/spring", + "provides/water" + ] +} diff --git a/data/presets/categories/shopping.json b/data/presets/categories/shopping.json new file mode 100644 index 00000000000..37d64b1dad5 --- /dev/null +++ b/data/presets/categories/shopping.json @@ -0,0 +1,24 @@ +{ + "geometry": "point", + "name": "Shopping / Dinner", + "icon": "restaurant", + "members": [ + "amenity/marketplace", + "amenity/restaurant", + "amenity/bar", + "amenity/pub", + "amenity/cafe", + "amenity/biergarten", + "amenity/fast_food", + "amenity/community_centre", + "shop/art", + "shop/bakery", + "shop/bicycle", + "shop/books", + "shop/boutique", + "shop/butcher", + "shop/clothes", + "shop/convenience", + "shop" + ] +} diff --git a/data/presets/defaults.json b/data/presets/defaults.json index 5954b3db192..ec9891e4e87 100644 --- a/data/presets/defaults.json +++ b/data/presets/defaults.json @@ -2,12 +2,11 @@ "area": [ "category-landuse", "category-building", + "category-pois", + "category-shopping", + "transfortest", + "leisure/communitygarden", "category-water-area", - "leisure/park", - "amenity/hospital", - "amenity/place_of_worship", - "amenity/cafe", - "amenity/restaurant", "area" ], "line": [ @@ -19,18 +18,30 @@ "line" ], "point": [ - "leisure/park", - "amenity/hospital", - "amenity/place_of_worship", - "amenity/cafe", - "amenity/restaurant", - "amenity/fast_food", - "amenity/bar", - "amenity/bank", - "shop/supermarket", + "category-provides_food+drink", + "category-provides_water", + "category-provides_land", + "category-provides_mobility", + "category-provides_health", + "category-provides_culture", + "category-provides_safety", + "category-provides_housing", + "category-provides_spaces", + "category-provides_objects_of_utility", + "category-provides_clothes", + "category-provides_learning_opportunities", + "category-provides_energy", + "category-provides_community", + "category-provides_participation", + "category-provides_spirituality", + "transformap-indirect", + "transfortest", "point" ], "vertex": [ + "transformap-direct", + "transformap-indirect", + "transfortest", "highway/crosswalk", "railway/level_crossing", "highway/traffic_signals", diff --git a/data/presets/fields.json b/data/presets/fields.json index 120c2985697..92c1ea39a38 100644 --- a/data/presets/fields.json +++ b/data/presets/fields.json @@ -49,6 +49,19 @@ } } }, + "access_clubs": { + "key": "access", + "type": "combo", + "label": "Access", + "placeholder": "yes", + "options": [ + "public", + "permissive", + "private", + "members", + "no" + ] + }, "access_simple": { "key": "access", "type": "combo", @@ -276,6 +289,50 @@ } } }, + "club": { + "key": "club", + "type": "combo", + "label": "Club", + "placeholder": "Yes, Sports, Artist, Chess, ...", + "universal": true, + "strings": { + "options": { + "yes": "Yes: If not known further", + "sport": "+ sport=*", + "art": "Artist club", + "astronomy": "An amateur astronomy club", + "automobile": "Automobile club", + "bicycle": "Promote and enjoy bicycle usage (for competitions see sport + sport=cycling)", + "charity": "A club devoted to charitable activities: blood/tissues donation, humanitarian,..", + "chess": "Chess club", + "cinema": "Cinema club", + "cooking": "Cooking club", + "culture": "A cultural club that doesn't fit in other categories. Consider to use a specific new value instead of this.", + "doityourself": "Do it yourself club (electronics, clothes,..)", + "elderly": "A club restricted to aged people", + "ethnic": "A club to promote ethnic or inter-ethnic culture.", + "fan": "A fanclub", + "fishing": "(for competitions see sport + sport=fishing)", + "freemasonry": "A Masonic Lodge/temple/hall used by Freemasons.", + "game": "A club devoted to games.", + "board_games": "A club devoted to board games.", + "history": "A club devoted to (local) history and traditions", + "hunting": "(see also sport+sport=shooting)", + "linux": "A Linux User Group (LUG)", + "music": "A club where people sing or play music", + "nature": "A club devoted to nature study: mushrooms, rocks, flowers, birdwatching,and so on. Consider if create specific values for each of these.", + "nudism": "Nudist Club", + "photography": "Photographer club", + "politics": "politic club", + "religion": "+ religion=* + denomination=*", + "scout": "A scout group base", + "smoke": "smoker's club", + "theatre": "theatre club", + "veterans": "A club of war veterans (e.g.: in italy \"Gruppo alpini\" or \"Gruppo partigiani\").", + "youth": "A club restricted to young people" + } + } + }, "collection_times": { "key": "collection_times", "type": "text", @@ -286,6 +343,46 @@ "type": "combo", "label": "Type" }, + "contact": { + "keys": [ + "contact:website", + "contact:fax", + "contact:phone", + "contact:email", + "contact:name" + ], + "reference": { + "key": "contact" + }, + "type": "access", + "label": "Contact data", + "icon": "telephone", + "universal": true, + "placeholder": "Unknown", + "strings": { + "types": { + "contact:website": "Website", + "contact:phone": "Telephone Nr.", + "contact:fax": "Fax Nr.", + "contact:email": "Email Address", + "contact:name": "Contact Person Name" + }, + "options": { + "+49 ...": { + "title": "+49 1234 56789-0", + "description": "phone/fax nrs. with int. prefix, no local (0)!" + }, + "http://": { + "title": "http://", + "description": "Start Web addresses with http://" + }, + "https://": { + "title": "http://", + "description": "Start Secure Web addresses with https://" + } + } + } + }, "country": { "key": "country", "type": "combo", @@ -313,7 +410,7 @@ }, "cuisine": { "key": "cuisine", - "type": "combo", + "type": "mcombo", "label": "Cuisine" }, "delivery": { @@ -359,7 +456,6 @@ "key": "ele", "type": "number", "icon": "elevation", - "universal": true, "label": "Elevation" }, "emergency": { @@ -377,6 +473,34 @@ "type": "combo", "label": "Exceptions" }, + "fair_trade": { + "key": "fair_trade", + "type": "combo", + "label": "Fair-Trade", + "placeholder": "Yes, No, Fair-Trade Only...", + "universal": true, + "strings": { + "options": { + "yes": "Yes: Good choice of fair-trade products in the whole selection, but not solely", + "no": "No", + "only": "Fair-Trade Only", + "limited": "Limited: only selected products are fair-trade" + } + } + }, + "farm_boxes": { + "key": "farm_boxes", + "type": "combo", + "strings": { + "options": { + "pickup": "Pickup point", + "source": "Source farm, no pickup", + "source_and_pickup": "Farm, also pickup possible" + } + }, + "icon": "farm", + "label": "CSA" + }, "fax": { "key": "fax", "type": "tel", @@ -386,6 +510,7 @@ "fee": { "key": "fee", "type": "check", + "universal": true, "label": "Fee" }, "fire_hydrant/type": { @@ -493,6 +618,12 @@ "type": "combo", "label": "Type" }, + "genus": { + "key": "genus", + "type": "localized", + "label": "Genus: low level taxonomy rank", + "placeholder": "main key latin" + }, "golf_hole": { "key": "ref", "type": "text", @@ -531,6 +662,35 @@ "type": "text", "label": "ICAO" }, + "identity": { + "key": "identity", + "type": "mcombo", + "label": "Self-Description of a Community", + "placeholder": "Commons, Transition Initiative, ...", + "strings": { + "options": { + "solidarity_economy": "Solidarity Economy: Organisations, projects and enterprises meeting the principles of Solidarity Economy based on the core ideas of shared ownership and people before profit.", + "transition_initiative": "Transition Initative: A transition initiative is a grassroot community project that seeks to build resilience in response to peak oil, climate destruction, and economic instability by creating a local group that uphold the values of the transition network.", + "permaculture": "Permaculture: Initiatives, and projects based on the design principles of permaculture.", + "demonetized_economy": "Demonetized Economy: Places where people live or attempt to live without money. Projects and initiatives that avoid commodity exchange and conventional money.", + "community_based_currencies": "Community Based Currencies: Initiatives that design and manage community based and -supported, local and social currencies, which are not controlled by a national government, and are intended to be traded only in a particular area. ", + "commons": "Commons: \"Commons\"-based communities collectively and democratically produce, steward, develop or manage shared places, projects, resources, assets or knowledge. See also Eight Design Principles for Managing a Commons set forth by Nobel Prize Laureate Elinor Ostrom.", + "economy_for_the_common_good": "Economy for the Common Good: Local chapters of the economy for the common good and corporate bodies that have created a certified balance of the economy for the common good.", + "collaborative_economy": "Collaborative Economy: The collaborative economy consists of initiatives based on horizontal networks and participation of a community.", + "global_ecovillage_network": "Global Ecovillage Network: Initiatives that are part of the Global Ecovillage Network.", + "degrowth": "Degrowth: Organisations and projects that identify themselves as being part of degrowth and its synonyms in different languages as for instance décroissance.", + "subsistence_economy": "Subsistence Economy: Acitivities for ones own livelyhood and well-being not producing commodities to be sold at the market.", + "p2p_economy": "P2P Economy: The peer-to-peer economy consists of people who pool work, ideas and resources to produce something in self-administrated and decentralized associations, instead of conventional seller/buyer market relationships. ", + "ecovillage": "Ecovillage, individual." + } + }, + "universal": true + }, + "identity_combotype": { + "key": "identity", + "type": "typeCombo", + "label": "Self-description of a Community" + }, "incline": { "key": "incline", "type": "combo", @@ -552,10 +712,36 @@ "type": "typeCombo", "label": "Type" }, + "interaction": { + "key": "interaction", + "type": "mcombo", + "label": "Mode of Interaction", + "placeholder": "bartering, cousing, ...", + "strings": { + "options": { + "bartering": "Bartering: Here you can exchange something: give & take.", + "sharing": "Sharing: Here you can share material (tools, books, etc.) and immaterial (time, knowledge, ideas) matters.", + "lending": "Lending: Here you can borrow something (contributions towards costs).", + "renting": "Renting: Here you can rent something.", + "gifting": "Gifting: Here you can give and receive.", + "rebuying_reselling": "Rebuy & Resell: Here you can get and leave things that are not needed anymore. Second-hand.", + "cousing": "Co-Use: Here you can use (some)things with others.", + "diy_and_dit": "Do It Yourself & Together: Here you can produce or repair, upcycle or downcycle something by yourself or together with others.", + "buying_and_selling": "Buy & Sell: Here you can buy and sell things." + } + }, + "universal": true + }, + "interaction_combotype": { + "key": "interaction", + "type": "typeCombo", + "label": "Mode of Interaction" + }, "internet_access": { "key": "internet_access", "type": "combo", "label": "Internet Access", + "universal": true, "strings": { "options": { "yes": "Yes", @@ -718,7 +904,6 @@ "note": { "key": "note", "type": "textarea", - "universal": true, "icon": "note", "label": "Note" }, @@ -761,6 +946,21 @@ "type": "text", "label": "Operator" }, + "organic": { + "key": "organic", + "type": "combo", + "label": "Organic", + "placeholder": "Yes, No, Organic Only...", + "universal": true, + "strings": { + "options": { + "yes": "Yes: Good choice of organic products in the whole selection, but not solely", + "no": "No", + "only": "Organic Only", + "limited": "Limited: only selected products are organic" + } + } + }, "par": { "key": "par", "type": "number", @@ -792,7 +992,6 @@ "key": "phone", "type": "tel", "icon": "telephone", - "universal": true, "label": "Phone", "placeholder": "+31 42 123 4567" }, @@ -861,6 +1060,53 @@ "type": "typeCombo", "label": "Type" }, + "provides": { + "key": "provides", + "type": "mcombo", + "label": "Needs fulfilled by a community", + "placeholder": "food+drink , water, land, ...", + "strings": { + "options": { + "food+drink": "Food & Drink: Here you can find drinks and something to eat, recently harvested or ready to enjoy.", + "water": "Water: Here you can find drinking water.", + "land": "Land: Here you find land - the land we all need to find shelter and/or to work on.", + "mobility": "Mobility: Here you find possibilities to go from A to B.", + "health": "Health: Here you find what keeps and makes us healthy.", + "culture": "Culture: Here you find cultural events or free space to (self-)organise an event or to perform.", + "safety": "Safety: Here you find places and people that provide a sense of security, support and safety for a short period of time.", + "housing": "Housing: Here you find shelter - for a short time or permanently.", + "spaces": "Free Space: Here you find free spaces to meet, hang out or do whatever you want.", + "objects_of_utility": "Objects of Utility: Here you can get or borrow different tools and other things, that others don't need any longer or only ocassionally use.", + "clothes": "Clothes: Here you can find clothes.", + "learning_opportunities": "Knowledge & Skills: Here you can find things and spaces where knowledge, skills and insights are shared. A space where people learn and research and where you can engage heart, hand and mind.", + "energy": "Energy: Electricity, heating, transportation - all these require energy. On this places energy is provided.", + "community": "Community: A diverse group of people that offers support and empowerment by coming together.", + "participation": "Participation: Here is an opportunity to initiate activities, participate or deliberate on public issues.", + "spirituality": "Spirituality: Here you find spaces, places and groups that pursue a contemplative/spiritual connection.", + "telecommunication": "Telecommunication: This facility provides the infrastructure for telecommunication.", + "air": "Air: Provides the air we all need to breathe." + } + }, + "universal": true + }, + "provides_combotype": { + "key": "provides", + "type": "typeCombo", + "label": "Fulfils Needs" + }, + "provides_land": { + "key": "provides:land", + "type": "mcombo", + "label": "Type of Land", + "placeholder": "rural, urban, rurban", + "strings": { + "options": { + "rural": "Rural land", + "urban": "Urban land", + "rurban": "Rural/Urban (rurban) land" + } + } + }, "railway": { "key": "railway", "type": "typeCombo", @@ -891,6 +1137,21 @@ "type": "text", "label": "Reference" }, + "regional": { + "key": "regional", + "type": "combo", + "label": "Regional", + "placeholder": "Yes, No, Regional Only...", + "universal": true, + "strings": { + "options": { + "yes": "Yes: Good choice of regional products in the whole selection, but not solely", + "no": "No", + "only": "Regional Only", + "limited": "Limited: only selected products are regional" + } + } + }, "relation": { "key": "type", "type": "combo", @@ -946,6 +1207,20 @@ "type": "check", "label": "Seasonal" }, + "second_hand": { + "key": "second_hand", + "type": "combo", + "label": "Second Hand", + "placeholder": "Yes, No, Second Hand Only...", + "universal": true, + "strings": { + "options": { + "only": "Only: only 2nd hand", + "yes": "Yes: new and 2nd hand", + "no": "No" + } + } + }, "service": { "key": "service", "type": "combo", @@ -1020,6 +1295,7 @@ "type": "combo", "label": "Smoking", "placeholder": "No, Separated, Yes...", + "universal": true, "strings": { "options": { "no": "No smoking anywhere", @@ -1051,7 +1327,7 @@ }, "social_facility_for": { "key": "social_facility:for", - "type": "radio", + "type": "mcombo", "label": "People served", "placeholder": "Homeless, Disabled, Child, etc", "options": [ @@ -1078,9 +1354,15 @@ "universal": true, "label": "Source" }, + "species": { + "key": "species", + "type": "localized", + "label": "Species: scientific name", + "placeholder": "main key latin" + }, "sport": { "key": "sport", - "type": "combo", + "type": "mcombo", "label": "Sport" }, "sport_ice": { @@ -1109,6 +1391,12 @@ "running" ] }, + "start_date": { + "key": "start_date", + "type": "text", + "universal": true, + "label": "Start Date" + }, "structure": { "type": "radio", "keys": [ @@ -1132,7 +1420,7 @@ }, "studio_type": { "key": "type", - "type": "combo", + "type": "mcombo", "label": "Type", "options": [ "audio", @@ -1185,6 +1473,36 @@ } } }, + "topic": { + "key": "topic", + "type": "mcombo", + "label": "Topic of an Organisation", + "placeholder": "food+drink , water, land, ...", + "strings": { + "options": { + "food+drink": "Food & Drink: Organisations that care about food/drink.", + "water": "Water: Here you can find organisations who care about water.", + "land": "Land: Here you can find organisations who care about land - the land we all need to find shelter and/or to work on.", + "mobility": "Mobility: Here you find organisations who care about mobility.", + "health": "Health: Here you find organisations that care about keeping and making us healthy.", + "culture": "Culture: Organisations who care about culture.", + "safety": "Safety: Organisations who care about security.", + "housing": "Housing: Organisations who care about housing.", + "spaces": "Free Space: Organisations which are concerned about open spaces.", + "objects_of_utility": "Objects of Utility: Organisations devoted to objects of utility.", + "clothes": "Clothes: Clothes-related organisations (traders,company HQs,charity organisations with focus on clothes).", + "learning_opportunities": "Knowledge & Skills: Organisations devoted to science and education.", + "energy": "Energy: Energy-focused organisations", + "community": "Community: Community:-building and empowering organisations.", + "participation": "Participation: Organisations who organise participation in various field.", + "spirituality": "Spirituality: Spritiual organisations", + "telecommunication": "Telecommunication: Organisations devoted to telecommunication", + "air": "Air: Organisation caring about the air we all need to breathe.", + "environment": "Environment: Environmentalism-related organisations" + } + }, + "universal": true + }, "tourism": { "key": "tourism", "type": "typeCombo", @@ -1238,7 +1556,7 @@ }, "vending": { "key": "vending", - "type": "combo", + "type": "mcombo", "label": "Type of Goods" }, "water": { @@ -1256,7 +1574,6 @@ "type": "url", "icon": "website", "placeholder": "http://example.com/", - "universal": true, "label": "Website" }, "wetland": { diff --git a/data/presets/fields/access_clubs.json b/data/presets/fields/access_clubs.json new file mode 100644 index 00000000000..a13ed03e7dc --- /dev/null +++ b/data/presets/fields/access_clubs.json @@ -0,0 +1,7 @@ +{ + "key": "access", + "type": "combo", + "label": "Access", + "placeholder": "yes", + "options": ["public", "permissive", "private", "members", "no"] +} diff --git a/data/presets/fields/club.json b/data/presets/fields/club.json new file mode 100644 index 00000000000..384fa5f7292 --- /dev/null +++ b/data/presets/fields/club.json @@ -0,0 +1,43 @@ +{ + "key": "club", + "type": "combo", + "label": "Club", + "placeholder": "Yes, Sports, Artist, Chess, ...", + "universal": true, + "strings": { + "options": { + "yes": "Yes: If not known further", + "sport": "Sports club", + "art": "Artist club", + "astronomy": "An amateur astronomy club", + "automobile": "Automobile club", + "bicycle": "Promote and enjoy bicycle usage (for competitions see sport + sport=cycling)", + "charity": "A club devoted to charitable activities: blood/tissues donation, humanitarian,..", + "chess": "Chess club", + "cinema": "Cinema club", + "cooking": "Cooking club", + "culture": "A cultural club that doesn't fit in other categories. Consider to use a specific new value instead of this.", "doityourself": "Do it yourself club (electronics, clothes,..)", + "elderly": "A club restricted to aged people", + "ethnic": "A club to promote ethnic or inter-ethnic culture.", + "fan": "A fanclub", + "fishing": "(for competitions see sport + sport=fishing)", + "freemasonry": "A Masonic Lodge/temple/hall used by Freemasons.", + "game": "A club devoted to games.", + "board_games": "A club devoted to board games.", + "history": "A club devoted to (local) history and traditions", + "hunting": "(see also sport+sport=shooting)", + "linux": "A Linux User Group (LUG)", + "music": "A club where people sing or play music", + "nature": "A club devoted to nature study: mushrooms, rocks, flowers, birdwatching,and so on. Consider if create specific values for each of these.", "nudism": "Nudist Club", + "photography": "Photographer club", + "politics": "politic club", + "religion": "+ religion=* + denomination=*", + "scout": "A scout group base", + "smoke": "smoker's club", + "sport": "+ sport=*", + "theatre": "theatre club", + "veterans": "A club of war veterans (e.g.: in italy \"Gruppo alpini\" or \"Gruppo partigiani\").", + "youth": "A club restricted to young people" + } + } +} diff --git a/data/presets/fields/contact.json b/data/presets/fields/contact.json new file mode 100644 index 00000000000..dd1e12a89f8 --- /dev/null +++ b/data/presets/fields/contact.json @@ -0,0 +1,39 @@ +{ + "keys": [ + "contact:website", + "contact:fax", + "contact:phone", + "contact:email", + "contact:name" + ], + "reference": {"key": "contact"}, + "type": "access", + "label": "Contact data", + "icon": "telephone", + "universal": true, + "placeholder": "Unknown", + "strings": { + "types": { + "contact:website": "Website", + "contact:phone": "Telephone Nr.", + "contact:fax": "Fax Nr.", + "contact:email": "Email Address", + "contact:name": "Contact Person Name" + }, + "options": { + "+49 ...": { + "title": "+49 1234 56789-0", + "description": "phone/fax nrs. with int. prefix, no local (0)!" + }, + "http://": { + "title": "http://", + "description": "Start Web addresses with http://" + }, + "https://": { + "title": "http://", + "description": "Start Secure Web addresses with https://" + } + } + + } +} diff --git a/data/presets/fields/cuisine.json b/data/presets/fields/cuisine.json index 307826ca7cb..cec559b9ef3 100644 --- a/data/presets/fields/cuisine.json +++ b/data/presets/fields/cuisine.json @@ -1,5 +1,5 @@ { "key": "cuisine", - "type": "combo", + "type": "mcombo", "label": "Cuisine" } diff --git a/data/presets/fields/elevation.json b/data/presets/fields/elevation.json index 9a09db321b3..8886e6f7d3f 100644 --- a/data/presets/fields/elevation.json +++ b/data/presets/fields/elevation.json @@ -2,6 +2,5 @@ "key": "ele", "type": "number", "icon": "elevation", - "universal": true, "label": "Elevation" -} \ No newline at end of file +} diff --git a/data/presets/fields/fair_trade.json b/data/presets/fields/fair_trade.json new file mode 100644 index 00000000000..b96712cbb0f --- /dev/null +++ b/data/presets/fields/fair_trade.json @@ -0,0 +1,15 @@ +{ + "key": "fair_trade", + "type": "combo", + "label": "Fair-Trade", + "placeholder": "Yes, No, Fair-Trade Only...", + "universal": true, + "strings": { + "options": { + "yes": "Yes: Good choice of fair-trade products in the whole selection, but not solely", + "no": "No", + "only": "Fair-Trade Only", + "limited": "Limited: only selected products are fair-trade" + } + } +} diff --git a/data/presets/fields/farm_boxes.json b/data/presets/fields/farm_boxes.json new file mode 100644 index 00000000000..0afd3f0d059 --- /dev/null +++ b/data/presets/fields/farm_boxes.json @@ -0,0 +1,13 @@ +{ + "key": "farm_boxes", + "type": "combo", + "strings" : { + "options": { + "pickup" : "Pickup point", + "source" : "Source farm, no pickup", + "source_and_pickup" : "Farm, also pickup possible" + } + }, + "icon": "farm", + "label": "CSA" +} diff --git a/data/presets/fields/fee.json b/data/presets/fields/fee.json index 33dc526c418..c3b1cb484d4 100644 --- a/data/presets/fields/fee.json +++ b/data/presets/fields/fee.json @@ -1,5 +1,6 @@ { "key": "fee", "type": "check", + "universal": true, "label": "Fee" -} \ No newline at end of file +} diff --git a/data/presets/fields/genus.json b/data/presets/fields/genus.json new file mode 100644 index 00000000000..470040e3ac8 --- /dev/null +++ b/data/presets/fields/genus.json @@ -0,0 +1,6 @@ +{ + "key": "genus", + "type": "localized", + "label": "Genus: low level taxonomy rank", + "placeholder": "main key latin" +} diff --git a/data/presets/fields/identity.json b/data/presets/fields/identity.json new file mode 100644 index 00000000000..5d337d74217 --- /dev/null +++ b/data/presets/fields/identity.json @@ -0,0 +1,24 @@ +{ + "key": "identity", + "type": "mcombo", + "label": "Self-Description of a Community", + "placeholder": "Commons, Transition Initiative, ...", + "strings": { + "options": { + "solidarity_economy" : "Solidarity Economy: Organisations, projects and enterprises meeting the principles of Solidarity Economy based on the core ideas of shared ownership and people before profit.", + "transition_initiative" : "Transition Initative: A transition initiative is a grassroot community project that seeks to build resilience in response to peak oil, climate destruction, and economic instability by creating a local group that uphold the values of the transition network.", + "permaculture" : "Permaculture: Initiatives, and projects based on the design principles of permaculture.", + "demonetized_economy" : "Demonetized Economy: Places where people live or attempt to live without money. Projects and initiatives that avoid commodity exchange and conventional money.", + "community_based_currencies" : "Community Based Currencies: Initiatives that design and manage community based and -supported, local and social currencies, which are not controlled by a national government, and are intended to be traded only in a particular area. ", + "commons" : "Commons: \"Commons\"-based communities collectively and democratically produce, steward, develop or manage shared places, projects, resources, assets or knowledge. See also Eight Design Principles for Managing a Commons set forth by Nobel Prize Laureate Elinor Ostrom.", + "economy_for_the_common_good" : "Economy for the Common Good: Local chapters of the economy for the common good and corporate bodies that have created a certified balance of the economy for the common good.", + "collaborative_economy" : "Collaborative Economy: The collaborative economy consists of initiatives based on horizontal networks and participation of a community.", + "global_ecovillage_network" : "Global Ecovillage Network: Initiatives that are part of the Global Ecovillage Network.", + "degrowth" : "Degrowth: Organisations and projects that identify themselves as being part of degrowth and its synonyms in different languages as for instance décroissance.", + "subsistence_economy" : "Subsistence Economy: Acitivities for ones own livelyhood and well-being not producing commodities to be sold at the market.", + "p2p_economy" : "P2P Economy: The peer-to-peer economy consists of people who pool work, ideas and resources to produce something in self-administrated and decentralized associations, instead of conventional seller/buyer market relationships. ", + "ecovillage" : "Ecovillage, individual." + } + }, + "universal": true +} diff --git a/data/presets/fields/identity_combotype.json b/data/presets/fields/identity_combotype.json new file mode 100644 index 00000000000..c395cf5417f --- /dev/null +++ b/data/presets/fields/identity_combotype.json @@ -0,0 +1,5 @@ +{ + "key": "identity", + "type": "typeCombo", + "label": "Self-description of a Community" +} diff --git a/data/presets/fields/interaction.json b/data/presets/fields/interaction.json new file mode 100644 index 00000000000..25fac625c57 --- /dev/null +++ b/data/presets/fields/interaction.json @@ -0,0 +1,20 @@ +{ + "key": "interaction", + "type": "mcombo", + "label": "Mode of Interaction", + "placeholder": "bartering, cousing, ...", + "strings": { + "options": { + "bartering" : "Bartering: Here you can exchange something: give & take.", + "sharing" : "Sharing: Here you can share material (tools, books, etc.) and immaterial (time, knowledge, ideas) matters.", + "lending" : "Lending: Here you can borrow something (contributions towards costs).", + "renting" : "Renting: Here you can rent something.", + "gifting" : "Gifting: Here you can give and receive.", + "rebuying_reselling" : "Rebuy & Resell: Here you can get and leave things that are not needed anymore. Second-hand.", + "cousing" : "Co-Use: Here you can use (some)things with others.", + "diy_and_dit" : "Do It Yourself & Together: Here you can produce or repair, upcycle or downcycle something by yourself or together with others.", + "buying_and_selling" : "Buy & Sell: Here you can buy and sell things." + } + }, + "universal": true +} diff --git a/data/presets/fields/interaction_combotype.json b/data/presets/fields/interaction_combotype.json new file mode 100644 index 00000000000..ec23313d711 --- /dev/null +++ b/data/presets/fields/interaction_combotype.json @@ -0,0 +1,5 @@ +{ + "key": "interaction", + "type": "typeCombo", + "label": "Mode of Interaction" +} diff --git a/data/presets/fields/internet_access.json b/data/presets/fields/internet_access.json index a628dfd5fcd..5f502702044 100644 --- a/data/presets/fields/internet_access.json +++ b/data/presets/fields/internet_access.json @@ -2,6 +2,7 @@ "key": "internet_access", "type": "combo", "label": "Internet Access", + "universal": true, "strings": { "options": { "yes": "Yes", diff --git a/data/presets/fields/note.json b/data/presets/fields/note.json index e38d9d5d772..cd378616c32 100644 --- a/data/presets/fields/note.json +++ b/data/presets/fields/note.json @@ -1,7 +1,6 @@ { "key": "note", "type": "textarea", - "universal": true, "icon": "note", "label": "Note" -} \ No newline at end of file +} diff --git a/data/presets/fields/organic.json b/data/presets/fields/organic.json new file mode 100644 index 00000000000..fbb8441af0e --- /dev/null +++ b/data/presets/fields/organic.json @@ -0,0 +1,15 @@ +{ + "key": "organic", + "type": "combo", + "label": "Organic", + "placeholder": "Yes, No, Organic Only...", + "universal": true, + "strings": { + "options": { + "yes": "Yes: Good choice of organic products in the whole selection, but not solely", + "no": "No", + "only": "Organic Only", + "limited": "Limited: only selected products are organic" + } + } +} diff --git a/data/presets/fields/phone.json b/data/presets/fields/phone.json index d02f6cbb3cc..a13f55d5a31 100644 --- a/data/presets/fields/phone.json +++ b/data/presets/fields/phone.json @@ -2,7 +2,6 @@ "key": "phone", "type": "tel", "icon": "telephone", - "universal": true, "label": "Phone", "placeholder": "+31 42 123 4567" -} \ No newline at end of file +} diff --git a/data/presets/fields/provides.json b/data/presets/fields/provides.json new file mode 100644 index 00000000000..6227fff1ba0 --- /dev/null +++ b/data/presets/fields/provides.json @@ -0,0 +1,29 @@ +{ + "key": "provides", + "type": "mcombo", + "label": "Needs fulfilled by a community", + "placeholder": "food+drink , water, land, ...", + "strings": { + "options": { + "food+drink" : "Food & Drink: Here you can find drinks and something to eat, recently harvested or ready to enjoy.", + "water" : "Water: Here you can find drinking water.", + "land" : "Land: Here you find land - the land we all need to find shelter and/or to work on.", + "mobility" : "Mobility: Here you find possibilities to go from A to B.", + "health" : "Health: Here you find what keeps and makes us healthy.", + "culture" : "Culture: Here you find cultural events or free space to (self-)organise an event or to perform.", + "safety" : "Safety: Here you find places and people that provide a sense of security, support and safety for a short period of time.", + "housing" : "Housing: Here you find shelter - for a short time or permanently.", + "spaces" : "Free Space: Here you find free spaces to meet, hang out or do whatever you want.", + "objects_of_utility" : "Objects of Utility: Here you can get or borrow different tools and other things, that others don't need any longer or only ocassionally use.", + "clothes" : "Clothes: Here you can find clothes.", + "learning_opportunities" : "Knowledge & Skills: Here you can find things and spaces where knowledge, skills and insights are shared. A space where people learn and research and where you can engage heart, hand and mind.", + "energy" : "Energy: Electricity, heating, transportation - all these require energy. On this places energy is provided.", + "community" : "Community: A diverse group of people that offers support and empowerment by coming together.", + "participation" : "Participation: Here is an opportunity to initiate activities, participate or deliberate on public issues.", + "spirituality" : "Spirituality: Here you find spaces, places and groups that pursue a contemplative/spiritual connection.", + "telecommunication" : "Telecommunication: This facility provides the infrastructure for telecommunication.", + "air" : "Air: Provides the air we all need to breathe." + } + }, + "universal": true +} diff --git a/data/presets/fields/provides_combotype.json b/data/presets/fields/provides_combotype.json new file mode 100644 index 00000000000..947ba99e5f9 --- /dev/null +++ b/data/presets/fields/provides_combotype.json @@ -0,0 +1,5 @@ +{ + "key": "provides", + "type": "typeCombo", + "label": "Fulfils Needs" +} diff --git a/data/presets/fields/provides_land.json b/data/presets/fields/provides_land.json new file mode 100644 index 00000000000..ad7730d66c0 --- /dev/null +++ b/data/presets/fields/provides_land.json @@ -0,0 +1,13 @@ +{ + "key": "provides:land", + "type": "mcombo", + "label": "Type of Land", + "placeholder": "rural, urban, rurban", + "strings": { + "options": { + "rural" : "Rural land", + "urban" : "Urban land", + "rurban" : "Rural/Urban (rurban) land" + } + } +} diff --git a/data/presets/fields/regional.json b/data/presets/fields/regional.json new file mode 100644 index 00000000000..f58efbf303a --- /dev/null +++ b/data/presets/fields/regional.json @@ -0,0 +1,15 @@ +{ + "key": "regional", + "type": "combo", + "label": "Regional", + "placeholder": "Yes, No, Regional Only...", + "universal": true, + "strings": { + "options": { + "yes": "Yes: Good choice of regional products in the whole selection, but not solely", + "no": "No", + "only": "Regional Only", + "limited": "Limited: only selected products are regional" + } + } +} diff --git a/data/presets/fields/second_hand.json b/data/presets/fields/second_hand.json new file mode 100644 index 00000000000..c0e0371436f --- /dev/null +++ b/data/presets/fields/second_hand.json @@ -0,0 +1,14 @@ +{ + "key": "second_hand", + "type": "combo", + "label": "Second Hand", + "placeholder": "Yes, No, Second Hand Only...", + "universal": true, + "strings": { + "options": { + "only": "Only: only 2nd hand", + "yes": "Yes: new and 2nd hand", + "no": "No" + } + } +} diff --git a/data/presets/fields/smoking.json b/data/presets/fields/smoking.json index 43a8aaaf907..95127d80974 100644 --- a/data/presets/fields/smoking.json +++ b/data/presets/fields/smoking.json @@ -3,6 +3,7 @@ "type": "combo", "label": "Smoking", "placeholder": "No, Separated, Yes...", + "universal": true, "strings": { "options": { "no": "No smoking anywhere", diff --git a/data/presets/fields/social_facility_for.json b/data/presets/fields/social_facility_for.json index cf4a6212fe2..f07633bfcab 100644 --- a/data/presets/fields/social_facility_for.json +++ b/data/presets/fields/social_facility_for.json @@ -1,6 +1,6 @@ { "key": "social_facility:for", - "type": "radio", + "type": "mcombo", "label": "People served", "placeholder": "Homeless, Disabled, Child, etc", "options": [ @@ -20,4 +20,4 @@ "victim" ] -} \ No newline at end of file +} diff --git a/data/presets/fields/species.json b/data/presets/fields/species.json new file mode 100644 index 00000000000..54ec4bfc99f --- /dev/null +++ b/data/presets/fields/species.json @@ -0,0 +1,6 @@ +{ + "key": "species", + "type": "localized", + "label": "Species: scientific name", + "placeholder": "main key latin" +} diff --git a/data/presets/fields/sport.json b/data/presets/fields/sport.json index cc83a5c07e7..5867868dae5 100644 --- a/data/presets/fields/sport.json +++ b/data/presets/fields/sport.json @@ -1,5 +1,5 @@ { "key": "sport", - "type": "combo", + "type": "mcombo", "label": "Sport" -} \ No newline at end of file +} diff --git a/data/presets/fields/start_date.json b/data/presets/fields/start_date.json new file mode 100644 index 00000000000..66a6bc0778a --- /dev/null +++ b/data/presets/fields/start_date.json @@ -0,0 +1,6 @@ +{ + "key": "start_date", + "type": "text", + "universal": true, + "label": "Start Date" +} diff --git a/data/presets/fields/studio_type.json b/data/presets/fields/studio_type.json index 8d452be7a9e..18de9cf7f67 100644 --- a/data/presets/fields/studio_type.json +++ b/data/presets/fields/studio_type.json @@ -1,6 +1,6 @@ { "key": "type", - "type": "combo", + "type": "mcombo", "label": "Type", "options": [ "audio", diff --git a/data/presets/fields/topic.json b/data/presets/fields/topic.json new file mode 100644 index 00000000000..c25508a15e7 --- /dev/null +++ b/data/presets/fields/topic.json @@ -0,0 +1,30 @@ +{ + "key": "topic", + "type": "mcombo", + "label": "Topic of an Organisation", + "placeholder": "food+drink , water, land, ...", + "strings": { + "options": { + "food+drink" : "Food & Drink: Organisations that care about food/drink.", + "water" : "Water: Here you can find organisations who care about water.", + "land" : "Land: Here you can find organisations who care about land - the land we all need to find shelter and/or to work on.", + "mobility" : "Mobility: Here you find organisations who care about mobility.", + "health" : "Health: Here you find organisations that care about keeping and making us healthy.", + "culture" : "Culture: Organisations who care about culture.", + "safety" : "Safety: Organisations who care about security.", + "housing" : "Housing: Organisations who care about housing.", + "spaces" : "Free Space: Organisations which are concerned about open spaces.", + "objects_of_utility" : "Objects of Utility: Organisations devoted to objects of utility.", + "clothes" : "Clothes: Clothes-related organisations (traders,company HQs,charity organisations with focus on clothes).", + "learning_opportunities" : "Knowledge & Skills: Organisations devoted to science and education.", + "energy" : "Energy: Energy-focused organisations", + "community" : "Community: Community:-building and empowering organisations.", + "participation" : "Participation: Organisations who organise participation in various field.", + "spirituality" : "Spirituality: Spritiual organisations", + "telecommunication" : "Telecommunication: Organisations devoted to telecommunication", + "air" : "Air: Organisation caring about the air we all need to breathe.", + "environment" : "Environment: Environmentalism-related organisations" + } + }, + "universal": true +} diff --git a/data/presets/fields/vending.json b/data/presets/fields/vending.json index c4c47bcf873..ef3bab81db9 100644 --- a/data/presets/fields/vending.json +++ b/data/presets/fields/vending.json @@ -1,5 +1,5 @@ { "key": "vending", - "type": "combo", + "type": "mcombo", "label": "Type of Goods" } diff --git a/data/presets/fields/website.json b/data/presets/fields/website.json index 1fcfaa6cf25..cb00db2eb80 100644 --- a/data/presets/fields/website.json +++ b/data/presets/fields/website.json @@ -3,6 +3,5 @@ "type": "url", "icon": "website", "placeholder": "http://example.com/", - "universal": true, "label": "Website" } diff --git a/data/presets/presets.json b/data/presets/presets.json index 6a6f4f70cdd..aa1e8995955 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -1,10 +1,16 @@ { "address": { "fields": [ + "provides", + "topic", + "identity", + "interaction", "address" ], "geometry": [ - "point" + "point", + "vertex", + "area" ], "tags": { "addr:housenumber": "*" @@ -374,6 +380,10 @@ "amenity/bank": { "icon": "bank", "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -408,6 +418,9 @@ "amenity/bar": { "icon": "bar", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -416,6 +429,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -484,6 +498,9 @@ "amenity/bicycle_rental": { "icon": "bicycle", "fields": [ + "provides", + "identity", + "interaction", "capacity", "network", "operator" @@ -504,6 +521,9 @@ "amenity/bicycle_repair_station": { "icon": "bicycle", "fields": [ + "provides", + "identity", + "interaction", "operator", "brand", "opening_hours", @@ -524,8 +544,40 @@ }, "name": "Bicycle Repair Station" }, + "amenity/biergarten": { + "icon": "pub", + "fields": [ + "provides", + "identity", + "interaction", + "cuisine", + "operator", + "address", + "building_area", + "opening_hours", + "takeaway", + "delivery", + "drive_through", + "smoking" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "amenity": "biergarten" + }, + "terms": [ + "restaurant" + ], + "name": "Biergarten" + }, "amenity/boat_rental": { "fields": [ + "provides", + "identity", + "interaction", "operator" ], "geometry": [ @@ -540,6 +592,10 @@ "amenity/bureau_de_change": { "icon": "bank", "fields": [ + "provides", + "topic", + "identity", + "interaction", "operator" ], "geometry": [ @@ -573,6 +629,9 @@ "amenity/cafe": { "icon": "cafe", "fields": [ + "provides", + "identity", + "interaction", "cuisine", "internet_access", "address", @@ -582,6 +641,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -596,6 +656,9 @@ "amenity/car_rental": { "icon": "car", "fields": [ + "provides", + "identity", + "interaction", "operator" ], "geometry": [ @@ -610,6 +673,9 @@ "amenity/car_sharing": { "icon": "car", "fields": [ + "provides", + "identity", + "interaction", "operator", "capacity" ], @@ -625,6 +691,9 @@ "amenity/car_wash": { "icon": "car", "fields": [ + "provides", + "identity", + "interaction", "address", "building_area", "opening_hours" @@ -641,10 +710,14 @@ "amenity/charging_station": { "icon": "car", "fields": [ + "provides", + "identity", + "interaction", "operator" ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -660,6 +733,9 @@ "amenity/childcare": { "icon": "school", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -667,6 +743,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -682,12 +759,16 @@ "amenity/cinema": { "icon": "cinema", "fields": [ + "provides", + "identity", + "interaction", "address", "building_area", "opening_hours" ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -708,12 +789,16 @@ "amenity/clinic": { "icon": "hospital", "fields": [ + "provides", + "identity", + "interaction", "address", "building_area", "opening_hours" ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -738,11 +823,16 @@ "amenity/college": { "icon": "college", "fields": [ + "provides", + "topic", + "identity", + "interaction", "operator", "address" ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -756,12 +846,17 @@ "amenity/community_centre": { "icon": "town-hall", "fields": [ + "provides", + "topic", + "identity", + "interaction", "operator", "address", "building_area" ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -777,6 +872,7 @@ "icon": "car", "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -787,6 +883,10 @@ "amenity/courthouse": { "icon": "town-hall", "fields": [ + "provides", + "topic", + "identity", + "interaction", "operator", "address", "building_area" @@ -803,12 +903,16 @@ "amenity/dentist": { "icon": "hospital", "fields": [ + "provides", + "identity", + "interaction", "address", "building_area", "opening_hours" ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -823,12 +927,16 @@ "amenity/doctor": { "icon": "hospital", "fields": [ + "provides", + "identity", + "interaction", "address", "building_area", "opening_hours" ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -842,6 +950,9 @@ "amenity/dojo": { "icon": "pitch", "fields": [ + "provides", + "identity", + "interaction", "sport", "address", "building_area", @@ -849,6 +960,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -877,12 +989,17 @@ "amenity/embassy": { "icon": "embassy", "fields": [ + "provides", + "topic", + "identity", + "interaction", "country", "address", "building_area" ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -890,9 +1007,32 @@ }, "name": "Embassy" }, + "amenity/fablab": { + "icon": "chemist", + "fields": [ + "provides", + "identity", + "interaction", + "operator", + "address", + "building_area" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "amenity": "fablab" + }, + "name": "Fab Lab" + }, "amenity/fast_food": { "icon": "fast-food", "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -905,6 +1045,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -945,6 +1086,9 @@ "amenity/fuel": { "icon": "fuel", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -968,6 +1112,23 @@ }, "name": "Gas Station" }, + "amenity/givebox": { + "fields": [ + "provides", + "identity", + "interaction", + "operator", + "address" + ], + "geometry": [ + "point", + "vertex" + ], + "tags": { + "amenity": "givebox" + }, + "name": "Givebox" + }, "amenity/grave_yard": { "icon": "cemetery", "fields": [ @@ -1003,12 +1164,16 @@ "amenity/hospital": { "icon": "hospital", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "emergency" ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -1034,11 +1199,16 @@ "amenity/kindergarten": { "icon": "school", "fields": [ + "provides", + "topic", + "identity", + "interaction", "operator", "address" ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -1053,6 +1223,10 @@ "amenity/library": { "icon": "library", "fields": [ + "provides", + "topic", + "identity", + "interaction", "operator", "building_area", "address", @@ -1060,6 +1234,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -1072,15 +1247,23 @@ }, "amenity/marketplace": { "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", - "opening_hours" + "opening_hours", + "regional", + "farm_boxes", + "organic" ], "geometry": [ "point", + "vertex", "area" ], + "icon": "shop", "tags": { "amenity": "marketplace" }, @@ -1089,6 +1272,9 @@ "amenity/nightclub": { "icon": "bar", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -1097,6 +1283,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -1150,6 +1337,9 @@ "amenity/pharmacy": { "icon": "pharmacy", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -1158,6 +1348,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -1172,6 +1363,10 @@ "amenity/place_of_worship": { "icon": "place-of-worship", "fields": [ + "provides", + "topic", + "identity", + "interaction", "religion", "denomination", "address", @@ -1179,6 +1374,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -1214,6 +1410,10 @@ "amenity/place_of_worship/buddhist": { "icon": "place-of-worship", "fields": [ + "provides", + "topic", + "identity", + "interaction", "denomination", "building_area", "address" @@ -1240,6 +1440,10 @@ "amenity/place_of_worship/christian": { "icon": "religious-christian", "fields": [ + "provides", + "topic", + "identity", + "interaction", "denomination", "building_area", "address" @@ -1280,6 +1484,10 @@ "amenity/place_of_worship/jewish": { "icon": "religious-jewish", "fields": [ + "provides", + "topic", + "identity", + "interaction", "denomination", "building_area", "address" @@ -1300,6 +1508,10 @@ "amenity/place_of_worship/muslim": { "icon": "religious-muslim", "fields": [ + "provides", + "topic", + "identity", + "interaction", "denomination", "building_area", "address" @@ -1326,6 +1538,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -1368,6 +1581,9 @@ "amenity/post_office": { "icon": "post", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -1375,6 +1591,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -1386,16 +1603,47 @@ }, "name": "Post Office" }, + "amenity/prison": { + "icon": "commercial", + "fields": [ + "operator", + "address", + "building_area" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "terms": [ + "cop", + "detective", + "fed", + "law", + "enforcement", + "officer", + "jail" + ], + "tags": { + "amenity": "prison" + }, + "name": "Prison" + }, "amenity/pub": { "icon": "beer", "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -1412,6 +1660,9 @@ "amenity/public_bookcase": { "icon": "library", "fields": [ + "provides", + "identity", + "interaction", "name", "operator", "capacity", @@ -1419,6 +1670,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -1432,6 +1684,9 @@ }, "amenity/ranger_station": { "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -1484,6 +1739,10 @@ "amenity/register_office": { "icon": "town-hall", "fields": [ + "provides", + "topic", + "identity", + "interaction", "address", "building_area", "opening_hours", @@ -1502,6 +1761,9 @@ "amenity/restaurant": { "icon": "restaurant", "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -1513,6 +1775,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -1539,11 +1802,16 @@ "amenity/school": { "icon": "school", "fields": [ + "provides", + "topic", + "identity", + "interaction", "operator", "address" ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -1559,6 +1827,9 @@ }, "amenity/shelter": { "fields": [ + "provides", + "identity", + "interaction", "shelter_type" ], "geometry": [ @@ -1578,6 +1849,10 @@ }, "amenity/social_facility": { "fields": [ + "provides", + "topic", + "identity", + "interaction", "operator", "address", "building_area", @@ -1587,6 +1862,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [], @@ -1597,6 +1873,9 @@ }, "amenity/social_facility/food_bank": { "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -1616,6 +1895,9 @@ }, "amenity/social_facility/group_home": { "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -1641,6 +1923,9 @@ }, "amenity/social_facility/homeless_shelter": { "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -1667,12 +1952,16 @@ "amenity/studio": { "icon": "music", "fields": [ + "provides", + "identity", + "interaction", "studio_type", "address", "building_area" ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -1734,12 +2023,17 @@ "amenity/theatre": { "icon": "theatre", "fields": [ + "provides", + "topic", + "identity", + "interaction", "operator", "address", "building_area" ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -1787,12 +2081,17 @@ "amenity/townhall": { "icon": "town-hall", "fields": [ + "provides", + "topic", + "identity", + "interaction", "operator", "address", "building_area" ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -1810,11 +2109,16 @@ "amenity/university": { "icon": "college", "fields": [ + "provides", + "topic", + "identity", + "interaction", "operator", "address" ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -1846,6 +2150,10 @@ "amenity/veterinary": { "icon": "dog-park", "fields": [ + "provides", + "topic", + "identity", + "interaction", "operator", "address", "building_area", @@ -1853,6 +2161,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -1866,6 +2175,29 @@ }, "name": "Veterinary" }, + "amenity/volkskuche": { + "fields": [ + "provides", + "identity", + "interaction", + "operator", + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "terms": [ + "Volksküche" + ], + "tags": { + "amenity": "social_facility", + "social_facility": "food_bank" + }, + "name": "Volkskuche" + }, "amenity/waste_basket": { "icon": "waste-basket", "geometry": [ @@ -2106,6 +2438,11 @@ "icon": "building", "fields": [ "building", + "description", + "provides", + "topic", + "identity", + "interaction", "levels", "address" ], @@ -2639,6 +2976,54 @@ }, "name": "Warehouse" }, + "club": { + "fields": [ + "description", + "provides", + "topic", + "identity", + "interaction", + "club", + "fee", + "address", + "contact" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "club": "*" + }, + "name": "Club" + }, + "club/foodcoop": { + "fields": [ + "description", + "provides", + "topic", + "identity", + "interaction", + "address", + "contact", + "organic", + "regional", + "fee" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "club": "foodcoop", + "provides": "food+drink", + "regional": "yes", + "interaction": "buying_and_selling" + }, + "name": "Food Coop" + }, "craft": { "icon": "marker-stroked", "fields": [ @@ -2661,6 +3046,9 @@ "craft/basket_maker": { "icon": "art-gallery", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -2668,6 +3056,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -2678,6 +3067,9 @@ "craft/beekeeper": { "icon": "farm", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -2685,6 +3077,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -2695,6 +3088,9 @@ "craft/blacksmith": { "icon": "farm", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -2702,6 +3098,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -2712,6 +3109,9 @@ "craft/boatbuilder": { "icon": "marker-stroked", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -2719,6 +3119,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -2729,6 +3130,9 @@ "craft/bookbinder": { "icon": "library", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -2736,6 +3140,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -2749,6 +3154,9 @@ "craft/brewery": { "icon": "beer", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -2756,6 +3164,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -2770,6 +3179,9 @@ "craft/carpenter": { "icon": "logging", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -2777,6 +3189,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -2790,6 +3203,9 @@ "craft/carpet_layer": { "icon": "square", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -2797,6 +3213,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -2807,6 +3224,9 @@ "craft/caterer": { "icon": "bakery", "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -2815,6 +3235,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -2825,6 +3246,9 @@ "craft/clockmaker": { "icon": "circle-stroked", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -2832,6 +3256,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -2842,6 +3267,9 @@ "craft/confectionery": { "icon": "bakery", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -2849,6 +3277,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -2863,6 +3292,9 @@ "craft/dressmaker": { "icon": "clothing-store", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -2870,6 +3302,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -2883,6 +3316,9 @@ "craft/electrician": { "icon": "marker-stroked", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -2890,6 +3326,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -2904,6 +3341,9 @@ "craft/gardener": { "icon": "garden", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -2911,6 +3351,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -2925,6 +3366,9 @@ "craft/glaziery": { "icon": "fire-station", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -2932,6 +3376,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -2947,6 +3392,9 @@ "craft/handicraft": { "icon": "art-gallery", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -2954,6 +3402,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -2964,6 +3413,9 @@ "craft/hvac": { "icon": "marker-stroked", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -2971,6 +3423,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -2986,6 +3439,9 @@ "craft/insulator": { "icon": "marker-stroked", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -2993,6 +3449,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -3003,6 +3460,9 @@ "craft/jeweler": { "icon": "marker-stroked", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -3010,6 +3470,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -3021,6 +3482,9 @@ "craft/key_cutter": { "icon": "marker-stroked", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -3028,6 +3492,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -3038,6 +3503,9 @@ "craft/locksmith": { "icon": "marker-stroked", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -3045,6 +3513,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -3056,6 +3525,9 @@ "craft/metal_construction": { "icon": "marker-stroked", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -3063,6 +3535,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -3073,6 +3546,9 @@ "craft/optician": { "icon": "marker-stroked", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -3080,6 +3556,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -3091,6 +3568,9 @@ "craft/painter": { "icon": "art-gallery", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -3098,6 +3578,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -3108,6 +3589,9 @@ "craft/photographer": { "icon": "camera", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -3115,6 +3599,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -3125,6 +3610,9 @@ "craft/photographic_laboratory": { "icon": "camera", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -3132,6 +3620,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -3145,6 +3634,9 @@ "craft/plasterer": { "icon": "marker-stroked", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -3152,6 +3644,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -3162,6 +3655,9 @@ "craft/plumber": { "icon": "marker-stroked", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -3169,6 +3665,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -3182,6 +3679,9 @@ "craft/pottery": { "icon": "art-gallery", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -3189,6 +3689,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -3202,6 +3703,9 @@ "craft/rigger": { "icon": "marker-stroked", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -3209,6 +3713,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -3219,6 +3724,9 @@ "craft/roofer": { "icon": "marker-stroked", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -3226,6 +3734,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -3236,6 +3745,9 @@ "craft/saddler": { "icon": "marker-stroked", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -3243,6 +3755,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -3253,6 +3766,9 @@ "craft/sailmaker": { "icon": "marker-stroked", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -3260,6 +3776,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -3270,6 +3787,9 @@ "craft/sawmill": { "icon": "park", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -3277,6 +3797,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -3290,6 +3811,9 @@ "craft/scaffolder": { "icon": "marker-stroked", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -3297,6 +3821,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -3307,6 +3832,9 @@ "craft/sculpter": { "icon": "art-gallery", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -3314,6 +3842,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -3324,6 +3853,9 @@ "craft/shoemaker": { "icon": "marker-stroked", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -3331,6 +3863,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -3344,6 +3877,9 @@ "craft/stonemason": { "icon": "marker-stroked", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -3351,6 +3887,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -3364,6 +3901,9 @@ "craft/sweep": { "icon": "marker-stroked", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -3371,6 +3911,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -3381,6 +3922,9 @@ "craft/tailor": { "icon": "clothing-store", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -3388,6 +3932,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -3403,6 +3948,9 @@ "craft/tiler": { "icon": "marker-stroked", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -3410,6 +3958,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -3420,6 +3969,9 @@ "craft/tinsmith": { "icon": "marker-stroked", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -3427,6 +3979,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -3437,6 +3990,9 @@ "craft/upholsterer": { "icon": "marker-stroked", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -3444,6 +4000,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -3454,6 +4011,9 @@ "craft/watchmaker": { "icon": "circle-stroked", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -3461,6 +4021,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -3471,6 +4032,9 @@ "craft/window_construction": { "icon": "marker-stroked", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -3478,6 +4042,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -3491,6 +4056,9 @@ "craft/winery": { "icon": "alcohol-shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -3498,6 +4066,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -3518,6 +4087,9 @@ "emergency/ambulance_station": { "icon": "hospital", "fields": [ + "provides", + "identity", + "interaction", "operator", "building_area", "address" @@ -3578,6 +4150,36 @@ ], "name": "Entrance/Exit" }, + "farm_boxes": { + "fields": [ + "farm_boxes", + "description", + "provides", + "identity", + "interaction", + "organic", + "address", + "contact" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "farm_boxes": "*", + "provides": "food+drink", + "regional": "only" + }, + "terms": [ + "Community", + "supported", + "agriculture", + "farm" + ], + "icon": "farm", + "name": "CSA" + }, "footway/crossing": { "fields": [ "crossing", @@ -4524,6 +5126,12 @@ "name": "Historic Site" }, "historic/archaeological_site": { + "fields": [ + "provides", + "topic", + "identity", + "interaction" + ], "geometry": [ "point", "vertex", @@ -4545,6 +5153,12 @@ "name": "Boundary Stone" }, "historic/castle": { + "fields": [ + "provides", + "topic", + "identity", + "interaction" + ], "geometry": [ "point", "area" @@ -4555,6 +5169,12 @@ "name": "Castle" }, "historic/memorial": { + "fields": [ + "provides", + "topic", + "identity", + "interaction" + ], "icon": "monument", "geometry": [ "point", @@ -4579,6 +5199,12 @@ "name": "Monument" }, "historic/ruins": { + "fields": [ + "provides", + "topic", + "identity", + "interaction" + ], "geometry": [ "point", "vertex", @@ -4590,6 +5216,12 @@ "name": "Ruins" }, "historic/wayside_cross": { + "fields": [ + "provides", + "topic", + "identity", + "interaction" + ], "geometry": [ "point", "vertex", @@ -4601,6 +5233,12 @@ "name": "Wayside Cross" }, "historic/wayside_shrine": { + "fields": [ + "provides", + "topic", + "identity", + "interaction" + ], "geometry": [ "point", "vertex", @@ -4611,6 +5249,70 @@ }, "name": "Wayside Shrine" }, + "identity/commons": { + "fields": [ + "name", + "provides_combotype", + "identity_combotype", + "interaction_combotype" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": {}, + "name": "Identity: Commons" + }, + "identity/global_ecovillage_network": { + "fields": [ + "name", + "provides_combotype", + "identity_combotype", + "interaction_combotype" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": {}, + "name": "identity: Global Ecovillage Network" + }, + "interaction/bartering": { + "fields": [ + "name", + "provides_combotype", + "identity_combotype", + "interaction_combotype", + "address", + "contact" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": {}, + "name": "Interaction: Bartering" + }, + "interaction/lending": { + "fields": [ + "name", + "provides_combotype", + "identity_combotype", + "interaction_combotype", + "address", + "contact" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": {}, + "name": "Interaction: Lending" + }, "junction": { "geometry": [ "vertex", @@ -4634,6 +5336,12 @@ "name": "Landuse" }, "landuse/allotments": { + "fields": [ + "provides", + "topic", + "identity", + "interaction" + ], "geometry": [ "area" ], @@ -4653,9 +5361,28 @@ "terms": [], "name": "Basin" }, + "landuse/brownfield": { + "fields": [ + "provides", + "identity", + "interaction", + "operator" + ], + "geometry": [ + "area" + ], + "tags": { + "landuse": "brownfield" + }, + "terms": [], + "name": "Brownfield" + }, "landuse/cemetery": { "icon": "cemetery", "fields": [ + "provides", + "identity", + "interaction", "religion", "denomination" ], @@ -4670,6 +5397,9 @@ }, "landuse/churchyard": { "fields": [ + "provides", + "identity", + "interaction", "religion", "denomination" ], @@ -4683,6 +5413,12 @@ "name": "Churchyard" }, "landuse/commercial": { + "fields": [ + "provides", + "topic", + "identity", + "interaction" + ], "icon": "commercial", "geometry": [ "area" @@ -4695,6 +5431,9 @@ }, "landuse/construction": { "fields": [ + "provides", + "identity", + "interaction", "construction", "operator" ], @@ -4710,6 +5449,9 @@ "landuse/farm": { "icon": "farm", "fields": [ + "provides", + "identity", + "interaction", "crop" ], "geometry": [ @@ -4726,6 +5468,9 @@ "landuse/farmland": { "icon": "farm", "fields": [ + "provides", + "identity", + "interaction", "crop" ], "geometry": [ @@ -4740,6 +5485,9 @@ "landuse/farmyard": { "icon": "farm", "fields": [ + "provides", + "identity", + "interaction", "crop" ], "geometry": [ @@ -4754,6 +5502,9 @@ "landuse/forest": { "icon": "park2", "fields": [ + "provides", + "identity", + "interaction", "leaf_type", "leaf_cycle" ], @@ -4788,7 +5539,29 @@ "terms": [], "name": "Grass" }, + "landuse/greenfield": { + "fields": [ + "provides", + "identity", + "interaction", + "operator" + ], + "geometry": [ + "area" + ], + "tags": { + "landuse": "greenfield" + }, + "terms": [], + "name": "Greenfield" + }, "landuse/industrial": { + "fields": [ + "provides", + "topic", + "identity", + "interaction" + ], "icon": "industrial", "geometry": [ "area" @@ -4800,6 +5573,12 @@ "name": "Industrial Area" }, "landuse/landfill": { + "fields": [ + "provides", + "topic", + "identity", + "interaction" + ], "geometry": [ "area" ], @@ -4812,6 +5591,12 @@ "name": "Landfill" }, "landuse/meadow": { + "fields": [ + "provides", + "topic", + "identity", + "interaction" + ], "geometry": [ "area" ], @@ -4834,6 +5619,9 @@ "landuse/orchard": { "icon": "park2", "fields": [ + "provides", + "identity", + "interaction", "trees" ], "geometry": [ @@ -4856,6 +5644,12 @@ "name": "Quarry" }, "landuse/residential": { + "fields": [ + "provides", + "topic", + "identity", + "interaction" + ], "icon": "building", "geometry": [ "area" @@ -4867,6 +5661,12 @@ "name": "Residential Area" }, "landuse/retail": { + "fields": [ + "provides", + "topic", + "identity", + "interaction" + ], "icon": "shop", "geometry": [ "area" @@ -4877,6 +5677,12 @@ "name": "Retail Area" }, "landuse/vineyard": { + "fields": [ + "provides", + "topic", + "identity", + "interaction" + ], "geometry": [ "area" ], @@ -4901,6 +5707,12 @@ "name": "Leisure" }, "leisure/common": { + "fields": [ + "provides", + "topic", + "identity", + "interaction" + ], "geometry": [ "point", "area" @@ -4913,7 +5725,33 @@ }, "name": "Common" }, + "leisure/communitygarden": { + "icon": "garden", + "fields": [ + "provides", + "identity", + "interaction", + "access_clubs", + "operator", + "address" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "leisure": "garden", + "garden:type": "community" + }, + "name": "Community Garden" + }, "leisure/dog_park": { + "fields": [ + "provides", + "identity", + "interaction" + ], "icon": "dog-park", "geometry": [ "point", @@ -4940,6 +5778,12 @@ "name": "Firepit" }, "leisure/garden": { + "fields": [ + "provides", + "topic", + "identity", + "interaction" + ], "icon": "garden", "geometry": [ "point", @@ -4954,6 +5798,9 @@ "leisure/golf_course": { "icon": "golf", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "opening_hours" @@ -4970,9 +5817,35 @@ }, "name": "Golf Course" }, + "leisure/hackerspace": { + "icon": "pitch", + "fields": [ + "provides", + "identity", + "interaction", + "address", + "building_area", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "leisure": "hackerspace" + }, + "terms": [ + "hacklab" + ], + "name": "Hackerspace" + }, "leisure/ice_rink": { "icon": "pitch", "fields": [ + "provides", + "identity", + "interaction", "seasonal", "sport_ice", "operator", @@ -4995,6 +5868,11 @@ "name": "Ice Rink" }, "leisure/marina": { + "fields": [ + "provides", + "identity", + "interaction" + ], "icon": "harbor", "geometry": [ "point", @@ -5010,6 +5888,11 @@ "name": "Marina" }, "leisure/nature_reserve": { + "fields": [ + "provides", + "identity", + "interaction" + ], "icon": "park", "geometry": [ "point", @@ -5025,6 +5908,11 @@ "name": "Nature Reserve" }, "leisure/park": { + "fields": [ + "provides", + "identity", + "interaction" + ], "icon": "park", "geometry": [ "point", @@ -5058,6 +5946,11 @@ "name": "Park" }, "leisure/picnic_table": { + "fields": [ + "provides", + "identity", + "interaction" + ], "geometry": [ "point" ], @@ -5072,6 +5965,9 @@ "leisure/pitch": { "icon": "pitch", "fields": [ + "provides", + "identity", + "interaction", "sport", "surface", "lit" @@ -5091,6 +5987,9 @@ "leisure/pitch/american_football": { "icon": "america-football", "fields": [ + "provides", + "identity", + "interaction", "surface", "lit" ], @@ -5108,6 +6007,9 @@ "leisure/pitch/baseball": { "icon": "baseball", "fields": [ + "provides", + "identity", + "interaction", "lit" ], "geometry": [ @@ -5124,6 +6026,9 @@ "leisure/pitch/basketball": { "icon": "basketball", "fields": [ + "provides", + "identity", + "interaction", "surface", "hoops", "lit" @@ -5142,6 +6047,9 @@ "leisure/pitch/skateboard": { "icon": "pitch", "fields": [ + "provides", + "identity", + "interaction", "surface", "lit" ], @@ -5159,6 +6067,9 @@ "leisure/pitch/soccer": { "icon": "soccer", "fields": [ + "provides", + "identity", + "interaction", "surface", "lit" ], @@ -5176,6 +6087,9 @@ "leisure/pitch/tennis": { "icon": "tennis", "fields": [ + "provides", + "identity", + "interaction", "surface", "lit" ], @@ -5193,6 +6107,9 @@ "leisure/pitch/volleyball": { "icon": "pitch", "fields": [ + "provides", + "identity", + "interaction", "surface", "lit" ], @@ -5208,6 +6125,11 @@ "name": "Volleyball Court" }, "leisure/playground": { + "fields": [ + "provides", + "identity", + "interaction" + ], "icon": "playground", "geometry": [ "point", @@ -5225,6 +6147,9 @@ "leisure/running_track": { "icon": "pitch", "fields": [ + "provides", + "identity", + "interaction", "surface", "sport_racing", "lit", @@ -5242,6 +6167,11 @@ "name": "Running Track" }, "leisure/slipway": { + "fields": [ + "provides", + "identity", + "interaction" + ], "geometry": [ "point", "line" @@ -5258,6 +6188,9 @@ "leisure/sports_center": { "icon": "pitch", "fields": [ + "provides", + "identity", + "interaction", "sport", "address", "building_area", @@ -5265,6 +6198,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -5278,6 +6212,9 @@ "leisure/stadium": { "icon": "pitch", "fields": [ + "provides", + "identity", + "interaction", "sport", "address" ], @@ -5293,6 +6230,9 @@ "leisure/swimming_pool": { "icon": "swimming", "fields": [ + "provides", + "identity", + "interaction", "access_simple", "operator", "address" @@ -5310,6 +6250,9 @@ "leisure/track": { "icon": "highway-road", "fields": [ + "provides", + "identity", + "interaction", "surface", "sport_racing", "lit", @@ -5467,6 +6410,9 @@ "man_made/wastewater_plant": { "icon": "water", "fields": [ + "provides", + "identity", + "interaction", "operator", "address" ], @@ -5487,6 +6433,9 @@ "man_made/water_tower": { "icon": "water", "fields": [ + "provides", + "identity", + "interaction", "operator" ], "geometry": [ @@ -5500,6 +6449,9 @@ }, "man_made/water_well": { "fields": [ + "provides", + "identity", + "interaction", "operator" ], "geometry": [ @@ -5514,6 +6466,9 @@ "man_made/water_works": { "icon": "water", "fields": [ + "provides", + "identity", + "interaction", "operator", "address" ], @@ -5602,6 +6557,9 @@ }, "natural/beach": { "fields": [ + "provides", + "identity", + "interaction", "surface" ], "geometry": [ @@ -5620,6 +6578,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "fee", "access_simple" ], @@ -5675,6 +6636,11 @@ "name": "Glacier" }, "natural/grassland": { + "fields": [ + "provides", + "identity", + "interaction" + ], "geometry": [ "point", "area" @@ -5686,6 +6652,11 @@ "name": "Grassland" }, "natural/heath": { + "fields": [ + "provides", + "identity", + "interaction" + ], "geometry": [ "area" ], @@ -5698,6 +6669,9 @@ "natural/peak": { "icon": "triangle", "fields": [ + "provides", + "identity", + "interaction", "elevation" ], "geometry": [ @@ -5737,6 +6711,11 @@ "name": "Scree" }, "natural/scrub": { + "fields": [ + "provides", + "identity", + "interaction" + ], "geometry": [ "area" ], @@ -5747,6 +6726,11 @@ "name": "Scrub" }, "natural/spring": { + "fields": [ + "provides", + "identity", + "interaction" + ], "geometry": [ "point", "vertex" @@ -5759,6 +6743,12 @@ }, "natural/tree": { "fields": [ + "provides", + "identity", + "interaction", + "access_clubs", + "species", + "genus", "leaf_type", "leaf_cycle", "denotation" @@ -5776,6 +6766,9 @@ }, "natural/water": { "fields": [ + "provides", + "identity", + "interaction", "water" ], "geometry": [ @@ -5788,6 +6781,11 @@ "name": "Water" }, "natural/water/lake": { + "fields": [ + "provides", + "identity", + "interaction" + ], "geometry": [ "area" ], @@ -5804,6 +6802,11 @@ "name": "Lake" }, "natural/water/pond": { + "fields": [ + "provides", + "identity", + "interaction" + ], "geometry": [ "area" ], @@ -5822,6 +6825,11 @@ "name": "Pond" }, "natural/water/reservoir": { + "fields": [ + "provides", + "identity", + "interaction" + ], "geometry": [ "area" ], @@ -5835,6 +6843,9 @@ "natural/wetland": { "icon": "wetland", "fields": [ + "provides", + "identity", + "interaction", "wetland" ], "geometry": [ @@ -5850,6 +6861,9 @@ "natural/wood": { "icon": "park2", "fields": [ + "provides", + "identity", + "interaction", "leaf_type", "leaf_cycle" ], @@ -5868,6 +6882,10 @@ "office": { "icon": "commercial", "fields": [ + "provides", + "topic", + "identity", + "interaction", "office", "address", "building_area", @@ -5888,6 +6906,10 @@ "office/accountant": { "icon": "commercial", "fields": [ + "provides", + "topic", + "identity", + "interaction", "address", "building_area", "opening_hours" @@ -5906,6 +6928,10 @@ "office/administrative": { "icon": "commercial", "fields": [ + "provides", + "topic", + "identity", + "interaction", "address", "building_area", "opening_hours" @@ -5924,6 +6950,10 @@ "office/architect": { "icon": "commercial", "fields": [ + "provides", + "topic", + "identity", + "interaction", "address", "building_area", "opening_hours" @@ -5942,6 +6972,10 @@ "office/company": { "icon": "commercial", "fields": [ + "provides", + "topic", + "identity", + "interaction", "address", "building_area", "opening_hours", @@ -5961,6 +6995,10 @@ "office/educational_institution": { "icon": "commercial", "fields": [ + "provides", + "topic", + "identity", + "interaction", "address", "building_area", "opening_hours" @@ -5979,6 +7017,10 @@ "office/employment_agency": { "icon": "commercial", "fields": [ + "provides", + "topic", + "identity", + "interaction", "address", "building_area", "opening_hours" @@ -5999,6 +7041,10 @@ "office/estate_agent": { "icon": "commercial", "fields": [ + "provides", + "topic", + "identity", + "interaction", "address", "building_area", "opening_hours" @@ -6017,6 +7063,10 @@ "office/financial": { "icon": "commercial", "fields": [ + "provides", + "topic", + "identity", + "interaction", "address", "building_area", "opening_hours" @@ -6035,6 +7085,10 @@ "office/government": { "icon": "commercial", "fields": [ + "provides", + "topic", + "identity", + "interaction", "address", "building_area", "opening_hours" @@ -6053,6 +7107,10 @@ "office/insurance": { "icon": "commercial", "fields": [ + "provides", + "topic", + "identity", + "interaction", "address", "building_area", "opening_hours" @@ -6071,6 +7129,10 @@ "office/it": { "icon": "commercial", "fields": [ + "provides", + "topic", + "identity", + "interaction", "address", "building_area", "opening_hours" @@ -6089,6 +7151,10 @@ "office/lawyer": { "icon": "commercial", "fields": [ + "provides", + "topic", + "identity", + "interaction", "address", "building_area", "opening_hours" @@ -6107,6 +7173,10 @@ "office/newspaper": { "icon": "commercial", "fields": [ + "provides", + "topic", + "identity", + "interaction", "address", "building_area", "opening_hours" @@ -6125,6 +7195,10 @@ "office/ngo": { "icon": "commercial", "fields": [ + "provides", + "topic", + "identity", + "interaction", "address", "building_area", "opening_hours", @@ -6144,6 +7218,10 @@ "office/physician": { "icon": "commercial", "fields": [ + "provides", + "topic", + "identity", + "interaction", "address", "building_area", "opening_hours" @@ -6162,6 +7240,10 @@ "office/political_party": { "icon": "commercial", "fields": [ + "provides", + "topic", + "identity", + "interaction", "address", "building_area", "opening_hours" @@ -6180,6 +7262,10 @@ "office/research": { "icon": "commercial", "fields": [ + "provides", + "topic", + "identity", + "interaction", "address", "building_area", "opening_hours" @@ -6198,6 +7284,10 @@ "office/telecommunication": { "icon": "commercial", "fields": [ + "provides", + "topic", + "identity", + "interaction", "address", "building_area", "opening_hours" @@ -6216,6 +7306,10 @@ "office/therapist": { "icon": "commercial", "fields": [ + "provides", + "topic", + "identity", + "interaction", "address", "building_area", "opening_hours" @@ -6234,6 +7328,10 @@ "office/travel_agent": { "icon": "suitcase", "fields": [ + "provides", + "topic", + "identity", + "interaction", "address", "building_area", "opening_hours" @@ -6452,6 +7550,9 @@ }, "power/generator": { "fields": [ + "provides", + "identity", + "interaction", "operator", "generator/source", "generator/method", @@ -6547,6 +7648,342 @@ }, "name": "Transformer" }, + "provides/clothes": { + "fields": [ + "name", + "description", + "provides", + "topic", + "identity", + "interaction", + "contact", + "address" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "provides": "clothes" + }, + "name": "Other POI providing clothes" + }, + "provides/community": { + "fields": [ + "name", + "description", + "provides", + "topic", + "identity", + "interaction", + "contact", + "address" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "provides": "community" + }, + "name": "Other POI providing community" + }, + "provides/culture": { + "fields": [ + "name", + "description", + "provides", + "topic", + "identity", + "interaction", + "contact", + "address" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "provides": "culture" + }, + "name": "Other POI providing culture" + }, + "provides/energy": { + "fields": [ + "name", + "description", + "provides", + "topic", + "identity", + "interaction", + "contact", + "address" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "provides": "energy" + }, + "name": "Other POI providing energy" + }, + "provides/food+drink": { + "fields": [ + "name", + "description", + "provides", + "topic", + "identity", + "interaction", + "contact", + "address" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "provides": "food+drink" + }, + "name": "Other POI providing Food & Drink" + }, + "provides/health": { + "fields": [ + "name", + "description", + "provides", + "topic", + "identity", + "interaction", + "contact", + "address" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "provides": "health" + }, + "name": "Other POI providing health" + }, + "provides/housing": { + "fields": [ + "name", + "description", + "provides", + "topic", + "identity", + "interaction", + "contact", + "address" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "provides": "housing" + }, + "name": "Other POI providing housing" + }, + "provides/land": { + "fields": [ + "name", + "description", + "provides", + "topic", + "identity", + "interaction", + "contact", + "address" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "provides": "land" + }, + "name": "Other POI providing Land" + }, + "provides/learning_opportunities": { + "fields": [ + "name", + "description", + "provides", + "topic", + "identity", + "interaction", + "contact", + "address" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "provides": "learning_opportunities" + }, + "name": "Other POI providing knowledge & skills" + }, + "provides/mobility": { + "fields": [ + "name", + "description", + "provides", + "topic", + "identity", + "interaction", + "contact", + "address" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "provides": "mobility" + }, + "name": "Other POI providing Mobility" + }, + "provides/objects_of_utility": { + "fields": [ + "name", + "description", + "provides", + "topic", + "identity", + "interaction", + "contact", + "address" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "provides": "objects_of_utility" + }, + "name": "Other POI providing objects of utility" + }, + "provides/participation": { + "fields": [ + "name", + "description", + "provides", + "topic", + "identity", + "interaction", + "contact", + "address" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "provides": "participation" + }, + "name": "Other POI providing participation" + }, + "provides/safety": { + "fields": [ + "name", + "description", + "provides", + "topic", + "identity", + "interaction", + "contact", + "address" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "provides": "safety" + }, + "name": "Other POI providing safety" + }, + "provides/spaces": { + "fields": [ + "name", + "description", + "provides", + "topic", + "identity", + "interaction", + "contact", + "address" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "provides": "spaces" + }, + "name": "Other POI providing free space" + }, + "provides/spirituality": { + "fields": [ + "name", + "description", + "provides", + "topic", + "identity", + "interaction", + "contact", + "address" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "provides": "spirituality" + }, + "name": "Other POI providing spirituality" + }, + "provides/water": { + "fields": [ + "name", + "description", + "provides", + "topic", + "identity", + "interaction", + "contact", + "address" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "provides": "water" + }, + "name": "Other POI providing Water" + }, "public_transport/platform": { "fields": [ "ref", @@ -6871,6 +8308,9 @@ "shop/alcohol": { "icon": "alcohol-shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -6879,6 +8319,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -6895,6 +8336,9 @@ "shop/anime": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -6902,6 +8346,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -6912,6 +8357,9 @@ "shop/antiques": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -6919,6 +8367,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -6929,6 +8378,9 @@ "shop/art": { "icon": "art-gallery", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -6936,6 +8388,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -6946,6 +8399,9 @@ "shop/baby_goods": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -6953,6 +8409,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -6963,6 +8420,9 @@ "shop/bag": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -6970,6 +8430,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -6984,6 +8445,9 @@ "shop/bakery": { "icon": "bakery", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -6991,6 +8455,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -7001,6 +8466,9 @@ "shop/bathroom_furnishing": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7008,6 +8476,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -7018,6 +8487,9 @@ "shop/beauty": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7025,6 +8497,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -7041,6 +8514,9 @@ "shop/bed": { "icon": "lodging", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7048,6 +8524,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -7058,6 +8535,9 @@ "shop/beverages": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7065,6 +8545,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -7075,6 +8556,9 @@ "shop/bicycle": { "icon": "bicycle", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7082,6 +8566,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -7092,6 +8577,9 @@ "shop/bookmaker": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7099,6 +8587,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -7109,6 +8598,9 @@ "shop/books": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7116,6 +8608,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -7126,6 +8619,9 @@ "shop/boutique": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7133,6 +8629,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -7143,6 +8640,9 @@ "shop/butcher": { "icon": "slaughterhouse", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7150,6 +8650,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -7163,6 +8664,9 @@ "shop/candles": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7170,6 +8674,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -7180,6 +8685,9 @@ "shop/car": { "icon": "car", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7187,6 +8695,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -7200,6 +8709,9 @@ "shop/car_parts": { "icon": "car", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7207,6 +8719,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -7220,6 +8733,9 @@ "shop/car_repair": { "icon": "car", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7227,6 +8743,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -7240,6 +8757,9 @@ "shop/carpet": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7247,6 +8767,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -7260,6 +8781,9 @@ "shop/cheese": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7267,6 +8791,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -7277,6 +8802,9 @@ "shop/chemist": { "icon": "chemist", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7284,6 +8812,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -7294,6 +8823,9 @@ "shop/chocolate": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7301,6 +8833,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -7311,6 +8844,9 @@ "shop/clothes": { "icon": "clothing-store", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7318,6 +8854,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -7328,6 +8865,9 @@ "shop/computer": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7335,6 +8875,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -7345,6 +8886,9 @@ "shop/confectionery": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7352,6 +8896,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -7362,6 +8907,9 @@ "shop/convenience": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7369,6 +8917,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -7379,6 +8928,9 @@ "shop/copyshop": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7386,6 +8938,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -7396,6 +8949,9 @@ "shop/cosmetics": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7403,6 +8959,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -7413,6 +8970,9 @@ "shop/craft": { "icon": "art-gallery", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7420,6 +8980,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -7430,6 +8991,9 @@ "shop/curtain": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7437,6 +9001,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -7451,6 +9016,9 @@ "shop/dairy": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7458,6 +9026,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -7473,6 +9042,9 @@ "shop/deli": { "icon": "restaurant", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7480,6 +9052,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -7495,6 +9068,9 @@ "shop/department_store": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7502,6 +9078,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -7512,6 +9089,9 @@ "shop/doityourself": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7519,6 +9099,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -7529,6 +9110,9 @@ "shop/dry_cleaning": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7536,6 +9120,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -7546,6 +9131,9 @@ "shop/electronics": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7553,6 +9141,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -7569,6 +9158,9 @@ "shop/erotic": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7576,6 +9168,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -7590,6 +9183,9 @@ "shop/fabric": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7597,6 +9193,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -7610,13 +9207,18 @@ "shop/farm": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", + "farm_boxes", "opening_hours" ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -7631,6 +9233,9 @@ "shop/fashion": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7638,6 +9243,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -7648,6 +9254,9 @@ "shop/fishmonger": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7655,6 +9264,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -7666,6 +9276,9 @@ "shop/florist": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7673,6 +9286,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -7686,6 +9300,9 @@ "shop/frame": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7693,6 +9310,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -7703,6 +9321,9 @@ "shop/funeral_directors": { "icon": "cemetery", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7711,6 +9332,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -7725,6 +9347,9 @@ "shop/furnace": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7732,6 +9357,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -7746,6 +9372,9 @@ "shop/furniture": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7753,6 +9382,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -7768,6 +9398,9 @@ "shop/garden_centre": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7775,6 +9408,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -7791,6 +9425,9 @@ "shop/gift": { "icon": "gift", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7798,6 +9435,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -7808,6 +9446,9 @@ "shop/greengrocer": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7815,6 +9456,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -7829,6 +9471,9 @@ "shop/hairdresser": { "icon": "hairdresser", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7836,6 +9481,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -7846,6 +9492,9 @@ "shop/hardware": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7853,6 +9502,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -7863,6 +9513,9 @@ "shop/hearing_aids": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7870,6 +9523,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -7880,6 +9534,9 @@ "shop/herbalist": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7887,6 +9544,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -7897,6 +9555,9 @@ "shop/hifi": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7904,6 +9565,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -7918,6 +9580,9 @@ "shop/houseware": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7925,6 +9590,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -7936,9 +9602,35 @@ }, "name": "Houseware Store" }, + "shop/ice_cream": { + "icon": "shop", + "fields": [ + "provides", + "identity", + "interaction", + "operator", + "address", + "building_area", + "organic", + "regional", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "shop": "ice_cream" + }, + "name": "Ice Cream Parlour" + }, "shop/interior_decoration": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7946,6 +9638,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -7956,6 +9649,9 @@ "shop/jewelry": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7963,6 +9659,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -7978,6 +9675,9 @@ "shop/kiosk": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -7985,6 +9685,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -7995,6 +9696,9 @@ "shop/kitchen": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8002,6 +9706,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -8012,6 +9717,9 @@ "shop/laundry": { "icon": "laundry", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8019,6 +9727,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -8029,6 +9738,9 @@ "shop/leather": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8036,6 +9748,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -8046,6 +9759,9 @@ "shop/locksmith": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8053,6 +9769,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -8067,6 +9784,9 @@ "shop/lottery": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8074,6 +9794,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -8084,6 +9805,9 @@ "shop/mall": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8091,16 +9815,21 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { "shop": "mall" }, + "matchScore": 1.1, "name": "Mall" }, "shop/massage": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8108,6 +9837,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -8118,6 +9848,9 @@ "shop/medical_supply": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8125,6 +9858,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -8135,6 +9869,9 @@ "shop/mobile_phone": { "icon": "mobilephone", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8142,6 +9879,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -8152,6 +9890,9 @@ "shop/money_lender": { "icon": "bank", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8159,6 +9900,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -8169,6 +9911,9 @@ "shop/motorcycle": { "icon": "scooter", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8176,6 +9921,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -8186,6 +9932,9 @@ "shop/music": { "icon": "music", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8193,6 +9942,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -8207,6 +9957,9 @@ "shop/musical_instrument": { "icon": "music", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8214,6 +9967,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -8224,6 +9978,9 @@ "shop/newsagent": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8231,6 +9988,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -8241,6 +9999,9 @@ "shop/optician": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8248,6 +10009,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -8262,6 +10024,9 @@ "shop/organic": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8269,6 +10034,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -8280,6 +10046,9 @@ "shop/outdoor": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8287,6 +10056,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -8302,6 +10072,9 @@ "shop/paint": { "icon": "water", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8309,6 +10082,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -8319,6 +10093,9 @@ "shop/pawnbroker": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8326,6 +10103,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -8336,6 +10114,9 @@ "shop/pet": { "icon": "dog-park", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8343,6 +10124,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -8358,6 +10140,9 @@ "shop/photo": { "icon": "camera", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8365,6 +10150,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -8379,6 +10165,9 @@ "shop/pyrotechnics": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8386,6 +10175,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -8396,6 +10186,9 @@ "shop/radiotechnics": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8403,6 +10196,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -8413,6 +10207,9 @@ "shop/religion": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8422,6 +10219,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -8432,6 +10230,9 @@ "shop/scuba_diving": { "icon": "swimming", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8439,6 +10240,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -8449,6 +10251,9 @@ "shop/seafood": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8456,6 +10261,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -8469,6 +10275,9 @@ "shop/second_hand": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8476,6 +10285,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -8493,6 +10303,9 @@ "shop/shoes": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8500,6 +10313,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -8510,6 +10324,9 @@ "shop/sports": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8517,6 +10334,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -8527,6 +10345,9 @@ "shop/stationery": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8534,6 +10355,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -8548,6 +10370,9 @@ "shop/supermarket": { "icon": "grocery", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8555,6 +10380,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -8570,6 +10396,9 @@ "shop/tailor": { "icon": "clothing-store", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8577,6 +10406,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -8591,6 +10421,9 @@ "shop/tattoo": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8598,6 +10431,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -8608,6 +10442,9 @@ "shop/tea": { "icon": "cafe", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8615,6 +10452,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -8625,6 +10463,9 @@ "shop/ticket": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8632,6 +10473,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -8642,6 +10484,9 @@ "shop/tobacco": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8649,6 +10494,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -8659,6 +10505,9 @@ "shop/toys": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8666,6 +10515,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -8676,6 +10526,9 @@ "shop/travel_agency": { "icon": "suitcase", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8683,6 +10536,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -8693,6 +10547,9 @@ "shop/tyres": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8700,6 +10557,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -8710,11 +10568,15 @@ "shop/vacant": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "address", "building_area" ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -8726,6 +10588,9 @@ "shop/vacuum_cleaner": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8733,6 +10598,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -8743,6 +10609,9 @@ "shop/variety_store": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8750,6 +10619,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -8760,6 +10630,9 @@ "shop/video": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8767,6 +10640,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -8780,6 +10654,9 @@ "shop/video_games": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8787,6 +10664,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -8797,6 +10675,9 @@ "shop/water_sports": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8804,6 +10685,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -8814,6 +10696,9 @@ "shop/weapons": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8821,6 +10706,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ @@ -8837,6 +10723,9 @@ "shop/window_blind": { "icon": "shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8844,6 +10733,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -8854,6 +10744,9 @@ "shop/wine": { "icon": "alcohol-shop", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8861,6 +10754,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { @@ -8868,6 +10762,19 @@ }, "name": "Wine Shop" }, + "tm_chain_provides": { + "fields": [ + "name", + "provides_combotype" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": {}, + "name": "Fulfils Needs:" + }, "tourism": { "fields": [ "tourism" @@ -8885,6 +10792,9 @@ "tourism/alpine_hut": { "icon": "lodging", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area" @@ -8901,6 +10811,9 @@ "tourism/artwork": { "icon": "art-gallery", "fields": [ + "provides", + "identity", + "interaction", "artwork_type", "artist" ], @@ -8922,6 +10835,9 @@ "tourism/attraction": { "icon": "monument", "fields": [ + "provides", + "identity", + "interaction", "operator", "address" ], @@ -8938,6 +10854,9 @@ "tourism/camp_site": { "icon": "campsite", "fields": [ + "provides", + "identity", + "interaction", "operator", "address" ], @@ -8953,6 +10872,9 @@ }, "tourism/caravan_site": { "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "smoking" @@ -8970,6 +10892,9 @@ "tourism/chalet": { "icon": "lodging", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8987,6 +10912,9 @@ "tourism/guest_house": { "icon": "lodging", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -9008,6 +10936,9 @@ "tourism/hostel": { "icon": "lodging", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -9025,6 +10956,9 @@ "tourism/hotel": { "icon": "lodging", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -9041,6 +10975,9 @@ }, "tourism/information": { "fields": [ + "provides", + "identity", + "interaction", "information", "operator", "address", @@ -9059,6 +10996,9 @@ "tourism/motel": { "icon": "lodging", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -9076,6 +11016,9 @@ "tourism/museum": { "icon": "museum", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -9100,6 +11043,9 @@ "tourism/picnic_site": { "icon": "park", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "smoking" @@ -9119,6 +11065,9 @@ }, "tourism/theme_park": { "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "opening_hours" @@ -9145,6 +11094,9 @@ "tourism/zoo": { "icon": "zoo", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "opening_hours" @@ -9219,6 +11171,66 @@ ], "name": "Raised Pedestrian Crossing" }, + "transformap-direct": { + "fields": [ + "description", + "provides", + "identity", + "interaction", + "contact", + "address" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "provides": "*" + }, + "name": "POI fulfilling direct needs" + }, + "transformap-indirect": { + "icon": "embassy", + "fields": [ + "name", + "description", + "topic", + "identity", + "interaction", + "club", + "address", + "contact" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "topic": "*" + }, + "name": "Organisation caring about needs" + }, + "transfortest": { + "fields": [ + "description", + "provides", + "topic", + "identity", + "interaction", + "contact", + "address" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": {}, + "matchScore": 0.5, + "name": "TransforMap Object" + }, "type/boundary": { "geometry": [ "relation" @@ -9748,6 +11760,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -9767,6 +11782,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -9786,6 +11804,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -9805,6 +11826,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -9824,6 +11848,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -9843,6 +11870,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -9862,6 +11892,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -9881,6 +11914,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -9900,6 +11936,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -9919,6 +11958,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -9938,6 +11980,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -9957,6 +12002,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -9976,6 +12024,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -9995,6 +12046,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10014,6 +12068,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10033,6 +12090,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10052,6 +12112,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10071,6 +12134,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10090,6 +12156,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10109,6 +12178,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10128,6 +12200,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10147,6 +12222,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10166,6 +12244,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10185,6 +12266,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10204,6 +12288,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10223,6 +12310,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10242,6 +12332,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10261,6 +12354,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10280,6 +12376,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10299,6 +12398,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10318,6 +12420,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10337,6 +12442,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10356,6 +12464,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10375,6 +12486,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10394,6 +12508,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10413,6 +12530,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10432,6 +12552,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10451,6 +12574,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10470,6 +12596,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10489,6 +12618,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10508,6 +12640,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10527,6 +12662,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10546,6 +12684,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10565,6 +12706,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10584,6 +12728,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10603,6 +12750,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10622,6 +12772,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10641,6 +12794,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10660,6 +12816,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10679,6 +12838,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10698,6 +12860,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10717,6 +12882,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10736,6 +12904,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10755,6 +12926,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10774,6 +12948,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10793,6 +12970,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10812,6 +12992,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10831,6 +13014,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10850,6 +13036,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10869,6 +13058,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10888,6 +13080,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10907,6 +13102,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10926,6 +13124,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10945,6 +13146,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10964,6 +13168,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10983,6 +13190,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11002,6 +13212,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11021,6 +13234,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11040,6 +13256,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11059,6 +13278,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11078,6 +13300,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11097,6 +13322,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11116,6 +13344,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11135,6 +13366,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11154,6 +13388,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11173,6 +13410,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11192,6 +13432,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11211,6 +13454,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11230,6 +13476,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11249,6 +13498,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11268,6 +13520,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11287,6 +13542,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11306,6 +13564,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11325,6 +13586,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11344,6 +13608,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11363,6 +13630,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11382,6 +13652,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11401,6 +13674,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11420,6 +13696,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11439,6 +13718,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11458,6 +13740,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11477,6 +13762,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11496,6 +13784,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11515,6 +13806,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11534,6 +13828,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11553,6 +13850,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11572,6 +13872,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11591,6 +13894,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11610,6 +13916,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11629,6 +13938,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11648,6 +13960,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11667,6 +13982,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11686,6 +14004,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11705,6 +14026,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11724,6 +14048,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11743,6 +14070,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11762,6 +14092,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11781,6 +14114,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11800,6 +14136,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11819,6 +14158,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11838,6 +14180,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11857,6 +14202,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11876,6 +14224,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11895,6 +14246,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11914,6 +14268,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11933,6 +14290,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11952,6 +14312,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11971,6 +14334,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -11990,6 +14356,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12009,6 +14378,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12028,6 +14400,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12047,6 +14422,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12066,6 +14444,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12085,6 +14466,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12104,6 +14488,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12123,6 +14510,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12142,6 +14532,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12161,6 +14554,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12180,6 +14576,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12199,6 +14598,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12218,6 +14620,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12237,6 +14642,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12256,6 +14664,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12275,6 +14686,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12294,6 +14708,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12313,6 +14730,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12332,6 +14752,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12351,6 +14774,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12370,6 +14796,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12389,6 +14818,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12409,6 +14841,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12428,6 +14863,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12447,6 +14885,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12466,6 +14907,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12485,6 +14929,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12504,6 +14951,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12523,6 +14973,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12542,6 +14995,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12561,6 +15017,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12580,6 +15039,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12599,6 +15061,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12618,6 +15083,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12637,6 +15105,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12656,6 +15127,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12675,6 +15149,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12694,6 +15171,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12713,6 +15193,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12732,6 +15215,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12751,6 +15237,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12770,6 +15259,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12789,6 +15281,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12808,6 +15303,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12827,6 +15325,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12846,6 +15347,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12865,6 +15369,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12884,6 +15391,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12903,6 +15413,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12922,6 +15435,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12941,6 +15457,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12960,6 +15479,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -12976,10 +15498,15 @@ "icon": "beer", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" @@ -12995,10 +15522,15 @@ "icon": "beer", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" @@ -13014,10 +15546,15 @@ "icon": "beer", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" @@ -13033,10 +15570,15 @@ "icon": "beer", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" @@ -13052,10 +15594,15 @@ "icon": "beer", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" @@ -13071,10 +15618,15 @@ "icon": "beer", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" @@ -13090,10 +15642,15 @@ "icon": "beer", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" @@ -13109,10 +15666,15 @@ "icon": "beer", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" @@ -13128,10 +15690,15 @@ "icon": "beer", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" @@ -13147,10 +15714,15 @@ "icon": "beer", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" @@ -13166,10 +15738,15 @@ "icon": "beer", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" @@ -13185,10 +15762,15 @@ "icon": "beer", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" @@ -13204,10 +15786,15 @@ "icon": "beer", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" @@ -13223,10 +15810,15 @@ "icon": "beer", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" @@ -13242,10 +15834,15 @@ "icon": "beer", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" @@ -13261,10 +15858,15 @@ "icon": "beer", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" @@ -13280,10 +15882,15 @@ "icon": "beer", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" @@ -13299,10 +15906,15 @@ "icon": "beer", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" @@ -13318,10 +15930,15 @@ "icon": "beer", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" @@ -13337,10 +15954,15 @@ "icon": "beer", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" @@ -13356,10 +15978,15 @@ "icon": "beer", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" @@ -13375,10 +16002,15 @@ "icon": "beer", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" @@ -13394,10 +16026,15 @@ "icon": "beer", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" @@ -13413,10 +16050,15 @@ "icon": "beer", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" @@ -13432,10 +16074,15 @@ "icon": "beer", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" @@ -13451,10 +16098,15 @@ "icon": "beer", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" @@ -13470,10 +16122,15 @@ "icon": "beer", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" @@ -13489,10 +16146,15 @@ "icon": "beer", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" @@ -13508,10 +16170,15 @@ "icon": "beer", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" @@ -13527,10 +16194,15 @@ "icon": "beer", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" @@ -13546,10 +16218,15 @@ "icon": "beer", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" @@ -13565,10 +16242,15 @@ "icon": "beer", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" @@ -13584,10 +16266,15 @@ "icon": "beer", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" @@ -13603,10 +16290,15 @@ "icon": "beer", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" @@ -13622,10 +16314,15 @@ "icon": "beer", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" @@ -13641,10 +16338,15 @@ "icon": "beer", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" @@ -13660,10 +16362,15 @@ "icon": "beer", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" @@ -13679,10 +16386,15 @@ "icon": "beer", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" @@ -13698,10 +16410,15 @@ "icon": "beer", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" @@ -13717,10 +16434,15 @@ "icon": "beer", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" @@ -13736,10 +16458,15 @@ "icon": "beer", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" @@ -13755,10 +16482,15 @@ "icon": "beer", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" @@ -13774,10 +16506,15 @@ "icon": "beer", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" @@ -13793,10 +16530,15 @@ "icon": "beer", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" @@ -13812,10 +16554,15 @@ "icon": "beer", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" @@ -13831,9 +16578,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -13856,9 +16607,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -13881,9 +16636,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -13906,9 +16665,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -13930,9 +16693,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -13955,9 +16722,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -13979,9 +16750,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -14004,9 +16779,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -14029,9 +16808,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -14053,9 +16836,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -14077,9 +16864,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -14101,9 +16892,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -14125,9 +16920,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -14150,9 +16949,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -14174,9 +16977,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -14198,9 +17005,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -14223,9 +17034,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -14247,9 +17062,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -14271,9 +17090,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -14295,9 +17118,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -14319,9 +17146,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -14343,9 +17174,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -14367,9 +17202,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -14391,9 +17230,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -14415,9 +17258,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -14439,9 +17286,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -14464,9 +17315,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -14488,9 +17343,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -14512,9 +17371,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -14536,9 +17399,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -14560,9 +17427,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -14584,9 +17455,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -14609,9 +17484,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -14634,9 +17513,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -14658,9 +17541,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -14683,9 +17570,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -14707,9 +17598,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -14731,9 +17626,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -14756,9 +17655,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -14780,9 +17683,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -14804,9 +17711,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -14828,9 +17739,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -14853,9 +17768,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -14877,9 +17796,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -14901,9 +17824,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -14926,9 +17853,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -14952,9 +17883,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -14976,9 +17911,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -15000,9 +17939,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -15024,9 +17967,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -15048,9 +17995,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -15072,9 +18023,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -15098,9 +18053,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -15122,9 +18081,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -15146,9 +18109,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -15171,9 +18138,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -15195,9 +18166,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -15219,9 +18194,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -15243,9 +18222,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -15267,9 +18250,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -15291,9 +18278,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -15316,9 +18307,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -15340,9 +18335,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -15364,9 +18363,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -15388,9 +18391,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -15412,9 +18419,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -15436,9 +18447,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -15460,9 +18475,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -15484,9 +18503,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -15509,9 +18532,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -15533,9 +18560,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -15557,9 +18588,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -15581,9 +18616,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -15606,9 +18645,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -15631,9 +18674,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -15655,9 +18702,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -15679,9 +18730,13 @@ "icon": "fast-food", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -15703,9 +18758,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -15726,9 +18785,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -15749,9 +18812,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -15772,9 +18839,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -15795,9 +18866,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -15818,9 +18893,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -15841,9 +18920,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -15864,9 +18947,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -15887,9 +18974,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -15910,9 +19001,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -15933,9 +19028,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -15956,9 +19055,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -15979,9 +19082,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -16002,9 +19109,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -16025,9 +19136,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -16048,9 +19163,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -16071,9 +19190,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -16094,9 +19217,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -16117,9 +19244,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -16140,9 +19271,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -16163,9 +19298,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -16186,9 +19325,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -16209,9 +19352,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -16232,9 +19379,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -16255,9 +19406,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -16278,9 +19433,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -16301,9 +19460,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -16324,9 +19487,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -16347,9 +19514,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -16370,9 +19541,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -16393,9 +19568,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -16416,9 +19595,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -16439,9 +19622,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -16462,9 +19649,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -16485,9 +19676,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -16508,9 +19703,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -16531,9 +19730,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -16554,9 +19757,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -16577,9 +19784,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -16600,9 +19811,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -16623,9 +19838,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -16646,9 +19865,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -16669,9 +19892,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -16692,9 +19919,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -16715,9 +19946,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -16738,9 +19973,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -16761,9 +20000,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -16784,9 +20027,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -16807,9 +20054,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -16830,9 +20081,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -16853,9 +20108,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -16876,9 +20135,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -16899,9 +20162,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -16922,9 +20189,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -16945,9 +20216,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -16968,9 +20243,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -16991,9 +20270,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -17014,9 +20297,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -17037,9 +20324,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -17060,9 +20351,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -17083,9 +20378,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -17106,9 +20405,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -17129,9 +20432,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -17152,9 +20459,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -17175,9 +20486,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -17198,9 +20513,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -17221,9 +20540,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -17244,9 +20567,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -17267,9 +20594,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -17290,9 +20621,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -17313,9 +20648,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -17336,9 +20675,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -17359,9 +20702,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -17382,9 +20729,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -17405,9 +20756,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -17428,9 +20783,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -17451,9 +20810,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -17474,9 +20837,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -17497,9 +20864,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -17520,9 +20891,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -17543,9 +20918,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -17566,9 +20945,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -17589,9 +20972,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -17612,9 +20999,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -17635,9 +21026,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -17658,9 +21053,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -17681,9 +21080,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -17704,9 +21107,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -17727,9 +21134,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -17750,9 +21161,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -17773,9 +21188,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -17796,9 +21215,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -17819,9 +21242,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -17842,9 +21269,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -17865,9 +21296,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -17888,9 +21323,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -17911,9 +21350,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -17934,9 +21377,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -17957,9 +21404,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -17980,9 +21431,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -18003,9 +21458,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -18026,9 +21485,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -18049,9 +21512,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -18073,9 +21540,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -18096,9 +21567,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -18119,9 +21594,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -18142,9 +21621,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -18165,9 +21648,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -18188,9 +21675,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -18211,9 +21702,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -18234,9 +21729,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -18257,9 +21756,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -18280,9 +21783,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -18303,9 +21810,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -18326,9 +21837,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -18349,9 +21864,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -18372,9 +21891,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -18395,9 +21918,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -18418,9 +21945,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -18441,9 +21972,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -18464,9 +21999,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -18487,9 +22026,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -18510,9 +22053,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -18533,9 +22080,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -18556,9 +22107,13 @@ "icon": "restaurant", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -18582,6 +22137,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -18603,6 +22162,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -18624,6 +22187,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -18645,6 +22212,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -18666,6 +22237,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -18687,6 +22262,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -18708,6 +22287,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -18729,6 +22312,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -18750,6 +22337,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -18771,6 +22362,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -18792,6 +22387,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -18813,6 +22412,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -18834,6 +22437,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -18855,6 +22462,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -18876,6 +22487,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -18897,6 +22512,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -18918,6 +22537,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -18939,6 +22562,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -18960,6 +22587,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -18981,6 +22612,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19002,6 +22637,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19023,6 +22662,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19044,6 +22687,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19065,6 +22712,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19086,6 +22737,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19107,6 +22762,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19128,6 +22787,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19149,6 +22812,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19170,6 +22837,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19191,6 +22862,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19212,6 +22887,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19233,6 +22912,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19254,6 +22937,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19275,6 +22962,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19296,6 +22987,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19317,6 +23012,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19338,6 +23037,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19359,6 +23062,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19380,6 +23087,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19401,6 +23112,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19422,6 +23137,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19443,6 +23162,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19464,6 +23187,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19485,6 +23212,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19506,6 +23237,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19527,6 +23262,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19548,6 +23287,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19569,6 +23312,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19590,6 +23337,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19611,6 +23362,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19632,6 +23387,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19653,6 +23412,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19674,6 +23437,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19695,6 +23462,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19716,6 +23487,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19737,6 +23512,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19758,6 +23537,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19779,6 +23562,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19800,6 +23587,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19821,6 +23612,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19842,6 +23637,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19863,6 +23662,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19884,6 +23687,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19905,6 +23712,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19926,6 +23737,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19947,6 +23762,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19968,6 +23787,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -19989,6 +23812,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20010,6 +23837,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20031,6 +23862,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20052,6 +23887,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20073,6 +23912,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20094,6 +23937,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20115,6 +23962,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20136,6 +23987,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20157,6 +24012,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20178,6 +24037,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20199,6 +24062,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20220,6 +24087,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20241,6 +24112,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20262,6 +24137,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20283,6 +24162,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20304,6 +24187,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20325,6 +24212,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20346,6 +24237,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20367,6 +24262,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20388,6 +24287,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20409,6 +24312,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20430,6 +24337,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20451,6 +24362,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20472,6 +24387,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20493,6 +24412,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20514,6 +24437,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20535,6 +24462,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20556,6 +24487,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20577,6 +24512,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20598,6 +24537,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20619,6 +24562,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20640,6 +24587,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20661,6 +24612,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20682,6 +24637,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20703,6 +24662,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20724,6 +24687,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20745,6 +24712,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20766,6 +24737,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20787,6 +24762,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20808,6 +24787,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20829,6 +24812,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20850,6 +24837,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20871,6 +24862,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20892,6 +24887,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20913,6 +24912,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20934,6 +24937,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20955,6 +24962,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20976,6 +24987,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -20997,6 +25012,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21018,6 +25037,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21039,6 +25062,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21060,6 +25087,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21081,6 +25112,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21102,6 +25137,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21123,6 +25162,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21144,6 +25187,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21165,6 +25212,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21186,6 +25237,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21207,6 +25262,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21228,6 +25287,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21249,6 +25312,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21270,6 +25337,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21291,6 +25362,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21312,6 +25387,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21333,6 +25412,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21354,6 +25437,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21375,6 +25462,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21396,6 +25487,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21417,6 +25512,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21438,6 +25537,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21459,6 +25562,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21480,6 +25587,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21501,6 +25612,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21522,6 +25637,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21543,6 +25662,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21564,6 +25687,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21585,6 +25712,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21606,6 +25737,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21627,6 +25762,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21648,6 +25787,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21669,6 +25812,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21690,6 +25837,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21711,6 +25862,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21732,6 +25887,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21753,6 +25912,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21774,6 +25937,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21795,6 +25962,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21816,6 +25987,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21837,6 +26012,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21858,6 +26037,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21879,6 +26062,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21900,6 +26087,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21921,6 +26112,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21942,6 +26137,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21963,6 +26162,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -21984,6 +26187,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22005,6 +26212,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22026,6 +26237,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22047,6 +26262,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22068,6 +26287,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22089,6 +26312,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22110,6 +26337,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22131,6 +26362,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22152,6 +26387,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22173,6 +26412,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22194,6 +26437,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22215,6 +26462,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22236,6 +26487,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22257,6 +26512,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22278,6 +26537,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22299,6 +26562,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22320,6 +26587,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22341,6 +26612,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22362,6 +26637,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22383,6 +26662,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22404,6 +26687,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22425,6 +26712,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22446,6 +26737,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22467,6 +26762,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22488,6 +26787,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22509,6 +26812,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22530,6 +26837,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22551,6 +26862,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22572,6 +26887,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22593,6 +26912,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22614,6 +26937,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22635,6 +26962,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22656,6 +26987,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22677,6 +27012,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22698,6 +27037,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22719,6 +27062,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22740,6 +27087,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22761,6 +27112,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22782,6 +27137,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22803,6 +27162,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22824,6 +27187,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22845,6 +27212,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22866,6 +27237,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22887,6 +27262,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22908,6 +27287,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22929,6 +27312,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22950,6 +27337,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22971,6 +27362,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -22992,6 +27387,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -23013,6 +27412,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -23035,6 +27438,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -23057,6 +27464,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -23079,6 +27490,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -23101,6 +27516,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -23123,6 +27542,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -23144,6 +27567,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -23165,6 +27592,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -23186,6 +27617,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -23207,6 +27642,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -23228,6 +27667,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -23249,6 +27692,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -23270,6 +27717,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -23292,6 +27743,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -23313,6 +27768,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -23334,6 +27793,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -23355,6 +27818,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -23376,6 +27843,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -23397,6 +27868,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -23418,6 +27893,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -23439,6 +27918,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -23460,6 +27943,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -23481,6 +27968,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -23502,6 +27993,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -23523,6 +28018,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -23544,6 +28043,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -23565,6 +28068,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -23586,6 +28093,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -23607,6 +28118,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -23628,6 +28143,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -23649,6 +28168,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -23670,6 +28193,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -23691,6 +28218,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -23713,6 +28244,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -23734,6 +28269,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -23755,6 +28294,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -23776,6 +28319,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -23797,6 +28344,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -23818,6 +28369,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -23839,6 +28394,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -23860,6 +28419,10 @@ "area" ], "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", @@ -23881,6 +28444,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator" ], "suggestion": true @@ -23897,6 +28463,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator" ], "suggestion": true @@ -23913,6 +28482,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator" ], "suggestion": true @@ -23929,6 +28501,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator" ], "suggestion": true @@ -23945,6 +28520,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator" ], "suggestion": true @@ -23961,6 +28539,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator" ], "suggestion": true @@ -23977,6 +28558,9 @@ "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator" ], "suggestion": true @@ -23990,9 +28574,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24010,9 +28598,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24030,9 +28622,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24050,9 +28646,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24070,9 +28670,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24090,9 +28694,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24110,9 +28718,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24130,9 +28742,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24150,9 +28766,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24170,9 +28790,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24190,9 +28814,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24210,9 +28838,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24230,9 +28862,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24250,9 +28886,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24270,9 +28910,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24290,9 +28934,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24310,9 +28958,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24330,9 +28982,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24350,9 +29006,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24370,9 +29030,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24390,9 +29054,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24410,9 +29078,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24430,9 +29102,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24450,9 +29126,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24470,9 +29150,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24490,9 +29174,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24510,9 +29198,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24530,9 +29222,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24550,9 +29246,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24570,9 +29270,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24590,9 +29294,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24610,9 +29318,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24630,9 +29342,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24650,9 +29366,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24670,9 +29390,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24690,9 +29414,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24710,9 +29438,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24730,9 +29462,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24750,9 +29486,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24770,9 +29510,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24790,9 +29534,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24810,9 +29558,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24830,9 +29582,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24850,9 +29606,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24870,9 +29630,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24890,9 +29654,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24910,9 +29678,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24930,9 +29702,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24950,9 +29726,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24970,9 +29750,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -24990,9 +29774,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -25010,9 +29798,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -25030,9 +29822,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -25050,9 +29846,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -25070,9 +29870,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -25090,9 +29894,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -25110,9 +29918,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -25130,9 +29942,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -25150,9 +29966,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -25170,9 +29990,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -25190,9 +30014,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -25210,9 +30038,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -25230,9 +30062,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -25250,9 +30086,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -25270,9 +30110,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -25290,9 +30134,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -25310,9 +30158,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -25330,9 +30182,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -25350,9 +30206,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -25370,9 +30230,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -25390,9 +30254,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -25410,9 +30278,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -25430,9 +30302,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -25450,9 +30326,13 @@ "icon": "pharmacy", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -25471,9 +30351,13 @@ "icon": "cafe", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "internet_access", "address", @@ -25492,9 +30376,13 @@ "icon": "cafe", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "internet_access", "address", @@ -25513,9 +30401,13 @@ "icon": "cafe", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "internet_access", "address", @@ -25534,9 +30426,13 @@ "icon": "cafe", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "internet_access", "address", @@ -25555,9 +30451,13 @@ "icon": "cafe", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "internet_access", "address", @@ -25576,9 +30476,13 @@ "icon": "cafe", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "internet_access", "address", @@ -25597,9 +30501,13 @@ "icon": "cafe", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "internet_access", "address", @@ -25618,9 +30526,13 @@ "icon": "cafe", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "internet_access", "address", @@ -25640,9 +30552,13 @@ "icon": "cafe", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "internet_access", "address", @@ -25661,9 +30577,13 @@ "icon": "cafe", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "internet_access", "address", @@ -25682,9 +30602,13 @@ "icon": "cafe", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "internet_access", "address", @@ -25703,9 +30627,13 @@ "icon": "cafe", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "internet_access", "address", @@ -25724,9 +30652,13 @@ "icon": "cafe", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "internet_access", "address", @@ -25745,9 +30677,13 @@ "icon": "cafe", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "internet_access", "address", @@ -25767,9 +30703,13 @@ "icon": "cafe", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "internet_access", "address", @@ -25788,9 +30728,13 @@ "icon": "cafe", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "internet_access", "address", @@ -25809,9 +30753,13 @@ "icon": "cafe", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "internet_access", "address", @@ -25830,9 +30778,13 @@ "icon": "cafe", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "internet_access", "address", @@ -25852,9 +30804,13 @@ "icon": "cafe", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "internet_access", "address", @@ -25873,9 +30829,13 @@ "icon": "cafe", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "internet_access", "address", @@ -25894,9 +30854,13 @@ "icon": "cafe", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "internet_access", "address", @@ -25915,9 +30879,13 @@ "icon": "cafe", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "internet_access", "address", @@ -25936,9 +30904,13 @@ "icon": "cafe", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "internet_access", "address", @@ -25957,9 +30929,13 @@ "icon": "cafe", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "internet_access", "address", @@ -25978,9 +30954,13 @@ "icon": "cafe", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "internet_access", "address", @@ -25999,9 +30979,13 @@ "icon": "cafe", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "internet_access", "address", @@ -26021,9 +31005,13 @@ "icon": "cafe", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "internet_access", "address", @@ -26042,9 +31030,13 @@ "icon": "cafe", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "cuisine", "internet_access", "address", @@ -26063,9 +31055,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26082,9 +31078,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26101,9 +31101,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26120,9 +31124,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26139,9 +31147,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26158,9 +31170,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26177,9 +31193,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26196,9 +31216,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26215,9 +31239,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26234,9 +31262,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26253,9 +31285,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26272,9 +31308,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26291,9 +31331,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26310,9 +31354,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26329,9 +31377,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26348,9 +31400,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26367,9 +31423,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26386,9 +31446,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26405,9 +31469,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26424,9 +31492,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26443,9 +31515,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26462,9 +31538,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26481,9 +31561,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26500,9 +31584,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26519,9 +31607,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26538,9 +31630,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26557,9 +31653,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26576,9 +31676,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26595,9 +31699,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26614,9 +31722,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26633,9 +31745,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26652,9 +31768,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26671,9 +31791,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26690,9 +31814,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26709,9 +31837,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26728,9 +31860,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26747,9 +31883,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26766,9 +31906,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26785,9 +31929,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26804,9 +31952,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26823,9 +31975,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26842,9 +31998,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26861,9 +32021,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26880,9 +32044,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26899,9 +32067,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26918,9 +32090,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26937,9 +32113,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26956,9 +32136,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26975,9 +32159,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -26994,9 +32182,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27013,9 +32205,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27032,9 +32228,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27051,9 +32251,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27070,9 +32274,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27089,9 +32297,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27108,9 +32320,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27127,9 +32343,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27146,9 +32366,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27165,9 +32389,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27184,9 +32412,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27203,9 +32435,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27222,9 +32458,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27241,9 +32481,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27260,9 +32504,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27279,9 +32527,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27298,9 +32550,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27317,9 +32573,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27336,9 +32596,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27355,9 +32619,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27374,9 +32642,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27393,9 +32665,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27412,9 +32688,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27431,9 +32711,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27450,9 +32734,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27469,9 +32757,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27488,9 +32780,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27507,9 +32803,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27526,9 +32826,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27545,9 +32849,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27564,9 +32872,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27583,9 +32895,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27602,9 +32918,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27621,9 +32941,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27640,9 +32964,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27659,9 +32987,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27678,9 +33010,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27697,9 +33033,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27716,9 +33056,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27735,9 +33079,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27754,9 +33102,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27773,9 +33125,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27792,9 +33148,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27811,9 +33171,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27830,9 +33194,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27849,9 +33217,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27868,9 +33240,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27887,9 +33263,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27906,9 +33286,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27925,9 +33309,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27944,9 +33332,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27963,9 +33355,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -27982,9 +33378,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28001,9 +33401,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28020,9 +33424,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28039,9 +33447,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28058,9 +33470,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28077,9 +33493,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28096,9 +33516,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28115,9 +33539,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28134,9 +33562,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28153,9 +33585,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28172,9 +33608,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28191,9 +33631,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28210,9 +33654,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28229,9 +33677,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28248,9 +33700,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28267,9 +33723,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28286,9 +33746,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28305,9 +33769,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28324,9 +33792,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28343,9 +33815,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28362,9 +33838,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28381,9 +33861,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28400,9 +33884,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28419,9 +33907,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28438,9 +33930,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28457,9 +33953,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28476,9 +33976,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28495,9 +33999,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28514,9 +34022,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28533,9 +34045,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28552,9 +34068,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28571,9 +34091,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28590,9 +34114,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28609,9 +34137,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28628,9 +34160,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28647,9 +34183,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28666,9 +34206,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28685,9 +34229,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28704,9 +34252,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28723,9 +34275,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28742,9 +34298,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28761,9 +34321,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28780,9 +34344,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28799,9 +34367,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28818,9 +34390,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28837,9 +34413,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28856,9 +34436,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28875,9 +34459,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28894,9 +34482,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28913,9 +34505,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28932,9 +34528,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28951,9 +34551,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28970,9 +34574,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -28989,9 +34597,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29008,9 +34620,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29027,9 +34643,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29046,9 +34666,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29065,9 +34689,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29084,9 +34712,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29103,9 +34735,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29122,9 +34758,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29141,9 +34781,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29160,9 +34804,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29179,9 +34827,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29198,9 +34850,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29217,9 +34873,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29236,9 +34896,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29255,9 +34919,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29274,9 +34942,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29293,9 +34965,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29312,9 +34988,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29331,9 +35011,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29350,9 +35034,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29369,9 +35057,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29388,9 +35080,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29407,9 +35103,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29426,9 +35126,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29445,9 +35149,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29464,9 +35172,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29483,9 +35195,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29502,9 +35218,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29521,9 +35241,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29540,9 +35264,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29559,9 +35287,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29578,9 +35310,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29597,9 +35333,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29616,9 +35356,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29635,9 +35379,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29654,9 +35402,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29673,9 +35425,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29692,9 +35448,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29711,9 +35471,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29730,9 +35494,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29749,9 +35517,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29768,9 +35540,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29787,9 +35563,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29806,9 +35586,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29825,9 +35609,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29844,9 +35632,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29863,9 +35655,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29882,9 +35678,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29901,9 +35701,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29920,9 +35724,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29939,9 +35747,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29958,9 +35770,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29977,9 +35793,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -29996,9 +35816,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30015,9 +35839,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30034,9 +35862,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30053,9 +35885,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30072,9 +35908,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30091,9 +35931,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30110,9 +35954,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30129,9 +35977,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30148,9 +36000,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30167,9 +36023,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30186,9 +36046,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30205,9 +36069,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30224,9 +36092,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30243,9 +36115,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30262,9 +36138,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30281,9 +36161,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30300,9 +36184,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30319,9 +36207,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30338,9 +36230,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30357,9 +36253,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30376,9 +36276,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30395,9 +36299,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30414,9 +36322,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30433,9 +36345,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30452,9 +36368,13 @@ "icon": "grocery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30471,9 +36391,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30490,9 +36414,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30509,9 +36437,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30528,9 +36460,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30547,9 +36483,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30566,9 +36506,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30585,9 +36529,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30604,9 +36552,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30623,9 +36575,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30642,9 +36598,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30661,9 +36621,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30680,9 +36644,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30699,9 +36667,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30718,9 +36690,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30737,9 +36713,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30756,9 +36736,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30775,9 +36759,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30794,9 +36782,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30813,9 +36805,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30832,9 +36828,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30851,9 +36851,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30870,9 +36874,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30889,9 +36897,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30908,9 +36920,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30927,9 +36943,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30946,9 +36966,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30965,9 +36989,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -30984,9 +37012,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31004,9 +37036,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31024,9 +37060,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31043,9 +37083,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31062,9 +37106,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31081,9 +37129,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31100,9 +37152,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31119,9 +37175,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31138,9 +37198,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31157,9 +37221,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31176,9 +37244,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31195,9 +37267,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31214,9 +37290,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31233,9 +37313,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31252,9 +37336,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31271,9 +37359,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31291,9 +37383,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31311,9 +37407,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31330,9 +37430,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31349,9 +37453,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31368,9 +37476,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31387,9 +37499,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31406,9 +37522,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31425,9 +37545,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31445,9 +37569,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31464,9 +37592,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31483,9 +37615,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31502,9 +37638,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31521,9 +37661,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31540,9 +37684,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31559,9 +37707,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31578,9 +37730,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31598,9 +37754,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31617,9 +37777,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31636,9 +37800,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31655,9 +37823,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31674,9 +37846,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31693,9 +37869,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31712,9 +37892,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31731,9 +37915,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31750,9 +37938,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31769,9 +37961,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31788,9 +37984,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31807,9 +38007,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31826,9 +38030,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31845,9 +38053,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31864,9 +38076,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31883,9 +38099,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31902,9 +38122,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31921,9 +38145,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31940,9 +38168,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31959,9 +38191,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31978,9 +38214,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -31997,9 +38237,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32016,9 +38260,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32035,9 +38283,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32054,9 +38306,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32073,9 +38329,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32092,9 +38352,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32111,9 +38375,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32130,9 +38398,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32149,9 +38421,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32168,9 +38444,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32187,9 +38467,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32206,9 +38490,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32225,9 +38513,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32244,9 +38536,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32263,9 +38559,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32282,9 +38582,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32301,9 +38605,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32320,9 +38628,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32339,9 +38651,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32358,9 +38674,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32377,9 +38697,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32396,9 +38720,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32415,9 +38743,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32434,9 +38766,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32453,9 +38789,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32472,9 +38812,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32491,9 +38835,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32510,9 +38858,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32529,9 +38881,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32548,9 +38904,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32567,9 +38927,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32586,9 +38950,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32605,9 +38973,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32624,9 +38996,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32643,9 +39019,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32662,9 +39042,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32681,9 +39065,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32700,9 +39088,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32719,9 +39111,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32738,9 +39134,13 @@ "icon": "chemist", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32757,9 +39157,13 @@ "icon": "chemist", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32776,9 +39180,13 @@ "icon": "chemist", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32795,9 +39203,13 @@ "icon": "chemist", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32814,9 +39226,13 @@ "icon": "chemist", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32833,9 +39249,13 @@ "icon": "chemist", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32852,9 +39272,13 @@ "icon": "chemist", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32871,9 +39295,13 @@ "icon": "chemist", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32890,9 +39318,13 @@ "icon": "chemist", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32909,9 +39341,13 @@ "icon": "chemist", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32928,9 +39364,13 @@ "icon": "car", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32947,9 +39387,13 @@ "icon": "car", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32966,9 +39410,13 @@ "icon": "car", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -32985,9 +39433,13 @@ "icon": "car", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33004,9 +39456,13 @@ "icon": "car", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33023,9 +39479,13 @@ "icon": "car", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33042,9 +39502,13 @@ "icon": "car", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33061,9 +39525,13 @@ "icon": "car", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33080,9 +39548,13 @@ "icon": "car", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33099,9 +39571,13 @@ "icon": "car", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33118,9 +39594,13 @@ "icon": "car", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33137,9 +39617,13 @@ "icon": "car", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33156,9 +39640,13 @@ "icon": "car", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33175,9 +39663,13 @@ "icon": "car", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33194,9 +39686,13 @@ "icon": "car", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33213,9 +39709,13 @@ "icon": "car", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33232,9 +39732,13 @@ "icon": "car", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33251,9 +39755,13 @@ "icon": "car", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33270,9 +39778,13 @@ "icon": "car", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33289,9 +39801,13 @@ "icon": "car", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33308,9 +39824,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33327,9 +39847,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33346,9 +39870,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33365,9 +39893,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33384,9 +39916,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33403,9 +39939,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33422,9 +39962,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33441,9 +39985,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33460,9 +40008,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33479,9 +40031,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33498,9 +40054,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33517,9 +40077,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33536,9 +40100,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33555,9 +40123,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33574,9 +40146,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33593,9 +40169,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33612,9 +40192,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33631,9 +40215,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33650,9 +40238,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33669,9 +40261,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33688,9 +40284,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33707,9 +40307,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33726,9 +40330,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33745,9 +40353,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33764,9 +40376,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33783,9 +40399,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33802,9 +40422,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33821,9 +40445,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33840,9 +40468,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33859,9 +40491,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33878,9 +40514,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33897,9 +40537,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33916,9 +40560,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33935,9 +40583,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33954,9 +40606,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33973,9 +40629,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -33992,9 +40652,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34011,9 +40675,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34030,9 +40698,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34049,9 +40721,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34068,9 +40744,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34087,9 +40767,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34106,9 +40790,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34125,9 +40813,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34144,9 +40836,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34163,9 +40859,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34182,9 +40882,13 @@ "icon": "car", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34201,9 +40905,13 @@ "icon": "car", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34220,9 +40928,13 @@ "icon": "car", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34239,9 +40951,13 @@ "icon": "car", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34258,9 +40974,13 @@ "icon": "car", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34277,9 +40997,13 @@ "icon": "car", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34296,9 +41020,13 @@ "icon": "car", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34315,9 +41043,13 @@ "icon": "car", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34334,9 +41066,13 @@ "icon": "car", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34353,9 +41089,13 @@ "icon": "car", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34372,9 +41112,13 @@ "icon": "car", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34391,9 +41135,13 @@ "icon": "car", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34410,9 +41158,13 @@ "icon": "car", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34429,9 +41181,13 @@ "icon": "car", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34448,9 +41204,13 @@ "icon": "car", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34467,9 +41227,13 @@ "icon": "car", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34486,9 +41250,13 @@ "icon": "car", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34505,9 +41273,13 @@ "icon": "car", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34524,9 +41296,13 @@ "icon": "car", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34543,9 +41319,13 @@ "icon": "car", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34562,9 +41342,13 @@ "icon": "car", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34581,9 +41365,13 @@ "icon": "car", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34600,9 +41388,13 @@ "icon": "car", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34619,9 +41411,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34638,9 +41434,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34657,9 +41457,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34676,9 +41480,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34695,9 +41503,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34714,9 +41526,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34733,9 +41549,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34752,9 +41572,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34771,9 +41595,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34790,9 +41618,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34809,9 +41641,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34828,9 +41664,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34847,9 +41687,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34866,9 +41710,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34885,9 +41733,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34904,9 +41756,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34923,9 +41779,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34942,9 +41802,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34961,9 +41825,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34980,9 +41848,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -34999,9 +41871,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35018,9 +41894,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35037,9 +41917,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35056,9 +41940,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35075,9 +41963,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35094,9 +41986,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35113,9 +42009,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35132,9 +42032,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35151,9 +42055,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35170,9 +42078,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35189,9 +42101,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35208,9 +42124,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35227,9 +42147,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35246,9 +42170,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35265,9 +42193,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35284,9 +42216,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35303,9 +42239,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35322,9 +42262,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35341,9 +42285,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35360,9 +42308,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35379,9 +42331,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35398,9 +42354,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35417,9 +42377,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35436,9 +42400,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35455,9 +42423,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35474,9 +42446,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35493,9 +42469,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35512,9 +42492,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35531,9 +42515,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35550,9 +42538,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35569,9 +42561,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35588,9 +42584,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35607,9 +42607,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35626,9 +42630,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35645,9 +42653,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35664,9 +42676,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35683,9 +42699,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35702,9 +42722,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35721,9 +42745,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35740,9 +42768,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35759,9 +42791,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35778,9 +42814,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35797,9 +42837,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35816,9 +42860,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35835,9 +42883,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35854,9 +42906,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35873,9 +42929,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35892,9 +42952,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35911,9 +42975,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35930,9 +42998,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35949,9 +43021,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35968,9 +43044,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -35987,9 +43067,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36006,9 +43090,13 @@ "icon": "clothing-store", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36025,9 +43113,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36044,9 +43136,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36063,9 +43159,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36082,9 +43182,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36101,9 +43205,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36120,9 +43228,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36139,9 +43251,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36158,9 +43274,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36177,9 +43297,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36196,9 +43320,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36215,9 +43343,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36234,9 +43366,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36253,9 +43389,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36272,9 +43412,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36291,9 +43435,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36310,9 +43458,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36329,9 +43481,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36348,9 +43504,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36367,9 +43527,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36386,9 +43550,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36405,9 +43573,13 @@ "icon": "alcohol-shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36425,9 +43597,13 @@ "icon": "alcohol-shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36445,9 +43621,13 @@ "icon": "alcohol-shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36465,9 +43645,13 @@ "icon": "alcohol-shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36485,9 +43669,13 @@ "icon": "alcohol-shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36505,9 +43693,13 @@ "icon": "alcohol-shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36525,9 +43717,13 @@ "icon": "alcohol-shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36545,9 +43741,13 @@ "icon": "alcohol-shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36565,9 +43765,13 @@ "icon": "alcohol-shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36585,9 +43789,13 @@ "icon": "alcohol-shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36605,9 +43813,13 @@ "icon": "alcohol-shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36625,9 +43837,13 @@ "icon": "alcohol-shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36645,9 +43861,13 @@ "icon": "bakery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36664,9 +43884,13 @@ "icon": "bakery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36683,9 +43907,13 @@ "icon": "bakery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36702,9 +43930,13 @@ "icon": "bakery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36721,9 +43953,13 @@ "icon": "bakery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36740,9 +43976,13 @@ "icon": "bakery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36759,9 +43999,13 @@ "icon": "bakery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36778,9 +44022,13 @@ "icon": "bakery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36797,9 +44045,13 @@ "icon": "bakery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36816,9 +44068,13 @@ "icon": "bakery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36835,9 +44091,13 @@ "icon": "bakery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36854,9 +44114,13 @@ "icon": "bakery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36873,9 +44137,13 @@ "icon": "bakery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36892,9 +44160,13 @@ "icon": "bakery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36911,9 +44183,13 @@ "icon": "bakery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36930,9 +44206,13 @@ "icon": "bakery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36949,9 +44229,13 @@ "icon": "bakery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36968,9 +44252,13 @@ "icon": "bakery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -36987,9 +44275,13 @@ "icon": "bakery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37006,9 +44298,13 @@ "icon": "bakery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37025,9 +44321,13 @@ "icon": "bakery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37044,9 +44344,13 @@ "icon": "bakery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37063,9 +44367,13 @@ "icon": "bakery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37082,9 +44390,13 @@ "icon": "bakery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37101,9 +44413,13 @@ "icon": "bakery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37120,9 +44436,13 @@ "icon": "bakery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37139,9 +44459,13 @@ "icon": "bakery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37158,9 +44482,13 @@ "icon": "bakery", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37177,9 +44505,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37196,9 +44528,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37215,9 +44551,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37234,9 +44574,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37253,9 +44597,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37272,9 +44620,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37291,9 +44643,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37310,9 +44666,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37329,9 +44689,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37348,9 +44712,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37367,9 +44735,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37386,9 +44758,13 @@ "icon": "dog-park", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37405,9 +44781,13 @@ "icon": "dog-park", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37424,9 +44804,13 @@ "icon": "dog-park", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37443,9 +44827,13 @@ "icon": "dog-park", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37462,9 +44850,13 @@ "icon": "dog-park", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37481,9 +44873,13 @@ "icon": "dog-park", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37500,9 +44896,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37519,9 +44919,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37538,9 +44942,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37557,9 +44965,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37576,9 +44988,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37595,9 +45011,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37614,9 +45034,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37633,9 +45057,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37652,9 +45080,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37671,9 +45103,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37690,9 +45126,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37709,9 +45149,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37728,9 +45172,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37747,9 +45195,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37766,9 +45218,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37785,9 +45241,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37804,9 +45264,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37823,9 +45287,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37842,9 +45310,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37861,9 +45333,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37880,9 +45356,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37899,9 +45379,13 @@ "icon": "suitcase", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37918,9 +45402,13 @@ "icon": "suitcase", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37937,9 +45425,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37956,9 +45448,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37975,9 +45471,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -37994,9 +45494,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -38013,9 +45517,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -38032,9 +45540,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -38051,9 +45563,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -38070,9 +45586,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -38089,9 +45609,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -38108,9 +45632,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -38127,9 +45655,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -38146,9 +45678,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -38165,9 +45701,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -38184,9 +45724,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -38203,9 +45747,13 @@ "icon": "mobilephone", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -38222,9 +45770,13 @@ "icon": "mobilephone", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -38241,9 +45793,13 @@ "icon": "mobilephone", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -38260,9 +45816,13 @@ "icon": "mobilephone", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -38279,9 +45839,13 @@ "icon": "mobilephone", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -38298,9 +45862,13 @@ "icon": "mobilephone", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -38317,9 +45885,13 @@ "icon": "mobilephone", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -38336,9 +45908,13 @@ "icon": "mobilephone", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -38355,9 +45931,13 @@ "icon": "mobilephone", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -38374,9 +45954,13 @@ "icon": "mobilephone", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -38393,9 +45977,13 @@ "icon": "mobilephone", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -38412,9 +46000,13 @@ "icon": "mobilephone", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -38431,9 +46023,13 @@ "icon": "mobilephone", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -38450,9 +46046,13 @@ "icon": "mobilephone", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -38469,9 +46069,13 @@ "icon": "mobilephone", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -38488,9 +46092,13 @@ "icon": "mobilephone", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -38507,9 +46115,13 @@ "icon": "mobilephone", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -38526,9 +46138,13 @@ "icon": "mobilephone", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -38545,9 +46161,13 @@ "icon": "mobilephone", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -38564,9 +46184,13 @@ "icon": "mobilephone", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -38583,9 +46207,13 @@ "icon": "mobilephone", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -38602,9 +46230,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -38621,9 +46253,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -38640,9 +46276,13 @@ "icon": "hairdresser", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -38659,9 +46299,13 @@ "icon": "hairdresser", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -38678,9 +46322,13 @@ "icon": "hairdresser", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -38697,9 +46345,13 @@ "icon": "hairdresser", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -38716,9 +46368,13 @@ "icon": "hairdresser", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -38735,9 +46391,13 @@ "icon": "hairdresser", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -38754,9 +46414,13 @@ "icon": "hairdresser", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -38773,9 +46437,13 @@ "icon": "hairdresser", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -38792,9 +46460,13 @@ "icon": "hairdresser", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -38811,9 +46483,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -38830,9 +46506,13 @@ "icon": "shop", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -38849,9 +46529,13 @@ "icon": "scooter", "geometry": [ "point", + "vertex", "area" ], "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", diff --git a/data/presets/presets/address.json b/data/presets/presets/address.json index 229e704a088..4ee254466f5 100644 --- a/data/presets/presets/address.json +++ b/data/presets/presets/address.json @@ -1,9 +1,16 @@ { "fields": [ + "provides", + "topic", + "identity", + "interaction", "address" ], "geometry": [ - "point" + "point", + "vertex", + "area" + ], "tags": { "addr:housenumber": "*" @@ -12,4 +19,4 @@ "removeTags": {}, "matchScore": 0.2, "name": "Address" -} \ No newline at end of file +} diff --git a/data/presets/presets/amenity/bank.json b/data/presets/presets/amenity/bank.json index 39ad570ce7c..e53bf3ac50a 100644 --- a/data/presets/presets/amenity/bank.json +++ b/data/presets/presets/amenity/bank.json @@ -1,6 +1,10 @@ { "icon": "bank", "fields": [ + "provides", + "topic", + "identity", + "interaction", "atm", "operator", "address", diff --git a/data/presets/presets/amenity/bar.json b/data/presets/presets/amenity/bar.json index b9bf68f03ce..b8f834aec23 100644 --- a/data/presets/presets/amenity/bar.json +++ b/data/presets/presets/amenity/bar.json @@ -1,6 +1,9 @@ { "icon": "bar", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -9,6 +12,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/amenity/bicycle_rental.json b/data/presets/presets/amenity/bicycle_rental.json index 3a47e707cec..4c3e8ab5d65 100644 --- a/data/presets/presets/amenity/bicycle_rental.json +++ b/data/presets/presets/amenity/bicycle_rental.json @@ -1,6 +1,9 @@ { "icon": "bicycle", "fields": [ + "provides", + "identity", + "interaction", "capacity", "network", "operator" diff --git a/data/presets/presets/amenity/bicycle_repair_station.json b/data/presets/presets/amenity/bicycle_repair_station.json index 559ad9824e3..061af2c9fdb 100644 --- a/data/presets/presets/amenity/bicycle_repair_station.json +++ b/data/presets/presets/amenity/bicycle_repair_station.json @@ -1,6 +1,9 @@ { "icon": "bicycle", "fields": [ + "provides", + "identity", + "interaction", "operator", "brand", "opening_hours", diff --git a/data/presets/presets/amenity/biergarten.json b/data/presets/presets/amenity/biergarten.json new file mode 100644 index 00000000000..968c5ed2d81 --- /dev/null +++ b/data/presets/presets/amenity/biergarten.json @@ -0,0 +1,29 @@ +{ + "icon": "pub", + "fields": [ + "provides", + "identity", + "interaction", + "cuisine", + "operator", + "address", + "building_area", + "opening_hours", + "takeaway", + "delivery", + "drive_through", + "smoking" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "amenity": "biergarten" + }, + "terms": [ + "restaurant" + ], + "name": "Biergarten" +} diff --git a/data/presets/presets/amenity/boat_rental.json b/data/presets/presets/amenity/boat_rental.json index 3787ea97e50..5ce11d5ab5c 100644 --- a/data/presets/presets/amenity/boat_rental.json +++ b/data/presets/presets/amenity/boat_rental.json @@ -1,5 +1,8 @@ { "fields": [ + "provides", + "identity", + "interaction", "operator" ], "geometry": [ diff --git a/data/presets/presets/amenity/bureau_de_change.json b/data/presets/presets/amenity/bureau_de_change.json index 8a87551d98a..d7b85da211b 100644 --- a/data/presets/presets/amenity/bureau_de_change.json +++ b/data/presets/presets/amenity/bureau_de_change.json @@ -1,6 +1,10 @@ { "icon": "bank", "fields": [ + "provides", + "topic", + "identity", + "interaction", "operator" ], "geometry": [ diff --git a/data/presets/presets/amenity/cafe.json b/data/presets/presets/amenity/cafe.json index b4fe166da54..73f6542adf8 100644 --- a/data/presets/presets/amenity/cafe.json +++ b/data/presets/presets/amenity/cafe.json @@ -1,6 +1,9 @@ { "icon": "cafe", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "cuisine", "internet_access", "address", @@ -10,6 +13,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/amenity/car_rental.json b/data/presets/presets/amenity/car_rental.json index 0da3d3ea0b0..14cc80c92db 100644 --- a/data/presets/presets/amenity/car_rental.json +++ b/data/presets/presets/amenity/car_rental.json @@ -1,6 +1,9 @@ { "icon": "car", "fields": [ + "provides", + "identity", + "interaction", "operator" ], "geometry": [ diff --git a/data/presets/presets/amenity/car_sharing.json b/data/presets/presets/amenity/car_sharing.json index 6316ef9f212..42e16b66a96 100644 --- a/data/presets/presets/amenity/car_sharing.json +++ b/data/presets/presets/amenity/car_sharing.json @@ -1,6 +1,9 @@ { "icon": "car", "fields": [ + "provides", + "identity", + "interaction", "operator", "capacity" ], diff --git a/data/presets/presets/amenity/car_wash.json b/data/presets/presets/amenity/car_wash.json index e1293022780..ef9191981bd 100644 --- a/data/presets/presets/amenity/car_wash.json +++ b/data/presets/presets/amenity/car_wash.json @@ -1,6 +1,9 @@ { "icon": "car", "fields": [ + "provides", + "identity", + "interaction", "address", "building_area", "opening_hours" diff --git a/data/presets/presets/amenity/charging_station.json b/data/presets/presets/amenity/charging_station.json index fae58880cff..da0a65e6554 100644 --- a/data/presets/presets/amenity/charging_station.json +++ b/data/presets/presets/amenity/charging_station.json @@ -1,10 +1,14 @@ { "icon": "car", "fields": [ + "provides", + "identity", + "interaction", "operator" ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/amenity/childcare.json b/data/presets/presets/amenity/childcare.json index a33ec9994fe..b58ac459ea4 100644 --- a/data/presets/presets/amenity/childcare.json +++ b/data/presets/presets/amenity/childcare.json @@ -1,6 +1,9 @@ { "icon": "school", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/amenity/cinema.json b/data/presets/presets/amenity/cinema.json index 45357048af6..8a7c914cc42 100644 --- a/data/presets/presets/amenity/cinema.json +++ b/data/presets/presets/amenity/cinema.json @@ -1,12 +1,16 @@ { "icon": "cinema", "fields": [ + "provides", + "identity", + "interaction", "address", "building_area", "opening_hours" ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/amenity/clinic.json b/data/presets/presets/amenity/clinic.json index f5b64581ec7..a977e0485b8 100644 --- a/data/presets/presets/amenity/clinic.json +++ b/data/presets/presets/amenity/clinic.json @@ -1,12 +1,16 @@ { "icon": "hospital", "fields": [ + "provides", + "identity", + "interaction", "address", "building_area", "opening_hours" ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/amenity/college.json b/data/presets/presets/amenity/college.json index 5c5f16e2851..e7810c92676 100644 --- a/data/presets/presets/amenity/college.json +++ b/data/presets/presets/amenity/college.json @@ -1,11 +1,16 @@ { "icon": "college", "fields": [ + "provides", + "topic", + "identity", + "interaction", "operator", "address" ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/amenity/community_centre.json b/data/presets/presets/amenity/community_centre.json index 706e187fe25..3ec2a979b84 100644 --- a/data/presets/presets/amenity/community_centre.json +++ b/data/presets/presets/amenity/community_centre.json @@ -1,12 +1,17 @@ { "icon": "town-hall", "fields": [ + "provides", + "topic", + "identity", + "interaction", "operator", "address", "building_area" ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/amenity/compressed_air.json b/data/presets/presets/amenity/compressed_air.json index 960cc5c402d..1b7a6e6e10b 100644 --- a/data/presets/presets/amenity/compressed_air.json +++ b/data/presets/presets/amenity/compressed_air.json @@ -2,6 +2,7 @@ "icon": "car", "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/amenity/courthouse.json b/data/presets/presets/amenity/courthouse.json index 431a13c1a55..8a4eb2211a8 100644 --- a/data/presets/presets/amenity/courthouse.json +++ b/data/presets/presets/amenity/courthouse.json @@ -1,6 +1,10 @@ { "icon": "town-hall", "fields": [ + "provides", + "topic", + "identity", + "interaction", "operator", "address", "building_area" diff --git a/data/presets/presets/amenity/dentist.json b/data/presets/presets/amenity/dentist.json index 5a6e798a8dd..d692d512f8b 100644 --- a/data/presets/presets/amenity/dentist.json +++ b/data/presets/presets/amenity/dentist.json @@ -1,12 +1,16 @@ { "icon": "hospital", "fields": [ + "provides", + "identity", + "interaction", "address", "building_area", "opening_hours" ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/amenity/doctor.json b/data/presets/presets/amenity/doctor.json index 3753f26f473..c2fb1889229 100644 --- a/data/presets/presets/amenity/doctor.json +++ b/data/presets/presets/amenity/doctor.json @@ -1,12 +1,16 @@ { "icon": "hospital", "fields": [ + "provides", + "identity", + "interaction", "address", "building_area", "opening_hours" ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/amenity/dojo.json b/data/presets/presets/amenity/dojo.json index 37a6ece1957..48bd39fa39e 100644 --- a/data/presets/presets/amenity/dojo.json +++ b/data/presets/presets/amenity/dojo.json @@ -1,6 +1,9 @@ { "icon": "pitch", "fields": [ + "provides", + "identity", + "interaction", "sport", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry" : [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/amenity/embassy.json b/data/presets/presets/amenity/embassy.json index c871d9ba35f..3ca788003e5 100644 --- a/data/presets/presets/amenity/embassy.json +++ b/data/presets/presets/amenity/embassy.json @@ -1,12 +1,17 @@ { "icon": "embassy", "fields": [ + "provides", + "topic", + "identity", + "interaction", "country", "address", "building_area" ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/amenity/fablab.json b/data/presets/presets/amenity/fablab.json new file mode 100644 index 00000000000..4ef5e6abfa0 --- /dev/null +++ b/data/presets/presets/amenity/fablab.json @@ -0,0 +1,20 @@ +{ + "icon": "chemist", + "fields": [ + "provides", + "identity", + "interaction", + "operator", + "address", + "building_area" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "amenity": "fablab" + }, + "name": "Fab Lab" +} diff --git a/data/presets/presets/amenity/fast_food.json b/data/presets/presets/amenity/fast_food.json index d514ba21664..855c6b59fd2 100644 --- a/data/presets/presets/amenity/fast_food.json +++ b/data/presets/presets/amenity/fast_food.json @@ -1,6 +1,9 @@ { "icon": "fast-food", "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -13,6 +16,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/amenity/fuel.json b/data/presets/presets/amenity/fuel.json index 67ba90e954c..a74fd9201f6 100644 --- a/data/presets/presets/amenity/fuel.json +++ b/data/presets/presets/amenity/fuel.json @@ -1,6 +1,9 @@ { "icon": "fuel", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", diff --git a/data/presets/presets/amenity/givebox.json b/data/presets/presets/amenity/givebox.json new file mode 100644 index 00000000000..bf57e64881b --- /dev/null +++ b/data/presets/presets/amenity/givebox.json @@ -0,0 +1,17 @@ +{ + "fields": [ + "provides", + "identity", + "interaction", + "operator", + "address" + ], + "geometry": [ + "point", + "vertex" + ], + "tags": { + "amenity": "givebox" + }, + "name": "Givebox" +} diff --git a/data/presets/presets/amenity/hospital.json b/data/presets/presets/amenity/hospital.json index 87a2d0ba19e..0d783cdc1a0 100644 --- a/data/presets/presets/amenity/hospital.json +++ b/data/presets/presets/amenity/hospital.json @@ -1,12 +1,16 @@ { "icon": "hospital", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "emergency" ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/amenity/kindergarten.json b/data/presets/presets/amenity/kindergarten.json index 2d28d6afe3a..47554fef171 100644 --- a/data/presets/presets/amenity/kindergarten.json +++ b/data/presets/presets/amenity/kindergarten.json @@ -1,11 +1,16 @@ { "icon": "school", "fields": [ + "provides", + "topic", + "identity", + "interaction", "operator", "address" ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/amenity/library.json b/data/presets/presets/amenity/library.json index 8c868a980c1..3e02dcf7662 100644 --- a/data/presets/presets/amenity/library.json +++ b/data/presets/presets/amenity/library.json @@ -1,6 +1,10 @@ { "icon": "library", "fields": [ + "provides", + "topic", + "identity", + "interaction", "operator", "building_area", "address", @@ -8,6 +12,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/amenity/marketplace.json b/data/presets/presets/amenity/marketplace.json index 1b91ce0e1ff..bda3022cbf0 100644 --- a/data/presets/presets/amenity/marketplace.json +++ b/data/presets/presets/amenity/marketplace.json @@ -1,14 +1,22 @@ { "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", - "opening_hours" + "opening_hours", + "regional", + "farm_boxes", + "organic" ], "geometry": [ "point", + "vertex", "area" ], + "icon": "shop", "tags": { "amenity": "marketplace" }, diff --git a/data/presets/presets/amenity/nightclub.json b/data/presets/presets/amenity/nightclub.json index 67ff6e58ce1..af760eb228c 100644 --- a/data/presets/presets/amenity/nightclub.json +++ b/data/presets/presets/amenity/nightclub.json @@ -1,6 +1,9 @@ { "icon": "bar", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -9,6 +12,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/amenity/pharmacy.json b/data/presets/presets/amenity/pharmacy.json index f4a1b55970d..f59224f77f3 100644 --- a/data/presets/presets/amenity/pharmacy.json +++ b/data/presets/presets/amenity/pharmacy.json @@ -1,6 +1,9 @@ { "icon": "pharmacy", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -9,6 +12,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/amenity/place_of_worship.json b/data/presets/presets/amenity/place_of_worship.json index b0ed988f0da..4094c0005ed 100644 --- a/data/presets/presets/amenity/place_of_worship.json +++ b/data/presets/presets/amenity/place_of_worship.json @@ -1,6 +1,10 @@ { "icon": "place-of-worship", "fields": [ + "provides", + "topic", + "identity", + "interaction", "religion", "denomination", "address", @@ -8,6 +12,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/amenity/place_of_worship/buddhist.json b/data/presets/presets/amenity/place_of_worship/buddhist.json index bb3f084f9b9..cd0501c4e57 100644 --- a/data/presets/presets/amenity/place_of_worship/buddhist.json +++ b/data/presets/presets/amenity/place_of_worship/buddhist.json @@ -1,6 +1,10 @@ { "icon": "place-of-worship", - "fields": [ + "fields": [ + "provides", + "topic", + "identity", + "interaction", "denomination", "building_area", "address" diff --git a/data/presets/presets/amenity/place_of_worship/christian.json b/data/presets/presets/amenity/place_of_worship/christian.json index 8f10af709ea..bb0b0edc0e0 100644 --- a/data/presets/presets/amenity/place_of_worship/christian.json +++ b/data/presets/presets/amenity/place_of_worship/christian.json @@ -1,6 +1,10 @@ { "icon": "religious-christian", - "fields": [ + "fields": [ + "provides", + "topic", + "identity", + "interaction", "denomination", "building_area", "address" diff --git a/data/presets/presets/amenity/place_of_worship/jewish.json b/data/presets/presets/amenity/place_of_worship/jewish.json index 4a031cc7e2d..ebcab9909ce 100644 --- a/data/presets/presets/amenity/place_of_worship/jewish.json +++ b/data/presets/presets/amenity/place_of_worship/jewish.json @@ -1,6 +1,10 @@ { "icon": "religious-jewish", - "fields": [ + "fields": [ + "provides", + "topic", + "identity", + "interaction", "denomination", "building_area", "address" diff --git a/data/presets/presets/amenity/place_of_worship/muslim.json b/data/presets/presets/amenity/place_of_worship/muslim.json index a677176e282..234f0abfbc2 100644 --- a/data/presets/presets/amenity/place_of_worship/muslim.json +++ b/data/presets/presets/amenity/place_of_worship/muslim.json @@ -1,6 +1,10 @@ { "icon": "religious-muslim", - "fields": [ + "fields": [ + "provides", + "topic", + "identity", + "interaction", "denomination", "building_area", "address" diff --git a/data/presets/presets/amenity/police.json b/data/presets/presets/amenity/police.json index 82a83b73518..275fbf401ff 100644 --- a/data/presets/presets/amenity/police.json +++ b/data/presets/presets/amenity/police.json @@ -7,6 +7,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/amenity/post_office.json b/data/presets/presets/amenity/post_office.json index 0355b93ae44..b3506317792 100644 --- a/data/presets/presets/amenity/post_office.json +++ b/data/presets/presets/amenity/post_office.json @@ -1,6 +1,9 @@ { "icon": "post", "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/amenity/prison.json b/data/presets/presets/amenity/prison.json new file mode 100644 index 00000000000..a65aef9674e --- /dev/null +++ b/data/presets/presets/amenity/prison.json @@ -0,0 +1,26 @@ +{ + "icon": "commercial", + "fields": [ + "operator", + "address", + "building_area" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "terms": [ + "cop", + "detective", + "fed", + "law", + "enforcement", + "officer", + "jail" + ], + "tags": { + "amenity": "prison" + }, + "name": "Prison" +} diff --git a/data/presets/presets/amenity/pub.json b/data/presets/presets/amenity/pub.json index 90af85b79b4..315ce709eed 100644 --- a/data/presets/presets/amenity/pub.json +++ b/data/presets/presets/amenity/pub.json @@ -1,13 +1,18 @@ { "icon": "beer", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "address", + "cuisine", "building_area", "opening_hours", "smoking" ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/amenity/public_bookcase.json b/data/presets/presets/amenity/public_bookcase.json index f15c6c9b597..b09aa0c9d78 100644 --- a/data/presets/presets/amenity/public_bookcase.json +++ b/data/presets/presets/amenity/public_bookcase.json @@ -1,6 +1,9 @@ { "icon": "library", "fields": [ + "provides", + "identity", + "interaction", "name", "operator", "capacity", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/amenity/ranger_station.json b/data/presets/presets/amenity/ranger_station.json index d9b2e6ebc6d..1bd9ea27366 100644 --- a/data/presets/presets/amenity/ranger_station.json +++ b/data/presets/presets/amenity/ranger_station.json @@ -1,5 +1,8 @@ { "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", diff --git a/data/presets/presets/amenity/register_office.json b/data/presets/presets/amenity/register_office.json index 5719531e226..c60f7888134 100644 --- a/data/presets/presets/amenity/register_office.json +++ b/data/presets/presets/amenity/register_office.json @@ -1,6 +1,10 @@ { "icon": "town-hall", "fields": [ + "provides", + "topic", + "identity", + "interaction", "address", "building_area", "opening_hours", diff --git a/data/presets/presets/amenity/restaurant.json b/data/presets/presets/amenity/restaurant.json index 87be53bf69d..6c86788701b 100644 --- a/data/presets/presets/amenity/restaurant.json +++ b/data/presets/presets/amenity/restaurant.json @@ -1,6 +1,9 @@ { "icon": "restaurant", "fields": [ + "provides", + "identity", + "interaction", "cuisine", "address", "building_area", @@ -12,6 +15,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/amenity/school.json b/data/presets/presets/amenity/school.json index e3b1f38d396..3e5d30e9342 100644 --- a/data/presets/presets/amenity/school.json +++ b/data/presets/presets/amenity/school.json @@ -1,11 +1,16 @@ { "icon": "school", "fields": [ + "provides", + "topic", + "identity", + "interaction", "operator", "address" ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/amenity/shelter.json b/data/presets/presets/amenity/shelter.json index 58fe4f2ee07..10e09b52f2d 100644 --- a/data/presets/presets/amenity/shelter.json +++ b/data/presets/presets/amenity/shelter.json @@ -1,5 +1,8 @@ { "fields": [ + "provides", + "identity", + "interaction", "shelter_type" ], "geometry": [ diff --git a/data/presets/presets/amenity/social_facility.json b/data/presets/presets/amenity/social_facility.json index 926a814b8ce..5175fea17b1 100644 --- a/data/presets/presets/amenity/social_facility.json +++ b/data/presets/presets/amenity/social_facility.json @@ -1,5 +1,9 @@ { "fields": [ + "provides", + "topic", + "identity", + "interaction", "operator", "address", "building_area", @@ -9,6 +13,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/amenity/social_facility/food_bank.json b/data/presets/presets/amenity/social_facility/food_bank.json index 46053afac6e..5998f9668a3 100644 --- a/data/presets/presets/amenity/social_facility/food_bank.json +++ b/data/presets/presets/amenity/social_facility/food_bank.json @@ -1,5 +1,8 @@ { - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", diff --git a/data/presets/presets/amenity/social_facility/group_home.json b/data/presets/presets/amenity/social_facility/group_home.json index ccf07da2a19..a0c9eb68921 100644 --- a/data/presets/presets/amenity/social_facility/group_home.json +++ b/data/presets/presets/amenity/social_facility/group_home.json @@ -1,5 +1,8 @@ { - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", diff --git a/data/presets/presets/amenity/social_facility/homeless_shelter.json b/data/presets/presets/amenity/social_facility/homeless_shelter.json index 4562987789a..162278d434b 100644 --- a/data/presets/presets/amenity/social_facility/homeless_shelter.json +++ b/data/presets/presets/amenity/social_facility/homeless_shelter.json @@ -1,5 +1,8 @@ { - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", diff --git a/data/presets/presets/amenity/studio.json b/data/presets/presets/amenity/studio.json index 987745aca91..2d3ceb8b3fe 100644 --- a/data/presets/presets/amenity/studio.json +++ b/data/presets/presets/amenity/studio.json @@ -1,12 +1,16 @@ { "icon": "music", "fields": [ + "provides", + "identity", + "interaction", "studio_type", "address", "building_area" ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/amenity/theatre.json b/data/presets/presets/amenity/theatre.json index 8d1773f38bb..9939218959a 100644 --- a/data/presets/presets/amenity/theatre.json +++ b/data/presets/presets/amenity/theatre.json @@ -1,12 +1,13 @@ { "icon": "theatre", - "fields": [ + "fields": [ "provides","topic","identity","interaction", "operator", "address", "building_area" ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/amenity/townhall.json b/data/presets/presets/amenity/townhall.json index de4cbd2e578..9defc2b9267 100644 --- a/data/presets/presets/amenity/townhall.json +++ b/data/presets/presets/amenity/townhall.json @@ -1,12 +1,14 @@ { "icon": "town-hall", "fields": [ + "provides","topic","identity","interaction", "operator", "address", "building_area" ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/amenity/university.json b/data/presets/presets/amenity/university.json index f99085a214b..b48353002ae 100644 --- a/data/presets/presets/amenity/university.json +++ b/data/presets/presets/amenity/university.json @@ -1,11 +1,13 @@ { "icon": "college", "fields": [ + "provides","topic","identity","interaction", "operator", "address" ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/amenity/veterinary.json b/data/presets/presets/amenity/veterinary.json index 082505c5425..82e597e9df9 100644 --- a/data/presets/presets/amenity/veterinary.json +++ b/data/presets/presets/amenity/veterinary.json @@ -1,6 +1,7 @@ { "icon": "dog-park", "fields": [ + "provides","topic","identity","interaction", "operator", "address", "building_area", @@ -8,6 +9,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/amenity/volkskuche.json b/data/presets/presets/amenity/volkskuche.json new file mode 100644 index 00000000000..1e0095ca804 --- /dev/null +++ b/data/presets/presets/amenity/volkskuche.json @@ -0,0 +1,22 @@ +{ + "fields": [ + "provides", + "identity", + "interaction", + "operator", + "address", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "terms": [ "Volksküche" + ], + "tags": { + "amenity": "social_facility", + "social_facility": "food_bank" + }, + "name": "Volkskuche" +} diff --git a/data/presets/presets/building.json b/data/presets/presets/building.json index e25911488ff..2b728b3fbf1 100644 --- a/data/presets/presets/building.json +++ b/data/presets/presets/building.json @@ -2,6 +2,11 @@ "icon": "building", "fields": [ "building", + "description", + "provides", + "topic", + "identity", + "interaction", "levels", "address" ], diff --git a/data/presets/presets/club.json b/data/presets/presets/club.json new file mode 100644 index 00000000000..b98a65735d2 --- /dev/null +++ b/data/presets/presets/club.json @@ -0,0 +1,22 @@ +{ + "fields": [ + "description", + "provides", + "topic", + "identity", + "interaction", + "club", + "fee", + "address", + "contact" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "club": "*" + }, + "name": "Club" +} diff --git a/data/presets/presets/club/foodcoop.json b/data/presets/presets/club/foodcoop.json new file mode 100644 index 00000000000..7737efa6bdc --- /dev/null +++ b/data/presets/presets/club/foodcoop.json @@ -0,0 +1,26 @@ +{ + "fields": [ + "description", + "provides", + "topic", + "identity", + "interaction", + "address", + "contact", + "organic", + "regional", + "fee" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "club": "foodcoop", + "provides":"food+drink", + "regional":"yes", + "interaction":"buying_and_selling" + }, + "name": "Food Coop" +} diff --git a/data/presets/presets/craft/basket_maker.json b/data/presets/presets/craft/basket_maker.json index 537c1526e11..b60f508f65f 100644 --- a/data/presets/presets/craft/basket_maker.json +++ b/data/presets/presets/craft/basket_maker.json @@ -1,6 +1,9 @@ { "icon": "art-gallery", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/craft/beekeeper.json b/data/presets/presets/craft/beekeeper.json index 8e300a28be9..f564e54ab52 100644 --- a/data/presets/presets/craft/beekeeper.json +++ b/data/presets/presets/craft/beekeeper.json @@ -1,6 +1,9 @@ { "icon": "farm", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/craft/blacksmith.json b/data/presets/presets/craft/blacksmith.json index a2dfedd1398..1a8d69482b5 100644 --- a/data/presets/presets/craft/blacksmith.json +++ b/data/presets/presets/craft/blacksmith.json @@ -1,6 +1,9 @@ { "icon": "farm", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/craft/boatbuilder.json b/data/presets/presets/craft/boatbuilder.json index 0f246d187f5..115fd4e9ec7 100644 --- a/data/presets/presets/craft/boatbuilder.json +++ b/data/presets/presets/craft/boatbuilder.json @@ -1,6 +1,9 @@ { "icon": "marker-stroked", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/craft/bookbinder.json b/data/presets/presets/craft/bookbinder.json index 0bf51a2ef93..7f780b77700 100644 --- a/data/presets/presets/craft/bookbinder.json +++ b/data/presets/presets/craft/bookbinder.json @@ -1,6 +1,9 @@ { "icon": "library", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/craft/brewery.json b/data/presets/presets/craft/brewery.json index 8450f8c4d7d..6ea43fcd313 100644 --- a/data/presets/presets/craft/brewery.json +++ b/data/presets/presets/craft/brewery.json @@ -1,6 +1,9 @@ { "icon": "beer", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/craft/carpenter.json b/data/presets/presets/craft/carpenter.json index 570ecd67b1c..db1168fee0b 100644 --- a/data/presets/presets/craft/carpenter.json +++ b/data/presets/presets/craft/carpenter.json @@ -1,6 +1,9 @@ { "icon": "logging", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/craft/carpet_layer.json b/data/presets/presets/craft/carpet_layer.json index f7f7bab2f25..d23109a2318 100644 --- a/data/presets/presets/craft/carpet_layer.json +++ b/data/presets/presets/craft/carpet_layer.json @@ -1,6 +1,9 @@ { "icon": "square", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/craft/caterer.json b/data/presets/presets/craft/caterer.json index 0f86cc67744..09ec3e4bf05 100644 --- a/data/presets/presets/craft/caterer.json +++ b/data/presets/presets/craft/caterer.json @@ -1,6 +1,9 @@ { "icon": "bakery", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "cuisine", "operator", "address", @@ -9,6 +12,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/craft/clockmaker.json b/data/presets/presets/craft/clockmaker.json index f9fb3ce438d..f3ed5578396 100644 --- a/data/presets/presets/craft/clockmaker.json +++ b/data/presets/presets/craft/clockmaker.json @@ -1,6 +1,9 @@ { "icon": "circle-stroked", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/craft/confectionery.json b/data/presets/presets/craft/confectionery.json index aaa40b8c128..c20a7fd2d82 100644 --- a/data/presets/presets/craft/confectionery.json +++ b/data/presets/presets/craft/confectionery.json @@ -1,6 +1,9 @@ { "icon": "bakery", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/craft/dressmaker.json b/data/presets/presets/craft/dressmaker.json index b1bcd6ae2cb..1c3a131f47f 100644 --- a/data/presets/presets/craft/dressmaker.json +++ b/data/presets/presets/craft/dressmaker.json @@ -1,6 +1,9 @@ { "icon": "clothing-store", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/craft/electrician.json b/data/presets/presets/craft/electrician.json index 961686e4556..f8b03886b53 100644 --- a/data/presets/presets/craft/electrician.json +++ b/data/presets/presets/craft/electrician.json @@ -1,6 +1,9 @@ { "icon": "marker-stroked", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/craft/gardener.json b/data/presets/presets/craft/gardener.json index b3b56e7cfdd..24c956da1b5 100644 --- a/data/presets/presets/craft/gardener.json +++ b/data/presets/presets/craft/gardener.json @@ -1,6 +1,9 @@ { "icon": "garden", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/craft/glaziery.json b/data/presets/presets/craft/glaziery.json index 00071c201de..5e8b27812f3 100644 --- a/data/presets/presets/craft/glaziery.json +++ b/data/presets/presets/craft/glaziery.json @@ -1,6 +1,9 @@ { "icon": "fire-station", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/craft/handicraft.json b/data/presets/presets/craft/handicraft.json index 9766bcf778e..efe1c5f1261 100644 --- a/data/presets/presets/craft/handicraft.json +++ b/data/presets/presets/craft/handicraft.json @@ -1,6 +1,9 @@ { "icon": "art-gallery", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/craft/hvac.json b/data/presets/presets/craft/hvac.json index 62a87ec2c7a..9b1b6668cf2 100644 --- a/data/presets/presets/craft/hvac.json +++ b/data/presets/presets/craft/hvac.json @@ -1,6 +1,9 @@ { "icon": "marker-stroked", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/craft/insulator.json b/data/presets/presets/craft/insulator.json index fd6ad73f3fb..4a9a2a53e54 100644 --- a/data/presets/presets/craft/insulator.json +++ b/data/presets/presets/craft/insulator.json @@ -1,6 +1,9 @@ { "icon": "marker-stroked", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/craft/jeweler.json b/data/presets/presets/craft/jeweler.json index 95db51ca632..766ffac3ca5 100644 --- a/data/presets/presets/craft/jeweler.json +++ b/data/presets/presets/craft/jeweler.json @@ -1,6 +1,9 @@ { "icon": "marker-stroked", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/craft/key_cutter.json b/data/presets/presets/craft/key_cutter.json index ba04dd5f32a..e96fed274ff 100644 --- a/data/presets/presets/craft/key_cutter.json +++ b/data/presets/presets/craft/key_cutter.json @@ -1,6 +1,9 @@ { "icon": "marker-stroked", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/craft/locksmith.json b/data/presets/presets/craft/locksmith.json index 8a8a05a0c06..fac3484a7c9 100644 --- a/data/presets/presets/craft/locksmith.json +++ b/data/presets/presets/craft/locksmith.json @@ -1,6 +1,9 @@ { "icon": "marker-stroked", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/craft/metal_construction.json b/data/presets/presets/craft/metal_construction.json index 190173b2d33..9ca581fa8fd 100644 --- a/data/presets/presets/craft/metal_construction.json +++ b/data/presets/presets/craft/metal_construction.json @@ -1,6 +1,9 @@ { "icon": "marker-stroked", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/craft/optician.json b/data/presets/presets/craft/optician.json index 257cce2d88d..7d75fb7cdbc 100644 --- a/data/presets/presets/craft/optician.json +++ b/data/presets/presets/craft/optician.json @@ -1,6 +1,9 @@ { "icon": "marker-stroked", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/craft/painter.json b/data/presets/presets/craft/painter.json index 3c57599308d..e576f09b53b 100644 --- a/data/presets/presets/craft/painter.json +++ b/data/presets/presets/craft/painter.json @@ -1,6 +1,9 @@ { "icon": "art-gallery", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/craft/photographer.json b/data/presets/presets/craft/photographer.json index f9600d2585e..a56be0701b5 100644 --- a/data/presets/presets/craft/photographer.json +++ b/data/presets/presets/craft/photographer.json @@ -1,6 +1,9 @@ { "icon": "camera", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/craft/photographic_laboratory.json b/data/presets/presets/craft/photographic_laboratory.json index e6ebbe90549..7c0c0bfd876 100644 --- a/data/presets/presets/craft/photographic_laboratory.json +++ b/data/presets/presets/craft/photographic_laboratory.json @@ -1,6 +1,9 @@ { "icon": "camera", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/craft/plasterer.json b/data/presets/presets/craft/plasterer.json index 9c2a437f2fd..43670326946 100644 --- a/data/presets/presets/craft/plasterer.json +++ b/data/presets/presets/craft/plasterer.json @@ -1,6 +1,9 @@ { "icon": "marker-stroked", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/craft/plumber.json b/data/presets/presets/craft/plumber.json index 4a18b28fe36..2e1567df8fb 100644 --- a/data/presets/presets/craft/plumber.json +++ b/data/presets/presets/craft/plumber.json @@ -1,6 +1,9 @@ { "icon": "marker-stroked", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/craft/pottery.json b/data/presets/presets/craft/pottery.json index 203705f203c..6236eb62dce 100644 --- a/data/presets/presets/craft/pottery.json +++ b/data/presets/presets/craft/pottery.json @@ -1,6 +1,9 @@ { "icon": "art-gallery", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/craft/rigger.json b/data/presets/presets/craft/rigger.json index 4aab146a8e0..42f26db9cde 100644 --- a/data/presets/presets/craft/rigger.json +++ b/data/presets/presets/craft/rigger.json @@ -1,6 +1,9 @@ { "icon": "marker-stroked", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/craft/roofer.json b/data/presets/presets/craft/roofer.json index fbb6489ee8f..da54ee43409 100644 --- a/data/presets/presets/craft/roofer.json +++ b/data/presets/presets/craft/roofer.json @@ -1,6 +1,9 @@ { "icon": "marker-stroked", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/craft/saddler.json b/data/presets/presets/craft/saddler.json index 7d9997665cb..afc1343bdc8 100644 --- a/data/presets/presets/craft/saddler.json +++ b/data/presets/presets/craft/saddler.json @@ -1,6 +1,9 @@ { "icon": "marker-stroked", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/craft/sailmaker.json b/data/presets/presets/craft/sailmaker.json index bffd63633f1..84d297beb19 100644 --- a/data/presets/presets/craft/sailmaker.json +++ b/data/presets/presets/craft/sailmaker.json @@ -1,6 +1,9 @@ { "icon": "marker-stroked", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/craft/sawmill.json b/data/presets/presets/craft/sawmill.json index a2da42fb02f..46f155644ce 100644 --- a/data/presets/presets/craft/sawmill.json +++ b/data/presets/presets/craft/sawmill.json @@ -1,6 +1,9 @@ { "icon": "park", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/craft/scaffolder.json b/data/presets/presets/craft/scaffolder.json index 5f6305af0e7..e6f56d47efa 100644 --- a/data/presets/presets/craft/scaffolder.json +++ b/data/presets/presets/craft/scaffolder.json @@ -1,6 +1,9 @@ { "icon": "marker-stroked", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/craft/sculpter.json b/data/presets/presets/craft/sculpter.json index e0d1f097601..a4748313cac 100644 --- a/data/presets/presets/craft/sculpter.json +++ b/data/presets/presets/craft/sculpter.json @@ -1,6 +1,9 @@ { "icon": "art-gallery", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/craft/shoemaker.json b/data/presets/presets/craft/shoemaker.json index abf7c5050a7..903bb1acf91 100644 --- a/data/presets/presets/craft/shoemaker.json +++ b/data/presets/presets/craft/shoemaker.json @@ -1,6 +1,9 @@ { "icon": "marker-stroked", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/craft/stonemason.json b/data/presets/presets/craft/stonemason.json index 8253c16cf5a..0a12492c42e 100644 --- a/data/presets/presets/craft/stonemason.json +++ b/data/presets/presets/craft/stonemason.json @@ -1,6 +1,9 @@ { "icon": "marker-stroked", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/craft/sweep.json b/data/presets/presets/craft/sweep.json index 61582a9e0bb..b6266ef36f0 100644 --- a/data/presets/presets/craft/sweep.json +++ b/data/presets/presets/craft/sweep.json @@ -1,6 +1,9 @@ { "icon": "marker-stroked", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/craft/tailor.json b/data/presets/presets/craft/tailor.json index 6e365eb0c2f..ca6670c3b5e 100644 --- a/data/presets/presets/craft/tailor.json +++ b/data/presets/presets/craft/tailor.json @@ -1,6 +1,9 @@ { "icon": "clothing-store", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/craft/tiler.json b/data/presets/presets/craft/tiler.json index 4fd90825aec..af1d4399b4b 100644 --- a/data/presets/presets/craft/tiler.json +++ b/data/presets/presets/craft/tiler.json @@ -1,6 +1,9 @@ { "icon": "marker-stroked", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/craft/tinsmith.json b/data/presets/presets/craft/tinsmith.json index 689515b6ef5..899f1747884 100644 --- a/data/presets/presets/craft/tinsmith.json +++ b/data/presets/presets/craft/tinsmith.json @@ -1,6 +1,9 @@ { "icon": "marker-stroked", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/craft/upholsterer.json b/data/presets/presets/craft/upholsterer.json index 575407047d5..69a743e41c8 100644 --- a/data/presets/presets/craft/upholsterer.json +++ b/data/presets/presets/craft/upholsterer.json @@ -1,6 +1,9 @@ { "icon": "marker-stroked", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/craft/watchmaker.json b/data/presets/presets/craft/watchmaker.json index 8985c599540..74c29ad011c 100644 --- a/data/presets/presets/craft/watchmaker.json +++ b/data/presets/presets/craft/watchmaker.json @@ -1,6 +1,9 @@ { "icon": "circle-stroked", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/craft/window_construction.json b/data/presets/presets/craft/window_construction.json index 832b77dc67a..d8c00c4aad7 100644 --- a/data/presets/presets/craft/window_construction.json +++ b/data/presets/presets/craft/window_construction.json @@ -1,6 +1,9 @@ { "icon": "marker-stroked", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/craft/winery.json b/data/presets/presets/craft/winery.json index e00ee7e14ee..593c8dca38d 100644 --- a/data/presets/presets/craft/winery.json +++ b/data/presets/presets/craft/winery.json @@ -1,6 +1,9 @@ { "icon": "alcohol-shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/emergency/ambulance_station.json b/data/presets/presets/emergency/ambulance_station.json index db39e6e2171..40e95bf27bf 100644 --- a/data/presets/presets/emergency/ambulance_station.json +++ b/data/presets/presets/emergency/ambulance_station.json @@ -1,6 +1,9 @@ { "icon": "hospital", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "building_area", "address" diff --git a/data/presets/presets/farm_boxes.json b/data/presets/presets/farm_boxes.json new file mode 100644 index 00000000000..3b253d9c76c --- /dev/null +++ b/data/presets/presets/farm_boxes.json @@ -0,0 +1,30 @@ +{ + "fields": [ + "farm_boxes", + "description", + "provides", + "identity", + "interaction", + "organic", + "address", + "contact" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "farm_boxes": "*", + "provides" : "food+drink", + "regional" : "only" + }, + "terms": [ + "Community", + "supported", + "agriculture", + "farm" + ], + "icon" : "farm", + "name": "CSA" +} diff --git a/data/presets/presets/historic/archaeological_site.json b/data/presets/presets/historic/archaeological_site.json index 401f886d781..4b61c4d2cd2 100644 --- a/data/presets/presets/historic/archaeological_site.json +++ b/data/presets/presets/historic/archaeological_site.json @@ -1,4 +1,10 @@ { + "fields": [ + "provides", + "topic", + "identity", + "interaction" + ], "geometry": [ "point", "vertex", @@ -8,4 +14,4 @@ "historic": "archaeological_site" }, "name": "Archaeological Site" -} \ No newline at end of file +} diff --git a/data/presets/presets/historic/castle.json b/data/presets/presets/historic/castle.json index fed1adb0609..b729ed67b55 100644 --- a/data/presets/presets/historic/castle.json +++ b/data/presets/presets/historic/castle.json @@ -1,4 +1,10 @@ { + "fields": [ + "provides", + "topic", + "identity", + "interaction" + ], "geometry": [ "point", "area" diff --git a/data/presets/presets/historic/memorial.json b/data/presets/presets/historic/memorial.json index 0990abdf617..0d19c0adcb8 100644 --- a/data/presets/presets/historic/memorial.json +++ b/data/presets/presets/historic/memorial.json @@ -1,4 +1,10 @@ { + "fields": [ + "provides", + "topic", + "identity", + "interaction" + ], "icon": "monument", "geometry": [ "point", @@ -9,4 +15,4 @@ "historic": "memorial" }, "name": "Memorial" -} \ No newline at end of file +} diff --git a/data/presets/presets/historic/ruins.json b/data/presets/presets/historic/ruins.json index 6a8936aa5b3..37469ddb973 100644 --- a/data/presets/presets/historic/ruins.json +++ b/data/presets/presets/historic/ruins.json @@ -1,4 +1,10 @@ { + "fields": [ + "provides", + "topic", + "identity", + "interaction" + ], "geometry": [ "point", "vertex", @@ -8,4 +14,4 @@ "historic": "ruins" }, "name": "Ruins" -} \ No newline at end of file +} diff --git a/data/presets/presets/historic/wayside_cross.json b/data/presets/presets/historic/wayside_cross.json index b706533b6c7..ad4f1befc0a 100644 --- a/data/presets/presets/historic/wayside_cross.json +++ b/data/presets/presets/historic/wayside_cross.json @@ -1,4 +1,10 @@ { + "fields": [ + "provides", + "topic", + "identity", + "interaction" + ], "geometry": [ "point", "vertex", @@ -8,4 +14,4 @@ "historic": "wayside_cross" }, "name": "Wayside Cross" -} \ No newline at end of file +} diff --git a/data/presets/presets/historic/wayside_shrine.json b/data/presets/presets/historic/wayside_shrine.json index 498fd37ccbd..50e12e05701 100644 --- a/data/presets/presets/historic/wayside_shrine.json +++ b/data/presets/presets/historic/wayside_shrine.json @@ -1,4 +1,10 @@ { + "fields": [ + "provides", + "topic", + "identity", + "interaction" + ], "geometry": [ "point", "vertex", @@ -8,4 +14,4 @@ "historic": "wayside_shrine" }, "name": "Wayside Shrine" -} \ No newline at end of file +} diff --git a/data/presets/presets/identity/commons.json b/data/presets/presets/identity/commons.json new file mode 100644 index 00000000000..b36df8fa72e --- /dev/null +++ b/data/presets/presets/identity/commons.json @@ -0,0 +1,16 @@ +{ + "fields": [ + "name", + "provides_combotype", + "identity_combotype", + "interaction_combotype" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + }, + "name": "Identity: Commons" +} diff --git a/data/presets/presets/identity/global_ecovillage_network.json b/data/presets/presets/identity/global_ecovillage_network.json new file mode 100644 index 00000000000..15da841ab02 --- /dev/null +++ b/data/presets/presets/identity/global_ecovillage_network.json @@ -0,0 +1,16 @@ +{ + "fields": [ + "name", + "provides_combotype", + "identity_combotype", + "interaction_combotype" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + }, + "name": "identity: Global Ecovillage Network" +} diff --git a/data/presets/presets/interaction/bartering.json b/data/presets/presets/interaction/bartering.json new file mode 100644 index 00000000000..5adfa4dea3f --- /dev/null +++ b/data/presets/presets/interaction/bartering.json @@ -0,0 +1,18 @@ +{ + "fields": [ + "name", + "provides_combotype", + "identity_combotype", + "interaction_combotype", + "address", + "contact" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + }, + "name": "Interaction: Bartering" +} diff --git a/data/presets/presets/interaction/lending.json b/data/presets/presets/interaction/lending.json new file mode 100644 index 00000000000..57e2d5b87db --- /dev/null +++ b/data/presets/presets/interaction/lending.json @@ -0,0 +1,18 @@ +{ + "fields": [ + "name", + "provides_combotype", + "identity_combotype", + "interaction_combotype", + "address", + "contact" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + }, + "name": "Interaction: Lending" +} diff --git a/data/presets/presets/landuse/allotments.json b/data/presets/presets/landuse/allotments.json index 3fe01c23882..eb2daba5dd4 100644 --- a/data/presets/presets/landuse/allotments.json +++ b/data/presets/presets/landuse/allotments.json @@ -1,4 +1,10 @@ { + "fields": [ + "provides", + "topic", + "identity", + "interaction" + ], "geometry": [ "area" ], diff --git a/data/presets/presets/landuse/brownfield.json b/data/presets/presets/landuse/brownfield.json new file mode 100644 index 00000000000..7d841c70df8 --- /dev/null +++ b/data/presets/presets/landuse/brownfield.json @@ -0,0 +1,16 @@ +{ + "fields": [ + "provides", + "identity", + "interaction", + "operator" + ], + "geometry": [ + "area" + ], + "tags": { + "landuse": "brownfield" + }, + "terms": [], + "name": "Brownfield" +} diff --git a/data/presets/presets/landuse/cemetery.json b/data/presets/presets/landuse/cemetery.json index 3ac95a35862..44130db2f9a 100644 --- a/data/presets/presets/landuse/cemetery.json +++ b/data/presets/presets/landuse/cemetery.json @@ -1,6 +1,9 @@ { "icon": "cemetery", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "religion", "denomination" ], diff --git a/data/presets/presets/landuse/churchyard.json b/data/presets/presets/landuse/churchyard.json index 3bd442f74c0..4d17468e566 100644 --- a/data/presets/presets/landuse/churchyard.json +++ b/data/presets/presets/landuse/churchyard.json @@ -1,5 +1,8 @@ { - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "religion", "denomination" ], diff --git a/data/presets/presets/landuse/commercial.json b/data/presets/presets/landuse/commercial.json index 45592cce259..3b7186700a2 100644 --- a/data/presets/presets/landuse/commercial.json +++ b/data/presets/presets/landuse/commercial.json @@ -1,4 +1,10 @@ { + "fields": [ + "provides", + "topic", + "identity", + "interaction" + ], "icon": "commercial", "geometry": [ "area" diff --git a/data/presets/presets/landuse/construction.json b/data/presets/presets/landuse/construction.json index 899b703831a..4f3548a1c40 100644 --- a/data/presets/presets/landuse/construction.json +++ b/data/presets/presets/landuse/construction.json @@ -1,5 +1,8 @@ { - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "construction", "operator" ], diff --git a/data/presets/presets/landuse/farm.json b/data/presets/presets/landuse/farm.json index 96e63edfcc9..327178404b1 100644 --- a/data/presets/presets/landuse/farm.json +++ b/data/presets/presets/landuse/farm.json @@ -1,6 +1,9 @@ { "icon": "farm", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "crop" ], "geometry": [ diff --git a/data/presets/presets/landuse/farmland.json b/data/presets/presets/landuse/farmland.json index 6c13c415fbd..037899aafad 100644 --- a/data/presets/presets/landuse/farmland.json +++ b/data/presets/presets/landuse/farmland.json @@ -1,6 +1,9 @@ { "icon": "farm", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "crop" ], "geometry": [ diff --git a/data/presets/presets/landuse/farmyard.json b/data/presets/presets/landuse/farmyard.json index 5b2b4b71496..a06c358a0fc 100644 --- a/data/presets/presets/landuse/farmyard.json +++ b/data/presets/presets/landuse/farmyard.json @@ -1,6 +1,9 @@ { "icon": "farm", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "crop" ], "geometry": [ diff --git a/data/presets/presets/landuse/forest.json b/data/presets/presets/landuse/forest.json index 9c0dd25e43c..e2d869a1465 100644 --- a/data/presets/presets/landuse/forest.json +++ b/data/presets/presets/landuse/forest.json @@ -1,6 +1,9 @@ { "icon": "park2", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "leaf_type", "leaf_cycle" ], diff --git a/data/presets/presets/landuse/greenfield.json b/data/presets/presets/landuse/greenfield.json new file mode 100644 index 00000000000..acb736f9282 --- /dev/null +++ b/data/presets/presets/landuse/greenfield.json @@ -0,0 +1,16 @@ +{ + "fields": [ + "provides", + "identity", + "interaction", + "operator" + ], + "geometry": [ + "area" + ], + "tags": { + "landuse": "greenfield" + }, + "terms": [], + "name": "Greenfield" +} diff --git a/data/presets/presets/landuse/industrial.json b/data/presets/presets/landuse/industrial.json index b92c3e5077f..fbbe2b0d76c 100644 --- a/data/presets/presets/landuse/industrial.json +++ b/data/presets/presets/landuse/industrial.json @@ -1,4 +1,10 @@ { + "fields": [ + "provides", + "topic", + "identity", + "interaction" + ], "icon": "industrial", "geometry": [ "area" diff --git a/data/presets/presets/landuse/landfill.json b/data/presets/presets/landuse/landfill.json index b6cfcb1ef57..6a4b2819931 100644 --- a/data/presets/presets/landuse/landfill.json +++ b/data/presets/presets/landuse/landfill.json @@ -1,4 +1,10 @@ { + "fields": [ + "provides", + "topic", + "identity", + "interaction" + ], "geometry": [ "area" ], diff --git a/data/presets/presets/landuse/meadow.json b/data/presets/presets/landuse/meadow.json index 3de68e37742..ba90a17ab5c 100644 --- a/data/presets/presets/landuse/meadow.json +++ b/data/presets/presets/landuse/meadow.json @@ -1,4 +1,10 @@ { + "fields": [ + "provides", + "topic", + "identity", + "interaction" + ], "geometry": [ "area" ], diff --git a/data/presets/presets/landuse/orchard.json b/data/presets/presets/landuse/orchard.json index e2f15af796e..5c3a1debeba 100644 --- a/data/presets/presets/landuse/orchard.json +++ b/data/presets/presets/landuse/orchard.json @@ -1,6 +1,9 @@ { "icon": "park2", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "trees" ], "geometry": [ diff --git a/data/presets/presets/landuse/residential.json b/data/presets/presets/landuse/residential.json index 4048c3200ff..e772935d94d 100644 --- a/data/presets/presets/landuse/residential.json +++ b/data/presets/presets/landuse/residential.json @@ -1,4 +1,10 @@ { + "fields": [ + "provides", + "topic", + "identity", + "interaction" + ], "icon": "building", "geometry": [ "area" diff --git a/data/presets/presets/landuse/retail.json b/data/presets/presets/landuse/retail.json index feb32ca11a9..62a55602015 100644 --- a/data/presets/presets/landuse/retail.json +++ b/data/presets/presets/landuse/retail.json @@ -1,4 +1,10 @@ { + "fields": [ + "provides", + "topic", + "identity", + "interaction" + ], "icon": "shop", "geometry": [ "area" diff --git a/data/presets/presets/landuse/vineyard.json b/data/presets/presets/landuse/vineyard.json index 47bdef728c3..04d741f2740 100644 --- a/data/presets/presets/landuse/vineyard.json +++ b/data/presets/presets/landuse/vineyard.json @@ -1,4 +1,10 @@ { + "fields": [ + "provides", + "topic", + "identity", + "interaction" + ], "geometry": [ "area" ], diff --git a/data/presets/presets/leisure/common.json b/data/presets/presets/leisure/common.json index 3ab8a087804..fe1e8e46d7a 100644 --- a/data/presets/presets/leisure/common.json +++ b/data/presets/presets/leisure/common.json @@ -1,4 +1,10 @@ { + "fields": [ + "provides", + "topic", + "identity", + "interaction" + ], "geometry": [ "point", "area" @@ -10,4 +16,4 @@ "leisure": "common" }, "name": "Common" -} \ No newline at end of file +} diff --git a/data/presets/presets/leisure/communitygarden.json b/data/presets/presets/leisure/communitygarden.json new file mode 100644 index 00000000000..c64eead72c1 --- /dev/null +++ b/data/presets/presets/leisure/communitygarden.json @@ -0,0 +1,22 @@ +{ + "icon": "garden", + "fields": [ + "provides", + "identity", + "interaction", + "access_clubs", + "operator", + "address" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "leisure": "garden", + "garden:type": "community" + }, + "name": "Community Garden" + +} diff --git a/data/presets/presets/leisure/dog_park.json b/data/presets/presets/leisure/dog_park.json index 0f4e662de1a..3aba0f3faa1 100644 --- a/data/presets/presets/leisure/dog_park.json +++ b/data/presets/presets/leisure/dog_park.json @@ -1,4 +1,9 @@ { + "fields": [ + "provides", + "identity", + "interaction" + ], "icon": "dog-park", "geometry": [ "point", diff --git a/data/presets/presets/leisure/garden.json b/data/presets/presets/leisure/garden.json index 5cd9f737753..c6b7c48c5eb 100644 --- a/data/presets/presets/leisure/garden.json +++ b/data/presets/presets/leisure/garden.json @@ -1,4 +1,10 @@ { + "fields": [ + "provides", + "topic", + "identity", + "interaction" + ], "icon": "garden", "geometry": [ "point", @@ -9,4 +15,4 @@ "leisure": "garden" }, "name": "Garden" -} \ No newline at end of file +} diff --git a/data/presets/presets/leisure/golf_course.json b/data/presets/presets/leisure/golf_course.json index 246e545ee3f..f5bab111c19 100644 --- a/data/presets/presets/leisure/golf_course.json +++ b/data/presets/presets/leisure/golf_course.json @@ -1,6 +1,9 @@ { "icon": "golf", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "opening_hours" diff --git a/data/presets/presets/leisure/hackerspace.json b/data/presets/presets/leisure/hackerspace.json new file mode 100644 index 00000000000..593ecc5e000 --- /dev/null +++ b/data/presets/presets/leisure/hackerspace.json @@ -0,0 +1,23 @@ +{ + "icon": "pitch", + "fields": [ + "provides", + "identity", + "interaction", + "address", + "building_area", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "leisure": "hackerspace" + }, + "terms": [ + "hacklab" + ], + "name": "Hackerspace" +} diff --git a/data/presets/presets/leisure/ice_rink.json b/data/presets/presets/leisure/ice_rink.json index fc01d1a9c0c..c167595bb66 100644 --- a/data/presets/presets/leisure/ice_rink.json +++ b/data/presets/presets/leisure/ice_rink.json @@ -1,6 +1,9 @@ { "icon": "pitch", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "seasonal", "sport_ice", "operator", diff --git a/data/presets/presets/leisure/marina.json b/data/presets/presets/leisure/marina.json index 9d4e284fb68..a6112ddaf41 100644 --- a/data/presets/presets/leisure/marina.json +++ b/data/presets/presets/leisure/marina.json @@ -1,4 +1,9 @@ { + "fields": [ + "provides", + "identity", + "interaction" + ], "icon": "harbor", "geometry": [ "point", diff --git a/data/presets/presets/leisure/nature_reserve.json b/data/presets/presets/leisure/nature_reserve.json index e4a178b7068..43f5a2b7b20 100644 --- a/data/presets/presets/leisure/nature_reserve.json +++ b/data/presets/presets/leisure/nature_reserve.json @@ -1,4 +1,9 @@ { + "fields": [ + "provides", + "identity", + "interaction" + ], "icon": "park", "geometry": [ "point", diff --git a/data/presets/presets/leisure/park.json b/data/presets/presets/leisure/park.json index 15e40b52c89..c250cddf27f 100644 --- a/data/presets/presets/leisure/park.json +++ b/data/presets/presets/leisure/park.json @@ -1,4 +1,9 @@ { + "fields": [ + "provides", + "identity", + "interaction" + ], "icon": "park", "geometry": [ "point", @@ -30,4 +35,4 @@ "leisure": "park" }, "name": "Park" -} \ No newline at end of file +} diff --git a/data/presets/presets/leisure/picnic_table.json b/data/presets/presets/leisure/picnic_table.json index f24643f9dd7..00f6b38832f 100644 --- a/data/presets/presets/leisure/picnic_table.json +++ b/data/presets/presets/leisure/picnic_table.json @@ -1,4 +1,9 @@ { + "fields": [ + "provides", + "identity", + "interaction" + ], "geometry": [ "point" ], diff --git a/data/presets/presets/leisure/pitch.json b/data/presets/presets/leisure/pitch.json index 09e2c238ede..b93be9377e0 100644 --- a/data/presets/presets/leisure/pitch.json +++ b/data/presets/presets/leisure/pitch.json @@ -1,6 +1,9 @@ { "icon": "pitch", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "sport", "surface", "lit" diff --git a/data/presets/presets/leisure/pitch/american_football.json b/data/presets/presets/leisure/pitch/american_football.json index 54bc6c2f98f..f3c77254d40 100644 --- a/data/presets/presets/leisure/pitch/american_football.json +++ b/data/presets/presets/leisure/pitch/american_football.json @@ -1,6 +1,9 @@ { "icon": "america-football", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "surface", "lit" ], diff --git a/data/presets/presets/leisure/pitch/baseball.json b/data/presets/presets/leisure/pitch/baseball.json index 7f98a03c9b0..2c4082bceb2 100644 --- a/data/presets/presets/leisure/pitch/baseball.json +++ b/data/presets/presets/leisure/pitch/baseball.json @@ -1,6 +1,9 @@ { "icon": "baseball", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "lit" ], "geometry": [ diff --git a/data/presets/presets/leisure/pitch/basketball.json b/data/presets/presets/leisure/pitch/basketball.json index 708bf7687c7..50f5681d18c 100644 --- a/data/presets/presets/leisure/pitch/basketball.json +++ b/data/presets/presets/leisure/pitch/basketball.json @@ -1,6 +1,9 @@ { "icon": "basketball", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "surface", "hoops", "lit" diff --git a/data/presets/presets/leisure/pitch/skateboard.json b/data/presets/presets/leisure/pitch/skateboard.json index 73c996f2ab9..e94bfd370d6 100644 --- a/data/presets/presets/leisure/pitch/skateboard.json +++ b/data/presets/presets/leisure/pitch/skateboard.json @@ -1,6 +1,9 @@ { "icon": "pitch", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "surface", "lit" ], diff --git a/data/presets/presets/leisure/pitch/soccer.json b/data/presets/presets/leisure/pitch/soccer.json index c2c9581c727..00988908783 100644 --- a/data/presets/presets/leisure/pitch/soccer.json +++ b/data/presets/presets/leisure/pitch/soccer.json @@ -1,6 +1,9 @@ { "icon": "soccer", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "surface", "lit" ], diff --git a/data/presets/presets/leisure/pitch/tennis.json b/data/presets/presets/leisure/pitch/tennis.json index b9920471da9..169623e78c9 100644 --- a/data/presets/presets/leisure/pitch/tennis.json +++ b/data/presets/presets/leisure/pitch/tennis.json @@ -1,6 +1,9 @@ { "icon": "tennis", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "surface", "lit" ], diff --git a/data/presets/presets/leisure/pitch/volleyball.json b/data/presets/presets/leisure/pitch/volleyball.json index 4ffdabc3824..ed2c7d8c480 100644 --- a/data/presets/presets/leisure/pitch/volleyball.json +++ b/data/presets/presets/leisure/pitch/volleyball.json @@ -1,6 +1,9 @@ { "icon": "pitch", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "surface", "lit" ], diff --git a/data/presets/presets/leisure/playground.json b/data/presets/presets/leisure/playground.json index d1d19f4de01..6f12f3332b4 100644 --- a/data/presets/presets/leisure/playground.json +++ b/data/presets/presets/leisure/playground.json @@ -1,4 +1,9 @@ { + "fields": [ + "provides", + "identity", + "interaction" + ], "icon": "playground", "geometry": [ "point", diff --git a/data/presets/presets/leisure/running_track.json b/data/presets/presets/leisure/running_track.json index 3da28a08deb..485cd4129d9 100644 --- a/data/presets/presets/leisure/running_track.json +++ b/data/presets/presets/leisure/running_track.json @@ -1,6 +1,9 @@ { "icon": "pitch", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "surface", "sport_racing", "lit", diff --git a/data/presets/presets/leisure/slipway.json b/data/presets/presets/leisure/slipway.json index 070dee4d95d..d53e34f301d 100644 --- a/data/presets/presets/leisure/slipway.json +++ b/data/presets/presets/leisure/slipway.json @@ -1,4 +1,9 @@ { + "fields": [ + "provides", + "identity", + "interaction" + ], "geometry": [ "point", "line" diff --git a/data/presets/presets/leisure/sports_center.json b/data/presets/presets/leisure/sports_center.json index a751bd499f0..b90d8cabb0b 100644 --- a/data/presets/presets/leisure/sports_center.json +++ b/data/presets/presets/leisure/sports_center.json @@ -1,6 +1,9 @@ { "icon": "pitch", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "sport", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/leisure/stadium.json b/data/presets/presets/leisure/stadium.json index a3e820695b1..03cad9e16b4 100644 --- a/data/presets/presets/leisure/stadium.json +++ b/data/presets/presets/leisure/stadium.json @@ -1,6 +1,9 @@ { "icon": "pitch", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "sport", "address" ], diff --git a/data/presets/presets/leisure/swimming_pool.json b/data/presets/presets/leisure/swimming_pool.json index 554ecb21281..f1941ac5f63 100644 --- a/data/presets/presets/leisure/swimming_pool.json +++ b/data/presets/presets/leisure/swimming_pool.json @@ -1,6 +1,9 @@ { "icon": "swimming", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "access_simple", "operator", "address" diff --git a/data/presets/presets/leisure/track.json b/data/presets/presets/leisure/track.json index 83343facaab..4b6c038bbbd 100644 --- a/data/presets/presets/leisure/track.json +++ b/data/presets/presets/leisure/track.json @@ -1,6 +1,9 @@ { "icon": "highway-road", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "surface", "sport_racing", "lit", diff --git a/data/presets/presets/man_made/wastewater_plant.json b/data/presets/presets/man_made/wastewater_plant.json index 1dec9fa58b7..0b8b2001734 100644 --- a/data/presets/presets/man_made/wastewater_plant.json +++ b/data/presets/presets/man_made/wastewater_plant.json @@ -1,6 +1,9 @@ { "icon": "water", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address" ], diff --git a/data/presets/presets/man_made/water_tower.json b/data/presets/presets/man_made/water_tower.json index 3baefd56df4..c6ba386cadc 100644 --- a/data/presets/presets/man_made/water_tower.json +++ b/data/presets/presets/man_made/water_tower.json @@ -1,6 +1,9 @@ { "icon": "water", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator" ], "geometry": [ diff --git a/data/presets/presets/man_made/water_well.json b/data/presets/presets/man_made/water_well.json index a45d9db70e9..5dac0a4b800 100644 --- a/data/presets/presets/man_made/water_well.json +++ b/data/presets/presets/man_made/water_well.json @@ -1,5 +1,8 @@ { - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator" ], "geometry": [ diff --git a/data/presets/presets/man_made/water_works.json b/data/presets/presets/man_made/water_works.json index be98ac80047..17f2b960933 100644 --- a/data/presets/presets/man_made/water_works.json +++ b/data/presets/presets/man_made/water_works.json @@ -1,6 +1,9 @@ { "icon": "water", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address" ], diff --git a/data/presets/presets/natural/beach.json b/data/presets/presets/natural/beach.json index 8e32bc4a0b2..f37a60b15ec 100644 --- a/data/presets/presets/natural/beach.json +++ b/data/presets/presets/natural/beach.json @@ -1,5 +1,8 @@ { - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "surface" ], "geometry": [ diff --git a/data/presets/presets/natural/cave_entrance.json b/data/presets/presets/natural/cave_entrance.json index b403512395f..6d001aff16a 100644 --- a/data/presets/presets/natural/cave_entrance.json +++ b/data/presets/presets/natural/cave_entrance.json @@ -3,7 +3,10 @@ "point", "area" ], - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "fee", "access_simple" ], diff --git a/data/presets/presets/natural/grassland.json b/data/presets/presets/natural/grassland.json index 84e7cbf586e..e2725952e65 100644 --- a/data/presets/presets/natural/grassland.json +++ b/data/presets/presets/natural/grassland.json @@ -1,4 +1,9 @@ { + "fields": [ + "provides", + "identity", + "interaction" + ], "geometry": [ "point", "area" @@ -8,4 +13,4 @@ "natural": "grassland" }, "name": "Grassland" -} \ No newline at end of file +} diff --git a/data/presets/presets/natural/heath.json b/data/presets/presets/natural/heath.json index bf2fdc0f926..a94d5ff5213 100644 --- a/data/presets/presets/natural/heath.json +++ b/data/presets/presets/natural/heath.json @@ -1,4 +1,9 @@ { + "fields": [ + "provides", + "identity", + "interaction" + ], "geometry": [ "area" ], @@ -7,4 +12,4 @@ "natural": "heath" }, "name": "Heath" -} \ No newline at end of file +} diff --git a/data/presets/presets/natural/peak.json b/data/presets/presets/natural/peak.json index 718a68c21af..d411a17d74b 100644 --- a/data/presets/presets/natural/peak.json +++ b/data/presets/presets/natural/peak.json @@ -1,6 +1,9 @@ { "icon": "triangle", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "elevation" ], "geometry": [ diff --git a/data/presets/presets/natural/scrub.json b/data/presets/presets/natural/scrub.json index efa36bc5761..d578ffac800 100644 --- a/data/presets/presets/natural/scrub.json +++ b/data/presets/presets/natural/scrub.json @@ -1,4 +1,9 @@ { + "fields": [ + "provides", + "identity", + "interaction" + ], "geometry": [ "area" ], @@ -7,4 +12,4 @@ }, "terms": [], "name": "Scrub" -} \ No newline at end of file +} diff --git a/data/presets/presets/natural/spring.json b/data/presets/presets/natural/spring.json index 0d6b2a93fb7..a99229d2dd5 100644 --- a/data/presets/presets/natural/spring.json +++ b/data/presets/presets/natural/spring.json @@ -1,4 +1,9 @@ { + "fields": [ + "provides", + "identity", + "interaction" + ], "geometry": [ "point", "vertex" @@ -8,4 +13,4 @@ "natural": "spring" }, "name": "Spring" -} \ No newline at end of file +} diff --git a/data/presets/presets/natural/tree.json b/data/presets/presets/natural/tree.json index 218a3fe44b9..63ac4d9e433 100644 --- a/data/presets/presets/natural/tree.json +++ b/data/presets/presets/natural/tree.json @@ -1,5 +1,11 @@ { - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", + "access_clubs", + "species", + "genus", "leaf_type", "leaf_cycle", "denotation" diff --git a/data/presets/presets/natural/water.json b/data/presets/presets/natural/water.json index 7de80e9a711..df29c2f1f0c 100644 --- a/data/presets/presets/natural/water.json +++ b/data/presets/presets/natural/water.json @@ -1,5 +1,8 @@ { - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "water" ], "geometry": [ diff --git a/data/presets/presets/natural/water/lake.json b/data/presets/presets/natural/water/lake.json index f6bfcff1527..d9f5cf12a1d 100644 --- a/data/presets/presets/natural/water/lake.json +++ b/data/presets/presets/natural/water/lake.json @@ -1,4 +1,9 @@ { + "fields": [ + "provides", + "identity", + "interaction" + ], "geometry": [ "area" ], @@ -13,4 +18,4 @@ ], "icon": "water", "name": "Lake" -} \ No newline at end of file +} diff --git a/data/presets/presets/natural/water/pond.json b/data/presets/presets/natural/water/pond.json index b4d92500df6..301be5e5641 100644 --- a/data/presets/presets/natural/water/pond.json +++ b/data/presets/presets/natural/water/pond.json @@ -1,4 +1,9 @@ { + "fields": [ + "provides", + "identity", + "interaction" + ], "geometry": [ "area" ], @@ -15,4 +20,4 @@ ], "icon": "water", "name": "Pond" -} \ No newline at end of file +} diff --git a/data/presets/presets/natural/water/reservoir.json b/data/presets/presets/natural/water/reservoir.json index bdd709011e4..2ed3dccf499 100644 --- a/data/presets/presets/natural/water/reservoir.json +++ b/data/presets/presets/natural/water/reservoir.json @@ -1,4 +1,9 @@ { + "fields": [ + "provides", + "identity", + "interaction" + ], "geometry": [ "area" ], @@ -8,4 +13,4 @@ }, "icon": "water", "name": "Reservoir" -} \ No newline at end of file +} diff --git a/data/presets/presets/natural/wetland.json b/data/presets/presets/natural/wetland.json index 86ab0aceef8..b547395c636 100644 --- a/data/presets/presets/natural/wetland.json +++ b/data/presets/presets/natural/wetland.json @@ -1,6 +1,9 @@ { "icon": "wetland", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "wetland" ], "geometry": [ diff --git a/data/presets/presets/natural/wood.json b/data/presets/presets/natural/wood.json index f8ab42d780d..00c02038316 100644 --- a/data/presets/presets/natural/wood.json +++ b/data/presets/presets/natural/wood.json @@ -1,6 +1,9 @@ { "icon": "park2", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "leaf_type", "leaf_cycle" ], diff --git a/data/presets/presets/office.json b/data/presets/presets/office.json index c91fe35810c..22e0e81cb03 100644 --- a/data/presets/presets/office.json +++ b/data/presets/presets/office.json @@ -1,6 +1,10 @@ { "icon": "commercial", "fields": [ + "provides", + "topic", + "identity", + "interaction", "office", "address", "building_area", diff --git a/data/presets/presets/office/accountant.json b/data/presets/presets/office/accountant.json index 515782e3653..d4ee5405320 100644 --- a/data/presets/presets/office/accountant.json +++ b/data/presets/presets/office/accountant.json @@ -1,6 +1,10 @@ { "icon": "commercial", - "fields": [ + "fields": [ + "provides", + "topic", + "identity", + "interaction", "address", "building_area", "opening_hours" diff --git a/data/presets/presets/office/administrative.json b/data/presets/presets/office/administrative.json index 52a61cf14f2..e2e03ed80b9 100644 --- a/data/presets/presets/office/administrative.json +++ b/data/presets/presets/office/administrative.json @@ -1,6 +1,10 @@ { "icon": "commercial", - "fields": [ + "fields": [ + "provides", + "topic", + "identity", + "interaction", "address", "building_area", "opening_hours" diff --git a/data/presets/presets/office/architect.json b/data/presets/presets/office/architect.json index 66473d74fbb..147e63b201c 100644 --- a/data/presets/presets/office/architect.json +++ b/data/presets/presets/office/architect.json @@ -1,6 +1,10 @@ { "icon": "commercial", - "fields": [ + "fields": [ + "provides", + "topic", + "identity", + "interaction", "address", "building_area", "opening_hours" diff --git a/data/presets/presets/office/company.json b/data/presets/presets/office/company.json index b56565af0d3..ac117867d57 100644 --- a/data/presets/presets/office/company.json +++ b/data/presets/presets/office/company.json @@ -1,6 +1,10 @@ { "icon": "commercial", - "fields": [ + "fields": [ + "provides", + "topic", + "identity", + "interaction", "address", "building_area", "opening_hours", diff --git a/data/presets/presets/office/educational_institution.json b/data/presets/presets/office/educational_institution.json index bb34445cb47..dea0d9e14d4 100644 --- a/data/presets/presets/office/educational_institution.json +++ b/data/presets/presets/office/educational_institution.json @@ -1,6 +1,10 @@ { "icon": "commercial", - "fields": [ + "fields": [ + "provides", + "topic", + "identity", + "interaction", "address", "building_area", "opening_hours" diff --git a/data/presets/presets/office/employment_agency.json b/data/presets/presets/office/employment_agency.json index 5e9204f9e97..36f3b07d225 100644 --- a/data/presets/presets/office/employment_agency.json +++ b/data/presets/presets/office/employment_agency.json @@ -1,6 +1,10 @@ { "icon": "commercial", - "fields": [ + "fields": [ + "provides", + "topic", + "identity", + "interaction", "address", "building_area", "opening_hours" diff --git a/data/presets/presets/office/estate_agent.json b/data/presets/presets/office/estate_agent.json index 117a9550fd0..a0d37c77128 100644 --- a/data/presets/presets/office/estate_agent.json +++ b/data/presets/presets/office/estate_agent.json @@ -1,6 +1,10 @@ { "icon": "commercial", - "fields": [ + "fields": [ + "provides", + "topic", + "identity", + "interaction", "address", "building_area", "opening_hours" diff --git a/data/presets/presets/office/financial.json b/data/presets/presets/office/financial.json index 678fe38f391..c6d88f319c6 100644 --- a/data/presets/presets/office/financial.json +++ b/data/presets/presets/office/financial.json @@ -1,6 +1,10 @@ { "icon": "commercial", - "fields": [ + "fields": [ + "provides", + "topic", + "identity", + "interaction", "address", "building_area", "opening_hours" diff --git a/data/presets/presets/office/government.json b/data/presets/presets/office/government.json index eb13a4a7b27..fc04fa99dca 100644 --- a/data/presets/presets/office/government.json +++ b/data/presets/presets/office/government.json @@ -1,6 +1,10 @@ { "icon": "commercial", - "fields": [ + "fields": [ + "provides", + "topic", + "identity", + "interaction", "address", "building_area", "opening_hours" diff --git a/data/presets/presets/office/insurance.json b/data/presets/presets/office/insurance.json index beb761b9818..9c2ba0abb4c 100644 --- a/data/presets/presets/office/insurance.json +++ b/data/presets/presets/office/insurance.json @@ -1,6 +1,10 @@ { "icon": "commercial", - "fields": [ + "fields": [ + "provides", + "topic", + "identity", + "interaction", "address", "building_area", "opening_hours" diff --git a/data/presets/presets/office/it.json b/data/presets/presets/office/it.json index d13df9efba1..14744b94a07 100644 --- a/data/presets/presets/office/it.json +++ b/data/presets/presets/office/it.json @@ -1,6 +1,10 @@ { "icon": "commercial", - "fields": [ + "fields": [ + "provides", + "topic", + "identity", + "interaction", "address", "building_area", "opening_hours" diff --git a/data/presets/presets/office/lawyer.json b/data/presets/presets/office/lawyer.json index 438b0703522..f471b22955f 100644 --- a/data/presets/presets/office/lawyer.json +++ b/data/presets/presets/office/lawyer.json @@ -1,6 +1,10 @@ { "icon": "commercial", - "fields": [ + "fields": [ + "provides", + "topic", + "identity", + "interaction", "address", "building_area", "opening_hours" diff --git a/data/presets/presets/office/newspaper.json b/data/presets/presets/office/newspaper.json index bf2201f5a68..8cfc01de47a 100644 --- a/data/presets/presets/office/newspaper.json +++ b/data/presets/presets/office/newspaper.json @@ -1,6 +1,10 @@ { "icon": "commercial", - "fields": [ + "fields": [ + "provides", + "topic", + "identity", + "interaction", "address", "building_area", "opening_hours" diff --git a/data/presets/presets/office/ngo.json b/data/presets/presets/office/ngo.json index 74f25d926cb..d95b153b30e 100644 --- a/data/presets/presets/office/ngo.json +++ b/data/presets/presets/office/ngo.json @@ -1,6 +1,10 @@ { "icon": "commercial", - "fields": [ + "fields": [ + "provides", + "topic", + "identity", + "interaction", "address", "building_area", "opening_hours", diff --git a/data/presets/presets/office/physician.json b/data/presets/presets/office/physician.json index db600e379bb..25586fec2ac 100644 --- a/data/presets/presets/office/physician.json +++ b/data/presets/presets/office/physician.json @@ -1,6 +1,10 @@ { "icon": "commercial", - "fields": [ + "fields": [ + "provides", + "topic", + "identity", + "interaction", "address", "building_area", "opening_hours" diff --git a/data/presets/presets/office/political_party.json b/data/presets/presets/office/political_party.json index b546f3ff630..3c7925eaea0 100644 --- a/data/presets/presets/office/political_party.json +++ b/data/presets/presets/office/political_party.json @@ -1,6 +1,10 @@ { "icon": "commercial", - "fields": [ + "fields": [ + "provides", + "topic", + "identity", + "interaction", "address", "building_area", "opening_hours" diff --git a/data/presets/presets/office/research.json b/data/presets/presets/office/research.json index d03b9ed7455..09e3d5142da 100644 --- a/data/presets/presets/office/research.json +++ b/data/presets/presets/office/research.json @@ -1,6 +1,10 @@ { "icon": "commercial", - "fields": [ + "fields": [ + "provides", + "topic", + "identity", + "interaction", "address", "building_area", "opening_hours" diff --git a/data/presets/presets/office/telecommunication.json b/data/presets/presets/office/telecommunication.json index 6e432eca219..3965f5effb8 100644 --- a/data/presets/presets/office/telecommunication.json +++ b/data/presets/presets/office/telecommunication.json @@ -1,6 +1,10 @@ { "icon": "commercial", - "fields": [ + "fields": [ + "provides", + "topic", + "identity", + "interaction", "address", "building_area", "opening_hours" diff --git a/data/presets/presets/office/therapist.json b/data/presets/presets/office/therapist.json index c08dc4e9318..27ba214f23f 100644 --- a/data/presets/presets/office/therapist.json +++ b/data/presets/presets/office/therapist.json @@ -1,6 +1,10 @@ { "icon": "commercial", - "fields": [ + "fields": [ + "provides", + "topic", + "identity", + "interaction", "address", "building_area", "opening_hours" diff --git a/data/presets/presets/office/travel_agent.json b/data/presets/presets/office/travel_agent.json index 2e06e43391c..f2bb6c9519a 100644 --- a/data/presets/presets/office/travel_agent.json +++ b/data/presets/presets/office/travel_agent.json @@ -1,6 +1,10 @@ { "icon": "suitcase", - "fields": [ + "fields": [ + "provides", + "topic", + "identity", + "interaction", "address", "building_area", "opening_hours" diff --git a/data/presets/presets/power/generator.json b/data/presets/presets/power/generator.json index 22c9dbf0242..b8c162d6674 100644 --- a/data/presets/presets/power/generator.json +++ b/data/presets/presets/power/generator.json @@ -1,5 +1,8 @@ { - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "generator/source", "generator/method", diff --git a/data/presets/presets/provides/clothes.json b/data/presets/presets/provides/clothes.json new file mode 100644 index 00000000000..db986c89207 --- /dev/null +++ b/data/presets/presets/provides/clothes.json @@ -0,0 +1,21 @@ +{ + "fields": [ + "name", + "description", + "provides", + "topic", + "identity", + "interaction", + "contact", + "address" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "provides": "clothes" + }, + "name": "Other POI providing clothes" +} diff --git a/data/presets/presets/provides/community.json b/data/presets/presets/provides/community.json new file mode 100644 index 00000000000..ec8033fedb3 --- /dev/null +++ b/data/presets/presets/provides/community.json @@ -0,0 +1,21 @@ +{ + "fields": [ + "name", + "description", + "provides", + "topic", + "identity", + "interaction", + "contact", + "address" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "provides": "community" + }, + "name": "Other POI providing community" +} diff --git a/data/presets/presets/provides/culture.json b/data/presets/presets/provides/culture.json new file mode 100644 index 00000000000..ded01540bf5 --- /dev/null +++ b/data/presets/presets/provides/culture.json @@ -0,0 +1,21 @@ +{ + "fields": [ + "name", + "description", + "provides", + "topic", + "identity", + "interaction", + "contact", + "address" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "provides": "culture" + }, + "name": "Other POI providing culture" +} diff --git a/data/presets/presets/provides/energy.json b/data/presets/presets/provides/energy.json new file mode 100644 index 00000000000..09e9b0fa306 --- /dev/null +++ b/data/presets/presets/provides/energy.json @@ -0,0 +1,21 @@ +{ + "fields": [ + "name", + "description", + "provides", + "topic", + "identity", + "interaction", + "contact", + "address" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "provides": "energy" + }, + "name": "Other POI providing energy" +} diff --git a/data/presets/presets/provides/food+drink.json b/data/presets/presets/provides/food+drink.json new file mode 100644 index 00000000000..e0a8ab937bb --- /dev/null +++ b/data/presets/presets/provides/food+drink.json @@ -0,0 +1,21 @@ +{ + "fields": [ + "name", + "description", + "provides", + "topic", + "identity", + "interaction", + "contact", + "address" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "provides": "food+drink" + }, + "name": "Other POI providing Food & Drink" +} diff --git a/data/presets/presets/provides/health.json b/data/presets/presets/provides/health.json new file mode 100644 index 00000000000..9bfefbe34cb --- /dev/null +++ b/data/presets/presets/provides/health.json @@ -0,0 +1,21 @@ +{ + "fields": [ + "name", + "description", + "provides", + "topic", + "identity", + "interaction", + "contact", + "address" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "provides": "health" + }, + "name": "Other POI providing health" +} diff --git a/data/presets/presets/provides/housing.json b/data/presets/presets/provides/housing.json new file mode 100644 index 00000000000..5ad039a335b --- /dev/null +++ b/data/presets/presets/provides/housing.json @@ -0,0 +1,21 @@ +{ + "fields": [ + "name", + "description", + "provides", + "topic", + "identity", + "interaction", + "contact", + "address" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "provides": "housing" + }, + "name": "Other POI providing housing" +} diff --git a/data/presets/presets/provides/land.json b/data/presets/presets/provides/land.json new file mode 100644 index 00000000000..d3f958dee46 --- /dev/null +++ b/data/presets/presets/provides/land.json @@ -0,0 +1,21 @@ +{ + "fields": [ + "name", + "description", + "provides", + "topic", + "identity", + "interaction", + "contact", + "address" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "provides": "land" + }, + "name": "Other POI providing Land" +} diff --git a/data/presets/presets/provides/land.json+type b/data/presets/presets/provides/land.json+type new file mode 100644 index 00000000000..d054d44cacb --- /dev/null +++ b/data/presets/presets/provides/land.json+type @@ -0,0 +1,22 @@ +{ + "fields": [ + "name", + "description", + "provides", + "provides:land", + "topic", + "identity", + "interaction", + "contact", + "address" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "provides": "land" + }, + "name": "Other POI providing Land" +} diff --git a/data/presets/presets/provides/learning_opportunities.json b/data/presets/presets/provides/learning_opportunities.json new file mode 100644 index 00000000000..7b6d329fb16 --- /dev/null +++ b/data/presets/presets/provides/learning_opportunities.json @@ -0,0 +1,21 @@ +{ + "fields": [ + "name", + "description", + "provides", + "topic", + "identity", + "interaction", + "contact", + "address" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "provides": "learning_opportunities" + }, + "name": "Other POI providing knowledge & skills" +} diff --git a/data/presets/presets/provides/mobility.json b/data/presets/presets/provides/mobility.json new file mode 100644 index 00000000000..bb5e70758a0 --- /dev/null +++ b/data/presets/presets/provides/mobility.json @@ -0,0 +1,21 @@ +{ + "fields": [ + "name", + "description", + "provides", + "topic", + "identity", + "interaction", + "contact", + "address" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "provides": "mobility" + }, + "name": "Other POI providing Mobility" +} diff --git a/data/presets/presets/provides/objects_of_utility.json b/data/presets/presets/provides/objects_of_utility.json new file mode 100644 index 00000000000..48aa46cd0e0 --- /dev/null +++ b/data/presets/presets/provides/objects_of_utility.json @@ -0,0 +1,21 @@ +{ + "fields": [ + "name", + "description", + "provides", + "topic", + "identity", + "interaction", + "contact", + "address" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "provides": "objects_of_utility" + }, + "name": "Other POI providing objects of utility" +} diff --git a/data/presets/presets/provides/participation.json b/data/presets/presets/provides/participation.json new file mode 100644 index 00000000000..4bf7f80adcc --- /dev/null +++ b/data/presets/presets/provides/participation.json @@ -0,0 +1,21 @@ +{ + "fields": [ + "name", + "description", + "provides", + "topic", + "identity", + "interaction", + "contact", + "address" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "provides": "participation" + }, + "name": "Other POI providing participation" +} diff --git a/data/presets/presets/provides/safety.json b/data/presets/presets/provides/safety.json new file mode 100644 index 00000000000..71b6feccac3 --- /dev/null +++ b/data/presets/presets/provides/safety.json @@ -0,0 +1,21 @@ +{ + "fields": [ + "name", + "description", + "provides", + "topic", + "identity", + "interaction", + "contact", + "address" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "provides": "safety" + }, + "name": "Other POI providing safety" +} diff --git a/data/presets/presets/provides/spaces.json b/data/presets/presets/provides/spaces.json new file mode 100644 index 00000000000..c9e033d313f --- /dev/null +++ b/data/presets/presets/provides/spaces.json @@ -0,0 +1,21 @@ +{ + "fields": [ + "name", + "description", + "provides", + "topic", + "identity", + "interaction", + "contact", + "address" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "provides": "spaces" + }, + "name": "Other POI providing free space" +} diff --git a/data/presets/presets/provides/spirituality.json b/data/presets/presets/provides/spirituality.json new file mode 100644 index 00000000000..4913a272f5e --- /dev/null +++ b/data/presets/presets/provides/spirituality.json @@ -0,0 +1,21 @@ +{ + "fields": [ + "name", + "description", + "provides", + "topic", + "identity", + "interaction", + "contact", + "address" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "provides": "spirituality" + }, + "name": "Other POI providing spirituality" +} diff --git a/data/presets/presets/provides/water.json b/data/presets/presets/provides/water.json new file mode 100644 index 00000000000..f7881e5a017 --- /dev/null +++ b/data/presets/presets/provides/water.json @@ -0,0 +1,21 @@ +{ + "fields": [ + "name", + "description", + "provides", + "topic", + "identity", + "interaction", + "contact", + "address" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "provides": "water" + }, + "name": "Other POI providing Water" +} diff --git a/data/presets/presets/shop/alcohol.json b/data/presets/presets/shop/alcohol.json index ad72ec94dc4..e80edf131d9 100644 --- a/data/presets/presets/shop/alcohol.json +++ b/data/presets/presets/shop/alcohol.json @@ -1,6 +1,9 @@ { "icon": "alcohol-shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -9,6 +12,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/shop/anime.json b/data/presets/presets/shop/anime.json index 0e7a2722c0f..fa94d7ea63e 100644 --- a/data/presets/presets/shop/anime.json +++ b/data/presets/presets/shop/anime.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/antiques.json b/data/presets/presets/shop/antiques.json index c8cdeab250c..0fb7a70c9f9 100644 --- a/data/presets/presets/shop/antiques.json +++ b/data/presets/presets/shop/antiques.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/art.json b/data/presets/presets/shop/art.json index 1bb0008f162..c64dbb377ce 100644 --- a/data/presets/presets/shop/art.json +++ b/data/presets/presets/shop/art.json @@ -1,6 +1,9 @@ { "icon": "art-gallery", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/baby_goods.json b/data/presets/presets/shop/baby_goods.json index 4028f7694cc..4fb259992e8 100644 --- a/data/presets/presets/shop/baby_goods.json +++ b/data/presets/presets/shop/baby_goods.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/bag.json b/data/presets/presets/shop/bag.json index dc8e860f12c..6df0d35c34c 100644 --- a/data/presets/presets/shop/bag.json +++ b/data/presets/presets/shop/bag.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/shop/bakery.json b/data/presets/presets/shop/bakery.json index f73eac7b7ba..ffaf21aab78 100644 --- a/data/presets/presets/shop/bakery.json +++ b/data/presets/presets/shop/bakery.json @@ -1,6 +1,9 @@ { "icon": "bakery", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/bathroom_furnishing.json b/data/presets/presets/shop/bathroom_furnishing.json index ef8bb5eea83..bfdf74ae0df 100644 --- a/data/presets/presets/shop/bathroom_furnishing.json +++ b/data/presets/presets/shop/bathroom_furnishing.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/beauty.json b/data/presets/presets/shop/beauty.json index 8f2dab6bb9f..134ab0dff6d 100644 --- a/data/presets/presets/shop/beauty.json +++ b/data/presets/presets/shop/beauty.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/shop/bed.json b/data/presets/presets/shop/bed.json index c01e992ca84..e9c7eb437b2 100644 --- a/data/presets/presets/shop/bed.json +++ b/data/presets/presets/shop/bed.json @@ -1,6 +1,9 @@ { "icon": "lodging", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/beverages.json b/data/presets/presets/shop/beverages.json index 21bf2626df7..bb963a28602 100644 --- a/data/presets/presets/shop/beverages.json +++ b/data/presets/presets/shop/beverages.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/bicycle.json b/data/presets/presets/shop/bicycle.json index f6a062cbb4d..f666389913f 100644 --- a/data/presets/presets/shop/bicycle.json +++ b/data/presets/presets/shop/bicycle.json @@ -1,6 +1,9 @@ { "icon": "bicycle", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/bookmaker.json b/data/presets/presets/shop/bookmaker.json index 939b4527f03..7d7a0c2115a 100644 --- a/data/presets/presets/shop/bookmaker.json +++ b/data/presets/presets/shop/bookmaker.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/books.json b/data/presets/presets/shop/books.json index 11c9794c97a..786f06d909d 100644 --- a/data/presets/presets/shop/books.json +++ b/data/presets/presets/shop/books.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/boutique.json b/data/presets/presets/shop/boutique.json index 607a4ced3d4..803293a24b9 100644 --- a/data/presets/presets/shop/boutique.json +++ b/data/presets/presets/shop/boutique.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/butcher.json b/data/presets/presets/shop/butcher.json index ab856b4d761..07a9aeb3ab8 100644 --- a/data/presets/presets/shop/butcher.json +++ b/data/presets/presets/shop/butcher.json @@ -1,6 +1,9 @@ { "icon": "slaughterhouse", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/shop/candles.json b/data/presets/presets/shop/candles.json index 00494564a12..1719dcdb595 100644 --- a/data/presets/presets/shop/candles.json +++ b/data/presets/presets/shop/candles.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/car.json b/data/presets/presets/shop/car.json index 5e616b83588..50edd97c817 100644 --- a/data/presets/presets/shop/car.json +++ b/data/presets/presets/shop/car.json @@ -1,6 +1,9 @@ { "icon": "car", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/shop/car_parts.json b/data/presets/presets/shop/car_parts.json index 8809bbe9ee9..6bc4daa7aa0 100644 --- a/data/presets/presets/shop/car_parts.json +++ b/data/presets/presets/shop/car_parts.json @@ -1,6 +1,9 @@ { "icon": "car", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/shop/car_repair.json b/data/presets/presets/shop/car_repair.json index 90532736c15..29a7e5f70e5 100644 --- a/data/presets/presets/shop/car_repair.json +++ b/data/presets/presets/shop/car_repair.json @@ -1,6 +1,9 @@ { "icon": "car", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/shop/carpet.json b/data/presets/presets/shop/carpet.json index bca50088f89..4cdede0bd23 100644 --- a/data/presets/presets/shop/carpet.json +++ b/data/presets/presets/shop/carpet.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/shop/cheese.json b/data/presets/presets/shop/cheese.json index 48352ba1437..a4efb7fadd2 100644 --- a/data/presets/presets/shop/cheese.json +++ b/data/presets/presets/shop/cheese.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/chemist.json b/data/presets/presets/shop/chemist.json index fec98e1c497..d86ab836e37 100644 --- a/data/presets/presets/shop/chemist.json +++ b/data/presets/presets/shop/chemist.json @@ -1,6 +1,9 @@ { "icon": "chemist", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/chocolate.json b/data/presets/presets/shop/chocolate.json index 9edff15d269..07c35d27a46 100644 --- a/data/presets/presets/shop/chocolate.json +++ b/data/presets/presets/shop/chocolate.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/clothes.json b/data/presets/presets/shop/clothes.json index 0f1b638b726..b43df0a0ff3 100644 --- a/data/presets/presets/shop/clothes.json +++ b/data/presets/presets/shop/clothes.json @@ -1,6 +1,9 @@ { "icon": "clothing-store", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/computer.json b/data/presets/presets/shop/computer.json index 77728fd0baa..20f229afeec 100644 --- a/data/presets/presets/shop/computer.json +++ b/data/presets/presets/shop/computer.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/confectionery.json b/data/presets/presets/shop/confectionery.json index 46cc1001eb7..07e4b408fbf 100644 --- a/data/presets/presets/shop/confectionery.json +++ b/data/presets/presets/shop/confectionery.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/convenience.json b/data/presets/presets/shop/convenience.json index 7973f5e63b4..81782833017 100644 --- a/data/presets/presets/shop/convenience.json +++ b/data/presets/presets/shop/convenience.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/copyshop.json b/data/presets/presets/shop/copyshop.json index 047b425bebf..73dfdbb551c 100644 --- a/data/presets/presets/shop/copyshop.json +++ b/data/presets/presets/shop/copyshop.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/cosmetics.json b/data/presets/presets/shop/cosmetics.json index 65be932bcd2..ab69e884765 100644 --- a/data/presets/presets/shop/cosmetics.json +++ b/data/presets/presets/shop/cosmetics.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/craft.json b/data/presets/presets/shop/craft.json index 2f39e46a8c7..869f0693e3f 100644 --- a/data/presets/presets/shop/craft.json +++ b/data/presets/presets/shop/craft.json @@ -1,6 +1,9 @@ { "icon": "art-gallery", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/curtain.json b/data/presets/presets/shop/curtain.json index 410bcf2b0d1..0338bc25373 100644 --- a/data/presets/presets/shop/curtain.json +++ b/data/presets/presets/shop/curtain.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/shop/dairy.json b/data/presets/presets/shop/dairy.json index 7b611e34db7..c0f9bd55f04 100644 --- a/data/presets/presets/shop/dairy.json +++ b/data/presets/presets/shop/dairy.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/shop/deli.json b/data/presets/presets/shop/deli.json index 21a6e4737c4..28fe4148bc4 100644 --- a/data/presets/presets/shop/deli.json +++ b/data/presets/presets/shop/deli.json @@ -1,6 +1,9 @@ { "icon": "restaurant", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/shop/department_store.json b/data/presets/presets/shop/department_store.json index 6c8e3d09bda..328e64e8d05 100644 --- a/data/presets/presets/shop/department_store.json +++ b/data/presets/presets/shop/department_store.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/doityourself.json b/data/presets/presets/shop/doityourself.json index af771ac747e..b52be167fd5 100644 --- a/data/presets/presets/shop/doityourself.json +++ b/data/presets/presets/shop/doityourself.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/dry_cleaning.json b/data/presets/presets/shop/dry_cleaning.json index 7e855753619..469289c5300 100644 --- a/data/presets/presets/shop/dry_cleaning.json +++ b/data/presets/presets/shop/dry_cleaning.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/electronics.json b/data/presets/presets/shop/electronics.json index e525c6bbf6e..22914879091 100644 --- a/data/presets/presets/shop/electronics.json +++ b/data/presets/presets/shop/electronics.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/shop/erotic.json b/data/presets/presets/shop/erotic.json index 2bb2c25ff9b..4ccd68a0095 100644 --- a/data/presets/presets/shop/erotic.json +++ b/data/presets/presets/shop/erotic.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/shop/fabric.json b/data/presets/presets/shop/fabric.json index e038ebb675a..76d2a79a92b 100644 --- a/data/presets/presets/shop/fabric.json +++ b/data/presets/presets/shop/fabric.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/shop/farm.json b/data/presets/presets/shop/farm.json index 36649ba3d56..795dac02793 100644 --- a/data/presets/presets/shop/farm.json +++ b/data/presets/presets/shop/farm.json @@ -1,13 +1,18 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", + "farm_boxes", "opening_hours" ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/shop/fashion.json b/data/presets/presets/shop/fashion.json index 73d256494c8..9aa508e1b48 100644 --- a/data/presets/presets/shop/fashion.json +++ b/data/presets/presets/shop/fashion.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/fishmonger.json b/data/presets/presets/shop/fishmonger.json index 8f11f3f6a51..d60062ee873 100644 --- a/data/presets/presets/shop/fishmonger.json +++ b/data/presets/presets/shop/fishmonger.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/florist.json b/data/presets/presets/shop/florist.json index 504a8c3e5e6..ee86e7ec1d2 100644 --- a/data/presets/presets/shop/florist.json +++ b/data/presets/presets/shop/florist.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/shop/frame.json b/data/presets/presets/shop/frame.json index 1415959d0f8..c34057c6818 100644 --- a/data/presets/presets/shop/frame.json +++ b/data/presets/presets/shop/frame.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/funeral_directors.json b/data/presets/presets/shop/funeral_directors.json index ddb5a53e0a2..e2e2b7e5bfe 100644 --- a/data/presets/presets/shop/funeral_directors.json +++ b/data/presets/presets/shop/funeral_directors.json @@ -1,6 +1,9 @@ { "icon": "cemetery", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -9,6 +12,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/shop/furnace.json b/data/presets/presets/shop/furnace.json index eef8aae76b7..09a76ffb97e 100644 --- a/data/presets/presets/shop/furnace.json +++ b/data/presets/presets/shop/furnace.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/shop/furniture.json b/data/presets/presets/shop/furniture.json index cc6a212a00d..2c31d78c533 100644 --- a/data/presets/presets/shop/furniture.json +++ b/data/presets/presets/shop/furniture.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/shop/garden_centre.json b/data/presets/presets/shop/garden_centre.json index 363fa60ff27..cce009c6562 100644 --- a/data/presets/presets/shop/garden_centre.json +++ b/data/presets/presets/shop/garden_centre.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/shop/gift.json b/data/presets/presets/shop/gift.json index c4af2baf3af..36cb1ace51e 100644 --- a/data/presets/presets/shop/gift.json +++ b/data/presets/presets/shop/gift.json @@ -1,6 +1,9 @@ { "icon": "gift", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/greengrocer.json b/data/presets/presets/shop/greengrocer.json index 8977111f347..7f2d2c0e61c 100644 --- a/data/presets/presets/shop/greengrocer.json +++ b/data/presets/presets/shop/greengrocer.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/shop/hairdresser.json b/data/presets/presets/shop/hairdresser.json index b1de6a6e752..540340ade97 100644 --- a/data/presets/presets/shop/hairdresser.json +++ b/data/presets/presets/shop/hairdresser.json @@ -1,6 +1,9 @@ { "icon": "hairdresser", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/hardware.json b/data/presets/presets/shop/hardware.json index 349a716d705..3fca2373519 100644 --- a/data/presets/presets/shop/hardware.json +++ b/data/presets/presets/shop/hardware.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/hearing_aids.json b/data/presets/presets/shop/hearing_aids.json index e5225565b9f..6f6f3c7d8bb 100644 --- a/data/presets/presets/shop/hearing_aids.json +++ b/data/presets/presets/shop/hearing_aids.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/herbalist.json b/data/presets/presets/shop/herbalist.json index 3218193178b..cbc25e6a3ac 100644 --- a/data/presets/presets/shop/herbalist.json +++ b/data/presets/presets/shop/herbalist.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/hifi.json b/data/presets/presets/shop/hifi.json index e6051314fad..cafd55467e3 100644 --- a/data/presets/presets/shop/hifi.json +++ b/data/presets/presets/shop/hifi.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/shop/houseware.json b/data/presets/presets/shop/houseware.json index 8bbb42d2798..ce607b9d9dd 100644 --- a/data/presets/presets/shop/houseware.json +++ b/data/presets/presets/shop/houseware.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/shop/ice_cream.json b/data/presets/presets/shop/ice_cream.json new file mode 100644 index 00000000000..68a1c33c1cd --- /dev/null +++ b/data/presets/presets/shop/ice_cream.json @@ -0,0 +1,23 @@ +{ + "icon": "shop", + "fields": [ + "provides", + "identity", + "interaction", + "operator", + "address", + "building_area", + "organic", + "regional", + "opening_hours" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "shop": "ice_cream" + }, + "name": "Ice Cream Parlour" +} diff --git a/data/presets/presets/shop/interior_decoration.json b/data/presets/presets/shop/interior_decoration.json index 1c6d49752d0..3a916aea0c0 100644 --- a/data/presets/presets/shop/interior_decoration.json +++ b/data/presets/presets/shop/interior_decoration.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/jewelry.json b/data/presets/presets/shop/jewelry.json index 1132ff2a3e0..33b6ce607f2 100644 --- a/data/presets/presets/shop/jewelry.json +++ b/data/presets/presets/shop/jewelry.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/shop/kiosk.json b/data/presets/presets/shop/kiosk.json index e9d08b8f5ea..7c260dbf737 100644 --- a/data/presets/presets/shop/kiosk.json +++ b/data/presets/presets/shop/kiosk.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/kitchen.json b/data/presets/presets/shop/kitchen.json index 1fcef9122a7..428973e5532 100644 --- a/data/presets/presets/shop/kitchen.json +++ b/data/presets/presets/shop/kitchen.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/laundry.json b/data/presets/presets/shop/laundry.json index f943036343d..756376c37d1 100644 --- a/data/presets/presets/shop/laundry.json +++ b/data/presets/presets/shop/laundry.json @@ -1,6 +1,9 @@ { "icon": "laundry", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/leather.json b/data/presets/presets/shop/leather.json index 1d25fa4ad90..99375e205ed 100644 --- a/data/presets/presets/shop/leather.json +++ b/data/presets/presets/shop/leather.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/locksmith.json b/data/presets/presets/shop/locksmith.json index c6d1cd88497..de60439f233 100644 --- a/data/presets/presets/shop/locksmith.json +++ b/data/presets/presets/shop/locksmith.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/shop/lottery.json b/data/presets/presets/shop/lottery.json index 8f91ab12edc..4e326ef5dc5 100644 --- a/data/presets/presets/shop/lottery.json +++ b/data/presets/presets/shop/lottery.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/mall.json b/data/presets/presets/shop/mall.json index 70a8dd487ed..60709d727d1 100644 --- a/data/presets/presets/shop/mall.json +++ b/data/presets/presets/shop/mall.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,10 +11,12 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { "shop": "mall" }, + "matchScore": 1.1, "name": "Mall" } diff --git a/data/presets/presets/shop/massage.json b/data/presets/presets/shop/massage.json index d1d5ff95b7c..91f93842bda 100644 --- a/data/presets/presets/shop/massage.json +++ b/data/presets/presets/shop/massage.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/medical_supply.json b/data/presets/presets/shop/medical_supply.json index 2f608c4f121..db0186788f9 100644 --- a/data/presets/presets/shop/medical_supply.json +++ b/data/presets/presets/shop/medical_supply.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/mobile_phone.json b/data/presets/presets/shop/mobile_phone.json index 45b11be721d..c2d082b30b0 100644 --- a/data/presets/presets/shop/mobile_phone.json +++ b/data/presets/presets/shop/mobile_phone.json @@ -1,6 +1,9 @@ { "icon": "mobilephone", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/money_lender.json b/data/presets/presets/shop/money_lender.json index 43da938b0f2..8f03fd4246d 100644 --- a/data/presets/presets/shop/money_lender.json +++ b/data/presets/presets/shop/money_lender.json @@ -1,6 +1,9 @@ { "icon": "bank", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/motorcycle.json b/data/presets/presets/shop/motorcycle.json index d4faa2b7547..9c6c9df2c3c 100644 --- a/data/presets/presets/shop/motorcycle.json +++ b/data/presets/presets/shop/motorcycle.json @@ -1,6 +1,9 @@ { "icon": "scooter", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/music.json b/data/presets/presets/shop/music.json index f43d1794947..28b4effcf4c 100644 --- a/data/presets/presets/shop/music.json +++ b/data/presets/presets/shop/music.json @@ -1,6 +1,9 @@ { "icon": "music", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/shop/musical_instrument.json b/data/presets/presets/shop/musical_instrument.json index c1750dad208..3b767ee906d 100644 --- a/data/presets/presets/shop/musical_instrument.json +++ b/data/presets/presets/shop/musical_instrument.json @@ -1,6 +1,9 @@ { "icon": "music", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/newsagent.json b/data/presets/presets/shop/newsagent.json index 9c0bcd28741..a29e91ade44 100644 --- a/data/presets/presets/shop/newsagent.json +++ b/data/presets/presets/shop/newsagent.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/optician.json b/data/presets/presets/shop/optician.json index bf91c1a8ae5..9b59638f085 100644 --- a/data/presets/presets/shop/optician.json +++ b/data/presets/presets/shop/optician.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/shop/organic.json b/data/presets/presets/shop/organic.json index 5b08915eb5c..4ba1149a8b7 100644 --- a/data/presets/presets/shop/organic.json +++ b/data/presets/presets/shop/organic.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/outdoor.json b/data/presets/presets/shop/outdoor.json index c4f030c0675..1a11cfc0c01 100644 --- a/data/presets/presets/shop/outdoor.json +++ b/data/presets/presets/shop/outdoor.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/shop/paint.json b/data/presets/presets/shop/paint.json index 6c211f080c7..cd43591bc64 100644 --- a/data/presets/presets/shop/paint.json +++ b/data/presets/presets/shop/paint.json @@ -1,6 +1,9 @@ { "icon": "water", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/pawnbroker.json b/data/presets/presets/shop/pawnbroker.json index 23be8843e3e..543f08c0905 100644 --- a/data/presets/presets/shop/pawnbroker.json +++ b/data/presets/presets/shop/pawnbroker.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/pet.json b/data/presets/presets/shop/pet.json index ee048d82ed5..e610c7e3f65 100644 --- a/data/presets/presets/shop/pet.json +++ b/data/presets/presets/shop/pet.json @@ -1,6 +1,9 @@ { "icon": "dog-park", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/shop/photo.json b/data/presets/presets/shop/photo.json index 03d246b0345..1ab07d6e8bf 100644 --- a/data/presets/presets/shop/photo.json +++ b/data/presets/presets/shop/photo.json @@ -1,6 +1,9 @@ { "icon": "camera", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/shop/pyrotechnics.json b/data/presets/presets/shop/pyrotechnics.json index 4de8ac50b55..effa232685e 100644 --- a/data/presets/presets/shop/pyrotechnics.json +++ b/data/presets/presets/shop/pyrotechnics.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/radiotechnics.json b/data/presets/presets/shop/radiotechnics.json index f14bc8edd4e..0d1dd140c68 100644 --- a/data/presets/presets/shop/radiotechnics.json +++ b/data/presets/presets/shop/radiotechnics.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/religion.json b/data/presets/presets/shop/religion.json index 10c8b2bf61d..bed3560db6c 100644 --- a/data/presets/presets/shop/religion.json +++ b/data/presets/presets/shop/religion.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -10,6 +13,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/scuba_diving.json b/data/presets/presets/shop/scuba_diving.json index b946ae7d6ee..0f3202cf15a 100644 --- a/data/presets/presets/shop/scuba_diving.json +++ b/data/presets/presets/shop/scuba_diving.json @@ -1,6 +1,9 @@ { "icon": "swimming", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/seafood.json b/data/presets/presets/shop/seafood.json index 862002492c8..231c7e1ec77 100644 --- a/data/presets/presets/shop/seafood.json +++ b/data/presets/presets/shop/seafood.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/shop/second_hand.json b/data/presets/presets/shop/second_hand.json index 356d11c1b1f..d90b6b2e9ce 100644 --- a/data/presets/presets/shop/second_hand.json +++ b/data/presets/presets/shop/second_hand.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/shop/shoes.json b/data/presets/presets/shop/shoes.json index 5e8e228cdd9..650020b05ef 100644 --- a/data/presets/presets/shop/shoes.json +++ b/data/presets/presets/shop/shoes.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/sports.json b/data/presets/presets/shop/sports.json index b64be910507..dc58796c06d 100644 --- a/data/presets/presets/shop/sports.json +++ b/data/presets/presets/shop/sports.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/stationery.json b/data/presets/presets/shop/stationery.json index 9826983464f..926e6110188 100644 --- a/data/presets/presets/shop/stationery.json +++ b/data/presets/presets/shop/stationery.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/shop/supermarket.json b/data/presets/presets/shop/supermarket.json index 05cb8039bc9..6431ccc18e7 100644 --- a/data/presets/presets/shop/supermarket.json +++ b/data/presets/presets/shop/supermarket.json @@ -1,6 +1,9 @@ { "icon": "grocery", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/shop/tailor.json b/data/presets/presets/shop/tailor.json index 6f0394cf123..2221b752528 100644 --- a/data/presets/presets/shop/tailor.json +++ b/data/presets/presets/shop/tailor.json @@ -1,6 +1,9 @@ { "icon": "clothing-store", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/shop/tattoo.json b/data/presets/presets/shop/tattoo.json index e920fc058a2..4aa02ef595f 100644 --- a/data/presets/presets/shop/tattoo.json +++ b/data/presets/presets/shop/tattoo.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/tea.json b/data/presets/presets/shop/tea.json index 2afb7d62ac3..bb0c212a79b 100644 --- a/data/presets/presets/shop/tea.json +++ b/data/presets/presets/shop/tea.json @@ -1,6 +1,9 @@ { "icon": "cafe", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/ticket.json b/data/presets/presets/shop/ticket.json index f7eb422900a..f913795bf86 100644 --- a/data/presets/presets/shop/ticket.json +++ b/data/presets/presets/shop/ticket.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/tobacco.json b/data/presets/presets/shop/tobacco.json index 41a4a4f9c76..36fd5b3f35b 100644 --- a/data/presets/presets/shop/tobacco.json +++ b/data/presets/presets/shop/tobacco.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/toys.json b/data/presets/presets/shop/toys.json index cbe81684172..cec37e0e926 100644 --- a/data/presets/presets/shop/toys.json +++ b/data/presets/presets/shop/toys.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/travel_agency.json b/data/presets/presets/shop/travel_agency.json index 4a6f38cc32c..38e0037987c 100644 --- a/data/presets/presets/shop/travel_agency.json +++ b/data/presets/presets/shop/travel_agency.json @@ -1,6 +1,9 @@ { "icon": "suitcase", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/tyres.json b/data/presets/presets/shop/tyres.json index c0755c7b00c..696ab9c8cab 100644 --- a/data/presets/presets/shop/tyres.json +++ b/data/presets/presets/shop/tyres.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/vacant.json b/data/presets/presets/shop/vacant.json index 36329f31ded..38a15473461 100644 --- a/data/presets/presets/shop/vacant.json +++ b/data/presets/presets/shop/vacant.json @@ -1,11 +1,15 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "address", "building_area" ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/vacuum_cleaner.json b/data/presets/presets/shop/vacuum_cleaner.json index cb06c22b10f..eb05a6c9732 100644 --- a/data/presets/presets/shop/vacuum_cleaner.json +++ b/data/presets/presets/shop/vacuum_cleaner.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/variety_store.json b/data/presets/presets/shop/variety_store.json index eeeaf27fd8a..a09816bb3a8 100644 --- a/data/presets/presets/shop/variety_store.json +++ b/data/presets/presets/shop/variety_store.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/video.json b/data/presets/presets/shop/video.json index 0034b0b4b41..c2610467c80 100644 --- a/data/presets/presets/shop/video.json +++ b/data/presets/presets/shop/video.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/shop/video_games.json b/data/presets/presets/shop/video_games.json index ceab1cdab53..5c7ec0dc284 100644 --- a/data/presets/presets/shop/video_games.json +++ b/data/presets/presets/shop/video_games.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/water_sports.json b/data/presets/presets/shop/water_sports.json index 88cabc8de30..77ff52d04ce 100644 --- a/data/presets/presets/shop/water_sports.json +++ b/data/presets/presets/shop/water_sports.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/weapons.json b/data/presets/presets/shop/weapons.json index 020dae4c4b4..0e8ef31a0c2 100644 --- a/data/presets/presets/shop/weapons.json +++ b/data/presets/presets/shop/weapons.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "terms": [ diff --git a/data/presets/presets/shop/window_blind.json b/data/presets/presets/shop/window_blind.json index 21b9cfb5082..37e66059cbc 100644 --- a/data/presets/presets/shop/window_blind.json +++ b/data/presets/presets/shop/window_blind.json @@ -1,6 +1,9 @@ { "icon": "shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/shop/wine.json b/data/presets/presets/shop/wine.json index c7e52750886..72f5554b291 100644 --- a/data/presets/presets/shop/wine.json +++ b/data/presets/presets/shop/wine.json @@ -1,6 +1,9 @@ { "icon": "alcohol-shop", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", @@ -8,6 +11,7 @@ ], "geometry": [ "point", + "vertex", "area" ], "tags": { diff --git a/data/presets/presets/tm_chain_provides.json b/data/presets/presets/tm_chain_provides.json new file mode 100644 index 00000000000..84eb5e421ff --- /dev/null +++ b/data/presets/presets/tm_chain_provides.json @@ -0,0 +1,14 @@ +{ + "fields": [ + "name", + "provides_combotype" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + }, + "name": "Fulfils Needs:" +} diff --git a/data/presets/presets/tourism/alpine_hut.json b/data/presets/presets/tourism/alpine_hut.json index 57b780abe87..8ca942fbac3 100644 --- a/data/presets/presets/tourism/alpine_hut.json +++ b/data/presets/presets/tourism/alpine_hut.json @@ -1,6 +1,9 @@ { "icon": "lodging", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area" diff --git a/data/presets/presets/tourism/artwork.json b/data/presets/presets/tourism/artwork.json index e4c884c6225..150accf4c26 100644 --- a/data/presets/presets/tourism/artwork.json +++ b/data/presets/presets/tourism/artwork.json @@ -1,6 +1,9 @@ { "icon": "art-gallery", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "artwork_type", "artist" ], diff --git a/data/presets/presets/tourism/attraction.json b/data/presets/presets/tourism/attraction.json index b0c650e09db..86cab68437c 100644 --- a/data/presets/presets/tourism/attraction.json +++ b/data/presets/presets/tourism/attraction.json @@ -1,6 +1,9 @@ { "icon": "monument", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address" ], diff --git a/data/presets/presets/tourism/camp_site.json b/data/presets/presets/tourism/camp_site.json index a5390278de4..2d86c00fe1b 100644 --- a/data/presets/presets/tourism/camp_site.json +++ b/data/presets/presets/tourism/camp_site.json @@ -1,6 +1,9 @@ { "icon": "campsite", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address" ], diff --git a/data/presets/presets/tourism/caravan_site.json b/data/presets/presets/tourism/caravan_site.json index eab8789f26b..1c821bb74d3 100644 --- a/data/presets/presets/tourism/caravan_site.json +++ b/data/presets/presets/tourism/caravan_site.json @@ -1,5 +1,8 @@ { - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "smoking" diff --git a/data/presets/presets/tourism/chalet.json b/data/presets/presets/tourism/chalet.json index 40695202408..2b64907e44d 100644 --- a/data/presets/presets/tourism/chalet.json +++ b/data/presets/presets/tourism/chalet.json @@ -1,6 +1,9 @@ { "icon": "lodging", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", diff --git a/data/presets/presets/tourism/guest_house.json b/data/presets/presets/tourism/guest_house.json index 1e08f1ad76a..cf24df3ff15 100644 --- a/data/presets/presets/tourism/guest_house.json +++ b/data/presets/presets/tourism/guest_house.json @@ -1,6 +1,9 @@ { "icon": "lodging", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", diff --git a/data/presets/presets/tourism/hostel.json b/data/presets/presets/tourism/hostel.json index 7db7b3fe36f..64c84e7b84a 100644 --- a/data/presets/presets/tourism/hostel.json +++ b/data/presets/presets/tourism/hostel.json @@ -1,6 +1,9 @@ { "icon": "lodging", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", diff --git a/data/presets/presets/tourism/hotel.json b/data/presets/presets/tourism/hotel.json index e18662c0fbf..09194578879 100644 --- a/data/presets/presets/tourism/hotel.json +++ b/data/presets/presets/tourism/hotel.json @@ -1,6 +1,9 @@ { "icon": "lodging", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", diff --git a/data/presets/presets/tourism/information.json b/data/presets/presets/tourism/information.json index 7beee948070..58eaba156aa 100644 --- a/data/presets/presets/tourism/information.json +++ b/data/presets/presets/tourism/information.json @@ -1,5 +1,8 @@ { - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "information", "operator", "address", diff --git a/data/presets/presets/tourism/motel.json b/data/presets/presets/tourism/motel.json index f6779e094b8..9bf9bd67bfb 100644 --- a/data/presets/presets/tourism/motel.json +++ b/data/presets/presets/tourism/motel.json @@ -1,6 +1,9 @@ { "icon": "lodging", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", diff --git a/data/presets/presets/tourism/museum.json b/data/presets/presets/tourism/museum.json index ebebd21675e..8f5dbe9bdfc 100644 --- a/data/presets/presets/tourism/museum.json +++ b/data/presets/presets/tourism/museum.json @@ -1,6 +1,9 @@ { "icon": "museum", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "building_area", diff --git a/data/presets/presets/tourism/picnic_site.json b/data/presets/presets/tourism/picnic_site.json index 7322d882d14..a28c3b8a3db 100644 --- a/data/presets/presets/tourism/picnic_site.json +++ b/data/presets/presets/tourism/picnic_site.json @@ -1,6 +1,9 @@ { "icon": "park", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "smoking" diff --git a/data/presets/presets/tourism/theme_park.json b/data/presets/presets/tourism/theme_park.json index 298f0115f5b..8827f3768fd 100644 --- a/data/presets/presets/tourism/theme_park.json +++ b/data/presets/presets/tourism/theme_park.json @@ -1,5 +1,8 @@ { - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "opening_hours" diff --git a/data/presets/presets/tourism/zoo.json b/data/presets/presets/tourism/zoo.json index 1925708cd41..9d1daa00b1d 100644 --- a/data/presets/presets/tourism/zoo.json +++ b/data/presets/presets/tourism/zoo.json @@ -1,6 +1,9 @@ { "icon": "zoo", - "fields": [ + "fields": [ + "provides", + "identity", + "interaction", "operator", "address", "opening_hours" diff --git a/data/presets/presets/transformap-direct.json b/data/presets/presets/transformap-direct.json new file mode 100644 index 00000000000..92c306b10de --- /dev/null +++ b/data/presets/presets/transformap-direct.json @@ -0,0 +1,19 @@ +{ + "fields": [ + "description", + "provides", + "identity", + "interaction", + "contact", + "address" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "provides": "*" + }, + "name": "POI fulfilling direct needs" +} diff --git a/data/presets/presets/transformap-indirect.json b/data/presets/presets/transformap-indirect.json new file mode 100644 index 00000000000..1a4270c320b --- /dev/null +++ b/data/presets/presets/transformap-indirect.json @@ -0,0 +1,22 @@ +{ + "icon": "embassy", + "fields": [ + "name", + "description", + "topic", + "identity", + "interaction", + "club", + "address", + "contact" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + "topic": "*" + }, + "name": "Organisation caring about needs" +} diff --git a/data/presets/presets/transfortest.json b/data/presets/presets/transfortest.json new file mode 100644 index 00000000000..9290cf68c7b --- /dev/null +++ b/data/presets/presets/transfortest.json @@ -0,0 +1,20 @@ +{ + "fields": [ + "description", + "provides", + "topic", + "identity", + "interaction", + "contact", + "address" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "tags": { + }, + "matchScore": 0.5, + "name": "TransforMap Object" +} diff --git a/data/presets/schema/field.json b/data/presets/schema/field.json index c51c0cddddd..caeb323eb64 100644 --- a/data/presets/schema/field.json +++ b/data/presets/schema/field.json @@ -52,6 +52,7 @@ "address", "check", "combo", + "mcombo", "defaultcheck", "text", "maxspeed", diff --git a/data/taginfo.json b/data/taginfo.json index 94dfb30e933..3d7e6f40031 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -128,6 +128,10 @@ "key": "amenity", "value": "bicycle_repair_station" }, + { + "key": "amenity", + "value": "biergarten" + }, { "key": "amenity", "value": "boat_rental" @@ -212,6 +216,10 @@ "key": "amenity", "value": "embassy" }, + { + "key": "amenity", + "value": "fablab" + }, { "key": "amenity", "value": "fast_food" @@ -228,6 +236,10 @@ "key": "amenity", "value": "fuel" }, + { + "key": "amenity", + "value": "givebox" + }, { "key": "amenity", "value": "grave_yard" @@ -300,6 +312,10 @@ "key": "amenity", "value": "post_office" }, + { + "key": "amenity", + "value": "prison" + }, { "key": "amenity", "value": "pub" @@ -388,6 +404,10 @@ "key": "amenity", "value": "veterinary" }, + { + "key": "social_facility", + "value": "food_bank" + }, { "key": "amenity", "value": "waste_basket" @@ -606,6 +626,13 @@ "key": "building", "value": "warehouse" }, + { + "key": "club" + }, + { + "key": "interaction", + "value": "buying_and_selling" + }, { "key": "craft" }, @@ -812,6 +839,10 @@ { "key": "entrance" }, + { + "key": "regional", + "value": "only" + }, { "key": "footway", "value": "crossing" @@ -1069,6 +1100,10 @@ "key": "landuse", "value": "basin" }, + { + "key": "landuse", + "value": "brownfield" + }, { "key": "landuse", "value": "cemetery" @@ -1109,6 +1144,10 @@ "key": "landuse", "value": "grass" }, + { + "key": "landuse", + "value": "greenfield" + }, { "key": "landuse", "value": "industrial" @@ -1152,6 +1191,10 @@ "key": "leisure", "value": "common" }, + { + "key": "garden:type", + "value": "community" + }, { "key": "leisure", "value": "dog_park" @@ -1168,6 +1211,10 @@ "key": "leisure", "value": "golf_course" }, + { + "key": "leisure", + "value": "hackerspace" + }, { "key": "leisure", "value": "ice_rink" @@ -1566,6 +1613,70 @@ "key": "power", "value": "transformer" }, + { + "key": "provides", + "value": "clothes" + }, + { + "key": "provides", + "value": "community" + }, + { + "key": "provides", + "value": "culture" + }, + { + "key": "provides", + "value": "energy" + }, + { + "key": "provides", + "value": "food+drink" + }, + { + "key": "provides", + "value": "health" + }, + { + "key": "provides", + "value": "housing" + }, + { + "key": "provides", + "value": "land" + }, + { + "key": "provides", + "value": "learning_opportunities" + }, + { + "key": "provides", + "value": "mobility" + }, + { + "key": "provides", + "value": "objects_of_utility" + }, + { + "key": "provides", + "value": "participation" + }, + { + "key": "provides", + "value": "safety" + }, + { + "key": "provides", + "value": "spaces" + }, + { + "key": "provides", + "value": "spirituality" + }, + { + "key": "provides", + "value": "water" + }, { "key": "public_transport", "value": "platform" @@ -1868,6 +1979,10 @@ "key": "shop", "value": "houseware" }, + { + "key": "shop", + "value": "ice_cream" + }, { "key": "shop", "value": "interior_decoration" @@ -2155,6 +2270,12 @@ "key": "traffic_calming", "value": "table" }, + { + "key": "provides" + }, + { + "key": "topic" + }, { "key": "type", "value": "boundary" diff --git a/dist/PTSansWeb/PT Free Font License_eng_1.2.txt b/dist/PTSansWeb/PT Free Font License_eng_1.2.txt new file mode 100644 index 00000000000..b5023afb1c5 --- /dev/null +++ b/dist/PTSansWeb/PT Free Font License_eng_1.2.txt @@ -0,0 +1,44 @@ +Copyright (c) 2009, ParaType Ltd. All Rights Reserved. + +LICENSING AGREEMENT +for the fonts with Original Name: PT Sans, PT Serif +Version 1.2 - December 23, 2010 + +GRANT OF LICENSE +ParaType Ltd grants you the right to use, copy, modify the fonts and distribute +modified and unmodified copies of the fonts by any means, including placing +on Web servers for free downloading, embedding in documents and Web pages, +bundling with commercial and non commercial products, if it does not conflict +with the conditions listed below: + +- You may bundle the font with commercial software, but you may not sell the +fonts by themselves. They are free. + +- You may distribute the fonts in modified or unmodified version only together +with this Licensing Agreement and with above copyright notice. You have no +right to modify the text of Licensing Agreement. It can be placed in a separate +text file or inserted into the font file, but it must be easily viewed by users. + +- You may not distribute modified version of the font under the Original name +or à combination of Original name with any other words without explicit written +permission from ParaType. + +TERMINATION & TERRITORY +This license has no limits on time and territory, but it becomes null and void +if any of the above conditions are not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR +PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, +OR OTHER RIGHT. IN NO EVENT SHALL PARATYPE BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, +INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN +AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT +OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER +DEALINGS IN THE FONT SOFTWARE. + +ParaType Ltd +http://www.paratype.ru + diff --git a/dist/PTSansWeb/PT Free Font License_rus_1.2.txt b/dist/PTSansWeb/PT Free Font License_rus_1.2.txt new file mode 100644 index 00000000000..fc7b8d38c56 Binary files /dev/null and b/dist/PTSansWeb/PT Free Font License_rus_1.2.txt differ diff --git a/dist/PTSansWeb/PTC55F_W.eot b/dist/PTSansWeb/PTC55F_W.eot new file mode 100644 index 00000000000..f4bc5668ec1 Binary files /dev/null and b/dist/PTSansWeb/PTC55F_W.eot differ diff --git a/dist/PTSansWeb/PTC55F_W.svg b/dist/PTSansWeb/PTC55F_W.svg new file mode 100644 index 00000000000..42c7635b4e7 --- /dev/null +++ b/dist/PTSansWeb/PTC55F_W.svg @@ -0,0 +1,708 @@ + + + + +Generated by SVGconv. +Copyright : Copyright 2009 ParaType Ltd. All rights reserved. +Designer : A.Korolkova, O.Umpeleva, V.Yefimov +Foundry : ParaType Ltd +Foundry URL : http://www.paratype.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dist/PTSansWeb/PTC55F_W.ttf b/dist/PTSansWeb/PTC55F_W.ttf new file mode 100644 index 00000000000..9d82e1863e0 Binary files /dev/null and b/dist/PTSansWeb/PTC55F_W.ttf differ diff --git a/dist/PTSansWeb/PTC55F_W.woff b/dist/PTSansWeb/PTC55F_W.woff new file mode 100644 index 00000000000..a13ce900650 Binary files /dev/null and b/dist/PTSansWeb/PTC55F_W.woff differ diff --git a/dist/PTSansWeb/PTC55F_demo.html b/dist/PTSansWeb/PTC55F_demo.html new file mode 100644 index 00000000000..fe5fd6b6c67 --- /dev/null +++ b/dist/PTSansWeb/PTC55F_demo.html @@ -0,0 +1,108 @@ + + + + + + + + Font Face Demo + + + + + +
+

+Font:
+ + +PT Sans Caption

+ +

+Sample Text:

+

+Jelly-like above the high wire, six quaking pachyderms kept the climax of the extravaganza in a dazzling state of flux.
Юный директор целиком сжевал весь объём продукции фундука (товара дефицитного и деликатесного), идя энергично через хрустящий камыш.

+ +

+

+Character Set:            

+
+

+! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~   ¡ ¢ £ ¤ ¥ ¦ § ¨ © ª « ¬ ­ ® ¯ ° ± ² ³ ´ µ ¶ · ¸ ¹ º » ¼ ½ ¾ ¿ À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï Ð Ñ Ò Ó Ô Õ Ö × Ø Ù Ú Û Ü Ý Þ ß à á â ã ä å æ ç è é ê ë ì í î ï ð ñ ò ó ô õ ö ÷ ø ù ú û ü ý þ ÿ Ā ā Ă ă Ą ą Ć ć Ĉ ĉ Č č Ď ď Đ đ Ē ē Ė ė Ę ę Ě ě Ĝ ĝ Ğ ğ Ģ ģ Ĥ ĥ Ħ ħ Ī ī Į į İ ı Ĵ ĵ Ķ ķ Ĺ ĺ Ļ ļ Ľ ľ Ł ł Ń ń Ņ ņ Ň ň Ō ō Ő ő Œ œ Ŕ ŕ Ŗ ŗ Ř ř Ś ś Ŝ ŝ Ş ş Š š Ţ ţ Ť ť Ū ū Ŭ ŭ Ů ů Ű ű Ų ų Ÿ Ź ź Ż ż Ž ž ſ ƒ Ǵ ǵ Ș ș Ț ț ȷ ʼ ˆ ˇ ˘ ˙ ˚ ˛ ˜ ˝ ́ Δ Ω π Ё Ђ Ѓ Є Ѕ І Ї Ј Љ Њ Ћ Ќ Ў Џ А Б В Г Д Е Ж З И Й К Л М Н О П Р С Т У Ф Х Ц Ч Ш Щ Ъ Ы Ь Э Ю Я а б в г д е ж з и й к л м н о п р с т у ф х ц ч ш щ ъ ы ь э ю я ё ђ ѓ є ѕ і ї ј љ њ ћ ќ ў џ Ѣ ѣ Ѳ ѳ Ѵ ѵ Ҋ ҋ Ҍ ҍ Ҏ ҏ Ґ ґ Ғ ғ Ҕ ҕ Җ җ Ҙ ҙ Қ қ Ҝ ҝ Ҟ ҟ Ҡ ҡ Ң ң Ҥ ҥ Ҧ ҧ Ҩ ҩ Ҫ ҫ Ҭ ҭ Ү ү Ұ ұ Ҳ ҳ Ҵ ҵ Ҷ ҷ Ҹ ҹ Һ һ Ҽ ҽ Ҿ ҿ Ӏ Ӄ ӄ Ӆ ӆ Ӈ ӈ Ӊ ӊ Ӌ ӌ Ӎ ӎ ӏ Ӑ ӑ Ӓ ӓ Ӕ ӕ Ӗ ӗ Ә ә Ӛ ӛ Ӝ ӝ Ӟ ӟ Ӡ ӡ Ӣ ӣ Ӥ ӥ Ӧ ӧ Ө ө Ӫ ӫ Ӭ ӭ Ӯ ӯ Ӱ ӱ Ӳ ӳ Ӵ ӵ Ӷ ӷ Ӹ ӹ Ӽ ӽ Ԑ ԑ Ԓ ԓ Ԝ ԝ Ԥ ԥ Ԧ ԧ Ԯ ԯ Ḱ ḱ Ḿ ḿ Ṕ ṕ ẞ ‑ – — ‘ ’ ‚ “ ” „ † ‡ • … ‰ ‹ › ⁄ ₁ ₂ ₃ ₄ € ₴ ₽ ℓ № ™ ℮ ∂ ∏ ∑ − ∕ √ ∞ ∫ ≈ ≠ ≤ ≥ ◊ Ⱨ ⱨ                                                                                                         fi fl

+ +

+© ParaType, 2013. All rights reserved.
All trademarks mentioned in this document are the trademarks or registered trademarks of their respective holders. You may reproduce and
distribute this document as long as you do not remove ParaType copyright information and do not make any changes in the document.
Русская панграмма из книги В. В. Шахиджаняна «Соло на клавиатуре»

+ + + diff --git a/dist/PTSansWeb/PTC55F_stylesheet.css b/dist/PTSansWeb/PTC55F_stylesheet.css new file mode 100644 index 00000000000..5ba0f259155 --- /dev/null +++ b/dist/PTSansWeb/PTC55F_stylesheet.css @@ -0,0 +1,15 @@ +/* Generated by ParaType (http://www.paratype.com)*/ +/* Font PT Sans Caption: Copyright © ParaType, 2013. All rights reserved.*/ + + +@font-face { + font-family: 'PTSansCaption'; + src: url('PTC55F_W.eot'); + src: + url('PTC55F_W.eot?#iefix') format('embedded-opentype'), + url('PTC55F_W.woff') format('woff'), + url('PTC55F_W.ttf') format('truetype'), + url('PTC55F_W.svg#PTSans-Caption') format('svg'); + font-weight: normal; + font-style: normal; +} \ No newline at end of file diff --git a/dist/PTSansWeb/PTC75F_W.eot b/dist/PTSansWeb/PTC75F_W.eot new file mode 100644 index 00000000000..bb68b40a56c Binary files /dev/null and b/dist/PTSansWeb/PTC75F_W.eot differ diff --git a/dist/PTSansWeb/PTC75F_W.svg b/dist/PTSansWeb/PTC75F_W.svg new file mode 100644 index 00000000000..feb7d96318e --- /dev/null +++ b/dist/PTSansWeb/PTC75F_W.svg @@ -0,0 +1,708 @@ + + + + +Generated by SVGconv. +Copyright : Copyright 2009 ParaType Ltd. All rights reserved. +Designer : A.Korolkova, O.Umpeleva, V.Yefimov +Foundry : ParaType Ltd +Foundry URL : http://www.paratype.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dist/PTSansWeb/PTC75F_W.ttf b/dist/PTSansWeb/PTC75F_W.ttf new file mode 100644 index 00000000000..6f506516dd8 Binary files /dev/null and b/dist/PTSansWeb/PTC75F_W.ttf differ diff --git a/dist/PTSansWeb/PTC75F_W.woff b/dist/PTSansWeb/PTC75F_W.woff new file mode 100644 index 00000000000..579f939bb60 Binary files /dev/null and b/dist/PTSansWeb/PTC75F_W.woff differ diff --git a/dist/PTSansWeb/PTC75F_demo.html b/dist/PTSansWeb/PTC75F_demo.html new file mode 100644 index 00000000000..c346c72249c --- /dev/null +++ b/dist/PTSansWeb/PTC75F_demo.html @@ -0,0 +1,108 @@ + + + + + + + + Font Face Demo + + + + + +
+

+Font:
+ + +PT Sans Caption Bold

+ +

+Sample Text:

+

+Jelly-like above the high wire, six quaking pachyderms kept the climax of the extravaganza in a dazzling state of flux.
Юный директор целиком сжевал весь объём продукции фундука (товара дефицитного и деликатесного), идя энергично через хрустящий камыш.

+ +

+

+Character Set:            

+
+

+! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~   ¡ ¢ £ ¤ ¥ ¦ § ¨ © ª « ¬ ­ ® ¯ ° ± ² ³ ´ µ ¶ · ¸ ¹ º » ¼ ½ ¾ ¿ À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï Ð Ñ Ò Ó Ô Õ Ö × Ø Ù Ú Û Ü Ý Þ ß à á â ã ä å æ ç è é ê ë ì í î ï ð ñ ò ó ô õ ö ÷ ø ù ú û ü ý þ ÿ Ā ā Ă ă Ą ą Ć ć Ĉ ĉ Č č Ď ď Đ đ Ē ē Ė ė Ę ę Ě ě Ĝ ĝ Ğ ğ Ģ ģ Ĥ ĥ Ħ ħ Ī ī Į į İ ı Ĵ ĵ Ķ ķ Ĺ ĺ Ļ ļ Ľ ľ Ł ł Ń ń Ņ ņ Ň ň Ō ō Ő ő Œ œ Ŕ ŕ Ŗ ŗ Ř ř Ś ś Ŝ ŝ Ş ş Š š Ţ ţ Ť ť Ū ū Ŭ ŭ Ů ů Ű ű Ų ų Ÿ Ź ź Ż ż Ž ž ſ ƒ Ǵ ǵ Ș ș Ț ț ȷ ʼ ˆ ˇ ˘ ˙ ˚ ˛ ˜ ˝ ́ Δ Ω π Ё Ђ Ѓ Є Ѕ І Ї Ј Љ Њ Ћ Ќ Ў Џ А Б В Г Д Е Ж З И Й К Л М Н О П Р С Т У Ф Х Ц Ч Ш Щ Ъ Ы Ь Э Ю Я а б в г д е ж з и й к л м н о п р с т у ф х ц ч ш щ ъ ы ь э ю я ё ђ ѓ є ѕ і ї ј љ њ ћ ќ ў џ Ѣ ѣ Ѳ ѳ Ѵ ѵ Ҋ ҋ Ҍ ҍ Ҏ ҏ Ґ ґ Ғ ғ Ҕ ҕ Җ җ Ҙ ҙ Қ қ Ҝ ҝ Ҟ ҟ Ҡ ҡ Ң ң Ҥ ҥ Ҧ ҧ Ҩ ҩ Ҫ ҫ Ҭ ҭ Ү ү Ұ ұ Ҳ ҳ Ҵ ҵ Ҷ ҷ Ҹ ҹ Һ һ Ҽ ҽ Ҿ ҿ Ӏ Ӄ ӄ Ӆ ӆ Ӈ ӈ Ӊ ӊ Ӌ ӌ Ӎ ӎ ӏ Ӑ ӑ Ӓ ӓ Ӕ ӕ Ӗ ӗ Ә ә Ӛ ӛ Ӝ ӝ Ӟ ӟ Ӡ ӡ Ӣ ӣ Ӥ ӥ Ӧ ӧ Ө ө Ӫ ӫ Ӭ ӭ Ӯ ӯ Ӱ ӱ Ӳ ӳ Ӵ ӵ Ӷ ӷ Ӹ ӹ Ӽ ӽ Ԑ ԑ Ԓ ԓ Ԝ ԝ Ԥ ԥ Ԧ ԧ Ԯ ԯ Ḱ ḱ Ḿ ḿ Ṕ ṕ ẞ ‑ – — ‘ ’ ‚ “ ” „ † ‡ • … ‰ ‹ › ⁄ ₁ ₂ ₃ ₄ € ₴ ₽ ℓ № ™ ℮ ∂ ∏ ∑ − ∕ √ ∞ ∫ ≈ ≠ ≤ ≥ ◊ Ⱨ ⱨ                                                                                                         fi fl

+ +

+© ParaType, 2013. All rights reserved.
All trademarks mentioned in this document are the trademarks or registered trademarks of their respective holders. You may reproduce and
distribute this document as long as you do not remove ParaType copyright information and do not make any changes in the document.
Русская панграмма из книги В. В. Шахиджаняна «Соло на клавиатуре»

+ + + diff --git a/dist/PTSansWeb/PTC75F_stylesheet.css b/dist/PTSansWeb/PTC75F_stylesheet.css new file mode 100644 index 00000000000..d67cc84d260 --- /dev/null +++ b/dist/PTSansWeb/PTC75F_stylesheet.css @@ -0,0 +1,15 @@ +/* Generated by ParaType (http://www.paratype.com)*/ +/* Font PT Sans Caption: Copyright © ParaType, 2013. All rights reserved.*/ + + +@font-face { + font-family: 'PTSansCaptionBold'; + src: url('PTC75F_W.eot'); + src: + url('PTC75F_W.eot?#iefix') format('embedded-opentype'), + url('PTC75F_W.woff') format('woff'), + url('PTC75F_W.ttf') format('truetype'), + url('PTC75F_W.svg#PTSans-CaptionBold') format('svg'); + font-weight: normal; + font-style: normal; +} \ No newline at end of file diff --git a/dist/PTSansWeb/PTN57F_W.eot b/dist/PTSansWeb/PTN57F_W.eot new file mode 100644 index 00000000000..dd6f784f480 Binary files /dev/null and b/dist/PTSansWeb/PTN57F_W.eot differ diff --git a/dist/PTSansWeb/PTN57F_W.svg b/dist/PTSansWeb/PTN57F_W.svg new file mode 100644 index 00000000000..f22b4c34015 --- /dev/null +++ b/dist/PTSansWeb/PTN57F_W.svg @@ -0,0 +1,708 @@ + + + + +Generated by SVGconv. +Copyright : Copyright 2009 ParaType Ltd. All rights reserved. +Designer : A.Korolkova, O.Umpeleva, V.Yefimov +Foundry : ParaType Ltd +Foundry URL : http://www.paratype.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dist/PTSansWeb/PTN57F_W.ttf b/dist/PTSansWeb/PTN57F_W.ttf new file mode 100644 index 00000000000..55059f17c7f Binary files /dev/null and b/dist/PTSansWeb/PTN57F_W.ttf differ diff --git a/dist/PTSansWeb/PTN57F_W.woff b/dist/PTSansWeb/PTN57F_W.woff new file mode 100644 index 00000000000..f105f9f44bf Binary files /dev/null and b/dist/PTSansWeb/PTN57F_W.woff differ diff --git a/dist/PTSansWeb/PTN57F_demo.html b/dist/PTSansWeb/PTN57F_demo.html new file mode 100644 index 00000000000..c4842385344 --- /dev/null +++ b/dist/PTSansWeb/PTN57F_demo.html @@ -0,0 +1,108 @@ + + + + + + + + Font Face Demo + + + + + +
+

+Font:
+ + +PT Sans Narrow

+ +

+Sample Text:

+

+Jelly-like above the high wire, six quaking pachyderms kept the climax of the extravaganza in a dazzling state of flux.
Юный директор целиком сжевал весь объём продукции фундука (товара дефицитного и деликатесного), идя энергично через хрустящий камыш.

+ +

+

+Character Set:            

+
+

+! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~   ¡ ¢ £ ¤ ¥ ¦ § ¨ © ª « ¬ ­ ® ¯ ° ± ² ³ ´ µ ¶ · ¸ ¹ º » ¼ ½ ¾ ¿ À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï Ð Ñ Ò Ó Ô Õ Ö × Ø Ù Ú Û Ü Ý Þ ß à á â ã ä å æ ç è é ê ë ì í î ï ð ñ ò ó ô õ ö ÷ ø ù ú û ü ý þ ÿ Ā ā Ă ă Ą ą Ć ć Ĉ ĉ Č č Ď ď Đ đ Ē ē Ė ė Ę ę Ě ě Ĝ ĝ Ğ ğ Ģ ģ Ĥ ĥ Ħ ħ Ī ī Į į İ ı Ĵ ĵ Ķ ķ Ĺ ĺ Ļ ļ Ľ ľ Ł ł Ń ń Ņ ņ Ň ň Ō ō Ő ő Œ œ Ŕ ŕ Ŗ ŗ Ř ř Ś ś Ŝ ŝ Ş ş Š š Ţ ţ Ť ť Ū ū Ŭ ŭ Ů ů Ű ű Ų ų Ÿ Ź ź Ż ż Ž ž ſ ƒ Ǵ ǵ Ș ș Ț ț ȷ ʼ ˆ ˇ ˘ ˙ ˚ ˛ ˜ ˝ ́ Δ Ω π Ё Ђ Ѓ Є Ѕ І Ї Ј Љ Њ Ћ Ќ Ў Џ А Б В Г Д Е Ж З И Й К Л М Н О П Р С Т У Ф Х Ц Ч Ш Щ Ъ Ы Ь Э Ю Я а б в г д е ж з и й к л м н о п р с т у ф х ц ч ш щ ъ ы ь э ю я ё ђ ѓ є ѕ і ї ј љ њ ћ ќ ў џ Ѣ ѣ Ѳ ѳ Ѵ ѵ Ҋ ҋ Ҍ ҍ Ҏ ҏ Ґ ґ Ғ ғ Ҕ ҕ Җ җ Ҙ ҙ Қ қ Ҝ ҝ Ҟ ҟ Ҡ ҡ Ң ң Ҥ ҥ Ҧ ҧ Ҩ ҩ Ҫ ҫ Ҭ ҭ Ү ү Ұ ұ Ҳ ҳ Ҵ ҵ Ҷ ҷ Ҹ ҹ Һ һ Ҽ ҽ Ҿ ҿ Ӏ Ӄ ӄ Ӆ ӆ Ӈ ӈ Ӊ ӊ Ӌ ӌ Ӎ ӎ ӏ Ӑ ӑ Ӓ ӓ Ӕ ӕ Ӗ ӗ Ә ә Ӛ ӛ Ӝ ӝ Ӟ ӟ Ӡ ӡ Ӣ ӣ Ӥ ӥ Ӧ ӧ Ө ө Ӫ ӫ Ӭ ӭ Ӯ ӯ Ӱ ӱ Ӳ ӳ Ӵ ӵ Ӷ ӷ Ӹ ӹ Ӽ ӽ Ԑ ԑ Ԓ ԓ Ԝ ԝ Ԥ ԥ Ԧ ԧ Ԯ ԯ Ḱ ḱ Ḿ ḿ Ṕ ṕ ẞ ‑ – — ‘ ’ ‚ “ ” „ † ‡ • … ‰ ‹ › ⁄ ₁ ₂ ₃ ₄ € ₴ ₽ ℓ № ™ ℮ ∂ ∏ ∑ − ∕ √ ∞ ∫ ≈ ≠ ≤ ≥ ◊ Ⱨ ⱨ                                                                                                         fi fl

+ +

+© ParaType, 2013. All rights reserved.
All trademarks mentioned in this document are the trademarks or registered trademarks of their respective holders. You may reproduce and
distribute this document as long as you do not remove ParaType copyright information and do not make any changes in the document.
Русская панграмма из книги В. В. Шахиджаняна «Соло на клавиатуре»

+ + + diff --git a/dist/PTSansWeb/PTN57F_stylesheet.css b/dist/PTSansWeb/PTN57F_stylesheet.css new file mode 100644 index 00000000000..8ebd01f2e32 --- /dev/null +++ b/dist/PTSansWeb/PTN57F_stylesheet.css @@ -0,0 +1,15 @@ +/* Generated by ParaType (http://www.paratype.com)*/ +/* Font PT Sans Narrow: Copyright © ParaType, 2013. All rights reserved.*/ + + +@font-face { + font-family: 'PTSansNarrow'; + src: url('PTN57F_W.eot'); + src: + url('PTN57F_W.eot?#iefix') format('embedded-opentype'), + url('PTN57F_W.woff') format('woff'), + url('PTN57F_W.ttf') format('truetype'), + url('PTN57F_W.svg#PTSans-Narrow') format('svg'); + font-weight: normal; + font-style: normal; +} \ No newline at end of file diff --git a/dist/PTSansWeb/PTN77F_W.eot b/dist/PTSansWeb/PTN77F_W.eot new file mode 100644 index 00000000000..cc8dedc6565 Binary files /dev/null and b/dist/PTSansWeb/PTN77F_W.eot differ diff --git a/dist/PTSansWeb/PTN77F_W.svg b/dist/PTSansWeb/PTN77F_W.svg new file mode 100644 index 00000000000..74958d163dd --- /dev/null +++ b/dist/PTSansWeb/PTN77F_W.svg @@ -0,0 +1,708 @@ + + + + +Generated by SVGconv. +Copyright : Copyright 2009 ParaType Ltd. All rights reserved. +Designer : A.Korolkova, O.Umpeleva, V.Yefimov +Foundry : ParaType Ltd +Foundry URL : http://www.paratype.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dist/PTSansWeb/PTN77F_W.ttf b/dist/PTSansWeb/PTN77F_W.ttf new file mode 100644 index 00000000000..b89566e77da Binary files /dev/null and b/dist/PTSansWeb/PTN77F_W.ttf differ diff --git a/dist/PTSansWeb/PTN77F_W.woff b/dist/PTSansWeb/PTN77F_W.woff new file mode 100644 index 00000000000..07a882ba788 Binary files /dev/null and b/dist/PTSansWeb/PTN77F_W.woff differ diff --git a/dist/PTSansWeb/PTN77F_demo.html b/dist/PTSansWeb/PTN77F_demo.html new file mode 100644 index 00000000000..b67a1123c4c --- /dev/null +++ b/dist/PTSansWeb/PTN77F_demo.html @@ -0,0 +1,108 @@ + + + + + + + + Font Face Demo + + + + + +
+

+Font:
+ + +PT Sans Narrow Bold

+ +

+Sample Text:

+

+Jelly-like above the high wire, six quaking pachyderms kept the climax of the extravaganza in a dazzling state of flux.
Юный директор целиком сжевал весь объём продукции фундука (товара дефицитного и деликатесного), идя энергично через хрустящий камыш.

+ +

+

+Character Set:            

+
+

+! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~   ¡ ¢ £ ¤ ¥ ¦ § ¨ © ª « ¬ ­ ® ¯ ° ± ² ³ ´ µ ¶ · ¸ ¹ º » ¼ ½ ¾ ¿ À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï Ð Ñ Ò Ó Ô Õ Ö × Ø Ù Ú Û Ü Ý Þ ß à á â ã ä å æ ç è é ê ë ì í î ï ð ñ ò ó ô õ ö ÷ ø ù ú û ü ý þ ÿ Ā ā Ă ă Ą ą Ć ć Ĉ ĉ Č č Ď ď Đ đ Ē ē Ė ė Ę ę Ě ě Ĝ ĝ Ğ ğ Ģ ģ Ĥ ĥ Ħ ħ Ī ī Į į İ ı Ĵ ĵ Ķ ķ Ĺ ĺ Ļ ļ Ľ ľ Ł ł Ń ń Ņ ņ Ň ň Ō ō Ő ő Œ œ Ŕ ŕ Ŗ ŗ Ř ř Ś ś Ŝ ŝ Ş ş Š š Ţ ţ Ť ť Ū ū Ŭ ŭ Ů ů Ű ű Ų ų Ÿ Ź ź Ż ż Ž ž ſ ƒ Ǵ ǵ Ș ș Ț ț ȷ ʼ ˆ ˇ ˘ ˙ ˚ ˛ ˜ ˝ ́ Δ Ω π Ё Ђ Ѓ Є Ѕ І Ї Ј Љ Њ Ћ Ќ Ў Џ А Б В Г Д Е Ж З И Й К Л М Н О П Р С Т У Ф Х Ц Ч Ш Щ Ъ Ы Ь Э Ю Я а б в г д е ж з и й к л м н о п р с т у ф х ц ч ш щ ъ ы ь э ю я ё ђ ѓ є ѕ і ї ј љ њ ћ ќ ў џ Ѣ ѣ Ѳ ѳ Ѵ ѵ Ҋ ҋ Ҍ ҍ Ҏ ҏ Ґ ґ Ғ ғ Ҕ ҕ Җ җ Ҙ ҙ Қ қ Ҝ ҝ Ҟ ҟ Ҡ ҡ Ң ң Ҥ ҥ Ҧ ҧ Ҩ ҩ Ҫ ҫ Ҭ ҭ Ү ү Ұ ұ Ҳ ҳ Ҵ ҵ Ҷ ҷ Ҹ ҹ Һ һ Ҽ ҽ Ҿ ҿ Ӏ Ӄ ӄ Ӆ ӆ Ӈ ӈ Ӊ ӊ Ӌ ӌ Ӎ ӎ ӏ Ӑ ӑ Ӓ ӓ Ӕ ӕ Ӗ ӗ Ә ә Ӛ ӛ Ӝ ӝ Ӟ ӟ Ӡ ӡ Ӣ ӣ Ӥ ӥ Ӧ ӧ Ө ө Ӫ ӫ Ӭ ӭ Ӯ ӯ Ӱ ӱ Ӳ ӳ Ӵ ӵ Ӷ ӷ Ӹ ӹ Ӽ ӽ Ԑ ԑ Ԓ ԓ Ԝ ԝ Ԥ ԥ Ԧ ԧ Ԯ ԯ Ḱ ḱ Ḿ ḿ Ṕ ṕ ẞ ‑ – — ‘ ’ ‚ “ ” „ † ‡ • … ‰ ‹ › ⁄ ₁ ₂ ₃ ₄ € ₴ ₽ ℓ № ™ ℮ ∂ ∏ ∑ − ∕ √ ∞ ∫ ≈ ≠ ≤ ≥ ◊ Ⱨ ⱨ                                                                                                         fi fl

+ +

+© ParaType, 2013. All rights reserved.
All trademarks mentioned in this document are the trademarks or registered trademarks of their respective holders. You may reproduce and
distribute this document as long as you do not remove ParaType copyright information and do not make any changes in the document.
Русская панграмма из книги В. В. Шахиджаняна «Соло на клавиатуре»

+ + + diff --git a/dist/PTSansWeb/PTN77F_stylesheet.css b/dist/PTSansWeb/PTN77F_stylesheet.css new file mode 100644 index 00000000000..d6a043c6075 --- /dev/null +++ b/dist/PTSansWeb/PTN77F_stylesheet.css @@ -0,0 +1,15 @@ +/* Generated by ParaType (http://www.paratype.com)*/ +/* Font PT Sans Narrow: Copyright © ParaType, 2013. All rights reserved.*/ + + +@font-face { + font-family: 'PTSansNarrowBold'; + src: url('PTN77F_W.eot'); + src: + url('PTN77F_W.eot?#iefix') format('embedded-opentype'), + url('PTN77F_W.woff') format('woff'), + url('PTN77F_W.ttf') format('truetype'), + url('PTN77F_W.svg#PTSans-NarrowBold') format('svg'); + font-weight: normal; + font-style: normal; +} \ No newline at end of file diff --git a/dist/PTSansWeb/PTS55F_W.eot b/dist/PTSansWeb/PTS55F_W.eot new file mode 100644 index 00000000000..5e1a534d8fc Binary files /dev/null and b/dist/PTSansWeb/PTS55F_W.eot differ diff --git a/dist/PTSansWeb/PTS55F_W.svg b/dist/PTSansWeb/PTS55F_W.svg new file mode 100644 index 00000000000..f44365df098 --- /dev/null +++ b/dist/PTSansWeb/PTS55F_W.svg @@ -0,0 +1,708 @@ + + + + +Generated by SVGconv. +Copyright : Copyright 2009 ParaType Ltd. All rights reserved. +Designer : A.Korolkova, O.Umpeleva, V.Yefimov +Foundry : ParaType Ltd +Foundry URL : http://www.paratype.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dist/PTSansWeb/PTS55F_W.ttf b/dist/PTSansWeb/PTS55F_W.ttf new file mode 100644 index 00000000000..24f1142b298 Binary files /dev/null and b/dist/PTSansWeb/PTS55F_W.ttf differ diff --git a/dist/PTSansWeb/PTS55F_W.woff b/dist/PTSansWeb/PTS55F_W.woff new file mode 100644 index 00000000000..23ce0902c5e Binary files /dev/null and b/dist/PTSansWeb/PTS55F_W.woff differ diff --git a/dist/PTSansWeb/PTS55F_demo.html b/dist/PTSansWeb/PTS55F_demo.html new file mode 100644 index 00000000000..499403b4ab4 --- /dev/null +++ b/dist/PTSansWeb/PTS55F_demo.html @@ -0,0 +1,108 @@ + + + + + + + + Font Face Demo + + + + + +
+

+Font:
+ + +PT Sans

+ +

+Sample Text:

+

+Jelly-like above the high wire, six quaking pachyderms kept the climax of the extravaganza in a dazzling state of flux.
Юный директор целиком сжевал весь объём продукции фундука (товара дефицитного и деликатесного), идя энергично через хрустящий камыш.

+ +

+

+Character Set:            

+
+

+! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~   ¡ ¢ £ ¤ ¥ ¦ § ¨ © ª « ¬ ­ ® ¯ ° ± ² ³ ´ µ ¶ · ¸ ¹ º » ¼ ½ ¾ ¿ À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï Ð Ñ Ò Ó Ô Õ Ö × Ø Ù Ú Û Ü Ý Þ ß à á â ã ä å æ ç è é ê ë ì í î ï ð ñ ò ó ô õ ö ÷ ø ù ú û ü ý þ ÿ Ā ā Ă ă Ą ą Ć ć Ĉ ĉ Č č Ď ď Đ đ Ē ē Ė ė Ę ę Ě ě Ĝ ĝ Ğ ğ Ģ ģ Ĥ ĥ Ħ ħ Ī ī Į į İ ı Ĵ ĵ Ķ ķ Ĺ ĺ Ļ ļ Ľ ľ Ł ł Ń ń Ņ ņ Ň ň Ō ō Ő ő Œ œ Ŕ ŕ Ŗ ŗ Ř ř Ś ś Ŝ ŝ Ş ş Š š Ţ ţ Ť ť Ū ū Ŭ ŭ Ů ů Ű ű Ų ų Ÿ Ź ź Ż ż Ž ž ſ ƒ Ǵ ǵ Ș ș Ț ț ȷ ʼ ˆ ˇ ˘ ˙ ˚ ˛ ˜ ˝ ́ Δ Ω π Ё Ђ Ѓ Є Ѕ І Ї Ј Љ Њ Ћ Ќ Ў Џ А Б В Г Д Е Ж З И Й К Л М Н О П Р С Т У Ф Х Ц Ч Ш Щ Ъ Ы Ь Э Ю Я а б в г д е ж з и й к л м н о п р с т у ф х ц ч ш щ ъ ы ь э ю я ё ђ ѓ є ѕ і ї ј љ њ ћ ќ ў џ Ѣ ѣ Ѳ ѳ Ѵ ѵ Ҋ ҋ Ҍ ҍ Ҏ ҏ Ґ ґ Ғ ғ Ҕ ҕ Җ җ Ҙ ҙ Қ қ Ҝ ҝ Ҟ ҟ Ҡ ҡ Ң ң Ҥ ҥ Ҧ ҧ Ҩ ҩ Ҫ ҫ Ҭ ҭ Ү ү Ұ ұ Ҳ ҳ Ҵ ҵ Ҷ ҷ Ҹ ҹ Һ һ Ҽ ҽ Ҿ ҿ Ӏ Ӄ ӄ Ӆ ӆ Ӈ ӈ Ӊ ӊ Ӌ ӌ Ӎ ӎ ӏ Ӑ ӑ Ӓ ӓ Ӕ ӕ Ӗ ӗ Ә ә Ӛ ӛ Ӝ ӝ Ӟ ӟ Ӡ ӡ Ӣ ӣ Ӥ ӥ Ӧ ӧ Ө ө Ӫ ӫ Ӭ ӭ Ӯ ӯ Ӱ ӱ Ӳ ӳ Ӵ ӵ Ӷ ӷ Ӹ ӹ Ӽ ӽ Ԑ ԑ Ԓ ԓ Ԝ ԝ Ԥ ԥ Ԧ ԧ Ԯ ԯ Ḱ ḱ Ḿ ḿ Ṕ ṕ ẞ ‑ – — ‘ ’ ‚ “ ” „ † ‡ • … ‰ ‹ › ⁄ ₁ ₂ ₃ ₄ € ₴ ₽ ℓ № ™ ℮ ∂ ∏ ∑ − ∕ √ ∞ ∫ ≈ ≠ ≤ ≥ ◊ Ⱨ ⱨ                                                                                                         fi fl

+ +

+© ParaType, 2013. All rights reserved.
All trademarks mentioned in this document are the trademarks or registered trademarks of their respective holders. You may reproduce and
distribute this document as long as you do not remove ParaType copyright information and do not make any changes in the document.
Русская панграмма из книги В. В. Шахиджаняна «Соло на клавиатуре»

+ + + diff --git a/dist/PTSansWeb/PTS55F_stylesheet.css b/dist/PTSansWeb/PTS55F_stylesheet.css new file mode 100644 index 00000000000..a88281c80f1 --- /dev/null +++ b/dist/PTSansWeb/PTS55F_stylesheet.css @@ -0,0 +1,15 @@ +/* Generated by ParaType (http://www.paratype.com)*/ +/* Font PT Sans: Copyright © ParaType, 2013. All rights reserved.*/ + + +@font-face { + font-family: 'PTSansRegular'; + src: url('PTS55F_W.eot'); + src: + url('PTS55F_W.eot?#iefix') format('embedded-opentype'), + url('PTS55F_W.woff') format('woff'), + url('PTS55F_W.ttf') format('truetype'), + url('PTS55F_W.svg#PTSans-Regular') format('svg'); + font-weight: normal; + font-style: normal; +} \ No newline at end of file diff --git a/dist/PTSansWeb/PTS56F_W.eot b/dist/PTSansWeb/PTS56F_W.eot new file mode 100644 index 00000000000..06ec14d34c5 Binary files /dev/null and b/dist/PTSansWeb/PTS56F_W.eot differ diff --git a/dist/PTSansWeb/PTS56F_W.svg b/dist/PTSansWeb/PTS56F_W.svg new file mode 100644 index 00000000000..8b04ba08b76 --- /dev/null +++ b/dist/PTSansWeb/PTS56F_W.svg @@ -0,0 +1,708 @@ + + + + +Generated by SVGconv. +Copyright : Copyright 2009 ParaType Ltd. All rights reserved. +Designer : A.Korolkova, O.Umpeleva, V.Yefimov +Foundry : ParaType Ltd +Foundry URL : http://www.paratype.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dist/PTSansWeb/PTS56F_W.ttf b/dist/PTSansWeb/PTS56F_W.ttf new file mode 100644 index 00000000000..99691064172 Binary files /dev/null and b/dist/PTSansWeb/PTS56F_W.ttf differ diff --git a/dist/PTSansWeb/PTS56F_W.woff b/dist/PTSansWeb/PTS56F_W.woff new file mode 100644 index 00000000000..bfd7b37d653 Binary files /dev/null and b/dist/PTSansWeb/PTS56F_W.woff differ diff --git a/dist/PTSansWeb/PTS56F_demo.html b/dist/PTSansWeb/PTS56F_demo.html new file mode 100644 index 00000000000..f8ae9b05eeb --- /dev/null +++ b/dist/PTSansWeb/PTS56F_demo.html @@ -0,0 +1,108 @@ + + + + + + + + Font Face Demo + + + + + +
+

+Font:
+ + +PT Sans Italic

+ +

+Sample Text:

+

+Jelly-like above the high wire, six quaking pachyderms kept the climax of the extravaganza in a dazzling state of flux.
Юный директор целиком сжевал весь объём продукции фундука (товара дефицитного и деликатесного), идя энергично через хрустящий камыш.

+ +

+

+Character Set:            

+
+

+! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~   ¡ ¢ £ ¤ ¥ ¦ § ¨ © ª « ¬ ­ ® ¯ ° ± ² ³ ´ µ ¶ · ¸ ¹ º » ¼ ½ ¾ ¿ À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï Ð Ñ Ò Ó Ô Õ Ö × Ø Ù Ú Û Ü Ý Þ ß à á â ã ä å æ ç è é ê ë ì í î ï ð ñ ò ó ô õ ö ÷ ø ù ú û ü ý þ ÿ Ā ā Ă ă Ą ą Ć ć Ĉ ĉ Č č Ď ď Đ đ Ē ē Ė ė Ę ę Ě ě Ĝ ĝ Ğ ğ Ģ ģ Ĥ ĥ Ħ ħ Ī ī Į į İ ı Ĵ ĵ Ķ ķ Ĺ ĺ Ļ ļ Ľ ľ Ł ł Ń ń Ņ ņ Ň ň Ō ō Ő ő Œ œ Ŕ ŕ Ŗ ŗ Ř ř Ś ś Ŝ ŝ Ş ş Š š Ţ ţ Ť ť Ū ū Ŭ ŭ Ů ů Ű ű Ų ų Ÿ Ź ź Ż ż Ž ž ſ ƒ Ǵ ǵ Ș ș Ț ț ȷ ʼ ˆ ˇ ˘ ˙ ˚ ˛ ˜ ˝ ́ Δ Ω π Ё Ђ Ѓ Є Ѕ І Ї Ј Љ Њ Ћ Ќ Ў Џ А Б В Г Д Е Ж З И Й К Л М Н О П Р С Т У Ф Х Ц Ч Ш Щ Ъ Ы Ь Э Ю Я а б в г д е ж з и й к л м н о п р с т у ф х ц ч ш щ ъ ы ь э ю я ё ђ ѓ є ѕ і ї ј љ њ ћ ќ ў џ Ѣ ѣ Ѳ ѳ Ѵ ѵ Ҋ ҋ Ҍ ҍ Ҏ ҏ Ґ ґ Ғ ғ Ҕ ҕ Җ җ Ҙ ҙ Қ қ Ҝ ҝ Ҟ ҟ Ҡ ҡ Ң ң Ҥ ҥ Ҧ ҧ Ҩ ҩ Ҫ ҫ Ҭ ҭ Ү ү Ұ ұ Ҳ ҳ Ҵ ҵ Ҷ ҷ Ҹ ҹ Һ һ Ҽ ҽ Ҿ ҿ Ӏ Ӄ ӄ Ӆ ӆ Ӈ ӈ Ӊ ӊ Ӌ ӌ Ӎ ӎ ӏ Ӑ ӑ Ӓ ӓ Ӕ ӕ Ӗ ӗ Ә ә Ӛ ӛ Ӝ ӝ Ӟ ӟ Ӡ ӡ Ӣ ӣ Ӥ ӥ Ӧ ӧ Ө ө Ӫ ӫ Ӭ ӭ Ӯ ӯ Ӱ ӱ Ӳ ӳ Ӵ ӵ Ӷ ӷ Ӹ ӹ Ӽ ӽ Ԑ ԑ Ԓ ԓ Ԝ ԝ Ԥ ԥ Ԧ ԧ Ԯ ԯ Ḱ ḱ Ḿ ḿ Ṕ ṕ ẞ ‑ – — ‘ ’ ‚ “ ” „ † ‡ • … ‰ ‹ › ⁄ ₁ ₂ ₃ ₄ € ₴ ₽ ℓ № ™ ℮ ∂ ∏ ∑ − ∕ √ ∞ ∫ ≈ ≠ ≤ ≥ ◊ Ⱨ ⱨ                                                                                                         fi fl

+ +

+© ParaType, 2013. All rights reserved.
All trademarks mentioned in this document are the trademarks or registered trademarks of their respective holders. You may reproduce and
distribute this document as long as you do not remove ParaType copyright information and do not make any changes in the document.
Русская панграмма из книги В. В. Шахиджаняна «Соло на клавиатуре»

+ + + diff --git a/dist/PTSansWeb/PTS56F_stylesheet.css b/dist/PTSansWeb/PTS56F_stylesheet.css new file mode 100644 index 00000000000..5df45f2a034 --- /dev/null +++ b/dist/PTSansWeb/PTS56F_stylesheet.css @@ -0,0 +1,15 @@ +/* Generated by ParaType (http://www.paratype.com)*/ +/* Font PT Sans: Copyright © ParaType, 2013. All rights reserved.*/ + + +@font-face { + font-family: 'PTSansItalic'; + src: url('PTS56F_W.eot'); + src: + url('PTS56F_W.eot?#iefix') format('embedded-opentype'), + url('PTS56F_W.woff') format('woff'), + url('PTS56F_W.ttf') format('truetype'), + url('PTS56F_W.svg#PTSans-Italic') format('svg'); + font-weight: normal; + font-style: normal; +} \ No newline at end of file diff --git a/dist/PTSansWeb/PTS75F_W.eot b/dist/PTSansWeb/PTS75F_W.eot new file mode 100644 index 00000000000..52279c3fb1f Binary files /dev/null and b/dist/PTSansWeb/PTS75F_W.eot differ diff --git a/dist/PTSansWeb/PTS75F_W.svg b/dist/PTSansWeb/PTS75F_W.svg new file mode 100644 index 00000000000..45f00b0b339 --- /dev/null +++ b/dist/PTSansWeb/PTS75F_W.svg @@ -0,0 +1,708 @@ + + + + +Generated by SVGconv. +Copyright : Copyright 2009 ParaType Ltd. All rights reserved. +Designer : A.Korolkova, O.Umpeleva, V.Yefimov +Foundry : ParaType Ltd +Foundry URL : http://www.paratype.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dist/PTSansWeb/PTS75F_W.ttf b/dist/PTSansWeb/PTS75F_W.ttf new file mode 100644 index 00000000000..82ba804ed7a Binary files /dev/null and b/dist/PTSansWeb/PTS75F_W.ttf differ diff --git a/dist/PTSansWeb/PTS75F_W.woff b/dist/PTSansWeb/PTS75F_W.woff new file mode 100644 index 00000000000..7d5df4e490a Binary files /dev/null and b/dist/PTSansWeb/PTS75F_W.woff differ diff --git a/dist/PTSansWeb/PTS75F_demo.html b/dist/PTSansWeb/PTS75F_demo.html new file mode 100644 index 00000000000..1e953e93d5d --- /dev/null +++ b/dist/PTSansWeb/PTS75F_demo.html @@ -0,0 +1,108 @@ + + + + + + + + Font Face Demo + + + + + +
+

+Font:
+ + +PT Sans Bold

+ +

+Sample Text:

+

+Jelly-like above the high wire, six quaking pachyderms kept the climax of the extravaganza in a dazzling state of flux.
Юный директор целиком сжевал весь объём продукции фундука (товара дефицитного и деликатесного), идя энергично через хрустящий камыш.

+ +

+

+Character Set:            

+
+

+! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~   ¡ ¢ £ ¤ ¥ ¦ § ¨ © ª « ¬ ­ ® ¯ ° ± ² ³ ´ µ ¶ · ¸ ¹ º » ¼ ½ ¾ ¿ À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï Ð Ñ Ò Ó Ô Õ Ö × Ø Ù Ú Û Ü Ý Þ ß à á â ã ä å æ ç è é ê ë ì í î ï ð ñ ò ó ô õ ö ÷ ø ù ú û ü ý þ ÿ Ā ā Ă ă Ą ą Ć ć Ĉ ĉ Č č Ď ď Đ đ Ē ē Ė ė Ę ę Ě ě Ĝ ĝ Ğ ğ Ģ ģ Ĥ ĥ Ħ ħ Ī ī Į į İ ı Ĵ ĵ Ķ ķ Ĺ ĺ Ļ ļ Ľ ľ Ł ł Ń ń Ņ ņ Ň ň Ō ō Ő ő Œ œ Ŕ ŕ Ŗ ŗ Ř ř Ś ś Ŝ ŝ Ş ş Š š Ţ ţ Ť ť Ū ū Ŭ ŭ Ů ů Ű ű Ų ų Ÿ Ź ź Ż ż Ž ž ſ ƒ Ǵ ǵ Ș ș Ț ț ȷ ʼ ˆ ˇ ˘ ˙ ˚ ˛ ˜ ˝ ́ Δ Ω π Ё Ђ Ѓ Є Ѕ І Ї Ј Љ Њ Ћ Ќ Ў Џ А Б В Г Д Е Ж З И Й К Л М Н О П Р С Т У Ф Х Ц Ч Ш Щ Ъ Ы Ь Э Ю Я а б в г д е ж з и й к л м н о п р с т у ф х ц ч ш щ ъ ы ь э ю я ё ђ ѓ є ѕ і ї ј љ њ ћ ќ ў џ Ѣ ѣ Ѳ ѳ Ѵ ѵ Ҋ ҋ Ҍ ҍ Ҏ ҏ Ґ ґ Ғ ғ Ҕ ҕ Җ җ Ҙ ҙ Қ қ Ҝ ҝ Ҟ ҟ Ҡ ҡ Ң ң Ҥ ҥ Ҧ ҧ Ҩ ҩ Ҫ ҫ Ҭ ҭ Ү ү Ұ ұ Ҳ ҳ Ҵ ҵ Ҷ ҷ Ҹ ҹ Һ һ Ҽ ҽ Ҿ ҿ Ӏ Ӄ ӄ Ӆ ӆ Ӈ ӈ Ӊ ӊ Ӌ ӌ Ӎ ӎ ӏ Ӑ ӑ Ӓ ӓ Ӕ ӕ Ӗ ӗ Ә ә Ӛ ӛ Ӝ ӝ Ӟ ӟ Ӡ ӡ Ӣ ӣ Ӥ ӥ Ӧ ӧ Ө ө Ӫ ӫ Ӭ ӭ Ӯ ӯ Ӱ ӱ Ӳ ӳ Ӵ ӵ Ӷ ӷ Ӹ ӹ Ӽ ӽ Ԑ ԑ Ԓ ԓ Ԝ ԝ Ԥ ԥ Ԧ ԧ Ԯ ԯ Ḱ ḱ Ḿ ḿ Ṕ ṕ ẞ ‑ – — ‘ ’ ‚ “ ” „ † ‡ • … ‰ ‹ › ⁄ ₁ ₂ ₃ ₄ € ₴ ₽ ℓ № ™ ℮ ∂ ∏ ∑ − ∕ √ ∞ ∫ ≈ ≠ ≤ ≥ ◊ Ⱨ ⱨ                                                                                                         fi fl

+ +

+© ParaType, 2013. All rights reserved.
All trademarks mentioned in this document are the trademarks or registered trademarks of their respective holders. You may reproduce and
distribute this document as long as you do not remove ParaType copyright information and do not make any changes in the document.
Русская панграмма из книги В. В. Шахиджаняна «Соло на клавиатуре»

+ + + diff --git a/dist/PTSansWeb/PTS75F_stylesheet.css b/dist/PTSansWeb/PTS75F_stylesheet.css new file mode 100644 index 00000000000..05050e27969 --- /dev/null +++ b/dist/PTSansWeb/PTS75F_stylesheet.css @@ -0,0 +1,15 @@ +/* Generated by ParaType (http://www.paratype.com)*/ +/* Font PT Sans: Copyright © ParaType, 2013. All rights reserved.*/ + + +@font-face { + font-family: 'PTSansBold'; + src: url('PTS75F_W.eot'); + src: + url('PTS75F_W.eot?#iefix') format('embedded-opentype'), + url('PTS75F_W.woff') format('woff'), + url('PTS75F_W.ttf') format('truetype'), + url('PTS75F_W.svg#PTSans-Bold') format('svg'); + font-weight: normal; + font-style: normal; +} \ No newline at end of file diff --git a/dist/PTSansWeb/PTS76F_W.eot b/dist/PTSansWeb/PTS76F_W.eot new file mode 100644 index 00000000000..8f47b4afee1 Binary files /dev/null and b/dist/PTSansWeb/PTS76F_W.eot differ diff --git a/dist/PTSansWeb/PTS76F_W.svg b/dist/PTSansWeb/PTS76F_W.svg new file mode 100644 index 00000000000..f02d6ddb15d --- /dev/null +++ b/dist/PTSansWeb/PTS76F_W.svg @@ -0,0 +1,708 @@ + + + + +Generated by SVGconv. +Copyright : Copyright 2009 ParaType Ltd. All rights reserved. +Designer : A.Korolkova, O.Umpeleva, V.Yefimov +Foundry : ParaType Ltd +Foundry URL : http://www.paratype.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dist/PTSansWeb/PTS76F_W.ttf b/dist/PTSansWeb/PTS76F_W.ttf new file mode 100644 index 00000000000..12083bc82df Binary files /dev/null and b/dist/PTSansWeb/PTS76F_W.ttf differ diff --git a/dist/PTSansWeb/PTS76F_W.woff b/dist/PTSansWeb/PTS76F_W.woff new file mode 100644 index 00000000000..2bfc6522361 Binary files /dev/null and b/dist/PTSansWeb/PTS76F_W.woff differ diff --git a/dist/PTSansWeb/PTS76F_demo.html b/dist/PTSansWeb/PTS76F_demo.html new file mode 100644 index 00000000000..519948d33a4 --- /dev/null +++ b/dist/PTSansWeb/PTS76F_demo.html @@ -0,0 +1,108 @@ + + + + + + + + Font Face Demo + + + + + +
+

+Font:
+ + +PT Sans Bold Italic

+ +

+Sample Text:

+

+Jelly-like above the high wire, six quaking pachyderms kept the climax of the extravaganza in a dazzling state of flux.
Юный директор целиком сжевал весь объём продукции фундука (товара дефицитного и деликатесного), идя энергично через хрустящий камыш.

+ +

+

+Character Set:            

+
+

+! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~   ¡ ¢ £ ¤ ¥ ¦ § ¨ © ª « ¬ ­ ® ¯ ° ± ² ³ ´ µ ¶ · ¸ ¹ º » ¼ ½ ¾ ¿ À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï Ð Ñ Ò Ó Ô Õ Ö × Ø Ù Ú Û Ü Ý Þ ß à á â ã ä å æ ç è é ê ë ì í î ï ð ñ ò ó ô õ ö ÷ ø ù ú û ü ý þ ÿ Ā ā Ă ă Ą ą Ć ć Ĉ ĉ Č č Ď ď Đ đ Ē ē Ė ė Ę ę Ě ě Ĝ ĝ Ğ ğ Ģ ģ Ĥ ĥ Ħ ħ Ī ī Į į İ ı Ĵ ĵ Ķ ķ Ĺ ĺ Ļ ļ Ľ ľ Ł ł Ń ń Ņ ņ Ň ň Ō ō Ő ő Œ œ Ŕ ŕ Ŗ ŗ Ř ř Ś ś Ŝ ŝ Ş ş Š š Ţ ţ Ť ť Ū ū Ŭ ŭ Ů ů Ű ű Ų ų Ÿ Ź ź Ż ż Ž ž ſ ƒ Ǵ ǵ Ș ș Ț ț ȷ ʼ ˆ ˇ ˘ ˙ ˚ ˛ ˜ ˝ ́ Δ Ω π Ё Ђ Ѓ Є Ѕ І Ї Ј Љ Њ Ћ Ќ Ў Џ А Б В Г Д Е Ж З И Й К Л М Н О П Р С Т У Ф Х Ц Ч Ш Щ Ъ Ы Ь Э Ю Я а б в г д е ж з и й к л м н о п р с т у ф х ц ч ш щ ъ ы ь э ю я ё ђ ѓ є ѕ і ї ј љ њ ћ ќ ў џ Ѣ ѣ Ѳ ѳ Ѵ ѵ Ҋ ҋ Ҍ ҍ Ҏ ҏ Ґ ґ Ғ ғ Ҕ ҕ Җ җ Ҙ ҙ Қ қ Ҝ ҝ Ҟ ҟ Ҡ ҡ Ң ң Ҥ ҥ Ҧ ҧ Ҩ ҩ Ҫ ҫ Ҭ ҭ Ү ү Ұ ұ Ҳ ҳ Ҵ ҵ Ҷ ҷ Ҹ ҹ Һ һ Ҽ ҽ Ҿ ҿ Ӏ Ӄ ӄ Ӆ ӆ Ӈ ӈ Ӊ ӊ Ӌ ӌ Ӎ ӎ ӏ Ӑ ӑ Ӓ ӓ Ӕ ӕ Ӗ ӗ Ә ә Ӛ ӛ Ӝ ӝ Ӟ ӟ Ӡ ӡ Ӣ ӣ Ӥ ӥ Ӧ ӧ Ө ө Ӫ ӫ Ӭ ӭ Ӯ ӯ Ӱ ӱ Ӳ ӳ Ӵ ӵ Ӷ ӷ Ӹ ӹ Ӽ ӽ Ԑ ԑ Ԓ ԓ Ԝ ԝ Ԥ ԥ Ԧ ԧ Ԯ ԯ Ḱ ḱ Ḿ ḿ Ṕ ṕ ẞ ‑ – — ‘ ’ ‚ “ ” „ † ‡ • … ‰ ‹ › ⁄ ₁ ₂ ₃ ₄ € ₴ ₽ ℓ № ™ ℮ ∂ ∏ ∑ − ∕ √ ∞ ∫ ≈ ≠ ≤ ≥ ◊ Ⱨ ⱨ                                                                                                         fi fl

+ +

+© ParaType, 2013. All rights reserved.
All trademarks mentioned in this document are the trademarks or registered trademarks of their respective holders. You may reproduce and
distribute this document as long as you do not remove ParaType copyright information and do not make any changes in the document.
Русская панграмма из книги В. В. Шахиджаняна «Соло на клавиатуре»

+ + + diff --git a/dist/PTSansWeb/PTS76F_stylesheet.css b/dist/PTSansWeb/PTS76F_stylesheet.css new file mode 100644 index 00000000000..0d22332f964 --- /dev/null +++ b/dist/PTSansWeb/PTS76F_stylesheet.css @@ -0,0 +1,15 @@ +/* Generated by ParaType (http://www.paratype.com)*/ +/* Font PT Sans: Copyright © ParaType, 2013. All rights reserved.*/ + + +@font-face { + font-family: 'PTSansBoldItalic'; + src: url('PTS76F_W.eot'); + src: + url('PTS76F_W.eot?#iefix') format('embedded-opentype'), + url('PTS76F_W.woff') format('woff'), + url('PTS76F_W.ttf') format('truetype'), + url('PTS76F_W.svg#PTSans-BoldItalic') format('svg'); + font-weight: normal; + font-style: normal; +} \ No newline at end of file diff --git a/dist/PTSansWeb/demo.html b/dist/PTSansWeb/demo.html new file mode 100644 index 00000000000..fb757b58831 --- /dev/null +++ b/dist/PTSansWeb/demo.html @@ -0,0 +1,409 @@ + + + + +Font Face Demo + + + + + + +
+

PT Sans Regular

+

96 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

72 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

60 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

48 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

36 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

30 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

24 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

21 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

18 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

17 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

16 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

15 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

14 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

13 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

12 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

11 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

10 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

9 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

PT Sans Italic

+

96 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

72 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

60 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

48 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

36 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

30 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

24 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

21 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

18 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

17 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

16 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

15 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

14 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

13 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

12 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

11 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

10 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

9 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

PT Sans Bold

+

96 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

72 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

60 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

48 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

36 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

30 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

24 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

21 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

18 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

17 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

16 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

15 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

14 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

13 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

12 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

11 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

10 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

9 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

PT Sans Bold Italic

+

96 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

72 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

60 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

48 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

36 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

30 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

24 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

21 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

18 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

17 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

16 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

15 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

14 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

13 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

12 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

11 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

10 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

9 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

PT Sans Caption Regular

+

96 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

72 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

60 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

48 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

36 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

30 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

24 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

21 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

18 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

17 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

16 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

15 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

14 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

13 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

12 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

11 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

10 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

9 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

PT Sans Caption Bold

+

96 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

72 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

60 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

48 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

36 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

30 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

24 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

21 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

18 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

17 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

16 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

15 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

14 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

13 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

12 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

11 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

10 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

9 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

PT Sans Narrow Regular

+

96 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

72 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

60 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

48 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

36 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

30 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

24 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

21 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

18 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

17 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

16 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

15 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

14 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

13 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

12 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

11 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

10 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

9 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

PT Sans Narrow Bold

+

96 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

72 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

60 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

48 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

36 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

30 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

24 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

21 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

18 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

17 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

16 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

15 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

14 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

13 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

12 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

11 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

10 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

9 - The five boxing wizards jump quickly. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + + +
+ + \ No newline at end of file diff --git a/dist/PTSansWeb/stylesheet.css b/dist/PTSansWeb/stylesheet.css new file mode 100644 index 00000000000..a640f2c9c50 --- /dev/null +++ b/dist/PTSansWeb/stylesheet.css @@ -0,0 +1,41 @@ +/* Generated by ParaType Ltd (http://www.paratype.com)*/ +/* Font PT Serif: Copyright © 2010 ParaType Ltd. All rights reserved.*/ + +@font-face {font-family: 'PT Sans'; + src: url('pts55f_w.eot'); + src: local('PT Sans'), url('PTS55F_W.eot?#iefix') format('embedded-opentype'), url('PTS55F_W.woff') format('woff'),url('PTS55F_W.ttf') format('truetype'), url('PTS55F_W.svg#PTSans-Regular') format('svg');} + +@font-face {font-family: 'PT Sans'; + font-style: italic; + src: url('pts56f_w.eot'); + src: local('PT Sans Italic'), url('PTS56F_W.eot?#iefix') format('embedded-opentype'), url('PTS56F_W.woff') format('woff'),url('PTS56F_W.ttf') format('truetype'), url('PTS56F_W.svg#PTSans-Italic') format('svg');} + +@font-face {font-family: 'PT Sans'; + src: url('pts75f_w.eot'); + font-style: normal; + font-weight: bold; + src: local('PT Sans Bold'), url('PTS75F_W.eot?#iefix') format('embedded-opentype'), url('PTS75F_W.woff') format('woff'),url('PTS75F_W.ttf') format('truetype'), url('PTS75F_W.svg#PTSans-Bold') format('svg');} + +@font-face {font-family: 'PT Sans'; + font-style: italic; + font-weight: bold; + src: url('pts76f_w.eot'); + src: local('PT Sans Bold Italic'), url('PTS76F_W.eot?#iefix') format('embedded-opentype'), url('PTS76F_W.woff') format('woff'),url('PTS76F_W.ttf') format('truetype'), url('PTS76F_W.svg#PTSans-BoldItalic') format('svg');} + +@font-face {font-family: 'PT Sans Caption'; + src: url('ptc55f_w.eot'); + src: local('PT Sans Caption'), url('PTC55F_W.eot?#iefix') format('embedded-opentype'), url('PTC55F_W.woff') format('woff'),url('PTC55F_W.ttf') format('truetype'), url('PTC55F_W.svg#PTSans-Caption') format('svg');} + +@font-face {font-family: 'PT Sans Caption'; + font-weight: bold; + src: url('ptc75f_w.eot'); + src: local('PT Sans Caption Bold'), url('PTC75F_W.eot?#iefix') format('embedded-opentype'), url('PTC75F_W.woff') format('woff'),url('PTC75F_W.ttf') format('truetype'), url('PTC75F_W.svg#PTSans-CaptionBold') format('svg');} + +@font-face {font-family: 'PT Sans Narrow'; + src: url('ptn57f_w.eot'); + src: local('PT Sans Narrow'), url('PTN57F_W.eot?#iefix') format('embedded-opentype'), url('PTN57F_W.woff') format('woff'),url('PTN57F_W.ttf') format('truetype'), url('PTN57F_W.svg#PTSans-Narrow') format('svg');} + +@font-face {font-family: 'PT Sans Narrow'; + font-weight: bold; + src: url('ptn77f_w.eot'); + src: local('PT Sans Narrow Bold'), url('PTN77F_W.eot?#iefix') format('embedded-opentype'), url('PTN77F_W.woff') format('woff'),url('PTN77F_W.ttf') format('truetype'), url('PTN77F_W.svg#PTSans-NarrowBold') format('svg');} \ No newline at end of file diff --git a/dist/img/favicon.png b/dist/img/favicon.png new file mode 100644 index 00000000000..7b65cec7d22 Binary files /dev/null and b/dist/img/favicon.png differ diff --git a/dist/img/logo_white.png b/dist/img/logo_white.png new file mode 100644 index 00000000000..16fcff1000d Binary files /dev/null and b/dist/img/logo_white.png differ diff --git a/dist/index.html b/dist/index.html index 572d4a761f5..5d8219616f4 100644 --- a/dist/index.html +++ b/dist/index.html @@ -4,7 +4,9 @@ iD + + @@ -73,5 +75,27 @@ .call(id.ui()); } + + + + diff --git a/dist/locales/en.json b/dist/locales/en.json index e63b70f74c5..4784f24cc34 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -546,6 +546,57 @@ "category-path": { "name": "Path" }, + "category-pois": { + "name": "POIs (amenities)" + }, + "category-provides_clothes": { + "name": "Clothes" + }, + "category-provides_community": { + "name": "Community" + }, + "category-provides_culture": { + "name": "Culture" + }, + "category-provides_energy": { + "name": "Energy" + }, + "category-provides_food+drink": { + "name": "Food + Drink" + }, + "category-provides_health": { + "name": "Health" + }, + "category-provides_housing": { + "name": "Housing" + }, + "category-provides_land": { + "name": "Land" + }, + "category-provides_learning_opportunities": { + "name": "Knowledge & Skills" + }, + "category-provides_mobility": { + "name": "Mobility" + }, + "category-provides_objects_of_utility": { + "name": "Objects of Utility" + }, + "category-provides_participation": { + "name": "Participation" + }, + "category-provides_safety": { + "name": "Safety" + }, + "category-provides_spaces": { + "name": "Spaces" + }, + "category-provides_spirituality": { + "name": "Spirituality" + }, + "category-provides_water": { + "name": "Water" + }, "category-rail": { "name": "Rail" }, @@ -558,6 +609,9 @@ "category-route": { "name": "Route" }, + "category-shopping": { + "name": "Shopping / Dinner" + }, "category-water-area": { "name": "Water" }, @@ -603,6 +657,10 @@ } } }, + "access_clubs": { + "label": "Access", + "placeholder": "yes" + }, "access_simple": { "label": "Access", "placeholder": "yes" @@ -739,12 +797,76 @@ "anticlockwise": "Counterclockwise" } }, + "club": { + "label": "Club", + "placeholder": "Yes, Sports, Artist, Chess, ...", + "options": { + "yes": "Yes: If not known further", + "sport": "+ sport=*", + "art": "Artist club", + "astronomy": "An amateur astronomy club", + "automobile": "Automobile club", + "bicycle": "Promote and enjoy bicycle usage (for competitions see sport + sport=cycling)", + "charity": "A club devoted to charitable activities: blood/tissues donation, humanitarian,..", + "chess": "Chess club", + "cinema": "Cinema club", + "cooking": "Cooking club", + "culture": "A cultural club that doesn't fit in other categories. Consider to use a specific new value instead of this.", + "doityourself": "Do it yourself club (electronics, clothes,..)", + "elderly": "A club restricted to aged people", + "ethnic": "A club to promote ethnic or inter-ethnic culture.", + "fan": "A fanclub", + "fishing": "(for competitions see sport + sport=fishing)", + "freemasonry": "A Masonic Lodge/temple/hall used by Freemasons.", + "game": "A club devoted to games.", + "board_games": "A club devoted to board games.", + "history": "A club devoted to (local) history and traditions", + "hunting": "(see also sport+sport=shooting)", + "linux": "A Linux User Group (LUG)", + "music": "A club where people sing or play music", + "nature": "A club devoted to nature study: mushrooms, rocks, flowers, birdwatching,and so on. Consider if create specific values for each of these.", + "nudism": "Nudist Club", + "photography": "Photographer club", + "politics": "politic club", + "religion": "+ religion=* + denomination=*", + "scout": "A scout group base", + "smoke": "smoker's club", + "theatre": "theatre club", + "veterans": "A club of war veterans (e.g.: in italy \"Gruppo alpini\" or \"Gruppo partigiani\").", + "youth": "A club restricted to young people" + } + }, "collection_times": { "label": "Collection Times" }, "construction": { "label": "Type" }, + "contact": { + "label": "Contact data", + "placeholder": "Unknown", + "types": { + "contact:website": "Website", + "contact:phone": "Telephone Nr.", + "contact:fax": "Fax Nr.", + "contact:email": "Email Address", + "contact:name": "Contact Person Name" + }, + "options": { + "+49 ...": { + "title": "+49 1234 56789-0", + "description": "phone/fax nrs. with int. prefix, no local (0)!" + }, + "http://": { + "title": "http://", + "description": "Start Web addresses with http://" + }, + "https://": { + "title": "http://", + "description": "Start Secure Web addresses with https://" + } + } + }, "country": { "label": "Country" }, @@ -800,6 +922,24 @@ "except": { "label": "Exceptions" }, + "fair_trade": { + "label": "Fair-Trade", + "placeholder": "Yes, No, Fair-Trade Only...", + "options": { + "yes": "Yes: Good choice of fair-trade products in the whole selection, but not solely", + "no": "No", + "only": "Fair-Trade Only", + "limited": "Limited: only selected products are fair-trade" + } + }, + "farm_boxes": { + "label": "CSA", + "options": { + "pickup": "Pickup point", + "source": "Source farm, no pickup", + "source_and_pickup": "Farm, also pickup possible" + } + }, "fax": { "label": "Fax", "placeholder": "+31 42 123 4567" @@ -870,6 +1010,10 @@ "generator/type": { "label": "Type" }, + "genus": { + "label": "Genus: low level taxonomy rank", + "placeholder": "main key latin" + }, "golf_hole": { "label": "Reference", "placeholder": "Hole number (1-18)" @@ -894,6 +1038,28 @@ "icao": { "label": "ICAO" }, + "identity": { + "label": "Self-Description of a Community", + "placeholder": "Commons, Transition Initiative, ...", + "options": { + "solidarity_economy": "Solidarity Economy: Organisations, projects and enterprises meeting the principles of Solidarity Economy based on the core ideas of shared ownership and people before profit.", + "transition_initiative": "Transition Initative: A transition initiative is a grassroot community project that seeks to build resilience in response to peak oil, climate destruction, and economic instability by creating a local group that uphold the values of the transition network.", + "permaculture": "Permaculture: Initiatives, and projects based on the design principles of permaculture.", + "demonetized_economy": "Demonetized Economy: Places where people live or attempt to live without money. Projects and initiatives that avoid commodity exchange and conventional money.", + "community_based_currencies": "Community Based Currencies: Initiatives that design and manage community based and -supported, local and social currencies, which are not controlled by a national government, and are intended to be traded only in a particular area. ", + "commons": "Commons: \"Commons\"-based communities collectively and democratically produce, steward, develop or manage shared places, projects, resources, assets or knowledge. See also Eight Design Principles for Managing a Commons set forth by Nobel Prize Laureate Elinor Ostrom.", + "economy_for_the_common_good": "Economy for the Common Good: Local chapters of the economy for the common good and corporate bodies that have created a certified balance of the economy for the common good.", + "collaborative_economy": "Collaborative Economy: The collaborative economy consists of initiatives based on horizontal networks and participation of a community.", + "global_ecovillage_network": "Global Ecovillage Network: Initiatives that are part of the Global Ecovillage Network.", + "degrowth": "Degrowth: Organisations and projects that identify themselves as being part of degrowth and its synonyms in different languages as for instance décroissance.", + "subsistence_economy": "Subsistence Economy: Acitivities for ones own livelyhood and well-being not producing commodities to be sold at the market.", + "p2p_economy": "P2P Economy: The peer-to-peer economy consists of people who pool work, ideas and resources to produce something in self-administrated and decentralized associations, instead of conventional seller/buyer market relationships. ", + "ecovillage": "Ecovillage, individual." + } + }, + "identity_combotype": { + "label": "Self-description of a Community" + }, "incline": { "label": "Incline" }, @@ -907,6 +1073,24 @@ "information": { "label": "Type" }, + "interaction": { + "label": "Mode of Interaction", + "placeholder": "bartering, cousing, ...", + "options": { + "bartering": "Bartering: Here you can exchange something: give & take.", + "sharing": "Sharing: Here you can share material (tools, books, etc.) and immaterial (time, knowledge, ideas) matters.", + "lending": "Lending: Here you can borrow something (contributions towards costs).", + "renting": "Renting: Here you can rent something.", + "gifting": "Gifting: Here you can give and receive.", + "rebuying_reselling": "Rebuy & Resell: Here you can get and leave things that are not needed anymore. Second-hand.", + "cousing": "Co-Use: Here you can use (some)things with others.", + "diy_and_dit": "Do It Yourself & Together: Here you can produce or repair, upcycle or downcycle something by yourself or together with others.", + "buying_and_selling": "Buy & Sell: Here you can buy and sell things." + } + }, + "interaction_combotype": { + "label": "Mode of Interaction" + }, "internet_access": { "label": "Internet Access", "options": { @@ -1046,6 +1230,16 @@ "operator": { "label": "Operator" }, + "organic": { + "label": "Organic", + "placeholder": "Yes, No, Organic Only...", + "options": { + "yes": "Yes: Good choice of organic products in the whole selection, but not solely", + "no": "No", + "only": "Organic Only", + "limited": "Limited: only selected products are organic" + } + }, "par": { "label": "Par", "placeholder": "3, 4, 5..." @@ -1116,6 +1310,42 @@ "power": { "label": "Type" }, + "provides": { + "label": "Needs fulfilled by a community", + "placeholder": "food+drink , water, land, ...", + "options": { + "food+drink": "Food & Drink: Here you can find drinks and something to eat, recently harvested or ready to enjoy.", + "water": "Water: Here you can find drinking water.", + "land": "Land: Here you find land - the land we all need to find shelter and/or to work on.", + "mobility": "Mobility: Here you find possibilities to go from A to B.", + "health": "Health: Here you find what keeps and makes us healthy.", + "culture": "Culture: Here you find cultural events or free space to (self-)organise an event or to perform.", + "safety": "Safety: Here you find places and people that provide a sense of security, support and safety for a short period of time.", + "housing": "Housing: Here you find shelter - for a short time or permanently.", + "spaces": "Free Space: Here you find free spaces to meet, hang out or do whatever you want.", + "objects_of_utility": "Objects of Utility: Here you can get or borrow different tools and other things, that others don't need any longer or only ocassionally use.", + "clothes": "Clothes: Here you can find clothes.", + "learning_opportunities": "Knowledge & Skills: Here you can find things and spaces where knowledge, skills and insights are shared. A space where people learn and research and where you can engage heart, hand and mind.", + "energy": "Energy: Electricity, heating, transportation - all these require energy. On this places energy is provided.", + "community": "Community: A diverse group of people that offers support and empowerment by coming together.", + "participation": "Participation: Here is an opportunity to initiate activities, participate or deliberate on public issues.", + "spirituality": "Spirituality: Here you find spaces, places and groups that pursue a contemplative/spiritual connection.", + "telecommunication": "Telecommunication: This facility provides the infrastructure for telecommunication.", + "air": "Air: Provides the air we all need to breathe." + } + }, + "provides_combotype": { + "label": "Fulfils Needs" + }, + "provides_land": { + "label": "Type of Land", + "placeholder": "rural, urban, rurban", + "options": { + "rural": "Rural land", + "urban": "Urban land", + "rurban": "Rural/Urban (rurban) land" + } + }, "railway": { "label": "Type" }, @@ -1134,6 +1364,16 @@ "ref": { "label": "Reference" }, + "regional": { + "label": "Regional", + "placeholder": "Yes, No, Regional Only...", + "options": { + "yes": "Yes: Good choice of regional products in the whole selection, but not solely", + "no": "No", + "only": "Regional Only", + "limited": "Limited: only selected products are regional" + } + }, "relation": { "label": "Type" }, @@ -1167,6 +1407,15 @@ "seasonal": { "label": "Seasonal" }, + "second_hand": { + "label": "Second Hand", + "placeholder": "Yes, No, Second Hand Only...", + "options": { + "only": "Only: only 2nd hand", + "yes": "Yes: new and 2nd hand", + "no": "No" + } + }, "service": { "label": "Type" }, @@ -1240,6 +1489,10 @@ "source": { "label": "Source" }, + "species": { + "label": "Species: scientific name", + "placeholder": "main key latin" + }, "sport": { "label": "Sport" }, @@ -1249,6 +1502,9 @@ "sport_racing": { "label": "Sport" }, + "start_date": { + "label": "Start Date" + }, "structure": { "label": "Structure", "placeholder": "Unknown", @@ -1293,6 +1549,31 @@ "bucket": "Bucket" } }, + "topic": { + "label": "Topic of an Organisation", + "placeholder": "food+drink , water, land, ...", + "options": { + "food+drink": "Food & Drink: Organisations that care about food/drink.", + "water": "Water: Here you can find organisations who care about water.", + "land": "Land: Here you can find organisations who care about land - the land we all need to find shelter and/or to work on.", + "mobility": "Mobility: Here you find organisations who care about mobility.", + "health": "Health: Here you find organisations that care about keeping and making us healthy.", + "culture": "Culture: Organisations who care about culture.", + "safety": "Safety: Organisations who care about security.", + "housing": "Housing: Organisations who care about housing.", + "spaces": "Free Space: Organisations which are concerned about open spaces.", + "objects_of_utility": "Objects of Utility: Organisations devoted to objects of utility.", + "clothes": "Clothes: Clothes-related organisations (traders,company HQs,charity organisations with focus on clothes).", + "learning_opportunities": "Knowledge & Skills: Organisations devoted to science and education.", + "energy": "Energy: Energy-focused organisations", + "community": "Community: Community:-building and empowering organisations.", + "participation": "Participation: Organisations who organise participation in various field.", + "spirituality": "Spirituality: Spritiual organisations", + "telecommunication": "Telecommunication: Organisations devoted to telecommunication", + "air": "Air: Organisation caring about the air we all need to breathe.", + "environment": "Environment: Environmentalism-related organisations" + } + }, "tourism": { "label": "Type" }, @@ -1475,6 +1756,10 @@ "name": "Bicycle Repair Station", "terms": "bike" }, + "amenity/biergarten": { + "name": "Biergarten", + "terms": "restaurant" + }, "amenity/boat_rental": { "name": "Boat Rental", "terms": "" @@ -1559,6 +1844,10 @@ "name": "Embassy", "terms": "" }, + "amenity/fablab": { + "name": "Fab Lab", + "terms": "" + }, "amenity/fast_food": { "name": "Fast Food", "terms": "restaurant" @@ -1575,6 +1864,10 @@ "name": "Gas Station", "terms": "petrol,fuel,propane,diesel,lng,cng,biodiesel" }, + "amenity/givebox": { + "name": "Givebox", + "terms": "" + }, "amenity/grave_yard": { "name": "Graveyard", "terms": "" @@ -1647,6 +1940,10 @@ "name": "Post Office", "terms": "letter,mail" }, + "amenity/prison": { + "name": "Prison", + "terms": "cop,detective,fed,law,enforcement,officer,jail" + }, "amenity/pub": { "name": "Pub", "terms": "dive,beer,bier,booze" @@ -1735,6 +2032,10 @@ "name": "Veterinary", "terms": "pet clinic,veterinarian,animal hospital,pet doctor" }, + "amenity/volkskuche": { + "name": "Volkskuche", + "terms": "Volksküche" + }, "amenity/waste_basket": { "name": "Waste Basket", "terms": "rubbish,litter,trash,garbage" @@ -1955,6 +2256,14 @@ "name": "Warehouse", "terms": "" }, + "club": { + "name": "Club", + "terms": "" + }, + "club/foodcoop": { + "name": "Food Coop", + "terms": "" + }, "craft": { "name": "Craft", "terms": "" @@ -2163,6 +2472,10 @@ "name": "Entrance/Exit", "terms": "" }, + "farm_boxes": { + "name": "CSA", + "terms": "Community,supported,agriculture,farm" + }, "footway/crossing": { "name": "Crossing", "terms": "" @@ -2407,6 +2720,22 @@ "name": "Wayside Shrine", "terms": "" }, + "identity/commons": { + "name": "Identity: Commons", + "terms": "" + }, + "identity/global_ecovillage_network": { + "name": "identity: Global Ecovillage Network", + "terms": "" + }, + "interaction/bartering": { + "name": "Interaction: Bartering", + "terms": "" + }, + "interaction/lending": { + "name": "Interaction: Lending", + "terms": "" + }, "junction": { "name": "Junction", "terms": "" @@ -2423,6 +2752,10 @@ "name": "Basin", "terms": "" }, + "landuse/brownfield": { + "name": "Brownfield", + "terms": "" + }, "landuse/cemetery": { "name": "Cemetery", "terms": "" @@ -2463,6 +2796,10 @@ "name": "Grass", "terms": "" }, + "landuse/greenfield": { + "name": "Greenfield", + "terms": "" + }, "landuse/industrial": { "name": "Industrial Area", "terms": "" @@ -2507,6 +2844,10 @@ "name": "Common", "terms": "open space" }, + "leisure/communitygarden": { + "name": "Community Garden", + "terms": "" + }, "leisure/dog_park": { "name": "Dog Park", "terms": "" @@ -2523,6 +2864,10 @@ "name": "Golf Course", "terms": "links" }, + "leisure/hackerspace": { + "name": "Hackerspace", + "terms": "hacklab" + }, "leisure/ice_rink": { "name": "Ice Rink", "terms": "hockey,skating,curling" @@ -2935,6 +3280,70 @@ "name": "Transformer", "terms": "" }, + "provides/clothes": { + "name": "Other POI providing clothes", + "terms": "" + }, + "provides/community": { + "name": "Other POI providing community", + "terms": "" + }, + "provides/culture": { + "name": "Other POI providing culture", + "terms": "" + }, + "provides/energy": { + "name": "Other POI providing energy", + "terms": "" + }, + "provides/food+drink": { + "name": "Other POI providing Food & Drink", + "terms": "" + }, + "provides/health": { + "name": "Other POI providing health", + "terms": "" + }, + "provides/housing": { + "name": "Other POI providing housing", + "terms": "" + }, + "provides/land": { + "name": "Other POI providing Land", + "terms": "" + }, + "provides/learning_opportunities": { + "name": "Other POI providing knowledge & skills", + "terms": "" + }, + "provides/mobility": { + "name": "Other POI providing Mobility", + "terms": "" + }, + "provides/objects_of_utility": { + "name": "Other POI providing objects of utility", + "terms": "" + }, + "provides/participation": { + "name": "Other POI providing participation", + "terms": "" + }, + "provides/safety": { + "name": "Other POI providing safety", + "terms": "" + }, + "provides/spaces": { + "name": "Other POI providing free space", + "terms": "" + }, + "provides/spirituality": { + "name": "Other POI providing spirituality", + "terms": "" + }, + "provides/water": { + "name": "Other POI providing Water", + "terms": "" + }, "public_transport/platform": { "name": "Platform", "terms": "" @@ -3243,6 +3652,10 @@ "name": "Houseware Store", "terms": "home,household" }, + "shop/ice_cream": { + "name": "Ice Cream Parlour", + "terms": "" + }, "shop/interior_decoration": { "name": "Interior Decoration Store", "terms": "" @@ -3447,6 +3860,10 @@ "name": "Wine Shop", "terms": "" }, + "tm_chain_provides": { + "name": "Fulfils Needs:", + "terms": "" + }, "tourism": { "name": "Tourism", "terms": "" @@ -3531,6 +3948,18 @@ "name": "Raised Pedestrian Crossing", "terms": "speed table,flat top hump" }, + "transformap-direct": { + "name": "POI fulfilling direct needs", + "terms": "" + }, + "transformap-indirect": { + "name": "Organisation caring about needs", + "terms": "" + }, + "transfortest": { + "name": "TransforMap Object", + "terms": "" + }, "type/boundary": { "name": "Boundary", "terms": "" diff --git a/img b/img new file mode 120000 index 00000000000..aab814b92a5 --- /dev/null +++ b/img @@ -0,0 +1 @@ +dist/img \ No newline at end of file diff --git a/index.html b/index.html index fd5e3aeba56..3e95f5ed4d9 100644 --- a/index.html +++ b/index.html @@ -4,10 +4,12 @@ iD + + @@ -20,6 +22,7 @@ + @@ -126,6 +129,7 @@ + @@ -266,5 +270,25 @@ }); + + diff --git a/js/id/id.js b/js/id/id.js index 6f82400177a..56c6be14c71 100644 --- a/js/id/id.js +++ b/js/id/id.js @@ -325,7 +325,7 @@ window.iD = function () { return d3.rebind(context, dispatch, 'on'); }; -iD.version = '1.7.0'; +iD.version = '1.7.0-TransforMap'; (function() { var detected = {}; diff --git a/js/id/renderer/features.js b/js/id/renderer/features.js index 75c6eac72da..e658021b850 100644 --- a/js/id/renderer/features.js +++ b/js/id/renderer/features.js @@ -417,5 +417,11 @@ iD.Features = function(context) { return result; }; + //disable unneeded features for TransforMap on default + var disable_features = [ 'major_roads', 'minor_roads', 'paths', 'boundaries', 'water', 'rail', 'power']; + for (var i = 0; i < disable_features.length; i++) { + _features[disable_features[i]].disable(); + } + return d3.rebind(features, dispatch, 'on'); }; diff --git a/js/id/ui.js b/js/id/ui.js index e61c3160df7..da54748429f 100644 --- a/js/id/ui.js +++ b/js/id/ui.js @@ -9,7 +9,7 @@ iD.ui = function(context) { hash(); if (!hash.hadHash) { - map.centerZoom([-77.02271, 38.90085], 20); + map.centerZoom([9.85727, 51.34333], 19); } container.append('svg') @@ -114,14 +114,14 @@ iD.ui = function(context) { .append('a') .attr('target', '_blank') .attr('tabindex', -1) - .attr('href', 'http://github.com/openstreetmap/iD') + .attr('href', 'http://github.com/TransforMap/iD') .text(iD.version); var bugReport = aboutList.append('li') .append('a') .attr('target', '_blank') .attr('tabindex', -1) - .attr('href', 'https://github.com/openstreetmap/iD/issues'); + .attr('href', 'https://github.com/TransforMap/iD/issues'); bugReport.append('span') .attr('class','icon bug light'); diff --git a/js/id/ui/commit.js b/js/id/ui/commit.js index e92cf441d8f..8b734ab29f8 100644 --- a/js/id/ui/commit.js +++ b/js/id/ui/commit.js @@ -43,7 +43,7 @@ iD.ui.Commit = function(context) { var commentField = commentSection.append('textarea') .attr('placeholder', t('commit.description_placeholder')) .attr('maxlength', 255) - .property('value', context.storage('comment') || '') + .property('value', context.storage('comment') || '#TransforMap') .on('blur.save', function () { context.storage('comment', this.value); }); diff --git a/js/id/ui/preset/mcombo.js b/js/id/ui/preset/mcombo.js new file mode 100644 index 00000000000..30bde56cb68 --- /dev/null +++ b/js/id/ui/preset/mcombo.js @@ -0,0 +1,117 @@ +iD.ui.preset.mcombo = +iD.ui.preset.typeMCombo = function(field, context) { + var event = d3.dispatch('change'), + optstrings = field.strings && field.strings.options, + optarray = field.options, // not used here + strings = {}, //values and their labels (descriptions) strings[k] is label to value k + + input; + + function mcombo(selection) { + var combobox = d3.mcombobox(); + + input = selection.selectAll('input') + .data([0]); + + var enter = input.enter() + .append('input') + .attr('type', 'text') + .attr('id', 'preset-input-' + field.id); + + if (optstrings) { enter.attr('readonly', 'readonly'); } + + input + .call(combobox) + .on('change', change) + .on('blur', change) + .each(function() { + if (optstrings) { + _.each(optstrings, function(v, k) { + strings[k] = field.t('options.' + k, { 'default': v }); + }); + stringsLoaded(); + } else if (optarray) { + _.each(optarray, function(k) { + strings[k] = k.replace(/_+/g, ' '); + }); + stringsLoaded(); + } else if (context.taginfo()) { + context.taginfo().values({key: field.key}, function(err, data) { + if (!err) { + _.each(_.pluck(data, 'value'), function(k) { + strings[k] = k.replace(/_+/g, ' '); + }); + stringsLoaded(); + } + }); + } + }); + + function stringsLoaded() { + var keys = _.keys(strings), + strs = [], + placeholders; + + combobox.data( + keys.map(function(k,i) { + var s = strings[k], + o = {}; + var index_of_separator = s.indexOf(':'); + //console.log(s + " " + index_of_separator); + if (index_of_separator >= 0) { + o.value = k; + o.label = s.substr(0,index_of_separator); + o.title = s.substr(index_of_separator+1); + } else { + o.title = o.value = o.label = s; + } + o.idx = i; + o.selected = false; + if (o.value.length < 20) { strs.push(o.value); } + return o; + })); + + placeholders = strs.length > 1 ? strs : keys; + input.attr('placeholder', field.placeholder() || + (placeholders.slice(0, 3).join(', ') + '...')); + } + } + + /* tries to convert label texts from input.value to osm-values. + * conversion not used here, because labels are only used for texts on mcombo, input.value are already osm-values + */ + function change() { + var stringarray = input.value() + .split(';') + .map(function(s) { return s.trim(); }); + var final_value = ""; + for(var i = 0; i < stringarray.length; i++) { + var osm_value = _.find(_.keys(strings), function(k) { return strings[k] === stringarray[i]; }) || stringarray[i]; + if(osm_value == "yes") //remove placeholder + continue; + if(final_value) + final_value += "; "; + final_value += osm_value; + } + + var t = {}; + t[field.key] = final_value || undefined; + event.change(t); + } + + // arg1: tags of current OSM objects { key1: value1, ... } + mcombo.tags = function(tags) { + var current_value = tags[field.key], // e.g. food+drink;water; + value = current_value || ''; + if (field.type === 'typeMCombo' && value.toLowerCase() === 'yes') + value = ''; + + input.value(value); + }; + + mcombo.focus = function() { + input.node().focus(); + }; + + return d3.rebind(mcombo, event, 'on'); +}; diff --git a/js/lib/d3.mcombobox.js b/js/lib/d3.mcombobox.js new file mode 100644 index 00000000000..5d8f74ae243 --- /dev/null +++ b/js/lib/d3.mcombobox.js @@ -0,0 +1,320 @@ +d3.mcombobox = function() { + var event = d3.dispatch('accept'), + data = [], + suggestions = [], + minItems = 2; + + + + var fetcher = function(val, cb) { + cb(data.filter( function(d) { + // returns true if val is contained in d.value + return d.value + .toString() + .toLowerCase() + .indexOf(val.toLowerCase()) !== -1; + })); + }; + + var mcombobox = function(input) { + var selected = [], + container = d3.select(document.body) + .selectAll('div.combobox') + .filter(function(d) { return d === input.node(); }), + shown = !container.empty(); + + input + .classed('combobox-input multiple', true) + .on('focus.typeahead', focus) + .on('blur.typeahead', blur) + .on('keydown.typeahead', keydown) + .on('keyup.typeahead', keyup) + .on('input.typeahead', change) + .each(function() { + var parent = this.parentNode, + sibling = this.nextSibling; + + var caret = d3.select(parent).selectAll('.combobox-caret') + .filter(function(d) { return d === input.node(); }) + .data([input.node()]); + + caret.enter().insert('div', function() { return sibling; }) + .attr('class', 'combobox-caret'); + + caret + .on('mousedown', function () { + // console.log("mousedown"); + // prevent the form element from blurring. it blurs + // on mousedown + d3.event.stopPropagation(); + d3.event.preventDefault(); + if (!shown) { + input.node().focus(); + fetch('', render); + } else { + hide(); + } + }); + }); + + function focus() { + fetch(value(), setup); + } + + function blur() { + window.setTimeout(hide, 150); + } + + function show() { + if (!shown) { + container = d3.select(document.body) + .insert('div', ':first-child') + .datum(input.node()) + .attr('class', 'combobox') + .style({ + position: 'absolute', + display: 'block', + left: '0px' + }) + .on('mousedown', function () { + // prevent moving focus out of the text field + d3.event.preventDefault(); + }); + + d3.select(document.body) + .on('scroll.combobox', render, true); + + shown = true; + } + } + + function hide() { + if (shown) { + selected = []; + container.remove(); + + d3.select(document.body) + .on('scroll.combobox', null); + + shown = false; + } + } + + function keydown() { + switch (d3.event.keyCode) { + // backspace, delete + case 8: + case 46: + input.on('input.typeahead', function() { + // idx = -1; + // TODO + render(); + var start = input.property('selectionStart'); + input.node().setSelectionRange(start, start); + input.on('input.typeahead', change); + }); + break; + // tab + case 9: + container.selectAll('a.selected').each(event.accept); + break; + // return + case 13: + d3.event.preventDefault(); + break; + // up arrow + case 38: + nav(-1); + d3.event.preventDefault(); + break; + // down arrow + case 40: + nav(+1); + d3.event.preventDefault(); + break; + } + d3.event.stopPropagation(); + } + + function keyup() { + switch (d3.event.keyCode) { + // escape + case 27: + hide(); + break; + // return + case 13: + container.selectAll('a.selected').each(event.accept); + hide(); + break; + } + } + + function setup() { + var initial_values = + _.map( input.value().split(";"), + function (s) { return s.trim(); }); + + _.forEach(data, function(d) { + d.selected = _.indexOf(initial_values,d.value) >= 0; + }); + + render(); + } + + function change() { + fetch(value(), function() { + autocomplete(); + render(); + }); + } + + function nav(dir) { + // TODO + // idx = Math.max(Math.min(idx + dir, suggestions.length - 1), 0); + // input.property('value', suggestions[idx].value); + render(); + ensureVisible(); + } + + function value() { + var value = input.property('value'); + // console.log("!mcombobox.value",value); + return value; + } + + function fetch(v, cb) { + fetcher.call(input, v, function(_) { + suggestions = _; + cb(); + }); + } + + function autocomplete() { + return; // TODO + var v = _.last(value().split(";")).trim(); + + var idx = -1; + + if (!v) return; + + for (var i = 0; i < suggestions.length; i++) { + if (suggestions[i].value.toLowerCase().indexOf(v.toLowerCase()) === 0) { + var completion = v + suggestions[i].value.substr(v.length); + idx = i; + input.property('value', completion); + input.node().setSelectionRange(v.length, completion.length); + return; + } + } + } + + function render() { + + if (suggestions.length >= minItems && document.activeElement === input.node()) { + show(); + } else { + hide(); + return; + } + + var options = container + .selectAll('a.mcombobox-option') + .data(suggestions, function(d) { return d.value; } ) + ; + + var new_options = options.enter().append('a') + .attr('class', 'mcombobox-option'); + + new_options.append('i'); + new_options.append('span').text( function(d) { return d.label; }); + + options + .attr('title', function(d) { return d.title; }) + .classed('selected', function(d) { return d.selected; }) + .on('click', toggle) + .order() + ; + + options + .selectAll("i") + .attr('class', function(d) { + if ( d.selected) { return 'mcombo check-square'; } + else { return 'mcombo square'; } + }) + ; + + options.exit() + .remove() + ; + + var rect = input.node().getBoundingClientRect(); + + container.style({ + 'left': rect.left + 'px', + 'width': rect.width + 'px', + 'top': rect.height + rect.top + 'px' + }); + } + + function toggle(d) { + // console.log("!select",d,i,selected); + d.selected = !d.selected; + render(); + input.property('value', + set_value( input.property('value'),d.value, d.selected ) + ).trigger('change'); + + } + + function ensureVisible() { + var node = container.selectAll('a.selected').node(); + if (node) node.scrollIntoView(); + } + + function set_value(current_values,key,enable) { + // console.log("set_value",val,key,enable); + if ( !enable ) { + current_values = current_values + .replace(key,"") + .trim() + .replace(/;$/,""); + } else { + current_values = current_values +"; "+key; + } + // console.log("res",val); + return current_values.replace(/^;[\s]*/,'').replace(/[\s]*;[\s]*;[\s]*/,'; '); + } + + function accept(d) { + // console.log("!accept",d); + if (!shown) return; + input + .property('value', d.value ) + .trigger('change'); + event.accept(d); + hide(); + } + }; + + mcombobox.fetcher = function(_) { + if (!arguments.length) return fetcher; + fetcher = _; + return mcombobox; + }; + + mcombobox.data = function(_) { + if (!arguments.length) return data; + data = _; + return mcombobox; + }; + + mcombobox.minItems = function(_) { + if (!arguments.length) return minItems; + minItems = _; + return mcombobox; + }; + + return d3.rebind(mcombobox, event, 'on'); +}; + diff --git a/land.html b/land.html deleted file mode 120000 index 45f5c6cc892..00000000000 --- a/land.html +++ /dev/null @@ -1 +0,0 @@ -dist/land.html \ No newline at end of file diff --git a/land.html b/land.html new file mode 100644 index 00000000000..88db9f1e4f0 --- /dev/null +++ b/land.html @@ -0,0 +1,9 @@ + + + + + + diff --git a/notes_mapfeatures b/notes_mapfeatures new file mode 100644 index 00000000000..6a9837b6fc8 --- /dev/null +++ b/notes_mapfeatures @@ -0,0 +1,37 @@ +function drawList(selection, data, type, name, change, active) + # type = "checkbox" || "radio" + # name e.g. 'feature' for "Map Features" + # change + # active - this we want set to disabled! + property indeterminate checks for autoHiddenFeature(d)... + is context.features().autoHidden(d); + js/id/renderer/features.js: # diese Datei DEFINIERT features... + + defines each feature via function defineFeature( + k, # index, string + filter #filter-function + ,max) + holds an object{} _features - indexed via k + each entry has function autoHidden() + calls this.hidden() + calls context.editable() + has a function enable()/disable(): + -> müsste callen: + iD.Features._features['namestring:"k"'].disable(); #NOK + iD.features.disable('namestring:"k"'); + foreach major_roads minor_roads paths boundaries water rail power + + + + gets selection of items + + var enter = items.enter() + +drawList gets called by function update() { + featureList.call(drawList, .... + + featureList = featureContainer.append('ul').attr('class', 'layer-list'); + # is a var in class iD.ui.MapData(context)'s map_data class + + + OK - fixed directly in features.js diff --git a/notes_mcombo b/notes_mcombo new file mode 100644 index 00000000000..8b399cb0b43 --- /dev/null +++ b/notes_mcombo @@ -0,0 +1,27 @@ +mcombo: + änderungen mcombo.js + function change() { umgeschrieben, sodass sie input.value korrekt auch bei ; - getrennten Werten auf die OSM-values zurückschreibt + änderungen mcombo-title.js + function stringsLoaded() { + ... + combobox.data( umgeschrieben, dass aus dem fields-preset-values beim ersten ":" getrennt wird, der teil davor als label, danach als title + + todo: + d3.mcombobox.js umschreiben, dass 3 texte berücksichtigt werden: + text für osm-value d.value + text für label d.label + text für title d.title (unchanged) + +what works + displaying only "label" in drop down items + assigning the "value" to osm-tag + +what doesn't work -> FIXED was only one line in mcombo.tags(), which has set value if strings[] matched - took value unchanged + single entry: "whole d.label + d.title" get set as value when only a single one is left... + when a single value is set, choosing the right "checked" items in list doesn't work + + bei leerem feld: ein einzelnes anklicken, es wird d.label + d.title als input.value gesetzt + onclick: "toggle()" wird aufgerufen + invertiert "selected" + render() + setze input.property('value') neu, calle danach 'change' diff --git a/notes_presets b/notes_presets new file mode 100644 index 00000000000..4c9e6e80890 --- /dev/null +++ b/notes_presets @@ -0,0 +1,72 @@ + +Presets: + a guided "Tour" + Needs first + Second interaction + Identity third + fourth "Main Tag" + then all others + + → implement via matchScore ? + begin tm_chain_provides.json + +in defaults.json are defaults for each datatype (point,line,area) + → change to our will :-) + + groups ("categories") can be added + it's like drop-downs for single presets + + possibilities: + one group for "provides", one for "topic" + the pre-fill this value on a bigger form with our tax + "minor" tags via "add field" + + group: provides + and therein all single presets from the presets ethercalc! + e.g.: provides=food -> restaurant,shop,fairteiler,csa,... + other transformap features included on each single preset + + sobald ein Objekt nicht mehr einem preset entspricht, switcht er auf ein neues... + lässt sich das für chainloading missbrauchen? + + how to add a new preset + + add single presets in presets/${key}/${value}.json + if wanted, add it to presets/categories/provides_? + + if any new fields used: + add it to fields/${field-name}.json + valid types: + - text # self-explanatory + - textarea # bigger textarea + - radio # + kann entweder: viele keys mit value=yes + oder ein key mit unterschiedlichen values + - combo # normal dropdown for one key/many values + - access # special : many dropdowns with same values on different keys + - address # #special - works ONLY for addresses + - typeCombo # LINK-FORWARDER hidden as combo-box for generic keys -> when chosen, jumps to another preset! (sometimes??) + hast no tags in field self, takes it from data/presets/presets/$KEY/*.json + but each $VALUE.json can include fields, which can be typeCombos ... that can get ugly... + presets/tm_chain_provides.json + at first, "name" + includes fields/provides_combotype.json + there must be a folder data/presets/presets/provides/[123-n].json + in each only the second question identity_combotype.json (and maybe the first?) + when user chooses identity, iD should switch to data/presets/presets/identity/[123-n].json + in e.g. commons.json all 3 combotypes, + leads to presets/interaction/[123-n].json + there should be the "final" presets... + + - number # klar + - "tel", + - localized #used for name tags, offers "translate" + - check + - defaultcheck + - maxspeed # special: text with unit + add it to "defaults.json", if wished + + "make" fügt die einzelnen .jsons in die großen (data/presets/presets.json, presets.yaml, + git add all changed files + git commit +