move maprules/mapcss to a service class

ref #remote-presets
This commit is contained in:
Max Grossman
2018-09-23 18:38:01 -04:00
327 changed files with 21654 additions and 7363 deletions
+1
View File
@@ -7,6 +7,7 @@
/dist/*.map
/dist/img/*.svg
/dist/mapillary-js/
/dist/pannellum-streetside/
/node_modules/
/.tx/tmp/
npm-debug.log
+1 -1
View File
@@ -219,7 +219,7 @@ Each imagery source should have the following properties:
Optional properties:
* `description` - A longer source description which, if included, will be displayed in a popup when viewing the background imagery list
* `overlay` - If `true`, this is an overlay layer (a transparent layer rendered above base imagery layer). Defaults to `false`
* `scaleExtent` - Allowable min and max zoom levels, defaults to `[0, 22]`
* `zoomExtent` - Allowable min and max zoom levels, defaults to `[0, 22]`
* `polygon` - Array of coordinate rings within which imagery is valid. If omitted, imagery is assumed to be valid worldwide
* `overzoom` - Can this imagery be scaled up when zooming in beyond the max zoom? Defaults to `true`
* `terms_url` - Url to link to when displaying the imagery terms
+1 -1
View File
@@ -324,7 +324,7 @@ correspondence with entities:
* `iD.svgLayers` - sets up a number of layers that ensure that map elements
appear in an appropriate z-order.
* `iD.svgOsm` - sets up the OSM-specific data layers
* `iD.svgGpx` - draws gpx traces
* `iD.svgData` - draws any other overlaid vector data (gpx, kml, geojson, mvt, pbf)
* `iD.svgDebug` - draws debugging information
### Other UI
+221
View File
@@ -28,6 +28,227 @@ _Breaking changes, which may affect downstream projects or sites that embed iD,
[@xxxx]: https://github.com/xxxx
-->
# 2.11.1
##### Aug 29, 2018
#### :bug: Bugfixes
* Fix handling of `.gpx` files passed in via url ([#5253])
[#5253]: https://github.com/openstreetmap/iD/issues/5253
# 2.11.0
##### Aug 26, 2018
#### :mega: Release Highlights
* :1234: We've rolled out support for vector tiles in iD! This work was done as part of [Princi Vershwal's 2018 Google Summer of Code project](https://medium.com/@vershwal/vector-tile-support-for-openstreetmaps-id-editor-40b1cb77f63b). Thanks [@vershwal]!<br/>
_Opening the Map Data pane (shortcut <kbd>F</kbd>) and choose "Custom Map Data" to add a vector tile source._
* :trophy: To get ready for [State of the Map US](https://2018.stateofthemap.us/), let's make Detroit, USA the [best mapped city in the world](https://www.openstreetmap.us/2018/07/detroit-mapping-challenge-sotmus2018/)! iD includes 3 vector tile layers of public data, built by [@jonahadkins], to support the Detroit Mapping Challenge. More info is available on the [osmus/detroid-mapping-challenge repository](https://github.com/osmus/detroit-mapping-challenge).<br/>
_When mapping around Detroit, try out the special Detroit vector tile layers on the Map Data pane (shortcut <kbd>F</kbd>)_
[@vershwal]: https://github.com/vershwal
[@jonahadkins]: https://github.com/jonahadkins
#### :tada: New Features
* Add support for vector tile data ([#3742], [#5072], [#5243], thanks [@vershwal] and [@geohacker])
* Replaced the "GPX"/"Local Data" layer with "Custom Map Data" on Map Data pane.
* We've added several vector tile sources to the Map Data pane. They will be available if the user is editing around Detroit. This is a "Beta" feature to demonstrate the technology. (thanks [@jonahadkins])
* :warning: We refactored `svgGpx`->`svgData` module, which now handles both data files and data from vector tile urls. (Important: the URL parameter for loading gpx files has **not** changed, and remains compatible with applications like the HOT Task Manager).
* Added `serviceVectorTile` for fetching and caching data from vector tile servers, and merging and deduplicating features that cross tile boundaries.
[#5243]: https://github.com/openstreetmap/iD/issues/5243
[#5072]: https://github.com/openstreetmap/iD/issues/5072
[#3742]: https://github.com/openstreetmap/iD/issues/3742
[@vershwal]: https://github.com/vershwal
[@geohacker]: https://github.com/geohacker
[@jonahadkins]: https://github.com/jonahadkins
#### :sparkles: Usability
* Replace "Custom Imagery" alert box with a modal settings screen ([#5207], thanks [@vershwal])
* This allows the user to see more of the url template, and makes copy/pasting easier. ([#4802], [#4806])
* Show selected note details on the History Panel ([#5158])
* Show location of selected note on the Measurement Panel ([#5158])
* Allow submit note comments with shortcut <kbd>cmd</kbd>+<kbd>enter</kbd> ([#5193])
* Disable note and streetview interactivity while the user is drawing ([#5202])
[#5207]: https://github.com/openstreetmap/iD/issues/5207
[#5202]: https://github.com/openstreetmap/iD/issues/5202
[#5193]: https://github.com/openstreetmap/iD/issues/5193
[#5158]: https://github.com/openstreetmap/iD/issues/5158
[#4806]: https://github.com/openstreetmap/iD/issues/4806
[#4802]: https://github.com/openstreetmap/iD/issues/4802
[@vershwal]: https://github.com/vershwal
#### :bug: Bugfixes
* Fix dragging of points and notes while a note is selected
* Fix shadow colors on restriction editor help screens ([#5248])
* Fix errors when using certain fields after saving to OSM or switching live/dev server ([#4898], [#5229])
* Fix issue causing uploads to never complete, when reusing an existing open changeset, e.g. conflict resolution (#5228)
* Fix 404 not found error when fetching metadata for Esri background imagery ([#5222], thanks [@jgravois])
* Prevent users from restoring history and saving duplicate changes after they start uploading a changeset ([#5200])
* Disable Add Note <kbd>'4'</kbd> shortcut when notes layer is not enabled ([#5190])
* Don't reverse cardinal direction roles on relations anymore ([#2004-comment])
* Allow float/decimal values for height field ([#5184], [#5198], thanks [@jguthrie100])
[#5248]: https://github.com/openstreetmap/iD/issues/5248
[#5229]: https://github.com/openstreetmap/iD/issues/5229
[#5228]: https://github.com/openstreetmap/iD/issues/5228
[#5222]: https://github.com/openstreetmap/iD/issues/5222
[#5200]: https://github.com/openstreetmap/iD/issues/5200
[#5198]: https://github.com/openstreetmap/iD/issues/5198
[#5190]: https://github.com/openstreetmap/iD/issues/5190
[#5184]: https://github.com/openstreetmap/iD/issues/5184
[#4898]: https://github.com/openstreetmap/iD/issues/4898
[#2004-comment]: https://github.com/openstreetmap/iD/pull/2004#issuecomment-407995998
[@jgravois]: https://github.com/jgravois
[@jguthrie100]: https://github.com/jguthrie100
#### :earth_asia: Localization
* Fix note status string to be translateable ([#5189])
[#5189]: https://github.com/openstreetmap/iD/issues/5189
#### :hourglass: Performance
* Speedup imagery index with which-polygon ([#5226])
[#5226]: https://github.com/openstreetmap/iD/issues/5226
#### :rocket: Presets
* Add "apothecary" as a search term for pharmacies and chemists ([#5235])
* Add `listed_status` to whitelist of tags that autocomplete uppercase ([#5231])
* Use Biergarten as the preset name, and don't add `building=yes` ([#5232])
* Add preset for `sport=badminton` ([#5233], thanks [@rene78])
* Add simple `access` field for several presets (campsite, picnic, bbq)
* Support `access=permit` in `access` and `access_simple` fields ([#5223])
* Change `stars` from integer field to combo, support capital 'S' ([#5216])
* Support building tags on gasometers and silos
* Add preset for `man_made=bunker_silo` ([#5157], [#5195], thanks [@manfredbrandl])
* Add `layer` field to a few more presets ([#5204], thanks [@Lukas458])
* Allow `tourism=artwork` on line geometry, silence `tag_suggests_area` warning ([#5206])
[#5235]: https://github.com/openstreetmap/iD/issues/5235
[#5233]: https://github.com/openstreetmap/iD/issues/5233
[#5232]: https://github.com/openstreetmap/iD/issues/5232
[#5231]: https://github.com/openstreetmap/iD/issues/5231
[#5223]: https://github.com/openstreetmap/iD/issues/5223
[#5216]: https://github.com/openstreetmap/iD/issues/5216
[#5206]: https://github.com/openstreetmap/iD/issues/5206
[#5204]: https://github.com/openstreetmap/iD/issues/5204
[#5195]: https://github.com/openstreetmap/iD/issues/5195
[#5157]: https://github.com/openstreetmap/iD/issues/5157
[@rene78]: https://github.com/rene78
[@manfredbrandl]: https://github.com/manfredbrandl
[@Lukas458]: https://github.com/Lukas458
# 2.10.0
##### Jul 26, 2018
#### :mega: Release Highlights
* :memo: You can now create, comment on, and resolve OpenStreetMap notes from within iD! This work was done as part of [Thomas Hervey's 2018 Google Summer of Code project](https://www.openstreetmap.org/user/Thomas_Hervey/diary/44449). Thanks [@thomas-hervey]!<br/>
_Activate the OpenStreetMap notes layer by opening the Map Data pane (shortcut <kbd>F</kbd>)_
* :wrench: We've added a new Detach Node operation to remove a tagged node from a way. Thanks [@Psigio]!<br/>
_With a node selected, use the right-click edit menu to find the Detach command (shortcut <kbd>E</kbd>)_
* :arrow_upper_right: The photo viewer (Mapillary, OpenStreetCam, and Bing Streetside) is now resizeable by dragging any of its edges. Thanks [@kratico]!<br/>
_Try activating one of the streetlevel photo layers (shortcut <kbd>F</kbd>) and resizing the viewer._
[@thomas-hervey]: https://github.com/thomas-hervey
[@Psigio]: https://github.com/Psigio
[@kratico]: https://github.com/kratico
#### :tada: New Features
* Add support for OpenStreetMap notes ([#2629], [#5107], [#5162], thanks [@thomas-hervey] and [@kamicut])
* Add Detach Node operation ([#4320], [#5127], thanks [@Psigio])
* Add support for high resolution image tile sizes
* This improves the appearance of the Mapbox Satellite layer and fixes the display of MTB-Norway layer ([#5179])
* :warning: We refactored `d3.geo.tile`->`utilTiler`, `scaleExtent`->`zoomExtent` ([#5104], [#5148], thanks [@thomas-hervey])
* :warning: `context.loadTiles` and a few other functions have changed arity - they no longer require a `dimensions` argument
* Add ability to resize Mapillary / OpenStreetCam / Bing Streetside photo viewer ([#5138], [#4930], thanks [@kratico])
* Add "View on Bing Maps" link and Forward/Backward controls to Bing Streetside ([#5125])
[#5179]: https://github.com/openstreetmap/iD/issues/5179
[#5162]: https://github.com/openstreetmap/iD/issues/5162
[#5148]: https://github.com/openstreetmap/iD/issues/5148
[#5138]: https://github.com/openstreetmap/iD/issues/5138
[#5127]: https://github.com/openstreetmap/iD/issues/5127
[#5125]: https://github.com/openstreetmap/iD/issues/5125
[#5107]: https://github.com/openstreetmap/iD/issues/5107
[#5104]: https://github.com/openstreetmap/iD/issues/5104
[#4930]: https://github.com/openstreetmap/iD/issues/4930
[#4320]: https://github.com/openstreetmap/iD/issues/4320
[#2629]: https://github.com/openstreetmap/iD/issues/2629
[@thomas-hervey]: https://github.com/thomas-hervey
[@kamicut]: https://github.com/kamicut
[@Psigio]: https://github.com/Psigio
[@kratico]: https://github.com/kratico
#### :sparkles: Usability
* Update viewfield to match bearing of Mapillary viewer when viewing panoramic images ([#5161], thanks [@kratico])
* Increase photo viewer default size for large screens ([#5139], thanks [@kratico])
* Improve Mapillary viewer attribution display ([#5137], thanks [@kratico])
* Improve visibility and styling for `footway=crossing` and other special paths ([#5126])
[#5161]: https://github.com/openstreetmap/iD/issues/5161
[#5139]: https://github.com/openstreetmap/iD/issues/5139
[#5137]: https://github.com/openstreetmap/iD/issues/5137
[#5126]: https://github.com/openstreetmap/iD/issues/5126
[@kratico]: https://github.com/kratico
#### :bug: Bugfixes
* Make sure railway bridges with a `service=*` tag render with dark casing ([#5159])
* Properly save and restore OSM data caches when entering/leaving the walkthrough
* Avoid errors if Mapillary viewer could not be initialized
* Support reversal of more direction tags (`conveying`, `priority`, etc.) in Reverse action ([#5121])
* Fix event management of the spinner - it was possible for it to get stuck spinning ([#5107-comment])
* Add doublequotes to iD-sprite input file param so builds work on Windows ([#5077])
[#5159]: https://github.com/openstreetmap/iD/issues/5159
[#5121]: https://github.com/openstreetmap/iD/issues/5121
[#5107-comment]: https://github.com/openstreetmap/iD/pull/5107#issuecomment-401617938
[#5077]: https://github.com/openstreetmap/iD/issues/5077
#### :hourglass: Performance
* Use XHR instead of JSONP wherever possible ([#5123], [#5040], thanks [@tomhughes])
* Check Esri Tilemaps to avoid extra requests for unavailable imagery ([#5116], [#5029], thanks [@jgravois])
[#5123]: https://github.com/openstreetmap/iD/issues/5123
[#5116]: https://github.com/openstreetmap/iD/issues/5116
[#5040]: https://github.com/openstreetmap/iD/issues/5040
[#5029]: https://github.com/openstreetmap/iD/issues/5029
[@tomhughes]: https://github.com/tomhughes
[@jgravois]: https://github.com/jgravois
#### :mortar_board: Walkthrough / Help
* Add section about OpenStreetMap notes to Help pane ([#5162], thanks [@thomas-hervey])
[@thomas-hervey]: https://github.com/thomas-hervey
#### :rocket: Presets
* Add `aeroway=aerodrome` to Military Airfield preset, adjust terms ([#5164])
* Add `passenger_information_display` to Bus, Tram platform presets ([#5142], thanks [@AndreasHae])
* Add `levels` field to `shop=kiosk` preset ([#5131], [#5133], thanks [@vershwal])
* Add `site_type` to Archaeological Site preset ([#5124], thanks [@JamesKingdom])
* Add `network` field to ATM preset ([#5119], thanks [@JamesKingdom])
* Add `cash_in` field to ATM preset ([#5118], thanks [@JamesKingdom])
* Improve search terms for Entrance preset ([#5130], thanks [@tohaklim])
* Add `capacity` field to `playground=swing` preset ([#5120], thanks [@tordans])
[#5164]: https://github.com/openstreetmap/iD/issues/5164
[#5142]: https://github.com/openstreetmap/iD/issues/5142
[#5131]: https://github.com/openstreetmap/iD/issues/5131
[#5133]: https://github.com/openstreetmap/iD/issues/5133
[#5124]: https://github.com/openstreetmap/iD/issues/5124
[#5119]: https://github.com/openstreetmap/iD/issues/5119
[#5118]: https://github.com/openstreetmap/iD/issues/5118
[#5130]: https://github.com/openstreetmap/iD/issues/5130
[#5120]: https://github.com/openstreetmap/iD/issues/5120
[@AndreasHae]: https://github.com/AndreasHae
[@vershwal]: https://github.com/vershwal
[@JamesKingdom]: https://github.com/JamesKingdom
[@tohaklim]: https://github.com/tohaklim
[@tordans]: https://github.com/tordans
# 2.9.2
##### Jun 28, 2018
+90 -6
View File
@@ -62,7 +62,7 @@ Issues that have a big impact or matter most to _new mappers_.
[priority_link]: https://github.com/openstreetmap/iD/issues?q=is%3Aopen+is%3Aissue+label%3Apriority
Red labels are for **bugs**. These are things that we want fixed, but might be a bit more
complicted than the green action items.
complicated than the green action items.
* <sub>[![bug][bug]][bug_link]
[![bug-release-blocker][bug-release-blocker]][bug-release-blocker_link]
@@ -182,6 +182,7 @@ Work in Progress. Don't start work on these, somebody else already did!
[bluesky_link]: https://github.com/openstreetmap/iD/issues?q=is%3Aopen+is%3Aissue+label%3Abluesky
[wip_link]: https://github.com/openstreetmap/iD/issues?q=is%3Aopen+is%3Aissue+label%3Awip
## Verifying Bug Fixes
To verify a bug fix (or test a new feature), use the [master deployment](http://preview.ideditor.com/master/)
@@ -191,6 +192,7 @@ latest code and translation strings.
The deployments on openstreetmap.org and http://preview.ideditor.com/release/ are updated only
with stable releases. Issues that are marked fixed in the tracker may still be present.
## Translating
Translations are managed using the
@@ -243,6 +245,7 @@ These are separate translations for uniformity reasons and because some language
may translate "type" differently in "type of aeroway" and "type of amenity", for
example.
## Adding New Strings for Translation or Updating Existing Strings
iD translates strings with a `t` function - `t('foo.bar')` translate the key
@@ -287,17 +290,25 @@ you're going to update the presets, [review the Presets README](/data/presets/RE
## JavaScript
We use the [Airbnb style for JavaScript](https://github.com/airbnb/javascript) with
only one difference:
iD uses ES5 syntax throughout the code, with one exception:
[ES6 modules](http://exploringjs.com/es6/ch_modules.html) using `import` and
`export` constructs. These are processed by [Rollup.js](https://rollupjs.org/guide/en)
and not present in the distributed iD bundle.
**4 space soft tabs always for JavaScript, not 2.**
ES5 syntax is required for:
* IE11, which about 15-20% of our users still use
* PhantomJS which runs our tests (it would be great to replace this!)
We will introduce ES6 syntax eventually when it makes sense to do so.
We use the [ES5 Airbnb style guide for JavaScript](https://github.com/airbnb/javascript/tree/es5-deprecated/es5) with
only one difference: **4 space soft tabs always for JavaScript, not 2.**
No aligned `=`, no aligned arguments, spaces are either indents or the 1
space between expressions. No hard tabs, ever.
JavaScript code should pass through [ESLint](http://eslint.org/) with no
warnings. iD uses [ES6 modules](http://exploringjs.com/es6/ch_modules.html) to
handle connect code together, so we support `import` and `export` constructs.
warnings.
## HTML
@@ -334,6 +345,7 @@ Test your code and make sure it passes.
2. run `npm install`
3. run `npm test` to see whether your tests pass or fail.
## Building / Installing
You can rebuild iD completely with the command `npm run all`.
@@ -366,3 +378,75 @@ The `iD.js` and `iD.min.js` files in this project are autogenerated - don't edit
2. Run lint and tests with `npm test`
3. Commit your changes with an informative commit message
4. [Submit a pull request](https://help.github.com/articles/using-pull-requests) to the `openstreetmap/iD` project.
## Using GitHub and git
If you are new to GitHub or git you can read the [GitHub Guides](https://guides.github.com)
"Understanding the GitHub Flow", "Git Handbook" and "Forking Projects" could be especially interesting to you.
### Step by Step
Additionally here is a step-by-step workflow example for beginners:
1. [Login](https://github.com/login) to your GitHub account or [create](https://services.github.com/on-demand/intro-to-github/create-github-account) a GitHub account, if you do not already have one.
2. Go to the [iD main repository](https://github.com/openstreetmap/iD) and fork iD into your GitHub account (Fork is top right).
3. Set up [Git](https://help.github.com/articles/set-up-git/) and prepare for Authenticating with GitHub from Git.
4. Clone or download your local copy of iD from your GitHub account using https `git clone https://github.com/<yourgithubaccount>/iD.git` or using ssh `git clone git@github.com:{{yourgithubaccount}}/iD.git`. In your local copy you'll have a "remote" called origin.
5. Switch to the iD directory, create a working branch (choose a descriptive name) and switch to it : `cd iD ; git checkout -b <working-branch-name>`. Never do anything in master branch.
6. Edit file(s) and try your change locally (See above).
7. Add Files and commit them `git add <files> ; git commit -m "Description of what you did"` .. repeat as needed ..
8. Push Changes to your GitHub account `git push origin <working-branch-name>`. The next push also works without the branch name: `git push origin`.
9. Go to GitHub for your fork of iD at https://github.com/{{yourgithubaccount}}/iD. GitHub will already know about your recently pushed branch, and ask if you want to create a Pull Request for it.
10. Your Pull Request will be seen by the maintainers of iD. They can merge it or ask for changes. You can update your Pull Request with Steps 7 and 8, Step 9 is required only once per Pull Request.
### Clean Up
After your Pull Request gets merged into the main repository
you can clean up by deleting the branch from your GitHub-iD-Clone and your local directory
`git push --delete origin <working-branch-name> ; git branch -d <working-branch-name>`
### Restart with another PR after some while
If you did not use your copy of iD for some while, other Pull Request gets merged and you don't have the latest version of iD. You can replace your master with whatever is in our master. If you have not done so yet: Add the main repo as an "upstream" remote:
`git remote add upstream git@github.com:openstreetmap/iD.git`
Then change to the master branch and get everything from upstream (the main repository)
`git checkout master ; git fetch --all && git reset --hard upstream/master`
## Submitting directly in the Browser
If you want to submit Documentation, Spelling improvements, etc. which do not need testing,
you can do this with your browser in GitHub. Please don't use this to change Code and create untested Pull Requests.
You also need a GitHub account and may find this [Article about Editing](https://help.github.com/articles/editing-files-in-another-user-s-repository/) and this [Article about Pull Requests](https://help.github.com/articles/about-pull-requests/) usefull.
### Step by Step with Browser
Additionally here is a step-by-step workflow example for beginners:
1. [Login](https://github.com/login) to your GitHub account or [create](https://services.github.com/on-demand/intro-to-github/create-github-account) a GitHub account, if you do not already have one.
2. Go to the [iD main repository](https://github.com/openstreetmap/iD) and fork iD into your GitHub account (Fork is top right).
3. Create a New Branch by clicking on "Branch: master" and entering the name of a new branch (choose a descriptive name).
4. Navigate to the file you want to edit and click on "Edit this file" and apply your changes to the file. Alternatively, you could also "Create a new file".
5. When finished editing the file enter a commit text (the description is optional) and commit directly to the newly created branch. You may repeat 4 and 5 until all required changes are commited.
6. Navigate back to your "id" project - https://github.com/{{yourgithubaccount}}/iD
7. Follow this [Article about Pull Requests](https://help.github.com/articles/about-pull-requests/) to create a new pull request for your change
+1 -1
View File
@@ -32,7 +32,7 @@ $ git push origin master
$ git checkout release
$ git reset --hard master
$ npm run all
$ git add -f dist/*.css dist/*.js dist/img/*.svg dist/mapillary-js/
$ git add -f dist/*.css dist/*.js dist/img/*.svg dist/mapillary-js/ dist/pannellum-streetside/
$ git commit -m 'Check in build'
$ git tag vA.B.C
$ git push origin -f release vA.B.C
+4 -4
View File
@@ -21,10 +21,10 @@ const presetSchema = require('./data/presets/schema/preset.json');
const suggestions = require('name-suggestion-index/name-suggestions.json');
// fontawesome icons
const fontawesome = require('@fortawesome/fontawesome');
const fas = require('@fortawesome/fontawesome-free-solid').default;
const far = require('@fortawesome/fontawesome-free-regular').default;
const fab = require('@fortawesome/fontawesome-free-brands').default;
const fontawesome = require('@fortawesome/fontawesome-svg-core');
const fas = require('@fortawesome/free-solid-svg-icons').fas;
const far = require('@fortawesome/free-regular-svg-icons').far;
const fab = require('@fortawesome/free-brands-svg-icons').fab;
fontawesome.library.add(fas, far, fab);
+4 -1
View File
@@ -27,7 +27,10 @@ module.exports = function buildSrc() {
input: './modules/id.js',
plugins: [
includePaths( {
paths: ['node_modules/d3/node_modules'] // npm2 or windows
paths: ['node_modules/d3/node_modules'], // npm2 or windows
include: {
'martinez-polygon-clipping': 'node_modules/martinez-polygon-clipping/dist/martinez.umd.js'
}
}),
nodeResolve({
module: true,
+22 -63
View File
@@ -65,7 +65,21 @@
}
/* points */
/* points & notes */
g.note .stroke {
stroke: #222;
stroke-width: 1;
fill: #222;
opacity: 0.6;
}
g.note.active .stroke {
stroke: #222;
stroke-width: 1;
fill: #222;
opacity: 0.8;
}
g.point .stroke {
stroke: #444;
@@ -73,26 +87,31 @@ g.point .stroke {
fill: #fff;
}
g.point .shadow {
g.point .shadow,
g.note .shadow {
fill: none;
stroke: #f6634f;
stroke-width: 16;
stroke-opacity: 0;
}
g.note.related:not(.selected) .shadow,
g.note.hover:not(.selected) .shadow,
g.point.related:not(.selected) .shadow,
g.point.hover:not(.selected) .shadow {
stroke-opacity: 0.5;
}
g.note.selected .shadow,
g.point.selected .shadow {
stroke-opacity: 0.7;
}
/* g.note ellipse.stroke, */
g.point ellipse.stroke {
display: none;
}
.mode-drag-note g.note.active ellipse.stroke,
.mode-drag-node g.point.active ellipse.stroke {
display: block;
}
@@ -287,63 +306,3 @@ g.turn circle {
stroke: #68f;
}
/* GPX Paths */
.layer-gpx {
pointer-events: none;
}
path.gpx {
stroke: #ff26d4;
stroke-width: 2;
fill: none;
}
text.gpxlabel-halo,
text.gpxlabel {
font-size: 10px;
font-weight: bold;
dominant-baseline: middle;
}
text.gpxlabel {
fill: #ff26d4;
}
text.gpxlabel-halo {
opacity: 0.7;
stroke: #000;
stroke-width: 5px;
stroke-miterlimit: 1;
}
/* MVT Paths */
.layer-mvt {
pointer-events: none;
}
path.mvt {
stroke: #ff26d4;
stroke-width: 2;
fill: none;
}
text.mvtlabel-halo,
text.mvtlabel {
font-size: 10px;
font-weight: bold;
dominant-baseline: middle;
}
text.mvtlabel {
fill: #ff26d4;
}
text.mvtlabel-halo {
opacity: 0.7;
stroke: #000;
stroke-width: 5px;
stroke-miterlimit: 1;
}
+1 -1
View File
@@ -71,7 +71,7 @@ path.stroke.tag-barrier {
/* bridges */
path.casing.tag-bridge {
stroke-opacity: 0.6;
stroke: #000;
stroke: #000 !important;
stroke-linecap: butt;
stroke-dasharray: none;
}
+3 -1
View File
@@ -58,7 +58,8 @@
.mode-draw-area #map,
.mode-add-line #map,
.mode-add-area #map,
.mode-drag-node #map {
.mode-drag-node #map,
.mode-drag-note #map {
cursor: crosshair; /* Opera */
cursor: url(img/cursor-draw.png) 9 9, crosshair; /* FF */
}
@@ -82,6 +83,7 @@
}
.mode-add-point #map,
.mode-add-note #map,
.mode-browse.lasso #map,
.mode-browse.lasso .way,
.mode-browse.lasso .vertex,
+46 -4
View File
@@ -19,16 +19,52 @@
border-radius: 0;
padding: 5px;
position: absolute;
right: 0;
top: 0;
z-index: 48;
right: 5px;
top: 5px;
z-index: 50;
}
#photoviewer button.resize-handle-xy {
border-radius: 0;
position: absolute;
top: 0;
right: 0;
z-index: 49;
cursor: nesw-resize;
height: 25px;
width: 25px;
}
#photoviewer button.resize-handle-x {
border-radius: 0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 48;
cursor: ew-resize;
height: auto;
width: 6px;
}
#photoviewer button.resize-handle-y {
border-radius: 0;
position: absolute;
top: 0;
right: 0;
z-index: 48;
cursor: ns-resize;
height: 6px;
width: 100%;
}
.photo-wrapper,
.photo-wrapper img {
width: 100%;
height: 100%;
overflow: hidden;
object-fit: cover;
}
.photo-wrapper .photo-attribution {
@@ -52,6 +88,10 @@
/* markers and sequences */
.viewfield-group {
pointer-events: none;
}
.mode-browse .viewfield-group,
.mode-select .viewfield-group {
pointer-events: visible;
cursor: pointer;
}
@@ -186,7 +226,7 @@
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
pading: 0 5px;
padding: 0 5px;
}
.ms-wrapper .photo-attribution .image-view-link {
text-align: left;
@@ -262,6 +302,8 @@ label.streetside-hires {
}
.osc-image-wrap {
width: 100%;
height: 100%;
transform-origin:0 0;
-ms-transform-origin:0 0;
-webkit-transform-origin:0 0;
+66 -123
View File
@@ -6,7 +6,10 @@
.layer-notes .note * {
pointer-events: none;
}
.layer-notes .note .note-fill {
.mode-browse .layer-notes .note .note-fill,
.mode-select .layer-notes .note .note-fill,
.mode-select-data .layer-notes .note .note-fill,
.mode-select-note .layer-notes .note .note-fill {
pointer-events: visible;
cursor: pointer; /* Opera */
cursor: url(img/cursor-select-point.png), pointer; /* FF */
@@ -20,155 +23,95 @@
.layer-notes .note .note-fill {
color: #ff3300;
stroke: #333;
stroke-width: 40px;
}
.note-header-icon.new .note-fill,
.layer-notes .note.new .note-fill {
color: #ffee00;
stroke: #333;
stroke-width: 40px;
}
.note-header-icon.closed .note-fill,
.layer-notes .note.closed .note-fill {
color: #55dd00;
stroke: #333;
}
.layer-notes .note.hovered .note-fill {
color: #eebb00;
stroke: #333;
}
.layer-notes .note.selected .note-fill {
color: #ffee00;
stroke: #333;
stroke-width: 40px;
}
/* slight adjustments to preset icon for note icons */
.note-header-icon .preset-icon-28 {
top: 18px;
}
.note-header-icon .note-icon-annotation {
position: absolute;
top: 21px;
left: 21px;
top: 22px;
left: 22px;
margin: auto;
}
.note-header-icon .note-icon-annotation .icon {
width: 18px;
height: 18px;
width: 15px;
height: 15px;
}
/* OSM Note UI */
.note-header {
background-color: #f6f6f6;
border-radius: 5px;
border: 1px solid #ccc;
display: flex;
flex-flow: row nowrap;
align-items: center;
/* Custom Map Data (geojson, gpx, kml, vector tile) */
.layer-mapdata {
pointer-events: none;
}
.note-header-icon {
background-color: #fff;
padding: 10px;
flex: 0 0 62px;
position: relative;
width: 60px;
height: 60px;
border-right: 1px solid #ccc;
border-radius: 5px 0 0 5px;
.layer-mapdata path.shadow {
pointer-events: stroke;
stroke: #f6634f;
stroke-width: 16;
stroke-opacity: 0;
fill: none;
}
[dir='rtl'] .note-header-icon {
border-right: unset;
border-left: 1px solid #ccc;
border-radius: 0 5px 5px 0;
.layer-mapdata path.MultiPoint.shadow,
.layer-mapdata path.Point.shadow {
pointer-events: fill;
fill: #f6634f;
fill-opacity: 0;
}
.layer-mapdata path.shadow.hover:not(.selected) {
stroke-opacity: 0.4;
}
.layer-mapdata path.shadow.selected {
stroke-opacity: 0.7;
}
.note-header-icon .icon-wrap {
position: absolute;
top: 0px;
.layer-mapdata path.stroke {
stroke: #ff26d4;
stroke-width: 2;
fill: none;
}
.note-header-label {
background-color: #f6f6f6;
padding: 0 15px;
flex: 1 1 100%;
font-size: 14px;
.layer-mapdata path.fill {
stroke-width: 0;
stroke-opacity: 0.3;
stroke: #ff26d4;
fill: #ff26d4;
fill-opacity: 0.3;
fill-rule: evenodd;
}
.layer-mapdata text.label-halo,
.layer-mapdata text.label {
font-size: 10px;
font-weight: bold;
border-radius: 0 5px 5px 0;
dominant-baseline: middle;
}
[dir='rtl'] .note-header-label {
border-radius: 5px 0 0 5px;
.layer-mapdata text.label {
fill: #ff26d4;
}
.layer-mapdata text.label.hover,
.layer-mapdata text.label.selected {
fill: #f6634f;
}
.layer-mapdata text.label-halo {
opacity: 0.7;
stroke: #000;
stroke-width: 5px;
stroke-miterlimit: 1;
}
.comments-container {
background: #ececec;
padding: 1px 10px;
margin: 10px 0;
border-radius: 8px;
}
.comment {
background-color: #fff;
border-radius: 5px;
border: 1px solid #ccc;
margin: 10px auto;
display: flex;
flex-flow: row nowrap;
}
.comment-avatar {
padding: 10px;
flex: 0 0 62px;
}
.comment-avatar .icon.comment-avatar-icon {
width: 40px;
height: 40px;
object-fit: cover;
border: 1px solid #ccc;
border-radius: 20px;
}
.comment-main {
padding: 10px 10px 10px 0;
flex: 1 1 100%;
flex-flow: column nowrap;
overflow: hidden;
overflow-wrap: break-word;
}
[dir='rtl'] .comment-main {
padding: 10px 0 10px 10px;
}
.comment-metadata {
flex-flow: row nowrap;
justify-content: space-between;
}
.comment-author {
font-weight: bold;
color: #333;
}
.comment-date {
color: #aaa;
}
.comment-text {
color: #333;
margin-top: 10px;
overflow-y: auto;
max-height: 250px;
}
.comment-text::-webkit-scrollbar {
border-left: none;
}
.note-save {
padding: 10px;
}
.note-save #new-comment-input {
width: 100%;
height: 100px;
max-height: 300px;
min-height: 100px;
}
.note-save .detail-section {
margin: 10px 0;
}
.note-report {
float: right;
}
+5
View File
@@ -7,6 +7,11 @@
stroke-dasharray: none !important;
fill: none !important;
}
.low-zoom.fill-wireframe .layer-mapdata path.stroke,
.fill-wireframe .layer-mapdata path.stroke {
stroke-width: 2 !important;
stroke-opacity: 1 !important;
}
.low-zoom.fill-wireframe path.shadow,
.fill-wireframe path.shadow {
+409 -195
View File
File diff suppressed because it is too large Load Diff
+61 -14
View File
@@ -16,6 +16,10 @@ en:
title: Point
description: "Add restaurants, monuments, postal boxes or other points to the map."
tail: Click on the map to add a point.
add_note:
title: Note
description: "Spotted an issue? Let other mappers know."
tail: Click on the map to add a note.
browse:
title: Browse
description: Pan and zoom the map.
@@ -31,6 +35,7 @@ en:
point: Added a point.
vertex: Added a node to a way.
relation: Added a relation.
note: Added a note.
start:
annotation:
line: Started a line.
@@ -229,6 +234,13 @@ en:
annotation:
create: Added a turn restriction
delete: Deleted a turn restriction
detach_node:
title: Detach
key: E
description: Detach this node from these lines/areas.
annotation: Detached a node from parent lines/areas.
restriction: "This node can't be detached because it would damage a \"{relation}\" relation."
connected_to_hidden: This node can't be detached because it is connected to a hidden feature.
restriction:
controls:
distance: Distance
@@ -336,6 +348,11 @@ en:
changeset: Changeset
unknown: Unknown
link_text: History on openstreetmap.org
note_no_history: "No History (New Note)"
note_comments: Comments
note_created_date: Created Date
note_created_user: Created By
note_link_text: Note on openstreetmap.org
location:
key: L
title: Location
@@ -362,6 +379,7 @@ en:
line: line
area: area
relation: relation
note: note
geocoder:
search: Search worldwide...
no_results_visible: No results in visible map area
@@ -417,8 +435,6 @@ en:
best_imagery: Best known imagery source for this location
switch: Switch back to this background
custom: Custom
custom_button: Edit custom background
custom_prompt: "Enter a tile URL template. Valid tokens are:\n - {zoom} or {z}, {x}, {y} for Z/X/Y tile scheme\n - {-y} or {ty} for flipped TMS-style Y coordinates\n - {u} for quadtile scheme\n - {switch:a,b,c} for DNS server multiplexing\n\nExample:\n{example}"
overlays: Overlays
imagery_source_faq: Imagery Info / Report a Problem
reset: reset
@@ -445,6 +461,10 @@ en:
notes:
tooltip: Note data from OpenStreetMap
title: OpenStreetMap notes
custom:
tooltip: "Drag and drop a data file onto the page, or click the button to setup"
title: Custom Map Data
zoom: Zoom to data
fill_area: Fill Areas
map_features: Map Features
autohidden: "These features have been automatically hidden because too many would be shown on the screen. You can zoom in to edit them."
@@ -497,6 +517,23 @@ en:
full:
description: Full Fill
tooltip: "Areas are drawn fully filled."
settings:
custom_background:
tooltip: Edit custom background
header: Custom Background Settings
instructions: "Enter a tile URL template. Valid tokens are:\n {zoom} or {z}, {x}, {y} for Z/X/Y tile scheme\n {-y} or {ty} for flipped TMS-style Y coordinates\n {u} for quadtile scheme\n {switch:a,b,c} for DNS server multiplexing\n\nExample:\n{example}"
template:
placeholder: Enter a url template
custom_data:
tooltip: Edit custom data layer
header: Custom Map Data Settings
file:
instructions: "Choose a local data file. Supported types are:\n .gpx, .kml, .geojson, .json"
label: "Browse files"
or: "Or"
url:
instructions: "Enter a data file URL or vector tile URL template. Valid tokens are:\n {zoom} or {z}, {x}, {y} for Z/X/Y tile scheme"
placeholder: Enter a url
restore:
heading: You have unsaved changes
description: "Do you wish to restore unsaved changes from a previous editing session?"
@@ -588,16 +625,6 @@ en:
out: Zoom out
cannot_zoom: "Cannot zoom out further in current mode."
full_screen: Toggle Full Screen
gpx:
local_layer: "Add a GPX"
drag_drop: "Drag and drop a .gpx, .geojson or .kml file on the page, or click the button to the right to browse"
zoom: "Zoom to layer"
browse: "Browse for a file"
mvt:
local_layer: "Add a MVT"
drag_drop: "Drag and drop a .mvt or .pbf file on the page, or click the button to the right to browse"
zoom: "Zoom to layer"
browse: "Browse for a file"
streetside:
tooltip: "Streetside photos from Microsoft"
title: "Photo Overlay (Bing Streetside)"
@@ -623,6 +650,11 @@ en:
anonymous: anonymous
closed: "(Closed)"
commentTitle: Comments
status:
opened: "opened {when}"
reopened: "reopened {when}"
commented: "commented {when}"
closed: "closed {when}"
newComment: New Comment
inputPlaceholder: Enter a comment to share with other users.
close: Close Note
@@ -631,6 +663,9 @@ en:
close_comment: Close and Comment
open_comment: Reopen and Comment
report: Report
new: New Note
newDescription: "Describe the issue."
save: Save Note
login: You must log in to change or comment on this note.
upload_explanation: "Your comments will be publicly visible to all OpenStreetMap users."
upload_explanation_with_user: "Your comments as {user} will be publicly visible to all OpenStreetMap users."
@@ -763,6 +798,16 @@ en:
boundary_h: "Boundaries"
boundary: "A *boundary* relation is a group of one or more line features that together form an administrative boundary."
boundary_add: "To add a feature to a boundary relation, select the feature and scroll down to the \"All relations\" section of the feature editor, then click the {plus} add button to add this feature to a nearby existing relation or a new relation."
notes:
title: Notes
intro: "*Notes* are used to alert other users that a feature requires fixing or attention. Notes mark a specific location on the map. To view existing notes or add new ones, click the {data} **Map data** panel to enable the OpenStreetMap notes layer."
add_note_h: "Adding Notes"
add_note: "To add a new note, click the {note} **Note** button on the toolbar above the map, or press the shortcut key `4`. This will change the mouse cursor to a cross symbol. To place the new note on the map, position the mouse cursor where the note should go, then {leftclick} left-click or press `Space`."
move_note: "Only new notes can be moved. To move a note, place the mouse cursor over the new note, then press and hold the {leftclick} left mouse button while dragging the note to its new location."
update_note_h: "Closing, Reopening, and Commenting"
update_note: "An existing note can be updated by closing it, reopening it, or adding a comment to it. Closing a note indicates that the problem has been resolved. Reopening a note indicates that the original issue is not resolved."
save_note_h: "Saving Notes"
save_note: "You must save any note edits individually by clicking the buttons below the note comments. Note edits are **not** included in changesets that you upload to OpenStreetMap."
imagery:
title: Background Imagery
intro: "The background imagery that appears beneath the map data is an important resource for mapping. This imagery can be aerial photos collected from satellites, airplanes, and drones, or it can be scanned historical maps or other freely available source data."
@@ -774,7 +819,7 @@ en:
offset_change: "Click on the small triangles to adjust the imagery offset in small steps, or hold the left mouse button and drag within the gray square to slide the imagery into alignment."
streetlevel:
title: Street Level Photos
intro: "Street level photos are useful for mapping traffic signs, businesses, and other details that you can't see from satellite and aerial images. The iD editor supports street level photos from [Mapillary](https://www.mapillary.com) and [OpenStreetCam](https://www.openstreetcam.org)."
intro: "Street level photos are useful for mapping traffic signs, businesses, and other details that you can't see from satellite and aerial images. The iD editor supports street level photos from [Bing Streetside](https://www.microsoft.com/en-us/maps/streetside), [Mapillary](https://www.mapillary.com), and [OpenStreetCam](https://www.openstreetcam.org)."
using_h: "Using Street Level Photos"
using: "To use street level photos for mapping, click the {data} **Map data** panel on the side of the map to enable or disable the available photo layers."
photos: "When enabled, the photo layer displays a line along the sequence of photos. At higher zoom levels, a circle marks at each photo location, and at even higher zoom levels, a cone indicates the direction the camera was facing when the photo was taken."
@@ -1127,7 +1172,8 @@ en:
add_point: "'Add point' mode"
add_line: "'Add line' mode"
add_area: "'Add area' mode"
place_point: "Place a point"
add_note: "'Add note' mode"
place_point: "Place a point or note"
disable_snap: "Hold to disable point snapping"
stop_line: "Finish drawing a line or area"
operations:
@@ -1135,6 +1181,7 @@ en:
continue_line: "Continue a line at the selected node"
merge: "Combine (merge) selected features"
disconnect: "Disconnect features at the selected node"
detach_node: "Detach selected node from parent lines/areas"
split: "Split a line into two at the selected node"
reverse: "Reverse a line"
move: "Move selected features"
+1481 -1533
View File
File diff suppressed because it is too large Load Diff
+9 -7
View File
@@ -1,3 +1,5 @@
import _values from 'lodash-es/values';
export { wikipedia as dataWikipedia } from 'wmf-sitematrix';
export { default as dataSuggestions } from 'name-suggestion-index/name-suggestions.json';
@@ -24,31 +26,31 @@ import { categories } from './presets/categories.json';
import { fields } from './presets/fields.json';
import { geoArea as d3_geoArea } from 'd3-geo';
import _values from 'lodash-es/values';
import whichPolygon from 'which-polygon';
var features = _values(ociFeatures).map(function(feature) {
// workaround for which-polygon
// only supports `properties`, not `id`
// index the osm-community-index
var ociFeatureCollection = _values(ociFeatures).map(function(feature) {
// workaround for which-polygon: only supports `properties`, not `id`
// https://github.com/mapbox/which-polygon/pull/6
feature.properties = {
id: feature.id,
area: d3_geoArea(feature) // also precompute areas
};
return feature;
});
export var data = {
community: {
features: ociFeatures,
resources: ociResources,
query: whichPolygon({
type: 'FeatureCollection',
features: features
features: ociFeatureCollection
})
},
imagery: dataImagery,
imagery: dataImagery, //legacy
presets: {
presets: presets,
defaults: defaults,
+10 -2
View File
@@ -21494,7 +21494,8 @@
"id": "w136",
"nodes": ["n612", "n613", "n614", "n615", "n612"],
"tags": {
"amenity": "shelter"
"amenity": "shelter",
"building": "yes"
}
},
"w137": {
@@ -23457,6 +23458,7 @@
"nodes": ["n2018", "n1626", "n1627", "n2017", "n2018"],
"tags": {
"amenity": "shelter",
"building": "yes",
"shelter_type": "picnic_shelter"
}
},
@@ -24072,6 +24074,7 @@
"nodes": ["n2050", "n2051", "n2052", "n2053", "n2050"],
"tags": {
"amenity": "shelter",
"building": "yes",
"shelter_type": "picnic_shelter"
}
},
@@ -24370,6 +24373,7 @@
"nodes": ["n2054", "n2055", "n2056", "n2057", "n2054"],
"tags": {
"amenity": "shelter",
"building": "yes",
"shelter_type": "picnic_shelter"
}
},
@@ -24753,6 +24757,7 @@
"nodes": ["n217", "n218", "n219", "n220", "n217"],
"tags": {
"amenity": "shelter",
"building": "yes",
"shelter_type": "picnic_shelter"
}
},
@@ -24835,6 +24840,7 @@
"nodes": ["n221", "n222", "n223", "n224", "n221"],
"tags": {
"amenity": "shelter",
"building": "yes",
"shelter_type": "picnic_shelter"
}
},
@@ -26081,6 +26087,7 @@
"nodes": ["n3021", "n3022", "n3023", "n3024", "n3021"],
"tags": {
"amenity": "shelter",
"building": "yes",
"shelter_type": "picnic_shelter"
}
},
@@ -28716,7 +28723,8 @@
"nodes": ["n4669", "n4670", "n4671", "n4672", "n4669"],
"tags": {
"amenity": "shelter",
"shelter_type": "picnic_shelters"
"building": "yes",
"shelter_type": "picnic_shelter"
}
},
"w815": {
+1
View File
@@ -16,6 +16,7 @@
"de": {"rtl": false},
"dv": {"rtl": true},
"el": {"rtl": false},
"en-AU": {"rtl": false},
"en-GB": {"rtl": false},
"eo": {"rtl": false},
"es": {"rtl": false},
+280 -22
View File
@@ -36,37 +36,42 @@ en:
options:
designated:
# access=designated
description: Access permitted according to signs or specific local laws
description: Access allowed according to signs or specific local laws
# access=designated
title: Designated
destination:
# access=destination
description: Access permitted only to reach a destination
description: Access allowed only to reach a destination
# access=destination
title: Destination
dismount:
# access=dismount
description: Access permitted but rider must dismount
description: Access allowed but rider must dismount
# access=dismount
title: Dismount
'no':
# access=no
description: Access not permitted to the general public
description: Access not allowed to the general public
# access=no
title: Prohibited
permissive:
# access=permissive
description: Access permitted until such time as the owner revokes the permission
description: Access allowed until such time as the owner revokes the permission
# access=permissive
title: Permissive
permit:
# access=permit
description: Access allowed only with a valid permit or license
# access=permit
title: Permit
private:
# access=private
description: Access permitted only with permission of the owner on an individual basis
description: Access allowed only with permission of the owner on an individual basis
# access=private
title: Private
'yes':
# access=yes
description: Access permitted by law; a right of way
description: Access allowed by law; a right of way
# access=yes
title: Allowed
# access field placeholder
@@ -501,7 +506,7 @@ en:
label: Display
distance:
# distance=*
label: Total Distance
label: Distance
dock:
# dock=*
label: Type
@@ -587,12 +592,18 @@ en:
underground: Underground
# 'fire_hydrant:type=wall'
wall: Wall
fireplace:
# fireplace=*
label: Fireplace
fitness_station:
# fitness_station=*
label: Equipment Type
fixme:
# fixme=*
label: Fix Me
flag/type:
# 'flag:type=*'
label: Flag Type
ford:
# ford=*
label: Type
@@ -673,6 +684,15 @@ en:
historic/civilization:
# 'historic:civilization=*'
label: Historic Civilization
historic/wreck/date_sunk:
# 'wreck:date_sunk=*'
label: Date Sunk
historic/wreck/visible_at_high_tide:
# 'wreck:visible_at_high_tide=*'
label: Visible At High Tide
historic/wreck/visible_at_low_tide:
# 'wreck:visible_at_low_tide=*'
label: Visible At Low Tide
hoops:
# hoops=*
label: Hoops
@@ -789,6 +809,9 @@ en:
label: Lanes
# lanes field placeholder
placeholder: '1, 2, 3...'
language_multi:
# 'language:=*'
label: Languages
layer:
# layer=*
label: Layer
@@ -862,6 +885,16 @@ en:
location:
# location=*
label: Location
location_pool:
# location=*
label: Location
options:
# location=indoor
indoor: Indoor
# location=outdoor
outdoor: Outdoor
# location=roof
roof: Rooftop
man_made:
# man_made=*
label: Type
@@ -874,6 +907,9 @@ en:
map_type:
# map_type=*
label: Type
material:
# material=*
label: Material
maxheight:
# maxheight=*
label: Max Height
@@ -1136,6 +1172,8 @@ en:
# 'piste:type=*'
label: Type
options:
# 'piste:type=connection'
connection: Connection
# 'piste:type=downhill'
downhill: Downhill
# 'piste:type=hike'
@@ -1293,6 +1331,118 @@ en:
sanitary_dump_station:
# sanitary_dump_station=*
label: Toilet Disposal
seamark/beacon_isolated_danger/shape:
# 'seamark:beacon_isolated_danger:shape=*'
label: Shape
seamark/beacon_lateral/category:
# 'seamark:beacon_lateral:category=*'
label: Category
options:
# 'seamark:beacon_lateral:category=danger_left'
danger_left: Danger Left
# 'seamark:beacon_lateral:category=danger_right'
danger_right: Danger Right
# 'seamark:beacon_lateral:category=port'
port: Port
# 'seamark:beacon_lateral:category=starboard'
starboard: Starboard
# 'seamark:beacon_lateral:category=waterway_left'
waterway_left: Waterway Left
# 'seamark:beacon_lateral:category=waterway_right'
waterway_right: Waterway Right
seamark/beacon_lateral/colour:
# 'seamark:beacon_lateral:colour=*'
label: Colour
options:
# 'seamark:beacon_lateral:colour=green'
green: Green
# 'seamark:beacon_lateral:colour=grey'
grey: Grey
# 'seamark:beacon_lateral:colour=red'
red: Red
seamark/beacon_lateral/shape:
# 'seamark:beacon_lateral:shape=*'
label: Shape
seamark/beacon_lateral/system:
# 'seamark:beacon_lateral:system=*'
label: System
options:
# 'seamark:beacon_lateral:system=cevni'
cevni: CEVNI
# 'seamark:beacon_lateral:system=iala-a'
iala-a: IALA A
# 'seamark:beacon_lateral:system=iala-b'
iala-b: IALA B
# 'seamark:beacon_lateral:system=other'
other: Other
seamark/buoy_lateral/category:
# 'seamark:buoy_lateral:category=*'
label: Category
options:
# 'seamark:buoy_lateral:category=channel_left'
channel_left: Channel Left
# 'seamark:buoy_lateral:category=channel_right'
channel_right: Channel Right
# 'seamark:buoy_lateral:category=danger_left'
danger_left: Danger Left
# 'seamark:buoy_lateral:category=danger_right'
danger_right: Danger Right
# 'seamark:buoy_lateral:category=port'
port: Port
# 'seamark:buoy_lateral:category=preferred_channel_port'
preferred_channel_port: Preferred Channel Port
# 'seamark:buoy_lateral:category=preferred_channel_starboard'
preferred_channel_starboard: Preferred Channel Starboard
# 'seamark:buoy_lateral:category=starboard'
starboard: Starboard
# 'seamark:buoy_lateral:category=waterway_left'
waterway_left: Waterway Left
# 'seamark:buoy_lateral:category=waterway_right'
waterway_right: Waterway Right
seamark/buoy_lateral/colour:
# 'seamark:buoy_lateral:colour=*'
label: Colour
options:
# 'seamark:buoy_lateral:colour=green'
green: Green
# 'seamark:buoy_lateral:colour=green;red;green'
green;red;green: Green-Red-Green
# 'seamark:buoy_lateral:colour=green;white;green;white'
green;white;green;white: Green-White-Green-White
# 'seamark:buoy_lateral:colour=red'
red: Red
# 'seamark:buoy_lateral:colour=red;green;red'
red;green;red: Red-Green-Red
# 'seamark:buoy_lateral:colour=red;white;red;white'
red;white;red;white: Red-White-Red-White
# 'seamark:buoy_lateral:colour=white'
white: White
# 'seamark:buoy_lateral:colour=yellow'
yellow: Yellow
seamark/buoy_lateral/shape:
# 'seamark:buoy_lateral:shape=*'
label: Shape
seamark/buoy_lateral/system:
# 'seamark:buoy_lateral:system=*'
label: System
options:
# 'seamark:buoy_lateral:system=cevni'
cevni: CEVNI
# 'seamark:buoy_lateral:system=iala-a'
iala-a: IALA A
# 'seamark:buoy_lateral:system=iala-b'
iala-b: IALA B
# 'seamark:buoy_lateral:system=other'
other: Other
seamark/mooring/category:
# 'seamark:mooring:category=*'
label: Category
seamark/type:
# 'seamark:type=*'
label: Seamark
seamark/wreck/category:
# 'seamark:wreck:category=*'
label: Category
seasonal:
# seasonal=*
label: Seasonal
@@ -1496,6 +1646,9 @@ en:
surveillance/zone:
# 'surveillance:zone=*'
label: Surveillance Zone
swimming_pool:
# swimming_pool=*
label: Type
switch:
# switch=*
label: Type
@@ -1825,7 +1978,7 @@ en:
aeroway/aerodrome:
# aeroway=aerodrome
name: Airport
# 'terms: airplane,airport,aerodrome'
# 'terms: aerodrome,aeroway,airplane,airport,jet,plane'
terms: '<translate with synonyms or related terms for ''Airport'', separated by commas>'
aeroway/apron:
# aeroway=apron
@@ -1927,9 +2080,9 @@ en:
terms: '<translate with synonyms or related terms for ''Bicycle Repair Tool Stand'', separated by commas>'
amenity/biergarten:
# amenity=biergarten
name: Beer Garden
name: Biergarten
# 'terms: beer,bier,booze'
terms: '<translate with synonyms or related terms for ''Beer Garden'', separated by commas>'
terms: '<translate with synonyms or related terms for ''Biergarten'', separated by commas>'
amenity/boat_rental:
# amenity=boat_rental
name: Boat Rental
@@ -2115,6 +2268,11 @@ en:
name: Preschool/Kindergarten Grounds
# 'terms: kindergarden,pre-school'
terms: '<translate with synonyms or related terms for ''Preschool/Kindergarten Grounds'', separated by commas>'
amenity/language_school:
# amenity=language_school
name: Language School
# 'terms: esl'
terms: '<translate with synonyms or related terms for ''Language School'', separated by commas>'
amenity/library:
# amenity=library
name: Library
@@ -2162,14 +2320,10 @@ en:
# amenity=parking_space
name: Parking Space
terms: '<translate with synonyms or related terms for ''Parking Space'', separated by commas>'
amenity/pavilion:
# 'amenity=shelter, shelter_type=pavilion'
name: Pavilion
terms: '<translate with synonyms or related terms for ''Pavilion'', separated by commas>'
amenity/pharmacy:
# amenity=pharmacy
name: Pharmacy
# 'terms: drug*,med*,prescription'
# 'terms: apothecary,drug*,med*,prescription'
terms: '<translate with synonyms or related terms for ''Pharmacy'', separated by commas>'
amenity/place_of_worship:
# amenity=place_of_worship
@@ -2297,6 +2451,14 @@ en:
name: Shelter
# 'terms: lean-to,gazebo,picnic'
terms: '<translate with synonyms or related terms for ''Shelter'', separated by commas>'
amenity/shelter/gazebo:
# 'amenity=shelter, shelter_type=gazebo'
name: Gazebo
terms: '<translate with synonyms or related terms for ''Gazebo'', separated by commas>'
amenity/shelter/lean_to:
# 'amenity=shelter, shelter_type=lean_to'
name: Lean-To
terms: '<translate with synonyms or related terms for ''Lean-To'', separated by commas>'
amenity/shower:
# amenity=shower
name: Shower
@@ -2434,11 +2596,16 @@ en:
name: Newspaper Vending Machine
# 'terms: newspaper'
terms: '<translate with synonyms or related terms for ''Newspaper Vending Machine'', separated by commas>'
amenity/vending_machine/parcel_pickup:
# 'amenity=vending_machine, vending=parcel_pickup'
name: Parcel Pickup Locker
# 'terms: amazon,locker,mail,parcel,pickup'
terms: '<translate with synonyms or related terms for ''Parcel Pickup Locker'', separated by commas>'
amenity/vending_machine/parcel_pickup_dropoff:
# 'amenity=vending_machine, vending=parcel_pickup;parcel_mail_in'
name: Parcel Pickup/Dropoff Vending Machine
# 'terms: parcel,mail,pickup'
terms: '<translate with synonyms or related terms for ''Parcel Pickup/Dropoff Vending Machine'', separated by commas>'
name: Parcel Pickup/Dropoff Locker
# 'terms: mail,parcel,pickup'
terms: '<translate with synonyms or related terms for ''Parcel Pickup/Dropoff Locker'', separated by commas>'
amenity/vending_machine/parking_tickets:
# 'amenity=vending_machine, vending=parking_tickets'
name: Parking Ticket Vending Machine
@@ -2773,6 +2940,11 @@ en:
# building=mosque
name: Mosque Building
terms: '<translate with synonyms or related terms for ''Mosque Building'', separated by commas>'
building/pavilion:
# building=pavilion
name: Pavilion Building
# 'terms: sports'
terms: '<translate with synonyms or related terms for ''Pavilion Building'', separated by commas>'
building/public:
# building=public
name: Public Building
@@ -3361,6 +3533,11 @@ en:
# highway=living_street
name: Living Street
terms: '<translate with synonyms or related terms for ''Living Street'', separated by commas>'
highway/milestone:
# highway=milestone
name: Highway Milestone
# 'terms: milestone,marker'
terms: '<translate with synonyms or related terms for ''Highway Milestone'', separated by commas>'
highway/mini_roundabout:
# highway=mini_roundabout
name: Mini-Roundabout
@@ -3580,6 +3757,16 @@ en:
# historic=wayside_shrine
name: Wayside Shrine
terms: '<translate with synonyms or related terms for ''Wayside Shrine'', separated by commas>'
historic/wreck:
# historic=wreck
name: Shipwreck
# 'terms: hull,mast,maritime,remains,ship,boat'
terms: '<translate with synonyms or related terms for ''Shipwreck'', separated by commas>'
internet_access/wlan:
# internet_access=wlan
name: Wi-Fi Hotspot
# 'terms: wi-fi,wifi,hotspot'
terms: '<translate with synonyms or related terms for ''Wi-Fi Hotspot'', separated by commas>'
junction:
# junction=yes
name: Junction
@@ -3692,7 +3879,7 @@ en:
landuse/military/airfield:
# military=airfield
name: Military Airfield
# 'terms: air force,army,base,bomb,fight,force,guard,heli*,jet,marine,navy,plane,troop,war'
# 'terms: aerodrome,aeroway,air force,airplane,airport,army,base,bomb,fight,force,guard,heli*,jet,marine,navy,plane,troop,war'
terms: '<translate with synonyms or related terms for ''Military Airfield'', separated by commas>'
landuse/military/barracks:
# military=barracks
@@ -3799,6 +3986,10 @@ en:
name: Amusement Arcade
# 'terms: pay-to-play games,video games,driving simulators,pinball machines'
terms: '<translate with synonyms or related terms for ''Amusement Arcade'', separated by commas>'
leisure/bandstand:
# leisure=bandstand
name: Bandstand
terms: '<translate with synonyms or related terms for ''Bandstand'', separated by commas>'
leisure/beach_resort:
# leisure=beach_resort
name: Beach Resort
@@ -3975,6 +4166,10 @@ en:
# 'leisure=pitch, sport=american_football'
name: American Football Field
terms: '<translate with synonyms or related terms for ''American Football Field'', separated by commas>'
leisure/pitch/badminton:
# 'leisure=pitch, sport=badminton'
name: Badminton Court
terms: '<translate with synonyms or related terms for ''Badminton Court'', separated by commas>'
leisure/pitch/baseball:
# 'leisure=pitch, sport=baseball'
name: Baseball Diamond
@@ -4075,7 +4270,7 @@ en:
leisure/swimming_pool:
# leisure=swimming_pool
name: Swimming Pool
# 'terms: dive,water'
# 'terms: dive,water,aquatics'
terms: '<translate with synonyms or related terms for ''Swimming Pool'', separated by commas>'
leisure/track:
# leisure=track
@@ -4112,6 +4307,11 @@ en:
# man_made=bridge
name: Bridge
terms: '<translate with synonyms or related terms for ''Bridge'', separated by commas>'
man_made/bunker_silo:
# man_made=bunker_silo
name: Bunker Silo
# 'terms: Silage,Storage'
terms: '<translate with synonyms or related terms for ''Bunker Silo'', separated by commas>'
man_made/chimney:
# man_made=chimney
name: Chimney
@@ -5090,6 +5290,39 @@ en:
# route=ferry
name: Ferry Route
terms: '<translate with synonyms or related terms for ''Ferry Route'', separated by commas>'
seamark:
# 'seamark:type=*'
name: Seamark
seamark/beacon_isolated_danger:
# 'seamark:type=beacon_isolated_danger'
name: Danger Beacon
# 'terms: beacon isolated danger,isolated danger beacon,iala'
terms: '<translate with synonyms or related terms for ''Danger Beacon'', separated by commas>'
seamark/beacon_lateral:
# 'seamark:type=beacon_lateral'
name: Channel Beacon
# 'terms: lateral beacon,beacon lateral,cevni,channel marker,iala,lateral mark'
terms: '<translate with synonyms or related terms for ''Channel Beacon'', separated by commas>'
seamark/buoy_lateral:
# 'seamark:type=buoy_lateral'
name: Channel Buoy
# 'terms: lateral buoy,buoy lateral,cevni,channel marker,iala,lateral mark'
terms: '<translate with synonyms or related terms for ''Channel Buoy'', separated by commas>'
seamark/buoy_lateral/green:
# 'seamark:type=buoy_lateral, seamark:buoy_lateral:colour=green'
name: Green Buoy
# 'terms: lateral buoy,buoy lateral,cevni,channel marker,iala,lateral mark'
terms: '<translate with synonyms or related terms for ''Green Buoy'', separated by commas>'
seamark/buoy_lateral/red:
# 'seamark:type=buoy_lateral, seamark:buoy_lateral:colour=red'
name: Red Buoy
# 'terms: lateral buoy,buoy lateral,cevni,channel marker,iala,lateral mark'
terms: '<translate with synonyms or related terms for ''Red Buoy'', separated by commas>'
seamark/mooring:
# 'seamark:type=mooring'
name: Mooring
# 'terms: dolphin,pile,bollard,buoy,post'
terms: '<translate with synonyms or related terms for ''Mooring'', separated by commas>'
shop:
# shop=*
name: Shop
@@ -5221,7 +5454,7 @@ en:
shop/chemist:
# shop=chemist
name: Drugstore
# 'terms: med*,drug*,gift'
# 'terms: apothecary,med*,drug*,gift'
terms: '<translate with synonyms or related terms for ''Drugstore'', separated by commas>'
shop/chocolate:
# shop=chocolate
@@ -5550,6 +5783,11 @@ en:
name: Consignment/Thrift Store
# 'terms: secondhand,second hand,resale,thrift,used'
terms: '<translate with synonyms or related terms for ''Consignment/Thrift Store'', separated by commas>'
shop/sewing:
# shop=sewing
name: Sewing Supply Shop
# 'terms: haberdashery'
terms: '<translate with synonyms or related terms for ''Sewing Supply Shop'', separated by commas>'
shop/shoes:
# shop=shoes
name: Shoe Store
@@ -5682,6 +5920,21 @@ en:
name: Artwork
# 'terms: mural,sculpture,statue'
terms: '<translate with synonyms or related terms for ''Artwork'', separated by commas>'
tourism/artwork/mural:
# 'tourism=artwork, artwork_type=mural'
name: Mural
# 'terms: fresco,wall painting'
terms: '<translate with synonyms or related terms for ''Mural'', separated by commas>'
tourism/artwork/sculpture:
# 'tourism=artwork, artwork_type=sculpture'
name: Sculpture
# 'terms: statue,figure,carving'
terms: '<translate with synonyms or related terms for ''Sculpture'', separated by commas>'
tourism/artwork/statue:
# 'tourism=artwork, artwork_type=statue'
name: Statue
# 'terms: sculpture,figure,carving'
terms: '<translate with synonyms or related terms for ''Statue'', separated by commas>'
tourism/attraction:
# tourism=attraction
name: Tourist Attraction
@@ -5985,6 +6238,11 @@ en:
name: Marine Fuel Station
# 'terms: petrol,gas,diesel,boat'
terms: '<translate with synonyms or related terms for ''Marine Fuel Station'', separated by commas>'
waterway/milestone:
# waterway=milestone
name: Waterway Milestone
# 'terms: milestone,marker'
terms: '<translate with synonyms or related terms for ''Waterway Milestone'', separated by commas>'
waterway/river:
# waterway=river
name: River
+27 -6
View File
@@ -1,7 +1,7 @@
{
"fields": {
"access_simple": {"key": "access", "type": "combo", "label": "Allowed Access", "options": ["yes", "permissive", "private", "customers", "no"]},
"access": {"keys": ["access", "foot", "motor_vehicle", "bicycle", "horse"], "reference": {"key": "access"}, "type": "access", "label": "Allowed Access", "placeholder": "Not Specified", "strings": {"types": {"access": "All", "foot": "Foot", "motor_vehicle": "Motor Vehicles", "bicycle": "Bicycles", "horse": "Horses"}, "options": {"yes": {"title": "Allowed", "description": "Access permitted by law; a right of way"}, "no": {"title": "Prohibited", "description": "Access not permitted to the general public"}, "permissive": {"title": "Permissive", "description": "Access permitted until such time as the owner revokes the permission"}, "private": {"title": "Private", "description": "Access permitted only with permission of the owner on an individual basis"}, "designated": {"title": "Designated", "description": "Access permitted according to signs or specific local laws"}, "destination": {"title": "Destination", "description": "Access permitted only to reach a destination"}, "dismount": {"title": "Dismount", "description": "Access permitted but rider must dismount"}}}},
"access_simple": {"key": "access", "type": "combo", "label": "Allowed Access", "options": ["yes", "permissive", "private", "customers", "permit", "no"]},
"access": {"keys": ["access", "foot", "motor_vehicle", "bicycle", "horse"], "reference": {"key": "access"}, "type": "access", "label": "Allowed Access", "placeholder": "Not Specified", "strings": {"types": {"access": "All", "foot": "Foot", "motor_vehicle": "Motor Vehicles", "bicycle": "Bicycles", "horse": "Horses"}, "options": {"yes": {"title": "Allowed", "description": "Access allowed by law; a right of way"}, "no": {"title": "Prohibited", "description": "Access not allowed to the general public"}, "permissive": {"title": "Permissive", "description": "Access allowed until such time as the owner revokes the permission"}, "private": {"title": "Private", "description": "Access allowed only with permission of the owner on an individual basis"}, "designated": {"title": "Designated", "description": "Access allowed according to signs or specific local laws"}, "destination": {"title": "Destination", "description": "Access allowed only to reach a destination"}, "dismount": {"title": "Dismount", "description": "Access allowed but rider must dismount"}, "permit": {"title": "Permit", "description": "Access allowed only with a valid permit or license"}}}},
"address": {"type": "address", "keys": ["addr:block_number", "addr:city", "addr:block_number", "addr:conscriptionnumber", "addr:county", "addr:country", "addr:county", "addr:district", "addr:floor", "addr:hamlet", "addr:housename", "addr:housenumber", "addr:neighbourhood", "addr:place", "addr:postcode", "addr:province", "addr:quarter", "addr:state", "addr:street", "addr:subdistrict", "addr:suburb", "addr:unit"], "reference": {"key": "addr"}, "icon": "address", "universal": true, "label": "Address", "strings": {"placeholders": {"block_number": "Block Number", "block_number!jp": "Block No.", "city": "City", "city!jp": "City/Town/Village/Tokyo Special Ward", "city!vn": "City/Town", "conscriptionnumber": "123", "country": "Country", "county": "County", "county!jp": "District", "district": "District", "district!vn": "Arrondissement/Town/District", "floor": "Floor", "hamlet": "Hamlet", "housename": "Housename", "housenumber": "123", "housenumber!jp": "Building No./Lot No.", "neighbourhood": "Neighbourhood", "neighbourhood!jp": "Chōme/Aza/Koaza", "place": "Place", "postcode": "Postcode", "province": "Province", "province!jp": "Prefecture", "quarter": "Quarter", "quarter!jp": "Ōaza/Machi", "state": "State", "street": "Street", "subdistrict": "Subdistrict", "subdistrict!vn": "Ward/Commune/Townlet", "suburb": "Suburb", "suburb!jp": "Ward", "unit": "Unit"}}},
"admin_level": {"key": "admin_level", "type": "number", "minValue": 1, "label": "Admin Level"},
"aerialway": {"key": "aerialway", "type": "typeCombo", "label": "Type"},
@@ -56,7 +56,7 @@
"communication_multi": {"key": "communication:", "type": "multiCombo", "label": "Communication Types"},
"construction": {"key": "construction", "type": "combo", "label": "Type"},
"contact/webcam": {"key": "contact:webcam", "type": "url", "icon": "website", "label": "Webcam URL", "placeholder": "http://example.com/"},
"content": {"key": "content", "type": "combo", "label": "Content"},
"content": {"key": "content", "type": "combo", "label": "Content", "options": ["silage", "water", "oil", "fuel", "slurry", "gas", "manure", "sewage"]},
"country": {"key": "country", "type": "combo", "label": "Country"},
"covered": {"key": "covered", "type": "check", "label": "Covered"},
"craft": {"key": "craft", "type": "typeCombo", "label": "Type"},
@@ -82,7 +82,7 @@
"direction": {"key": "direction", "type": "number", "label": "Direction (Degrees Clockwise)", "placeholder": "45, 90, 180, 270"},
"dispensing": {"key": "dispensing", "type": "check", "label": "Dispenses Prescriptions", "default": "yes"},
"display": {"key": "display", "type": "combo", "label": "Display", "options": ["analog", "digital", "sundial", "unorthodox"]},
"distance": {"key": "distance", "type": "text", "label": "Total Distance"},
"distance": {"key": "distance", "type": "text", "label": "Distance"},
"dock": {"key": "dock", "type": "combo", "label": "Type"},
"drive_through": {"key": "drive_through", "type": "check", "label": "Drive-Through"},
"duration": {"key": "duration", "type": "text", "label": "Duration", "placeholder": "00:00"},
@@ -99,8 +99,10 @@
"fence_type": {"key": "fence_type", "type": "combo", "label": "Type"},
"fire_hydrant/position": {"key": "fire_hydrant:position", "type": "combo", "label": "Position", "strings": {"options": {"lane": "Lane", "parking_lot": "Parking Lot", "sidewalk": "Sidewalk", "green": "Green"}}},
"fire_hydrant/type": {"key": "fire_hydrant:type", "type": "combo", "label": "Type", "strings": {"options": {"pillar": "Pillar/Aboveground", "underground": "Underground", "wall": "Wall", "pond": "Pond"}}},
"fireplace": {"key": "fireplace", "type": "check", "label": "Fireplace"},
"fitness_station": {"key": "fitness_station", "type": "typeCombo", "label": "Equipment Type"},
"fixme": {"key": "fixme", "type": "textarea", "label": "Fix Me", "universal": true},
"flag/type": {"key": "flag:type", "type": "combo", "label": "Flag Type"},
"ford": {"key": "ford", "type": "typeCombo", "label": "Type", "placeholder": "Default"},
"frequency": {"key": "frequency", "type": "combo", "label": "Operating Frequency"},
"fuel_multi": {"key": "fuel:", "type": "multiCombo", "label": "Fuel Types"},
@@ -122,6 +124,9 @@
"highway": {"key": "highway", "type": "typeCombo", "label": "Type"},
"historic": {"key": "historic", "type": "typeCombo", "label": "Type"},
"historic/civilization": {"key": "historic:civilization", "type": "combo", "label": "Historic Civilization"},
"historic/wreck/date_sunk": {"key": "wreck:date_sunk", "type": "text", "label": "Date Sunk"},
"historic/wreck/visible_at_high_tide": {"key": "wreck:visible_at_high_tide", "type": "check", "label": "Visible At High Tide"},
"historic/wreck/visible_at_low_tide": {"key": "wreck:visible_at_low_tide", "type": "check", "label": "Visible At Low Tide"},
"hoops": {"key": "hoops", "type": "number", "minValue": 0, "label": "Hoops", "placeholder": "1, 2, 4..."},
"horse_dressage": {"key": "sport", "type": "check", "label": "Dressage Riding", "strings": {"options": {"undefined": "No", "equestrian": "Yes"}}, "reference": {"key": "sport", "value": "equestrian"}},
"horse_riding": {"key": "leisure", "type": "check", "label": "Horseback Riding", "strings": {"options": {"undefined": "No", "horse_riding": "Yes"}}, "reference": {"key": "leisure", "value": "horse_riding"}},
@@ -144,6 +149,7 @@
"lamp_type": {"key": "lamp_type", "type": "combo", "label": "Type"},
"landuse": {"key": "landuse", "type": "typeCombo", "label": "Type"},
"lanes": {"key": "lanes", "type": "number", "minValue": 0, "label": "Lanes", "placeholder": "1, 2, 3..."},
"language_multi": {"key": "language:", "type": "multiCombo", "label": "Languages"},
"layer": {"key": "layer", "type": "number", "label": "Layer", "placeholder": "0"},
"leaf_cycle_singular": {"key": "leaf_cycle", "type": "combo", "label": "Leaf Cycle", "strings": {"options": {"evergreen": "Evergreen", "deciduous": "Deciduous", "semi_evergreen": "Semi-Evergreen", "semi_deciduous": "Semi-Deciduous"}}},
"leaf_cycle": {"key": "leaf_cycle", "type": "combo", "label": "Leaf Cycle", "strings": {"options": {"evergreen": "Evergreen", "deciduous": "Deciduous", "semi_evergreen": "Semi-Evergreen", "semi_deciduous": "Semi-Deciduous", "mixed": "Mixed"}}},
@@ -154,11 +160,13 @@
"level": {"key": "level", "type": "combo", "label": "Level", "universal": true},
"levels": {"key": "building:levels", "type": "number", "minValue": 0, "label": "Levels", "placeholder": "2, 4, 6..."},
"lit": {"key": "lit", "type": "check", "label": "Lit"},
"location_pool": {"key": "location", "type": "typeCombo", "label": "Location", "strings": {"options": {"outdoor": "Outdoor", "indoor": "Indoor", "roof": "Rooftop"}}},
"location": {"key": "location", "type": "combo", "label": "Location"},
"man_made": {"key": "man_made", "type": "typeCombo", "label": "Type"},
"manhole": {"key": "manhole", "type": "typeCombo", "label": "Type"},
"map_size": {"key": "map_size", "type": "typeCombo", "label": "Coverage"},
"map_type": {"key": "map_type", "type": "typeCombo", "label": "Type"},
"material": {"key": "material", "type": "combo", "universal": true, "label": "Material"},
"maxheight": {"key": "maxheight", "type": "combo", "label": "Max Height", "placeholder": "4, 4.5, 5, 14'0\", 14'6\", 15'0\"", "snake_case": false},
"maxspeed": {"key": "maxspeed", "type": "maxspeed", "label": "Speed Limit", "placeholder": "40, 50, 60..."},
"maxspeed/advisory": {"key": "maxspeed:advisory", "type": "maxspeed", "label": "Advisory Speed Limit", "placeholder": "40, 50, 60..."},
@@ -192,7 +200,7 @@
"phone": {"key": "phone", "type": "tel", "icon": "maki-telephone", "universal": true, "label": "Telephone", "placeholder": "+31 42 123 4567"},
"piste/difficulty": {"key": "piste:difficulty", "type": "combo", "label": "Difficulty", "placeholder": "Easy, Intermediate, Advanced...", "strings": {"options": {"novice": "Novice (instructional)", "easy": "Easy (green circle)", "intermediate": "Intermediate (blue square)", "advanced": "Advanced (black diamond)", "expert": "Expert (double black diamond)", "freeride": "Freeride (off-piste)", "extreme": "Extreme (climbing equipment required)"}}},
"piste/grooming": {"key": "piste:grooming", "type": "combo", "label": "Grooming", "strings": {"options": {"classic": "Classic", "mogul": "Mogul", "backcountry": "Backcountry", "classic+skating": "Classic and Skating", "scooter": "Scooter/Snowmobile", "skating": "Skating"}}},
"piste/type": {"key": "piste:type", "type": "typeCombo", "label": "Type", "strings": {"options": {"downhill": "Downhill", "nordic": "Nordic", "skitour": "Skitour", "sled": "Sled", "hike": "Hike", "sleigh": "Sleigh", "ice_skate": "Ice Skate", "snow_park": "Snow Park", "playground": "Playground"}}},
"piste/type": {"key": "piste:type", "type": "typeCombo", "label": "Type", "strings": {"options": {"downhill": "Downhill", "nordic": "Nordic", "skitour": "Skitour", "sled": "Sled", "hike": "Hike", "sleigh": "Sleigh", "ice_skate": "Ice Skate", "snow_park": "Snow Park", "playground": "Playground", "connection": "Connection"}}},
"place": {"key": "place", "type": "typeCombo", "label": "Type"},
"plant": {"key": "plant", "type": "combo", "label": "Plant"},
"plant/output/electricity": {"key": "plant:output:electricity", "type": "text", "label": "Power Output", "placeholder": "500 MW, 1000 MW, 2000 MW..."},
@@ -229,6 +237,18 @@
"route": {"key": "route", "type": "combo", "label": "Type"},
"sac_scale": {"key": "sac_scale", "type": "combo", "label": "Hiking Difficulty", "placeholder": "Mountain Hiking, Alpine Hiking...", "strings": {"options": {"hiking": "T1: Hiking", "mountain_hiking": "T2: Mountain Hiking", "demanding_mountain_hiking": "T3: Demanding Mountain Hiking", "alpine_hiking": "T4: Alpine Hiking", "demanding_alpine_hiking": "T5: Demanding Alpine Hiking", "difficult_alpine_hiking": "T6: Difficult Alpine Hiking"}}},
"sanitary_dump_station": {"key": "sanitary_dump_station", "type": "check", "label": "Toilet Disposal"},
"seamark/beacon_isolated_danger/shape": {"key": "seamark:beacon_isolated_danger:shape", "type": "combo", "label": "Shape"},
"seamark/beacon_lateral/category": {"key": "seamark:beacon_lateral:category", "type": "combo", "label": "Category", "strings": {"options": {"port": "Port", "starboard": "Starboard", "waterway_left": "Waterway Left", "waterway_right": "Waterway Right", "danger_left": "Danger Left", "danger_right": "Danger Right"}}},
"seamark/beacon_lateral/colour": {"key": "seamark:beacon_lateral:colour", "type": "combo", "label": "Colour", "strings": {"options": {"red": "Red", "green": "Green", "grey": "Grey"}}},
"seamark/beacon_lateral/shape": {"key": "seamark:beacon_lateral:shape", "type": "combo", "label": "Shape"},
"seamark/beacon_lateral/system": {"key": "seamark:beacon_lateral:system", "type": "combo", "label": "System", "strings": {"options": {"iala-a": "IALA A", "iala-b": "IALA B", "cevni": "CEVNI", "other": "Other"}}},
"seamark/buoy_lateral/category": {"key": "seamark:buoy_lateral:category", "type": "combo", "label": "Category", "strings": {"options": {"port": "Port", "starboard": "Starboard", "channel_left": "Channel Left", "channel_right": "Channel Right", "waterway_left": "Waterway Left", "waterway_right": "Waterway Right", "danger_left": "Danger Left", "danger_right": "Danger Right", "preferred_channel_port": "Preferred Channel Port", "preferred_channel_starboard": "Preferred Channel Starboard"}}},
"seamark/buoy_lateral/colour": {"key": "seamark:buoy_lateral:colour", "type": "combo", "label": "Colour", "strings": {"options": {"red": "Red", "green": "Green", "red;white;red;white": "Red-White-Red-White", "green;white;green;white": "Green-White-Green-White", "red;green;red": "Red-Green-Red", "green;red;green": "Green-Red-Green", "white": "White", "yellow": "Yellow"}}},
"seamark/buoy_lateral/shape": {"key": "seamark:buoy_lateral:shape", "type": "combo", "label": "Shape"},
"seamark/buoy_lateral/system": {"key": "seamark:buoy_lateral:system", "type": "combo", "label": "System", "strings": {"options": {"iala-a": "IALA A", "iala-b": "IALA B", "cevni": "CEVNI", "other": "Other"}}},
"seamark/mooring/category": {"key": "seamark:mooring:category", "type": "combo", "label": "Category"},
"seamark/type": {"key": "seamark:type", "type": "combo", "universal": true, "label": "Seamark"},
"seamark/wreck/category": {"key": "seamark:wreck:category", "type": "combo", "label": "Category"},
"seasonal": {"key": "seasonal", "type": "check", "label": "Seasonal"},
"second_hand": {"key": "second_hand", "type": "combo", "label": "Sells Used", "placeholder": "Yes, No, Only", "strings": {"options": {"yes": "Yes", "no": "No", "only": "Only"}}},
"service_rail": {"key": "service", "type": "combo", "label": "Service Type", "strings": {"options": {"spur": "Spur", "yard": "Yard", "siding": "Siding", "crossover": "Crossover"}}},
@@ -252,7 +272,7 @@
"sport_racing_motor": {"key": "sport", "type": "semiCombo", "label": "Sports", "options": ["motor", "karting", "motocross"]},
"sport_racing_nonmotor": {"key": "sport", "type": "semiCombo", "label": "Sports", "options": ["bmx", "cycling", "dog_racing", "horse_racing", "running"]},
"sport": {"key": "sport", "type": "semiCombo", "label": "Sports"},
"stars": {"key": "stars", "type": "number", "minValue": 0, "label": "Stars"},
"stars": {"key": "stars", "type": "combo", "label": "Stars"},
"start_date": {"key": "start_date", "type": "text", "universal": true, "label": "Start Date"},
"step_count": {"key": "step_count", "type": "number", "minValue": 0, "label": "Number of Steps"},
"stop": {"key": "stop", "type": "combo", "label": "Stop Type", "strings": {"options": {"all": "All Ways", "minor": "Minor Road"}}},
@@ -267,6 +287,7 @@
"surveillance": {"key": "surveillance", "type": "combo", "label": "Surveillance Kind"},
"surveillance/type": {"key": "surveillance:type", "type": "combo", "label": "Surveillance Type", "strings": {"options": {"camera": "Camera", "guard": "Guard", "ALPR": "Automatic License Plate Reader"}}},
"surveillance/zone": {"key": "surveillance:zone", "type": "combo", "label": "Surveillance Zone"},
"swimming_pool": {"key": "swimming_pool", "type": "combo", "label": "Type"},
"switch": {"key": "switch", "type": "combo", "label": "Type", "strings": {"options": {"mechanical": "Mechanical", "circuit_breaker": "Circuit Breaker", "disconnector": "Disconnector", "earthing": "Earthing"}}},
"tactile_paving": {"key": "tactile_paving", "type": "check", "label": "Tactile Paving"},
"takeaway": {"key": "takeaway", "type": "combo", "label": "Takeaway", "placeholder": "Yes, No, Takeaway Only...", "strings": {"options": {"yes": "Yes", "no": "No", "only": "Takeaway Only"}}},
+11 -7
View File
@@ -15,31 +15,35 @@
"options": {
"yes": {
"title": "Allowed",
"description": "Access permitted by law; a right of way"
"description": "Access allowed by law; a right of way"
},
"no": {
"title": "Prohibited",
"description": "Access not permitted to the general public"
"description": "Access not allowed to the general public"
},
"permissive": {
"title": "Permissive",
"description": "Access permitted until such time as the owner revokes the permission"
"description": "Access allowed until such time as the owner revokes the permission"
},
"private": {
"title": "Private",
"description": "Access permitted only with permission of the owner on an individual basis"
"description": "Access allowed only with permission of the owner on an individual basis"
},
"designated": {
"title": "Designated",
"description": "Access permitted according to signs or specific local laws"
"description": "Access allowed according to signs or specific local laws"
},
"destination": {
"title": "Destination",
"description": "Access permitted only to reach a destination"
"description": "Access allowed only to reach a destination"
},
"dismount": {
"title": "Dismount",
"description": "Access permitted but rider must dismount"
"description": "Access allowed but rider must dismount"
},
"permit": {
"title": "Permit",
"description": "Access allowed only with a valid permit or license"
}
}
}
+1 -1
View File
@@ -2,5 +2,5 @@
"key": "access",
"type": "combo",
"label": "Allowed Access",
"options": ["yes", "permissive", "private", "customers", "no"]
"options": ["yes", "permissive", "private", "customers", "permit", "no"]
}
+2 -1
View File
@@ -1,5 +1,6 @@
{
"key": "content",
"type": "combo",
"label": "Content"
"label": "Content",
"options": ["silage", "water", "oil", "fuel", "slurry", "gas", "manure", "sewage"]
}
+1 -1
View File
@@ -1,5 +1,5 @@
{
"key": "distance",
"type": "text",
"label": "Total Distance"
"label": "Distance"
}
+5
View File
@@ -0,0 +1,5 @@
{
"key": "fireplace",
"type": "check",
"label": "Fireplace"
}
+5
View File
@@ -0,0 +1,5 @@
{
"key": "flag:type",
"type": "combo",
"label": "Flag Type"
}
@@ -0,0 +1,5 @@
{
"key": "wreck:date_sunk",
"type": "text",
"label": "Date Sunk"
}
@@ -0,0 +1,5 @@
{
"key": "wreck:visible_at_high_tide",
"type": "check",
"label": "Visible At High Tide"
}
@@ -0,0 +1,5 @@
{
"key": "wreck:visible_at_low_tide",
"type": "check",
"label": "Visible At Low Tide"
}
+5
View File
@@ -0,0 +1,5 @@
{
"key": "language:",
"type": "multiCombo",
"label": "Languages"
}
+12
View File
@@ -0,0 +1,12 @@
{
"key": "location",
"type": "typeCombo",
"label": "Location",
"strings": {
"options": {
"outdoor": "Outdoor",
"indoor": "Indoor",
"roof": "Rooftop"
}
}
}
+6
View File
@@ -0,0 +1,6 @@
{
"key": "material",
"type": "combo",
"universal": true,
"label": "Material"
}
+2 -1
View File
@@ -12,7 +12,8 @@
"sleigh": "Sleigh",
"ice_skate": "Ice Skate",
"snow_park": "Snow Park",
"playground": "Playground"
"playground": "Playground",
"connection": "Connection"
}
}
}
@@ -0,0 +1,5 @@
{
"key": "seamark:beacon_isolated_danger:shape",
"type": "combo",
"label": "Shape"
}
@@ -0,0 +1,15 @@
{
"key": "seamark:beacon_lateral:category",
"type": "combo",
"label": "Category",
"strings": {
"options": {
"port": "Port",
"starboard": "Starboard",
"waterway_left":"Waterway Left",
"waterway_right":"Waterway Right",
"danger_left":"Danger Left",
"danger_right":"Danger Right"
}
}
}
@@ -0,0 +1,12 @@
{
"key": "seamark:beacon_lateral:colour",
"type": "combo",
"label": "Colour",
"strings": {
"options": {
"red": "Red",
"green": "Green",
"grey": "Grey"
}
}
}
@@ -0,0 +1,5 @@
{
"key": "seamark:beacon_lateral:shape",
"type": "combo",
"label": "Shape"
}
@@ -0,0 +1,13 @@
{
"key": "seamark:beacon_lateral:system",
"type": "combo",
"label": "System",
"strings": {
"options": {
"iala-a": "IALA A",
"iala-b": "IALA B",
"cevni": "CEVNI",
"other": "Other"
}
}
}
@@ -0,0 +1,19 @@
{
"key": "seamark:buoy_lateral:category",
"type": "combo",
"label": "Category",
"strings": {
"options": {
"port": "Port",
"starboard": "Starboard",
"channel_left":"Channel Left",
"channel_right":"Channel Right",
"waterway_left":"Waterway Left",
"waterway_right":"Waterway Right",
"danger_left":"Danger Left",
"danger_right":"Danger Right",
"preferred_channel_port":"Preferred Channel Port",
"preferred_channel_starboard":"Preferred Channel Starboard"
}
}
}
@@ -0,0 +1,17 @@
{
"key": "seamark:buoy_lateral:colour",
"type": "combo",
"label": "Colour",
"strings": {
"options": {
"red": "Red",
"green": "Green",
"red;white;red;white": "Red-White-Red-White",
"green;white;green;white":"Green-White-Green-White",
"red;green;red":"Red-Green-Red",
"green;red;green":"Green-Red-Green",
"white":"White",
"yellow":"Yellow"
}
}
}
@@ -0,0 +1,5 @@
{
"key": "seamark:buoy_lateral:shape",
"type": "combo",
"label": "Shape"
}
@@ -0,0 +1,13 @@
{
"key": "seamark:buoy_lateral:system",
"type": "combo",
"label": "System",
"strings": {
"options": {
"iala-a": "IALA A",
"iala-b": "IALA B",
"cevni": "CEVNI",
"other": "Other"
}
}
}
@@ -0,0 +1,5 @@
{
"key": "seamark:mooring:category",
"type": "combo",
"label": "Category"
}
+6
View File
@@ -0,0 +1,6 @@
{
"key": "seamark:type",
"type": "combo",
"universal": true,
"label": "Seamark"
}
@@ -0,0 +1,5 @@
{
"key": "seamark:wreck:category",
"type": "combo",
"label": "Category"
}
+1 -2
View File
@@ -1,6 +1,5 @@
{
"key": "stars",
"type": "number",
"minValue": 0,
"type": "combo",
"label": "Stars"
}
+5
View File
@@ -0,0 +1,5 @@
{
"key": "swimming_pool",
"type": "combo",
"label": "Type"
}
+124 -102
View File
@@ -9,10 +9,11 @@
"power": {"geometry": ["point", "vertex", "line", "area"], "tags": {"power": "*"}, "fields": ["power"], "searchable": false, "name": "Power"},
"railway": {"fields": ["railway"], "geometry": ["point", "vertex", "line", "area"], "tags": {"railway": "*"}, "searchable": false, "name": "Railway"},
"roundabout": {"geometry": ["vertex", "line"], "fields": ["name"], "tags": {"junction": "roundabout"}, "name": "Roundabout", "searchable": false},
"seamark": {"icon": "maki-harbor", "fields": ["seamark/type"], "geometry": ["point", "vertex", "line", "area"], "tags": {"seamark:type": "*"}, "searchable": false, "name": "Seamark"},
"waterway": {"fields": ["name", "waterway"], "geometry": ["point", "vertex", "line", "area"], "tags": {"waterway": "*"}, "searchable": false, "name": "Waterway"},
"address": {"fields": ["address"], "geometry": ["point", "vertex", "area"], "tags": {"addr:*": "*"}, "addTags": {}, "removeTags": {}, "reference": {"key": "addr"}, "name": "Address", "matchScore": 0.15},
"advertising/billboard": {"fields": ["direction", "lit"], "geometry": ["point", "vertex", "line"], "tags": {"advertising": "billboard"}, "name": "Billboard"},
"advertising/column": {"fields": ["direction", "lit"], "geometry": ["point", "area"], "tags": {"advertising": "column"}, "name": "Advertising Column"},
"advertising/column": {"icon": "temaki-storage_tank", "fields": ["lit"], "geometry": ["point", "area"], "tags": {"advertising": "column"}, "name": "Advertising Column"},
"aerialway/station": {"icon": "maki-aerialway", "geometry": ["point", "vertex", "area"], "fields": ["aerialway/access", "aerialway/summer/access", "elevation", "building_area"], "tags": {"aerialway": "station"}, "name": "Aerialway Station", "searchable": false},
"aerialway/cable_car": {"geometry": ["line"], "terms": ["tramway", "ropeway"], "fields": ["name", "aerialway/occupancy", "aerialway/capacity", "aerialway/duration", "aerialway/heating"], "tags": {"aerialway": "cable_car"}, "name": "Cable Car"},
"aerialway/chair_lift": {"geometry": ["line"], "fields": ["name", "aerialway/occupancy", "aerialway/capacity", "aerialway/duration", "aerialway/bubble", "aerialway/heating"], "tags": {"aerialway": "chair_lift"}, "name": "Chair Lift"},
@@ -25,12 +26,12 @@
"aerialway/pylon": {"geometry": ["point", "vertex"], "fields": ["ref"], "tags": {"aerialway": "pylon"}, "name": "Aerialway Pylon"},
"aerialway/rope_tow": {"geometry": ["line"], "terms": ["handle tow", "bugel lift"], "fields": ["name", "aerialway/capacity", "aerialway/duration"], "tags": {"aerialway": "rope_tow"}, "name": "Rope Tow Lift"},
"aerialway/t-bar": {"geometry": ["line"], "fields": ["name", "aerialway/capacity", "aerialway/duration"], "terms": ["tbar"], "tags": {"aerialway": "t-bar"}, "name": "T-bar Lift"},
"aeroway/aerodrome": {"icon": "maki-airport", "geometry": ["point", "area"], "fields": ["name", "iata", "icao", "operator", "internet_access", "internet_access/fee", "internet_access/ssid"], "terms": ["airplane", "airport", "aerodrome"], "tags": {"aeroway": "aerodrome"}, "name": "Airport"},
"aeroway/aerodrome": {"icon": "maki-airport", "geometry": ["point", "area"], "fields": ["name", "iata", "icao", "operator", "internet_access", "internet_access/fee", "internet_access/ssid"], "terms": ["aerodrome", "aeroway", "airplane", "airport", "jet", "plane"], "tags": {"aeroway": "aerodrome"}, "matchScore": 0.9, "name": "Airport"},
"aeroway/apron": {"icon": "maki-airport", "geometry": ["area"], "terms": ["ramp"], "fields": ["ref", "surface"], "tags": {"aeroway": "apron"}, "name": "Apron"},
"aeroway/gate": {"icon": "maki-airport", "geometry": ["point"], "fields": ["ref_aeroway_gate"], "tags": {"aeroway": "gate"}, "name": "Airport Gate"},
"aeroway/hangar": {"geometry": ["area"], "fields": ["name", "building_area"], "tags": {"aeroway": "hangar"}, "name": "Hangar"},
"aeroway/helipad": {"icon": "maki-heliport", "geometry": ["point", "area"], "fields": ["ref"], "terms": ["helicopter", "helipad", "heliport"], "tags": {"aeroway": "helipad"}, "name": "Helipad"},
"aeroway/runway": {"geometry": ["line", "area"], "terms": ["landing strip"], "fields": ["ref_runway", "surface", "length", "width"], "tags": {"aeroway": "runway"}, "name": "Runway"},
"aeroway/runway": {"icon": "fas-plane-departure", "geometry": ["line", "area"], "terms": ["landing strip"], "fields": ["ref_runway", "surface", "length", "width"], "tags": {"aeroway": "runway"}, "name": "Runway"},
"aeroway/taxiway": {"geometry": ["line"], "fields": ["ref_taxiway", "surface"], "tags": {"aeroway": "taxiway"}, "name": "Taxiway"},
"aeroway/terminal": {"icon": "maki-airport", "geometry": ["point", "area"], "terms": ["airport", "aerodrome"], "fields": ["name", "operator", "building_area"], "tags": {"aeroway": "terminal"}, "name": "Airport Terminal"},
"allotments/plot": {"geometry": ["area"], "fields": ["name", "ref"], "tags": {"allotments": "plot"}, "reference": {"key": "allotments", "value": "plot"}, "name": "Community Garden Plot"},
@@ -48,12 +49,12 @@
"amenity/atm": {"icon": "maki-bank", "fields": ["operator", "network", "cash_in", "currency_multi", "drive_through"], "geometry": ["point", "vertex"], "terms": ["money", "cash", "machine"], "tags": {"amenity": "atm"}, "name": "ATM"},
"amenity/bank": {"icon": "maki-bank", "fields": ["name", "atm", "operator", "address", "building_area", "opening_hours", "drive_through"], "geometry": ["point", "area"], "terms": ["credit union", "check", "deposit", "fund", "investment", "repository", "reserve", "safe", "savings", "stock", "treasury", "trust", "vault"], "tags": {"amenity": "bank"}, "name": "Bank"},
"amenity/bar": {"icon": "maki-bar", "fields": ["name", "operator", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "brewery"], "geometry": ["point", "area"], "terms": ["dive", "beer", "bier", "booze"], "tags": {"amenity": "bar"}, "name": "Bar"},
"amenity/bbq": {"icon": "maki-bbq", "fields": ["covered", "fuel"], "geometry": ["point"], "terms": ["bbq", "grill"], "tags": {"amenity": "bbq"}, "name": "Barbecue/Grill"},
"amenity/bbq": {"icon": "maki-bbq", "fields": ["covered", "fuel", "access_simple"], "geometry": ["point"], "terms": ["bbq", "grill"], "tags": {"amenity": "bbq"}, "name": "Barbecue/Grill"},
"amenity/bench": {"icon": "temaki-bench", "fields": ["backrest"], "geometry": ["point", "vertex", "line"], "terms": ["seat"], "tags": {"amenity": "bench"}, "name": "Bench"},
"amenity/bicycle_parking": {"icon": "maki-bicycle", "fields": ["bicycle_parking", "capacity", "operator", "covered", "access_simple"], "geometry": ["point", "vertex", "area"], "terms": ["bike"], "tags": {"amenity": "bicycle_parking"}, "name": "Bicycle Parking"},
"amenity/bicycle_rental": {"icon": "maki-bicycle", "fields": ["capacity", "network", "operator", "payment_multi"], "geometry": ["point", "vertex", "area"], "terms": ["bike"], "tags": {"amenity": "bicycle_rental"}, "name": "Bicycle Rental"},
"amenity/bicycle_repair_station": {"icon": "maki-bicycle", "fields": ["operator", "brand", "opening_hours", "fee", "service/bicycle"], "geometry": ["point", "vertex"], "terms": ["bike", "repair", "chain", "pump"], "tags": {"amenity": "bicycle_repair_station"}, "name": "Bicycle Repair Tool Stand"},
"amenity/biergarten": {"icon": "maki-beer", "fields": ["name", "address", "building_area", "opening_hours", "smoking", "outdoor_seating", "brewery"], "geometry": ["point", "area"], "tags": {"amenity": "biergarten"}, "terms": ["beer", "bier", "booze"], "name": "Beer Garden"},
"amenity/biergarten": {"icon": "maki-beer", "fields": ["name", "address", "building", "opening_hours", "smoking", "outdoor_seating", "brewery"], "geometry": ["point", "area"], "tags": {"amenity": "biergarten"}, "terms": ["beer", "bier", "booze"], "name": "Biergarten"},
"amenity/boat_rental": {"fields": ["name", "operator", "payment_multi"], "geometry": ["point", "area"], "tags": {"amenity": "boat_rental"}, "name": "Boat Rental"},
"amenity/bureau_de_change": {"icon": "maki-bank", "fields": ["name", "currency_multi", "operator", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "terms": ["bureau de change", "money changer"], "tags": {"amenity": "bureau_de_change"}, "name": "Currency Exchange"},
"amenity/cafe": {"icon": "maki-cafe", "fields": ["name", "cuisine", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "internet_access/ssid", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "terms": ["bistro", "coffee", "tea"], "tags": {"amenity": "cafe"}, "name": "Cafe"},
@@ -62,7 +63,7 @@
"amenity/car_sharing": {"icon": "maki-car", "fields": ["name", "operator", "capacity", "payment_multi"], "geometry": ["point", "area"], "tags": {"amenity": "car_sharing"}, "name": "Car Sharing"},
"amenity/car_wash": {"icon": "maki-car", "fields": ["address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"amenity": "car_wash"}, "name": "Car Wash"},
"amenity/casino": {"icon": "temaki-dice", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi", "smoking"], "geometry": ["point", "area"], "terms": ["gambling", "roulette", "craps", "poker", "blackjack"], "tags": {"amenity": "casino"}, "name": "Casino"},
"amenity/charging_station": {"icon": "maki-car", "fields": ["operator", "capacity"], "geometry": ["point"], "tags": {"amenity": "charging_station"}, "terms": ["EV", "Electric Vehicle", "Supercharger"], "name": "Charging Station"},
"amenity/charging_station": {"icon": "fas-charging-station", "fields": ["operator", "capacity"], "geometry": ["point"], "tags": {"amenity": "charging_station"}, "terms": ["EV", "Electric Vehicle", "Supercharger"], "name": "Charging Station"},
"amenity/childcare": {"icon": "maki-school", "fields": ["name", "operator", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "terms": ["daycare", "orphanage", "playgroup"], "tags": {"amenity": "childcare"}, "name": "Nursery/Childcare"},
"amenity/cinema": {"icon": "maki-cinema", "fields": ["name", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "terms": ["drive-in", "film", "flick", "movie", "theater", "picture", "show", "screen"], "tags": {"amenity": "cinema"}, "name": "Cinema"},
"amenity/clinic": {"icon": "maki-doctor", "fields": ["name", "operator", "healthcare/speciality", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "terms": ["medical", "urgentcare"], "tags": {"amenity": "clinic"}, "addTags": {"amenity": "clinic", "healthcare": "clinic"}, "removeTags": {"amenity": "clinic", "healthcare": "clinic"}, "reference": {"key": "amenity", "value": "clinic"}, "name": "Clinic"},
@@ -88,22 +89,22 @@
"amenity/grave_yard": {"icon": "maki-cemetery", "fields": ["religion", "denomination"], "geometry": ["point", "area"], "tags": {"amenity": "grave_yard"}, "name": "Graveyard"},
"amenity/grit_bin": {"fields": ["access_simple"], "geometry": ["point", "vertex"], "tags": {"amenity": "grit_bin"}, "terms": ["salt", "sand"], "name": "Grit Bin"},
"amenity/hospital": {"icon": "maki-hospital", "fields": ["name", "operator", "healthcare/speciality", "address", "emergency"], "geometry": ["point", "area"], "terms": ["clinic", "doctor", "emergency room", "health", "infirmary", "institution", "sanatorium", "sanitarium", "sick", "surgery", "ward"], "tags": {"amenity": "hospital"}, "addTags": {"amenity": "hospital", "healthcare": "hospital"}, "removeTags": {"amenity": "hospital", "healthcare": "hospital"}, "reference": {"key": "amenity", "value": "hospital"}, "name": "Hospital Grounds"},
"amenity/hunting_stand": {"icon": "temaki-binoculars", "geometry": ["point", "vertex", "area"], "terms": ["game", "gun", "lookout", "rifle", "shoot*", "wild", "watch"], "tags": {"amenity": "hunting_stand"}, "name": "Hunting Stand"},
"amenity/hunting_stand": {"icon": "temaki-binoculars", "fields": ["access_simple"], "geometry": ["point", "vertex", "area"], "terms": ["game", "gun", "lookout", "rifle", "shoot*", "wild", "watch"], "tags": {"amenity": "hunting_stand"}, "name": "Hunting Stand"},
"amenity/ice_cream": {"icon": "maki-ice-cream", "fields": ["name", "address", "building_area", "opening_hours", "takeaway", "delivery", "outdoor_seating"], "geometry": ["point", "area"], "terms": ["gelato", "sorbet", "sherbet", "frozen", "yogurt"], "tags": {"amenity": "ice_cream"}, "name": "Ice Cream Shop"},
"amenity/internet_cafe": {"icon": "temaki-antenna", "fields": ["name", "operator", "address", "building_area", "opening_hours", "internet_access", "internet_access/fee", "internet_access/ssid", "smoking", "outdoor_seating"], "geometry": ["point", "area"], "terms": ["cybercafe", "taxiphone", "teleboutique", "coffee", "cafe", "net", "lanhouse"], "tags": {"amenity": "internet_cafe"}, "name": "Internet Cafe"},
"amenity/kindergarten": {"icon": "maki-school", "fields": ["name", "operator", "address"], "geometry": ["point", "area"], "terms": ["kindergarden", "pre-school"], "tags": {"amenity": "kindergarten"}, "name": "Preschool/Kindergarten Grounds"},
"amenity/language_school": {"icon": "maki-school", "fields": ["name", "operator", "address", "building_area", "opening_hours", "language_multi"], "geometry": ["point", "area"], "terms": ["esl"], "tags": {"amenity": "language_school"}, "name": "Language School"},
"amenity/library": {"icon": "maki-library", "fields": ["name", "operator", "building_area", "address", "opening_hours", "internet_access", "internet_access/fee", "internet_access/ssid", "ref/isil"], "geometry": ["point", "area"], "terms": ["book"], "tags": {"amenity": "library"}, "name": "Library"},
"amenity/love_hotel": {"icon": "maki-heart", "fields": ["name", "operator", "address", "building_area", "smoking", "rooms", "internet_access", "internet_access/fee", "internet_access/ssid"], "geometry": ["point", "area"], "tags": {"amenity": "love_hotel"}, "name": "Love Hotel"},
"amenity/marketplace": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building", "opening_hours"], "geometry": ["point", "area"], "tags": {"amenity": "marketplace"}, "name": "Marketplace"},
"amenity/monastery": {"icon": "maki-place-of-worship", "fields": ["name", "religion", "denomination", "address", "building_area"], "geometry": ["point", "area"], "terms": ["abbey", "basilica", "bethel", "cathedral", "chancel", "chantry", "chapel", "church", "fold", "house of God", "house of prayer", "house of worship", "minster", "mission", "monastery", "mosque", "oratory", "parish", "sacellum", "sanctuary", "shrine", "synagogue", "tabernacle", "temple"], "tags": {"amenity": "monastery"}, "name": "Monastery Grounds"},
"amenity/motorcycle_parking": {"icon": "fas-motorcycle", "fields": ["capacity", "operator", "covered", "access_simple"], "geometry": ["point", "vertex", "area"], "tags": {"amenity": "motorcycle_parking"}, "name": "Motorcycle Parking"},
"amenity/music_school": {"icon": "maki-school", "fields": ["name", "operator", "address"], "geometry": ["point", "area"], "terms": ["school of music"], "tags": {"amenity": "music_school"}, "name": "Music School"},
"amenity/music_school": {"icon": "maki-school", "fields": ["name", "operator", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "terms": ["school of music"], "tags": {"amenity": "music_school"}, "name": "Music School"},
"amenity/nightclub": {"icon": "maki-bar", "fields": ["name", "operator", "address", "building_area", "opening_hours", "smoking"], "geometry": ["point", "area"], "tags": {"amenity": "nightclub"}, "terms": ["disco*", "night club", "dancing", "dance club"], "name": "Nightclub"},
"amenity/parking_entrance": {"icon": "maki-entrance-alt1", "fields": ["access_simple", "ref"], "geometry": ["vertex"], "tags": {"amenity": "parking_entrance"}, "name": "Parking Garage Entrance/Exit"},
"amenity/parking_space": {"fields": ["capacity"], "geometry": ["point", "vertex", "area"], "terms": [], "tags": {"amenity": "parking_space"}, "matchScore": 0.95, "name": "Parking Space"},
"amenity/parking": {"icon": "maki-parking", "fields": ["name", "operator", "parking", "capacity", "fee", "access_simple", "supervised", "park_ride", "surface", "maxstay"], "geometry": ["point", "vertex", "area"], "tags": {"amenity": "parking"}, "terms": [], "name": "Car Parking"},
"amenity/pavilion": {"icon": "maki-shelter", "fields": ["bin", "bench"], "geometry": ["point", "vertex", "area"], "tags": {"amenity": "shelter", "shelter_type": "pavilion"}, "name": "Pavilion"},
"amenity/pharmacy": {"icon": "maki-pharmacy", "fields": ["name", "operator", "address", "building_area", "drive_through", "opening_hours", "payment_multi", "dispensing"], "geometry": ["point", "area"], "tags": {"amenity": "pharmacy"}, "addTags": {"amenity": "pharmacy", "healthcare": "pharmacy"}, "removeTags": {"amenity": "pharmacy", "healthcare": "pharmacy"}, "reference": {"key": "amenity", "value": "pharmacy"}, "terms": ["drug*", "med*", "prescription"], "name": "Pharmacy"},
"amenity/pharmacy": {"icon": "maki-pharmacy", "fields": ["name", "operator", "address", "building_area", "drive_through", "opening_hours", "payment_multi", "dispensing"], "geometry": ["point", "area"], "tags": {"amenity": "pharmacy"}, "addTags": {"amenity": "pharmacy", "healthcare": "pharmacy"}, "removeTags": {"amenity": "pharmacy", "healthcare": "pharmacy"}, "reference": {"key": "amenity", "value": "pharmacy"}, "terms": ["apothecary", "drug*", "med*", "prescription"], "name": "Pharmacy"},
"amenity/place_of_worship": {"icon": "maki-place-of-worship", "fields": ["name", "religion", "denomination", "address", "building_area", "service_times"], "geometry": ["point", "area"], "terms": ["abbey", "basilica", "bethel", "cathedral", "chancel", "chantry", "chapel", "church", "fold", "house of God", "house of prayer", "house of worship", "minster", "mission", "mosque", "oratory", "parish", "sacellum", "sanctuary", "shrine", "synagogue", "tabernacle", "temple"], "tags": {"amenity": "place_of_worship"}, "name": "Place of Worship"},
"amenity/place_of_worship/buddhist": {"icon": "maki-buddhism", "fields": ["name", "denomination", "building_area", "address", "service_times"], "geometry": ["point", "area"], "terms": ["stupa", "vihara", "monastery", "temple", "pagoda", "zendo", "dojo"], "tags": {"amenity": "place_of_worship", "religion": "buddhist"}, "reference": {"key": "amenity", "value": "place_of_worship"}, "name": "Buddhist Temple"},
"amenity/place_of_worship/christian": {"icon": "maki-religious-christian", "fields": ["name", "denomination", "building_area", "address", "service_times"], "geometry": ["point", "area"], "terms": ["christian", "abbey", "basilica", "bethel", "cathedral", "chancel", "chantry", "chapel", "fold", "house of God", "house of prayer", "house of worship", "minster", "mission", "oratory", "parish", "sacellum", "sanctuary", "shrine", "tabernacle", "temple"], "tags": {"amenity": "place_of_worship", "religion": "christian"}, "reference": {"key": "amenity", "value": "place_of_worship"}, "name": "Church"},
@@ -128,7 +129,9 @@
"amenity/sanitary_dump_station": {"icon": "temaki-storage_tank", "fields": ["operator", "access_simple", "fee", "water_point"], "geometry": ["point", "vertex", "area"], "terms": ["Motor Home", "Camper", "Sanitary", "Dump Station", "Elsan", "CDP", "CTDP", "Chemical Toilet"], "tags": {"amenity": "sanitary_dump_station"}, "name": "RV Toilet Disposal"},
"amenity/school": {"icon": "maki-school", "fields": ["name", "operator", "address", "religion", "denomination"], "geometry": ["point", "area"], "terms": ["academy", "elementary school", "middle school", "high school"], "tags": {"amenity": "school"}, "name": "School Grounds"},
"amenity/shelter": {"icon": "maki-shelter", "fields": ["name", "shelter_type", "building_area", "bench", "bin"], "geometry": ["point", "vertex", "area"], "terms": ["lean-to", "gazebo", "picnic"], "tags": {"amenity": "shelter"}, "name": "Shelter"},
"amenity/shower": {"icon": "temaki-shower", "fields": ["operator", "opening_hours", "fee", "supervised", "building_area"], "geometry": ["point", "vertex", "area"], "terms": ["rain closet"], "tags": {"amenity": "shower"}, "name": "Shower"},
"amenity/shelter/gazebo": {"icon": "maki-shelter", "fields": ["name", "building_area", "bench", "lit"], "geometry": ["point", "area"], "tags": {"amenity": "shelter", "shelter_type": "gazebo"}, "name": "Gazebo"},
"amenity/shelter/lean_to": {"icon": "maki-shelter", "fields": ["name", "operator", "building_area"], "geometry": ["point", "area"], "tags": {"amenity": "shelter", "shelter_type": "lean_to"}, "name": "Lean-To"},
"amenity/shower": {"icon": "temaki-shower", "fields": ["operator", "opening_hours", "fee", "supervised", "building_area", "access_simple"], "geometry": ["point", "vertex", "area"], "terms": ["rain closet"], "tags": {"amenity": "shower"}, "name": "Shower"},
"amenity/smoking_area": {"icon": "fas-smoking", "fields": ["name", "shelter", "bin", "bench", "opening_hours"], "geometry": ["point", "vertex", "area"], "terms": [], "tags": {"amenity": "smoking_area"}, "name": "Smoking Area"},
"amenity/social_facility": {"icon": "temaki-social_facility", "fields": ["name", "operator", "address", "building_area", "social_facility", "social_facility_for", "opening_hours", "wheelchair"], "geometry": ["point", "area"], "terms": [], "tags": {"amenity": "social_facility"}, "name": "Social Facility"},
"amenity/social_facility/food_bank": {"icon": "temaki-social_facility", "fields": ["name", "operator", "address", "building_area", "social_facility", "social_facility_for", "opening_hours"], "geometry": ["point", "area"], "terms": [], "tags": {"amenity": "social_facility", "social_facility": "food_bank"}, "reference": {"key": "social_facility", "value": "food_bank"}, "name": "Food Bank"},
@@ -156,7 +159,8 @@
"amenity/vending_machine/fuel": {"icon": "maki-fuel", "fields": ["vending", "operator", "payment_multi", "currency_multi"], "geometry": ["point"], "terms": ["petrol", "fuel", "gasoline", "propane", "diesel", "lng", "cng", "biodiesel"], "tags": {"amenity": "vending_machine", "vending": "fuel"}, "reference": {"key": "vending", "value": "fuel"}, "name": "Gas Pump"},
"amenity/vending_machine/ice_cream": {"icon": "temaki-vending_machine", "fields": ["vending", "operator", "payment_multi", "currency_multi"], "geometry": ["point"], "terms": ["chocolate", "ice cream", "frozen", "popsicle", "vanilla"], "tags": {"amenity": "vending_machine", "vending": "ice_cream"}, "reference": {"key": "vending", "value": "ice_cream"}, "name": "Ice Cream Vending Machine"},
"amenity/vending_machine/newspapers": {"icon": "temaki-vending_machine", "fields": ["vending", "operator", "fee", "payment_multi", "currency_multi"], "geometry": ["point"], "terms": ["newspaper"], "tags": {"amenity": "vending_machine", "vending": "newspapers"}, "reference": {"key": "vending", "value": "newspapers"}, "name": "Newspaper Vending Machine"},
"amenity/vending_machine/parcel_pickup_dropoff": {"icon": "temaki-vending_machine", "fields": ["vending", "operator", "payment_multi", "currency_multi"], "geometry": ["point"], "terms": ["parcel", "mail", "pickup"], "tags": {"amenity": "vending_machine", "vending": "parcel_pickup;parcel_mail_in"}, "reference": {"key": "vending", "value": "parcel_pickup;parcel_mail_in"}, "name": "Parcel Pickup/Dropoff Vending Machine"},
"amenity/vending_machine/parcel_pickup_dropoff": {"icon": "temaki-vending_machine", "fields": ["vending", "operator", "payment_multi", "currency_multi"], "geometry": ["point"], "terms": ["mail", "parcel", "pickup"], "tags": {"amenity": "vending_machine", "vending": "parcel_pickup;parcel_mail_in"}, "reference": {"key": "vending", "value": "parcel_pickup;parcel_mail_in"}, "name": "Parcel Pickup/Dropoff Locker"},
"amenity/vending_machine/parcel_pickup": {"icon": "temaki-vending_machine", "fields": ["vending", "operator"], "geometry": ["point"], "terms": ["amazon", "locker", "mail", "parcel", "pickup"], "tags": {"amenity": "vending_machine", "vending": "parcel_pickup"}, "reference": {"key": "vending", "value": "parcel_pickup"}, "name": "Parcel Pickup Locker"},
"amenity/vending_machine/parking_tickets": {"icon": "temaki-vending_machine", "fields": ["vending", "operator", "payment_multi", "currency_multi"], "geometry": ["point"], "terms": ["parking", "ticket"], "tags": {"amenity": "vending_machine", "vending": "parking_tickets"}, "reference": {"key": "vending", "value": "parking_tickets"}, "matchScore": 0.94, "name": "Parking Ticket Vending Machine"},
"amenity/vending_machine/public_transport_tickets": {"icon": "temaki-vending_machine", "fields": ["vending", "operator", "payment_multi", "currency_multi"], "geometry": ["point"], "terms": ["bus", "train", "ferry", "rail", "ticket", "transportation"], "tags": {"amenity": "vending_machine", "vending": "public_transport_tickets"}, "reference": {"key": "vending", "value": "public_transport_tickets"}, "name": "Transit Ticket Vending Machine"},
"amenity/vending_machine/stamps": {"icon": "temaki-vending_machine", "fields": ["vending", "operator", "payment_multi", "currency_multi"], "geometry": ["point"], "terms": ["mail", "postage", "stamp"], "tags": {"amenity": "vending_machine", "vending": "stamps"}, "reference": {"key": "vending", "value": "stamps"}, "name": "Postage Vending Machine"},
@@ -231,14 +235,15 @@
"building/hospital": {"icon": "maki-building", "fields": ["name", "address", "levels", "height"], "geometry": ["area"], "tags": {"building": "hospital"}, "matchScore": 0.5, "name": "Hospital Building"},
"building/hotel": {"icon": "maki-building", "fields": ["name", "address", "levels", "height", "smoking"], "geometry": ["area"], "tags": {"building": "hotel"}, "matchScore": 0.5, "name": "Hotel Building"},
"building/house": {"icon": "maki-home", "fields": ["name", "address", "levels", "height"], "geometry": ["area"], "tags": {"building": "house"}, "terms": ["home", "family", "residence", "dwelling"], "matchScore": 0.5, "name": "House"},
"building/hut": {"geometry": ["area"], "fields": ["name"], "tags": {"building": "hut"}, "matchScore": 0.5, "name": "Hut"},
"building/hut": {"icon": "maki-home", "geometry": ["area"], "fields": ["name"], "tags": {"building": "hut"}, "matchScore": 0.5, "name": "Hut"},
"building/industrial": {"icon": "maki-industry", "fields": ["name", "address", "levels", "height"], "geometry": ["area"], "tags": {"building": "industrial"}, "matchScore": 0.5, "name": "Industrial Building"},
"building/kindergarten": {"icon": "maki-building", "fields": ["name", "address", "levels", "height"], "geometry": ["area"], "terms": ["kindergarden", "pre-school"], "tags": {"building": "kindergarten"}, "matchScore": 0.5, "name": "Preschool/Kindergarten Building"},
"building/mosque": {"icon": "maki-place-of-worship", "fields": ["name", "address", "levels", "height"], "geometry": ["area"], "tags": {"building": "mosque"}, "matchScore": 0.5, "name": "Mosque Building"},
"building/pavilion": {"icon": "maki-building", "fields": ["name", "address", "levels", "height", "smoking"], "geometry": ["area"], "terms": ["sports"], "tags": {"building": "pavilion"}, "matchScore": 0.5, "name": "Pavilion Building"},
"building/public": {"icon": "maki-building", "fields": ["name", "address", "levels", "height", "smoking"], "geometry": ["area"], "tags": {"building": "public"}, "matchScore": 0.5, "name": "Public Building"},
"building/residential": {"icon": "maki-residential-community", "fields": ["name", "address", "levels", "height"], "geometry": ["area"], "tags": {"building": "residential"}, "matchScore": 0.5, "name": "Residential Building"},
"building/retail": {"icon": "maki-commercial", "fields": ["name", "address", "levels", "height", "smoking"], "geometry": ["area"], "tags": {"building": "retail"}, "matchScore": 0.5, "name": "Retail Building"},
"building/roof": {"icon": "maki-shelter", "fields": ["name", "address"], "geometry": ["area"], "tags": {"building": "roof"}, "matchScore": 0.5, "name": "Roof"},
"building/roof": {"icon": "maki-shelter", "fields": ["name", "address", "layer"], "geometry": ["area"], "tags": {"building": "roof"}, "matchScore": 0.5, "name": "Roof"},
"building/ruins": {"icon": "temaki-ruins", "fields": ["name", "address", "levels", "height"], "geometry": ["area"], "tags": {"building": "ruins"}, "matchScore": 0.5, "name": "Building Ruins"},
"building/school": {"icon": "maki-building", "fields": ["name", "address", "levels", "height"], "geometry": ["area"], "terms": ["academy", "elementary school", "middle school", "high school"], "tags": {"building": "school"}, "matchScore": 0.5, "name": "School Building"},
"building/semidetached_house": {"icon": "maki-home", "fields": ["name", "address", "levels", "height"], "geometry": ["area"], "tags": {"building": "semidetached_house"}, "terms": ["home", "double", "duplex", "twin", "family", "residence", "dwelling"], "matchScore": 0.5, "name": "Semi-Detached House"},
@@ -282,7 +287,7 @@
"craft/insulator": {"icon": "temaki-tools", "fields": ["name", "operator", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "tags": {"craft": "insulation"}, "name": "Insulator"},
"craft/key_cutter": {"icon": "fas-key", "fields": ["name", "operator", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "tags": {"craft": "key_cutter"}, "name": "Key Cutter"},
"craft/metal_construction": {"icon": "temaki-tools", "fields": ["name", "operator", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "tags": {"craft": "metal_construction"}, "name": "Metal Construction"},
"craft/painter": {"icon": "maki-art-gallery", "fields": ["name", "operator", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "tags": {"craft": "painter"}, "name": "Painter"},
"craft/painter": {"icon": "fas-paint-roller", "fields": ["name", "operator", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "tags": {"craft": "painter"}, "name": "Painter"},
"craft/photographer": {"icon": "maki-attraction", "fields": ["name", "operator", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "tags": {"craft": "photographer"}, "name": "Photographer"},
"craft/photographic_laboratory": {"icon": "maki-attraction", "fields": ["name", "operator", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "terms": ["film"], "tags": {"craft": "photographic_laboratory"}, "name": "Photographic Laboratory"},
"craft/plasterer": {"icon": "temaki-tools", "fields": ["name", "operator", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "tags": {"craft": "plasterer"}, "name": "Plasterer"},
@@ -367,6 +372,7 @@
"highway/footway": {"icon": "iD-highway-footway", "fields": ["name", "surface", "lit", "width", "structure", "access"], "geometry": ["line"], "terms": ["hike", "hiking", "trackway", "trail", "walk"], "tags": {"highway": "footway"}, "name": "Foot Path"},
"highway/give_way": {"icon": "temaki-yield", "fields": ["direction_vertex"], "geometry": ["vertex"], "tags": {"highway": "give_way"}, "terms": ["give way", "yield", "sign"], "name": "Yield Sign"},
"highway/living_street": {"icon": "iD-highway-living-street", "fields": ["name", "oneway", "maxspeed", "lanes", "surface", "structure", "maxheight", "access", "cycleway"], "geometry": ["line"], "tags": {"highway": "living_street"}, "name": "Living Street"},
"highway/milestone": {"icon": "temaki-milestone", "geometry": ["point", "vertex"], "fields": ["distance", "direction_vertex"], "tags": {"highway": "milestone"}, "terms": ["milestone", "marker"], "name": "Highway Milestone"},
"highway/mini_roundabout": {"icon": "maki-circle-stroked", "geometry": ["vertex"], "tags": {"highway": "mini_roundabout"}, "fields": ["direction_clock"], "name": "Mini-Roundabout"},
"highway/motorway_junction": {"icon": "temaki-junction", "fields": ["ref_highway_junction", "name"], "geometry": ["vertex"], "tags": {"highway": "motorway_junction"}, "terms": ["exit"], "name": "Motorway Junction / Exit"},
"highway/motorway_link": {"icon": "iD-highway-motorway-link", "fields": ["name", "ref_road_number", "oneway", "maxspeed", "maxspeed/advisory", "lanes", "surface", "structure", "maxheight", "access"], "geometry": ["line"], "tags": {"highway": "motorway_link"}, "addTags": {"highway": "motorway_link", "oneway": "yes"}, "removeTags": {"highway": "motorway_link", "oneway": "yes"}, "terms": ["exit", "ramp", "road", "street", "on ramp", "off ramp"], "name": "Motorway Link"},
@@ -414,6 +420,8 @@
"historic/tomb": {"icon": "maki-cemetery", "fields": ["name", "tomb", "building_area", "inscription"], "geometry": ["point", "area"], "tags": {"historic": "tomb"}, "name": "Tomb"},
"historic/wayside_cross": {"icon": "maki-religious-christian", "fields": ["name", "inscription"], "geometry": ["point", "vertex", "area"], "tags": {"historic": "wayside_cross"}, "name": "Wayside Cross"},
"historic/wayside_shrine": {"icon": "maki-landmark", "fields": ["name", "religion", "denomination", "inscription"], "geometry": ["point", "vertex", "area"], "tags": {"historic": "wayside_shrine"}, "name": "Wayside Shrine"},
"historic/wreck": {"icon": "temaki-ruins", "fields": ["name", "access_simple", "seamark/wreck/category", "historic/wreck/date_sunk", "historic/wreck/visible_at_low_tide", "historic/wreck/visible_at_high_tide"], "geometry": ["point", "area"], "tags": {"historic": "wreck"}, "addTags": {"historic": "wreck", "seamark:type": "wreck"}, "removeTags": {"historic": "wreck", "seamark:type": "wreck"}, "terms": ["hull", "mast", "maritime", "remains", "ship", "boat"], "name": "Shipwreck"},
"internet_access/wlan": {"icon": "fas-wifi", "geometry": ["point", "area"], "fields": ["internet_access/fee", "internet_access/ssid"], "terms": ["wi-fi", "wifi", "hotspot"], "tags": {"internet_access": "wlan"}, "name": "Wi-Fi Hotspot"},
"junction": {"icon": "temaki-junction", "fields": ["name"], "geometry": ["vertex", "area"], "tags": {"junction": "yes"}, "name": "Junction"},
"landuse": {"fields": ["name", "landuse"], "geometry": ["area"], "tags": {"landuse": "*"}, "matchScore": 0.9, "name": "Land Use"},
"landuse/farm": {"icon": "maki-farm", "fields": ["name", "operator", "crop"], "geometry": ["point", "area"], "tags": {"landuse": "farm"}, "terms": [], "name": "Farmland", "searchable": false},
@@ -439,7 +447,7 @@
"landuse/landfill": {"geometry": ["area"], "fields": ["name"], "tags": {"landuse": "landfill"}, "terms": ["dump"], "name": "Landfill"},
"landuse/meadow": {"icon": "maki-garden", "geometry": ["area"], "fields": ["name"], "tags": {"landuse": "meadow"}, "terms": [], "name": "Meadow"},
"landuse/military": {"icon": "temaki-military", "fields": ["name"], "geometry": ["area"], "tags": {"landuse": "military"}, "terms": [], "matchScore": 0.9, "name": "Military Area"},
"landuse/military/airfield": {"icon": "maki-airfield", "fields": ["name", "iata", "icao"], "geometry": ["point", "area"], "tags": {"military": "airfield"}, "addTags": {"landuse": "military", "military": "airfield"}, "removeTags": {"landuse": "military", "military": "airfield"}, "terms": ["air force", "army", "base", "bomb", "fight", "force", "guard", "heli*", "jet", "marine", "navy", "plane", "troop", "war"], "name": "Military Airfield"},
"landuse/military/airfield": {"icon": "maki-airfield", "fields": ["name", "iata", "icao"], "geometry": ["point", "area"], "tags": {"military": "airfield"}, "addTags": {"aeroway": "aerodrome", "landuse": "military", "military": "airfield"}, "removeTags": {"aeroway": "aerodrome", "landuse": "military", "military": "airfield"}, "reference": {"key": "military", "value": "airfield"}, "terms": ["aerodrome", "aeroway", "air force", "airplane", "airport", "army", "base", "bomb", "fight", "force", "guard", "heli*", "jet", "marine", "navy", "plane", "troop", "war"], "name": "Military Airfield"},
"landuse/military/barracks": {"icon": "temaki-military", "fields": ["name", "building_area"], "geometry": ["point", "area"], "tags": {"military": "barracks"}, "addTags": {"landuse": "military", "military": "barracks"}, "removeTags": {"landuse": "military", "military": "barracks"}, "terms": ["air force", "army", "base", "fight", "force", "guard", "marine", "navy", "troop", "war"], "name": "Barracks"},
"landuse/military/bunker": {"icon": "temaki-military", "fields": ["name", "bunker_type", "building_area"], "geometry": ["point", "area"], "tags": {"military": "bunker"}, "addTags": {"building": "bunker", "landuse": "military", "military": "bunker"}, "removeTags": {"building": "bunker", "landuse": "military", "military": "bunker"}, "terms": ["air force", "army", "base", "fight", "force", "guard", "marine", "navy", "troop", "war"], "name": "Military Bunker"},
"landuse/military/checkpoint": {"icon": "maki-barrier", "fields": ["name"], "geometry": ["point", "vertex", "area"], "tags": {"military": "checkpoint"}, "addTags": {"landuse": "military", "military": "checkpoint"}, "removeTags": {"landuse": "military", "military": "checkpoint"}, "terms": ["air force", "army", "base", "force", "guard", "marine", "navy", "troop", "war"], "name": "Checkpoint"},
@@ -462,16 +470,17 @@
"leisure": {"icon": "maki-pitch", "fields": ["name", "leisure"], "geometry": ["point", "vertex", "area"], "tags": {"leisure": "*"}, "name": "Leisure"},
"leisure/adult_gaming_centre": {"icon": "temaki-dice", "fields": ["name", "operator", "address", "building_area", "opening_hours", "smoking"], "geometry": ["point", "area"], "terms": ["gambling", "slot machine"], "tags": {"leisure": "adult_gaming_centre"}, "name": "Adult Gaming Center"},
"leisure/amusement_arcade": {"icon": "maki-gaming", "fields": ["name", "operator", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "terms": ["pay-to-play games", "video games", "driving simulators", "pinball machines"], "tags": {"leisure": "amusement_arcade"}, "name": "Amusement Arcade"},
"leisure/bandstand": {"icon": "maki-music", "fields": ["name", "building_area", "operator"], "geometry": ["point", "area"], "tags": {"leisure": "bandstand"}, "name": "Bandstand"},
"leisure/beach_resort": {"icon": "temaki-beach", "fields": ["name", "address", "fee"], "geometry": ["point", "area"], "tags": {"leisure": "beach_resort"}, "name": "Beach Resort"},
"leisure/bird_hide": {"icon": "temaki-binoculars", "fields": ["building_area"], "geometry": ["point", "area"], "tags": {"leisure": "bird_hide"}, "terms": ["machan", "ornithology"], "name": "Bird Hide"},
"leisure/bleachers": {"geometry": ["point", "area"], "tags": {"leisure": "bleachers"}, "terms": ["crowd", "bench", "sports", "stand", "stands", "seat", "seating"], "name": "Bleachers"},
"leisure/bowling_alley": {"icon": "temaki-bowling", "fields": ["name", "operator", "address", "building_area", "opening_hours", "smoking"], "geometry": ["point", "area"], "terms": ["bowling center"], "tags": {"leisure": "bowling_alley"}, "name": "Bowling Alley"},
"leisure/common": {"icon": "temaki-pedestrian", "geometry": ["point", "area"], "fields": ["name"], "terms": ["open space"], "tags": {"leisure": "common"}, "name": "Common"},
"leisure/dance": {"icon": "maki-music", "fields": ["name", "operator", "address", "building_area", "dance/style", "opening_hours"], "geometry": ["point", "area"], "terms": ["ballroom", "jive", "swing", "tango", "waltz"], "tags": {"leisure": "dance"}, "name": "Dance Hall"},
"leisure/dancing_school": {"icon": "maki-music", "fields": ["name", "operator", "address", "opening_hours", "dance/style"], "geometry": ["point", "area"], "terms": ["jive", "swing", "tango", "waltz", "dance teaching"], "tags": {"leisure": "dance", "dance:teaching": "yes"}, "reference": {"key": "leisure", "value": "dance"}, "name": "Dance School"},
"leisure/dancing_school": {"icon": "maki-music", "fields": ["name", "operator", "address", "building_area", "opening_hours", "dance/style"], "geometry": ["point", "area"], "terms": ["jive", "swing", "tango", "waltz", "dance teaching"], "tags": {"leisure": "dance", "dance:teaching": "yes"}, "reference": {"key": "leisure", "value": "dance"}, "name": "Dance School"},
"leisure/dog_park": {"icon": "maki-dog-park", "geometry": ["point", "area"], "fields": ["name"], "terms": [], "tags": {"leisure": "dog_park"}, "name": "Dog Park"},
"leisure/firepit": {"icon": "maki-fire-station", "geometry": ["point", "area"], "tags": {"leisure": "firepit"}, "terms": ["fireplace", "campfire"], "name": "Firepit"},
"leisure/fitness_centre": {"icon": "maki-pitch", "fields": ["name", "sport", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "tags": {"leisure": "fitness_centre"}, "terms": ["health", "gym", "leisure", "studio"], "name": "Gym / Fitness Center"},
"leisure/firepit": {"icon": "maki-fire-station", "fields": ["access_simple"], "geometry": ["point", "area"], "tags": {"leisure": "firepit"}, "terms": ["fireplace", "campfire"], "name": "Firepit"},
"leisure/fitness_centre": {"icon": "fas-dumbbell", "fields": ["name", "sport", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "tags": {"leisure": "fitness_centre"}, "terms": ["health", "gym", "leisure", "studio"], "name": "Gym / Fitness Center"},
"leisure/fitness_centre/yoga": {"icon": "maki-pitch", "fields": ["name", "sport", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "terms": ["studio"], "tags": {"leisure": "fitness_centre", "sport": "yoga"}, "reference": {"key": "sport", "value": "yoga"}, "name": "Yoga Studio"},
"leisure/fitness_station": {"icon": "maki-pitch", "fields": ["fitness_station", "ref", "opening_hours"], "geometry": ["point", "area"], "tags": {"leisure": "fitness_station"}, "addTags": {"leisure": "fitness_station", "sport": "fitness"}, "removeTags": {"leisure": "fitness_station", "sport": "fitness"}, "reference": {"key": "leisure", "value": "fitness_station"}, "terms": ["exercise", "fitness", "gym", "trim trail"], "name": "Outdoor Fitness Station"},
"leisure/fitness_station/balance_beam": {"icon": "maki-pitch", "fields": ["ref", "opening_hours"], "geometry": ["point", "area"], "tags": {"leisure": "fitness_station", "fitness_station": "balance_beam"}, "addTags": {"leisure": "fitness_station", "fitness_station": "balance_beam", "sport": "fitness"}, "removeTags": {"leisure": "fitness_station", "fitness_station": "balance_beam", "sport": "fitness"}, "reference": {"key": "leisure", "value": "fitness_station"}, "terms": ["balance", "exercise", "fitness", "gym", "trim trail"], "name": "Exercise Balance Beam"},
@@ -498,6 +507,7 @@
"leisure/picnic_table": {"icon": "maki-picnic-site", "geometry": ["point"], "tags": {"leisure": "picnic_table"}, "terms": ["bench"], "name": "Picnic Table"},
"leisure/pitch": {"icon": "maki-pitch", "fields": ["name", "sport", "surface", "lit"], "geometry": ["point", "area"], "tags": {"leisure": "pitch"}, "terms": ["field"], "name": "Sport Pitch"},
"leisure/pitch/american_football": {"icon": "maki-america-football", "fields": ["name", "surface", "lit"], "geometry": ["point", "area"], "tags": {"leisure": "pitch", "sport": "american_football"}, "reference": {"key": "sport", "value": "american_football"}, "terms": [], "name": "American Football Field"},
"leisure/pitch/badminton": {"icon": "maki-tennis", "fields": ["name", "surface", "lit", "access_simple"], "geometry": ["point", "area"], "tags": {"leisure": "pitch", "sport": "badminton"}, "reference": {"key": "sport", "value": "badminton"}, "terms": [], "name": "Badminton Court"},
"leisure/pitch/baseball": {"icon": "maki-baseball", "fields": ["name", "lit"], "geometry": ["point", "area"], "tags": {"leisure": "pitch", "sport": "baseball"}, "reference": {"key": "sport", "value": "baseball"}, "terms": [], "name": "Baseball Diamond"},
"leisure/pitch/basketball": {"icon": "maki-basketball", "fields": ["name", "surface", "hoops", "lit", "access_simple"], "geometry": ["point", "area"], "tags": {"leisure": "pitch", "sport": "basketball"}, "reference": {"key": "sport", "value": "basketball"}, "terms": [], "name": "Basketball Court"},
"leisure/pitch/beachvolleyball": {"icon": "maki-basketball", "fields": ["name", "surface", "lit"], "geometry": ["point", "area"], "tags": {"leisure": "pitch", "sport": "beachvolleyball"}, "addTags": {"leisure": "pitch", "sport": "beachvolleyball", "surface": "sand"}, "removeTags": {"leisure": "pitch", "sport": "beachvolleyball", "surface": "sand"}, "reference": {"key": "sport", "value": "beachvolleyball"}, "terms": ["volleyball"], "name": "Beach Volleyball Court"},
@@ -516,11 +526,11 @@
"leisure/resort": {"icon": "maki-lodging", "fields": ["name", "operator", "address", "opening_hours"], "geometry": ["point", "area"], "tags": {"leisure": "resort"}, "name": "Resort"},
"leisure/running_track": {"icon": "maki-pitch", "fields": ["surface", "sport_racing_nonmotor", "lit", "width", "lanes"], "geometry": ["point", "line", "area"], "tags": {"leisure": "track", "sport": "running"}, "terms": ["race*", "running", "sprint", "track"], "name": "Racetrack (Running)"},
"leisure/sauna": {"icon": "fas-thermometer-three-quarters", "fields": ["name", "operator", "address", "opening_hours", "access_simple", "fee"], "geometry": ["point", "area"], "tags": {"leisure": "sauna"}, "name": "Sauna"},
"leisure/slipway": {"icon": "temaki-beach", "geometry": ["point", "line"], "terms": ["boat launch", "boat ramp"], "tags": {"leisure": "slipway"}, "name": "Slipway"},
"leisure/slipway": {"icon": "temaki-beach", "fields": ["access_simple"], "geometry": ["point", "line"], "terms": ["boat launch", "boat ramp"], "tags": {"leisure": "slipway"}, "name": "Slipway"},
"leisure/sports_centre": {"icon": "maki-pitch", "fields": ["name", "sport", "building", "address", "opening_hours"], "geometry": ["point", "area"], "tags": {"leisure": "sports_centre"}, "terms": [], "name": "Sports Center / Complex"},
"leisure/sports_centre/swimming": {"icon": "maki-swimming", "fields": ["name", "access_simple", "operator", "address", "building"], "geometry": ["point", "area"], "terms": ["dive", "water"], "tags": {"leisure": "sports_centre", "sport": "swimming"}, "reference": {"key": "sport", "value": "swimming"}, "name": "Swimming Pool Facility"},
"leisure/stadium": {"icon": "maki-pitch", "fields": ["name", "sport", "address"], "geometry": ["point", "area"], "tags": {"leisure": "stadium"}, "name": "Stadium"},
"leisure/swimming_pool": {"icon": "maki-swimming", "fields": ["name", "access_simple", "operator", "address"], "geometry": ["point", "area"], "terms": ["dive", "water"], "tags": {"leisure": "swimming_pool"}, "name": "Swimming Pool"},
"leisure/swimming_pool": {"icon": "maki-swimming", "fields": ["name", "access_simple", "operator", "address", "lit", "location_pool", "length", "swimming_pool"], "geometry": ["point", "area"], "terms": ["dive", "water", "aquatics"], "tags": {"leisure": "swimming_pool"}, "name": "Swimming Pool"},
"leisure/track": {"icon": "iD-highway-road", "fields": ["surface", "sport_racing_nonmotor", "lit", "width", "lanes"], "geometry": ["point", "line", "area"], "tags": {"leisure": "track"}, "terms": ["cycle", "dog", "greyhound", "horse", "race*", "track"], "name": "Racetrack (Non-Motorsport)"},
"leisure/water_park": {"icon": "maki-swimming", "fields": ["name", "operator", "address"], "geometry": ["point", "area"], "terms": ["swim", "pool", "dive"], "tags": {"leisure": "water_park"}, "name": "Water Park"},
"line": {"fields": ["name"], "geometry": ["line"], "tags": {}, "name": "Line", "matchScore": 0.1},
@@ -529,13 +539,14 @@
"man_made/adit": {"icon": "maki-triangle", "geometry": ["point", "area"], "fields": ["operator", "direction"], "terms": ["entrance", "underground", "mine", "cave"], "tags": {"man_made": "adit"}, "name": "Adit"},
"man_made/antenna": {"icon": "temaki-antenna", "fields": ["height", "communication_multi"], "geometry": ["point"], "terms": ["broadcast", "cell phone", "cell", "communication", "mobile phone", "radio", "television", "transmission", "tv"], "tags": {"man_made": "antenna"}, "name": "Antenna"},
"man_made/breakwater": {"geometry": ["line", "area"], "tags": {"man_made": "breakwater"}, "name": "Breakwater"},
"man_made/bridge": {"geometry": ["area"], "tags": {"man_made": "bridge"}, "name": "Bridge"},
"man_made/bridge": {"icon": "fas-archway", "fields": ["name", "bridge", "layer", "maxweight"], "geometry": ["area"], "tags": {"man_made": "bridge"}, "addTags": {"man_made": "bridge", "layer": "1"}, "removeTags": {"man_made": "bridge", "layer": "*"}, "reference": {"key": "man_made", "value": "bridge"}, "name": "Bridge"},
"man_made/bunker_silo": {"icon": "temaki-silo", "fields": ["content"], "geometry": ["point", "area"], "terms": ["Silage", "Storage"], "tags": {"man_made": "bunker_silo"}, "name": "Bunker Silo"},
"man_made/chimney": {"icon": "temaki-chimney", "geometry": ["point", "area"], "tags": {"man_made": "chimney"}, "name": "Chimney"},
"man_made/clearcut": {"icon": "maki-logging", "geometry": ["area"], "tags": {"man_made": "clearcut"}, "terms": ["cut", "forest", "lumber", "tree", "wood"], "name": "Clearcut Forest"},
"man_made/crane": {"icon": "temaki-crane", "fields": ["operator", "height", "crane/type"], "geometry": ["point", "line", "vertex", "area"], "tags": {"man_made": "crane"}, "name": "Crane"},
"man_made/cutline": {"icon": "maki-logging", "geometry": ["line"], "tags": {"man_made": "cutline"}, "name": "Cut line"},
"man_made/flagpole": {"icon": "maki-embassy", "geometry": ["point"], "tags": {"man_made": "flagpole"}, "name": "Flagpole"},
"man_made/gasometer": {"icon": "temaki-storage_tank", "geometry": ["point", "area"], "terms": ["gas holder"], "tags": {"man_made": "gasometer"}, "name": "Gasometer"},
"man_made/flagpole": {"icon": "maki-embassy", "fields": ["operator", "flag/type", "country", "lit", "height"], "geometry": ["point", "vertex"], "tags": {"man_made": "flagpole"}, "name": "Flagpole"},
"man_made/gasometer": {"icon": "temaki-storage_tank", "fields": ["content", "building_area"], "geometry": ["point", "area"], "terms": ["gas holder"], "tags": {"man_made": "gasometer"}, "name": "Gasometer"},
"man_made/groyne": {"geometry": ["line", "area"], "tags": {"man_made": "groyne"}, "name": "Groyne"},
"man_made/lighthouse": {"icon": "maki-lighthouse", "fields": ["building_area"], "geometry": ["point", "area"], "tags": {"man_made": "lighthouse"}, "name": "Lighthouse"},
"man_made/mast": {"icon": "temaki-antenna", "fields": ["tower/type", "tower/construction", "height", "communication_multi"], "geometry": ["point"], "terms": ["antenna", "broadcast tower", "cell phone tower", "cell tower", "communication mast", "communication tower", "guyed tower", "mobile phone tower", "radio mast", "radio tower", "television tower", "transmission mast", "transmission tower", "tv tower"], "tags": {"man_made": "mast"}, "name": "Mast"},
@@ -544,10 +555,10 @@
"man_made/observatory": {"geometry": ["point", "area"], "terms": ["astronomical", "meteorological"], "tags": {"man_made": "observatory"}, "name": "Observatory"},
"man_made/petroleum_well": {"icon": "temaki-storage_tank", "geometry": ["point"], "terms": ["drilling rig", "oil derrick", "oil drill", "oil horse", "oil rig", "oil pump", "petroleum well", "pumpjack"], "tags": {"man_made": "petroleum_well"}, "name": "Oil Well"},
"man_made/pier": {"icon": "iD-highway-footway", "fields": ["name", "surface", "lit", "width", "access"], "geometry": ["line", "area"], "terms": ["dock", "jetty"], "tags": {"man_made": "pier"}, "name": "Pier"},
"man_made/pipeline": {"icon": "iD-pipeline-line", "fields": ["location", "operator", "substance"], "geometry": ["line"], "tags": {"man_made": "pipeline"}, "name": "Pipeline"},
"man_made/pipeline": {"icon": "iD-pipeline-line", "fields": ["location", "operator", "substance", "layer"], "geometry": ["line"], "tags": {"man_made": "pipeline"}, "name": "Pipeline"},
"man_made/pumping_station": {"icon": "maki-water", "geometry": ["point", "area"], "tags": {"man_made": "pumping_station"}, "name": "Pumping Station"},
"man_made/silo": {"icon": "temaki-silo", "fields": ["building_area", "crop"], "geometry": ["point", "area"], "terms": ["grain", "corn", "wheat"], "tags": {"man_made": "silo"}, "name": "Silo"},
"man_made/storage_tank": {"icon": "temaki-storage_tank", "fields": ["building_area", "content"], "geometry": ["point", "area"], "terms": ["water", "oil", "gas", "petrol"], "tags": {"man_made": "storage_tank"}, "name": "Storage Tank"},
"man_made/silo": {"icon": "temaki-silo", "fields": ["crop", "building_area"], "geometry": ["point", "area"], "terms": ["grain", "corn", "wheat"], "tags": {"man_made": "silo"}, "name": "Silo"},
"man_made/storage_tank": {"icon": "temaki-storage_tank", "fields": ["content", "building_area"], "geometry": ["point", "area"], "terms": ["water", "oil", "gas", "petrol"], "tags": {"man_made": "storage_tank"}, "name": "Storage Tank"},
"man_made/surveillance_camera": {"icon": "maki-attraction", "geometry": ["point", "vertex"], "fields": ["surveillance", "surveillance/type", "camera/type", "camera/mount", "camera/direction", "surveillance/zone", "contact/webcam"], "terms": ["anpr", "alpr", "camera", "car plate recognition", "cctv", "guard", "license plate recognition", "monitoring", "number plate recognition", "security", "video", "webcam"], "tags": {"man_made": "surveillance", "surveillance:type": "camera"}, "name": "Surveillance Camera"},
"man_made/surveillance": {"icon": "maki-attraction", "geometry": ["point", "vertex"], "fields": ["surveillance", "surveillance/type", "surveillance/zone", "direction"], "terms": ["anpr", "alpr", "camera", "car plate recognition", "cctv", "guard", "license plate recognition", "monitoring", "number plate recognition", "security", "video", "webcam"], "tags": {"man_made": "surveillance"}, "name": "Surveillance"},
"man_made/survey_point": {"icon": "maki-monument", "fields": ["ref"], "geometry": ["point", "vertex"], "terms": ["trig point", "triangulation pillar", "trigonometrical station"], "tags": {"man_made": "survey_point"}, "name": "Survey Point"},
@@ -617,9 +628,9 @@
"office/guide": {"icon": "maki-suitcase", "fields": ["name", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "tags": {"office": "guide"}, "terms": ["dive guide", "mountain guide", "tour guide"], "name": "Tour Guide Office"},
"office/insurance": {"icon": "maki-suitcase", "fields": ["name", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "tags": {"office": "insurance"}, "terms": [], "name": "Insurance Office"},
"office/it": {"icon": "maki-suitcase", "fields": ["name", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "tags": {"office": "it"}, "terms": ["computer", "information", "software", "technology"], "name": "Information Technology Office"},
"office/lawyer": {"icon": "maki-suitcase", "fields": ["name", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "tags": {"office": "lawyer"}, "terms": [], "name": "Law Office"},
"office/lawyer": {"icon": "fas-balance-scale", "fields": ["name", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "tags": {"office": "lawyer"}, "terms": [], "name": "Law Office"},
"office/lawyer/notary": {"icon": "maki-suitcase", "fields": ["name", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "tags": {"office": "lawyer", "lawyer": "notary"}, "reference": {"key": "office", "value": "notary"}, "searchable": false, "name": "Notary Office"},
"office/moving_company": {"icon": "maki-warehouse", "fields": ["name", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "tags": {"office": "moving_company"}, "terms": ["relocation"], "name": "Moving Company Office"},
"office/moving_company": {"icon": "fas-people-carry", "fields": ["name", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "tags": {"office": "moving_company"}, "terms": ["relocation"], "name": "Moving Company Office"},
"office/newspaper": {"icon": "maki-library", "fields": ["name", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "tags": {"office": "newspaper"}, "terms": [], "name": "Newspaper Office"},
"office/ngo": {"icon": "maki-suitcase", "fields": ["name", "address", "building_area", "opening_hours", "smoking"], "geometry": ["point", "area"], "tags": {"office": "ngo"}, "terms": ["ngo", "non government", "non-government", "organization", "organisation"], "name": "NGO Office"},
"office/notary": {"icon": "maki-suitcase", "fields": ["name", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "tags": {"office": "notary"}, "terms": ["clerk", "deeds", "estate", "signature", "wills"], "name": "Notary Office"},
@@ -666,8 +677,8 @@
"power/generator": {"icon": "temaki-power", "fields": ["operator", "generator/source", "generator/method", "generator/type", "generator/output/electricity", "ref"], "geometry": ["point", "vertex", "area"], "terms": ["hydro", "solar", "turbine", "wind"], "tags": {"power": "generator"}, "name": "Power Generator"},
"power/generator/source_nuclear": {"icon": "temaki-radiation", "fields": ["operator", "generator/source", "generator/method", "generator/type", "generator/output/electricity", "ref"], "geometry": ["point", "vertex", "area"], "terms": ["fission", "generator", "nuclear", "nuke", "reactor"], "tags": {"power": "generator", "generator:source": "nuclear", "generator:method": "fission"}, "reference": {"key": "generator:source", "value": "nuclear"}, "name": "Nuclear Reactor"},
"power/generator/source_wind": {"icon": "temaki-wind_turbine", "fields": ["operator", "generator/source", "generator/method", "generator/type", "generator/output/electricity", "height", "ref"], "geometry": ["point", "vertex", "area"], "terms": ["generator", "turbine", "windmill", "wind"], "tags": {"power": "generator", "generator:source": "wind", "generator:method": "wind_turbine"}, "reference": {"key": "generator:source", "value": "wind"}, "name": "Wind Turbine"},
"power/line": {"icon": "iD-power-line", "fields": ["name", "operator", "voltage", "ref"], "geometry": ["line"], "tags": {"power": "line"}, "name": "Power Line"},
"power/minor_line": {"icon": "iD-power-line", "fields": ["name", "operator", "voltage", "ref"], "geometry": ["line"], "tags": {"power": "minor_line"}, "name": "Minor Power Line"},
"power/line": {"icon": "iD-power-line", "fields": ["name", "operator", "voltage", "ref", "layer"], "geometry": ["line"], "tags": {"power": "line"}, "name": "Power Line"},
"power/minor_line": {"icon": "iD-power-line", "fields": ["name", "operator", "voltage", "ref", "layer"], "geometry": ["line"], "tags": {"power": "minor_line"}, "name": "Minor Power Line"},
"power/plant": {"icon": "maki-industry", "fields": ["name", "operator", "address", "plant/output/electricity", "start_date"], "geometry": ["area"], "tags": {"power": "plant"}, "addTags": {"power": "plant", "landuse": "industrial"}, "removeTags": {"power": "plant", "landuse": "industrial"}, "terms": ["coal", "gas", "generat*", "hydro", "nuclear", "power", "station"], "name": "Power Station Grounds"},
"power/pole": {"fields": ["ref"], "geometry": ["point", "vertex"], "tags": {"power": "pole"}, "name": "Power Pole"},
"power/substation": {"icon": "temaki-power", "fields": ["substation", "operator", "building", "ref"], "geometry": ["point", "area"], "tags": {"power": "substation"}, "name": "Substation"},
@@ -728,7 +739,7 @@
"railway/funicular": {"icon": "iD-railway-rail", "geometry": ["line"], "terms": ["venicular", "cliff railway", "cable car", "cable railway", "funicular railway"], "fields": ["structure", "gauge", "service_rail"], "tags": {"railway": "funicular"}, "name": "Funicular"},
"railway/level_crossing": {"icon": "maki-cross", "geometry": ["vertex"], "tags": {"railway": "level_crossing"}, "terms": ["crossing", "railroad crossing", "level crossing", "grade crossing", "road through railroad", "train crossing"], "name": "Railway Crossing (Road)"},
"railway/light_rail": {"icon": "iD-railway-light-rail", "fields": ["name", "structure", "gauge", "electrified", "service_rail", "usage_rail", "voltage", "frequency"], "geometry": ["line"], "tags": {"railway": "light_rail"}, "terms": ["light rail", "streetcar", "trolley"], "name": "Light Rail"},
"railway/milestone": {"icon": "temaki-milestone", "geometry": ["point", "vertex"], "fields": ["railway/position"], "tags": {"railway": "milestone"}, "terms": ["milestone", "marker"], "name": "Railway Milestone"},
"railway/milestone": {"icon": "temaki-milestone", "geometry": ["point", "vertex"], "fields": ["railway/position", "direction_vertex"], "tags": {"railway": "milestone"}, "terms": ["milestone", "marker"], "name": "Railway Milestone"},
"railway/miniature": {"icon": "iD-railway-rail", "geometry": ["line"], "tags": {"railway": "miniature"}, "fields": ["name", "structure", "gauge", "electrified", "service_rail"], "terms": ["rideable miniature railway", "narrow gauge railway", "minimum gauge railway"], "name": "Miniature Railway"},
"railway/monorail": {"icon": "iD-railway-monorail", "fields": ["name", "structure", "electrified", "service_rail", "usage_rail", "voltage", "frequency"], "geometry": ["line"], "tags": {"railway": "monorail"}, "terms": [], "name": "Monorail"},
"railway/narrow_gauge": {"icon": "iD-railway-rail", "fields": ["name", "structure", "gauge", "electrified", "service_rail", "usage_rail", "voltage", "frequency"], "geometry": ["line"], "tags": {"railway": "narrow_gauge"}, "terms": ["narrow gauge railway", "narrow gauge railroad"], "name": "Narrow Gauge Rail"},
@@ -741,6 +752,12 @@
"railway/tram": {"icon": "iD-railway-light-rail", "fields": ["name", "structure", "gauge", "electrified", "service_rail", "usage_rail", "voltage", "frequency"], "geometry": ["line"], "tags": {"railway": "tram"}, "terms": ["light rail", "streetcar", "tram", "trolley"], "name": "Tram"},
"relation": {"icon": "iD-relation", "fields": ["name", "relation"], "geometry": ["relation"], "tags": {}, "name": "Relation"},
"route/ferry": {"icon": "iD-ferry-line", "geometry": ["line"], "fields": ["name", "operator", "duration", "access"], "tags": {"route": "ferry"}, "name": "Ferry Route"},
"seamark/beacon_isolated_danger": {"fields": ["ref", "operator", "seamark/beacon_isolated_danger/shape"], "geometry": ["point", "vertex"], "terms": ["beacon isolated danger", "isolated danger beacon", "iala"], "tags": {"seamark:type": "beacon_isolated_danger"}, "name": "Danger Beacon"},
"seamark/beacon_lateral": {"fields": ["ref", "operator", "seamark/beacon_lateral/colour", "seamark/beacon_lateral/category", "seamark/beacon_lateral/shape", "seamark/beacon_lateral/system"], "geometry": ["point", "vertex"], "terms": ["lateral beacon", "beacon lateral", "cevni", "channel marker", "iala", "lateral mark"], "tags": {"seamark:type": "beacon_lateral"}, "name": "Channel Beacon"},
"seamark/buoy_lateral": {"fields": ["ref", "operator", "seamark/buoy_lateral/colour", "seamark/buoy_lateral/category", "seamark/buoy_lateral/shape", "seamark/buoy_lateral/system"], "geometry": ["point", "vertex"], "terms": ["lateral buoy", "buoy lateral", "cevni", "channel marker", "iala", "lateral mark"], "tags": {"seamark:type": "buoy_lateral"}, "name": "Channel Buoy"},
"seamark/buoy_lateral/green": {"fields": ["ref", "operator", "seamark/buoy_lateral/colour", "seamark/buoy_lateral/category", "seamark/buoy_lateral/shape", "seamark/buoy_lateral/system"], "geometry": ["point", "vertex"], "terms": ["lateral buoy", "buoy lateral", "cevni", "channel marker", "iala", "lateral mark"], "tags": {"seamark:type": "buoy_lateral", "seamark:buoy_lateral:colour": "green"}, "name": "Green Buoy"},
"seamark/buoy_lateral/red": {"fields": ["ref", "operator", "seamark/buoy_lateral/colour", "seamark/buoy_lateral/category", "seamark/buoy_lateral/shape", "seamark/buoy_lateral/system"], "geometry": ["point", "vertex"], "terms": ["lateral buoy", "buoy lateral", "cevni", "channel marker", "iala", "lateral mark"], "tags": {"seamark:type": "buoy_lateral", "seamark:buoy_lateral:colour": "red"}, "name": "Red Buoy"},
"seamark/mooring": {"fields": ["ref", "operator", "seamark/mooring/category"], "geometry": ["point"], "terms": ["dolphin", "pile", "bollard", "buoy", "post"], "tags": {"seamark:type": "mooring"}, "name": "Mooring"},
"shop": {"icon": "maki-shop", "fields": ["name", "shop", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"shop": "*"}, "terms": [], "name": "Shop"},
"shop/fishmonger": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"shop": "fishmonger"}, "reference": {"key": "shop", "value": "seafood"}, "name": "Fishmonger", "searchable": false},
"shop/furnace": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "terms": ["oven", "stove"], "tags": {"shop": "furnace"}, "name": "Furnace Store", "searchable": false},
@@ -772,7 +789,7 @@
"shop/carpet": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "terms": ["rug"], "tags": {"shop": "carpet"}, "name": "Carpet Store"},
"shop/charity": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "second_hand", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "terms": ["thrift", "op shop", "nonprofit"], "tags": {"shop": "charity"}, "name": "Charity Store"},
"shop/cheese": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"shop": "cheese"}, "name": "Cheese Store"},
"shop/chemist": {"icon": "maki-grocery", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"shop": "chemist"}, "terms": ["med*", "drug*", "gift"], "name": "Drugstore"},
"shop/chemist": {"icon": "maki-grocery", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"shop": "chemist"}, "terms": ["apothecary", "med*", "drug*", "gift"], "name": "Drugstore"},
"shop/chocolate": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"shop": "chocolate"}, "name": "Chocolate Store"},
"shop/clothes": {"icon": "maki-clothing-store", "fields": ["name", "clothes", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"shop": "clothes"}, "name": "Clothing Store"},
"shop/coffee": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"shop": "coffee"}, "name": "Coffee Store"},
@@ -797,7 +814,7 @@
"shop/florist": {"icon": "maki-florist", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "terms": ["flower"], "tags": {"shop": "florist"}, "name": "Florist"},
"shop/frame": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"shop": "frame"}, "terms": ["art*", "paint*", "photo*", "frame"], "name": "Framing Shop"},
"shop/funeral_directors": {"icon": "maki-cemetery", "fields": ["name", "operator", "address", "building_area", "religion", "denomination"], "geometry": ["point", "area"], "terms": ["undertaker", "memorial home"], "tags": {"shop": "funeral_directors"}, "name": "Funeral Home"},
"shop/furniture": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "terms": ["chair", "sofa", "table"], "tags": {"shop": "furniture"}, "name": "Furniture Store"},
"shop/furniture": {"icon": "fas-couch", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "terms": ["chair", "sofa", "table"], "tags": {"shop": "furniture"}, "name": "Furniture Store"},
"shop/garden_centre": {"icon": "maki-garden-center", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "terms": ["landscape", "mulch", "shrub", "tree"], "tags": {"shop": "garden_centre"}, "name": "Garden Center"},
"shop/gas": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "terms": ["cng", "lpg", "natural gas", "propane", "refill", "tank"], "tags": {"shop": "gas"}, "name": "Bottled Gas Shop"},
"shop/gift": {"icon": "maki-gift", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "terms": ["souvenir"], "tags": {"shop": "gift"}, "name": "Gift Shop"},
@@ -808,14 +825,14 @@
"shop/hearing_aids": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"shop": "hearing_aids"}, "name": "Hearing Aids Store"},
"shop/herbalist": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"shop": "herbalist"}, "name": "Herbalist"},
"shop/hifi": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "terms": ["stereo", "video"], "tags": {"shop": "hifi"}, "name": "Hifi Store"},
"shop/houseware": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "terms": ["home", "household"], "tags": {"shop": "houseware"}, "name": "Houseware Store"},
"shop/houseware": {"icon": "fas-blender", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "terms": ["home", "household"], "tags": {"shop": "houseware"}, "name": "Houseware Store"},
"shop/interior_decoration": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"shop": "interior_decoration"}, "name": "Interior Decoration Store"},
"shop/jewelry": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "terms": ["diamond", "gem", "ring"], "tags": {"shop": "jewelry"}, "name": "Jeweler"},
"shop/kiosk": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi", "levels"], "geometry": ["point", "area"], "tags": {"shop": "kiosk"}, "name": "Kiosk"},
"shop/kitchen": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"shop": "kitchen"}, "name": "Kitchen Design Store"},
"shop/laundry": {"icon": "maki-laundry", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"shop": "laundry"}, "name": "Laundry"},
"shop/leather": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"shop": "leather"}, "name": "Leather Store"},
"shop/locksmith": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "terms": ["key", "lockpick"], "tags": {"shop": "locksmith"}, "name": "Locksmith"},
"shop/locksmith": {"icon": "fas-key", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "terms": ["key", "lockpick"], "tags": {"shop": "locksmith"}, "name": "Locksmith"},
"shop/lottery": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"shop": "lottery"}, "name": "Lottery Shop"},
"shop/mall": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "terms": ["shopping"], "tags": {"shop": "mall"}, "name": "Mall"},
"shop/massage": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"shop": "massage"}, "name": "Massage Shop"},
@@ -828,10 +845,10 @@
"shop/musical_instrument": {"icon": "maki-music", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "terms": ["guitar"], "tags": {"shop": "musical_instrument"}, "name": "Musical Instrument Store"},
"shop/newsagent": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"shop": "newsagent"}, "name": "Newspaper/Magazine Shop"},
"shop/nutrition_supplements": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"shop": "nutrition_supplements"}, "name": "Nutrition Supplements Store"},
"shop/optician": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "terms": ["eye", "glasses"], "tags": {"shop": "optician"}, "name": "Optician"},
"shop/optician": {"icon": "fas-glasses", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "terms": ["eye", "glasses"], "tags": {"shop": "optician"}, "name": "Optician"},
"shop/organic": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"shop": "supermarket", "organic": "only"}, "name": "Organic Goods Store"},
"shop/outdoor": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "terms": ["camping", "climbing", "hiking"], "tags": {"shop": "outdoor"}, "name": "Outdoors Store"},
"shop/paint": {"icon": "maki-water", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"shop": "paint"}, "name": "Paint Store"},
"shop/paint": {"icon": "fas-paint-roller", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"shop": "paint"}, "name": "Paint Store"},
"shop/pastry": {"icon": "maki-bakery", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"shop": "pastry"}, "terms": ["patisserie", "cake shop", "cakery"], "name": "Pastry Shop"},
"shop/pawnbroker": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"shop": "pawnbroker"}, "name": "Pawn Shop"},
"shop/perfumery": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"shop": "perfumery"}, "name": "Perfume Store"},
@@ -844,10 +861,11 @@
"shop/scuba_diving": {"icon": "maki-swimming", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"shop": "scuba_diving"}, "name": "Scuba Diving Shop"},
"shop/seafood": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "terms": ["fishmonger"], "tags": {"shop": "seafood"}, "name": "Seafood Shop"},
"shop/second_hand": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "second_hand", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "terms": ["secondhand", "second hand", "resale", "thrift", "used"], "tags": {"shop": "second_hand"}, "name": "Consignment/Thrift Store"},
"shop/sewing": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "terms": ["haberdashery"], "tags": {"shop": "sewing"}, "name": "Sewing Supply Shop"},
"shop/shoes": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"shop": "shoes"}, "name": "Shoe Store"},
"shop/sports": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"shop": "sports"}, "name": "Sporting Goods Store"},
"shop/stationery": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "terms": ["card", "paper"], "tags": {"shop": "stationery"}, "name": "Stationery Store"},
"shop/storage_rental": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"shop": "storage_rental"}, "name": "Storage Rental"},
"shop/storage_rental": {"icon": "fas-warehouse", "fields": ["name", "operator", "address", "building", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"shop": "storage_rental"}, "name": "Storage Rental"},
"shop/supermarket": {"icon": "maki-grocery", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "terms": ["grocery", "store", "shop"], "tags": {"shop": "supermarket"}, "name": "Supermarket"},
"shop/tailor": {"icon": "maki-clothing-store", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "terms": ["clothes", "suit"], "tags": {"shop": "tailor"}, "name": "Tailor"},
"shop/tattoo": {"icon": "maki-shop", "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "geometry": ["point", "area"], "tags": {"shop": "tattoo"}, "name": "Tattoo Parlor"},
@@ -873,9 +891,12 @@
"tourism/alpine_hut": {"icon": "maki-lodging", "fields": ["name", "operator", "address", "building_area", "internet_access", "internet_access/fee", "internet_access/ssid"], "geometry": ["point", "area"], "terms": ["climbing hut"], "tags": {"tourism": "alpine_hut"}, "name": "Alpine Hut"},
"tourism/apartment": {"icon": "maki-lodging", "fields": ["name", "operator", "address", "building_area", "smoking", "rooms", "internet_access", "internet_access/fee", "internet_access/ssid"], "geometry": ["point", "area"], "tags": {"tourism": "apartment"}, "name": "Guest Apartment / Condo"},
"tourism/aquarium": {"icon": "maki-aquarium", "fields": ["name", "operator", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "terms": ["fish", "sea", "water"], "tags": {"tourism": "aquarium"}, "name": "Aquarium"},
"tourism/artwork": {"icon": "maki-art-gallery", "fields": ["name", "artwork_type", "artist"], "geometry": ["point", "vertex", "area"], "tags": {"tourism": "artwork"}, "terms": ["mural", "sculpture", "statue"], "name": "Artwork"},
"tourism/artwork": {"icon": "maki-art-gallery", "fields": ["name", "artwork_type", "artist"], "geometry": ["point", "vertex", "line", "area"], "tags": {"tourism": "artwork"}, "terms": ["mural", "sculpture", "statue"], "name": "Artwork"},
"tourism/artwork/mural": {"icon": "maki-art-gallery", "fields": ["name", "artist"], "geometry": ["point", "vertex", "line", "area"], "tags": {"tourism": "artwork", "artwork_type": "mural"}, "reference": {"key": "artwork_type", "value": "mural"}, "terms": ["fresco", "wall painting"], "name": "Mural"},
"tourism/artwork/sculpture": {"icon": "maki-art-gallery", "fields": ["name", "artist", "material"], "geometry": ["point", "vertex", "line", "area"], "tags": {"tourism": "artwork", "artwork_type": "sculpture"}, "reference": {"key": "artwork_type", "value": "sculpture"}, "terms": ["statue", "figure", "carving"], "name": "Sculpture"},
"tourism/artwork/statue": {"icon": "maki-art-gallery", "fields": ["name", "artist", "material"], "geometry": ["point", "vertex", "line", "area"], "tags": {"tourism": "artwork", "artwork_type": "statue"}, "reference": {"key": "artwork_type", "value": "statue"}, "terms": ["sculpture", "figure", "carving"], "name": "Statue"},
"tourism/attraction": {"icon": "maki-star", "fields": ["name", "operator", "address"], "geometry": ["point", "vertex", "area"], "tags": {"tourism": "attraction"}, "name": "Tourist Attraction"},
"tourism/camp_site": {"icon": "maki-campsite", "fields": ["name", "operator", "address", "capacity", "fee", "internet_access", "internet_access/fee", "internet_access/ssid"], "geometry": ["point", "vertex", "area"], "terms": ["tent", "rv"], "tags": {"tourism": "camp_site"}, "name": "Campground"},
"tourism/camp_site": {"icon": "maki-campsite", "fields": ["name", "operator", "address", "access_simple", "capacity", "fee", "internet_access", "internet_access/fee", "internet_access/ssid"], "geometry": ["point", "vertex", "area"], "terms": ["tent", "rv"], "tags": {"tourism": "camp_site"}, "name": "Campground"},
"tourism/caravan_site": {"icon": "maki-bus", "fields": ["name", "operator", "address", "capacity", "fee", "sanitary_dump_station", "power_supply", "internet_access", "internet_access/fee", "internet_access/ssid"], "geometry": ["point", "vertex", "area"], "terms": ["Motor Home", "Camper"], "tags": {"tourism": "caravan_site"}, "name": "RV Park"},
"tourism/chalet": {"icon": "maki-lodging", "fields": ["name", "operator", "address", "building_area", "smoking", "internet_access", "internet_access/fee", "internet_access/ssid"], "geometry": ["point", "area"], "terms": ["holiday", "holiday cottage", "holiday home", "vacation", "vacation home"], "tags": {"tourism": "chalet"}, "name": "Holiday Cottage"},
"tourism/gallery": {"icon": "maki-art-gallery", "fields": ["name", "operator", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "terms": ["art*", "exhibit*", "paint*", "photo*", "sculpt*"], "tags": {"tourism": "gallery"}, "name": "Art Gallery"},
@@ -889,11 +910,11 @@
"tourism/information/office": {"icon": "maki-information", "fields": ["name", "operator", "address", "building_area"], "geometry": ["point", "vertex", "area"], "tags": {"tourism": "information", "information": "office"}, "reference": {"key": "information", "value": "office"}, "name": "Tourist Information Office"},
"tourism/motel": {"icon": "maki-lodging", "fields": ["name", "operator", "address", "building_area", "smoking", "rooms", "internet_access", "internet_access/fee", "internet_access/ssid"], "geometry": ["point", "area"], "tags": {"tourism": "motel"}, "name": "Motel"},
"tourism/museum": {"icon": "maki-museum", "fields": ["name", "operator", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "terms": ["art*", "exhibit*", "gallery", "foundation", "hall", "institution", "paint*", "photo*", "sculpt*"], "tags": {"tourism": "museum"}, "name": "Museum"},
"tourism/picnic_site": {"icon": "maki-picnic-site", "fields": ["name", "operator", "address", "smoking"], "geometry": ["point", "vertex", "area"], "terms": ["camp"], "tags": {"tourism": "picnic_site"}, "name": "Picnic Site"},
"tourism/picnic_site": {"icon": "maki-picnic-site", "fields": ["name", "operator", "address", "access_simple", "capacity", "smoking"], "geometry": ["point", "vertex", "area"], "terms": ["camp"], "tags": {"tourism": "picnic_site"}, "name": "Picnic Site"},
"tourism/theme_park": {"icon": "maki-amusement-park", "fields": ["name", "operator", "address", "opening_hours"], "geometry": ["point", "area"], "tags": {"tourism": "theme_park"}, "name": "Theme Park"},
"tourism/trail_riding_station": {"icon": "maki-horse-riding", "fields": ["name", "horse_stables", "horse_riding", "horse_dressage", "address", "phone", "website", "description"], "geometry": ["point", "area"], "tags": {"tourism": "trail_riding_station"}, "name": "Trail Riding Station", "matchScore": 2},
"tourism/viewpoint": {"icon": "temaki-binoculars", "geometry": ["point", "vertex"], "fields": ["direction"], "tags": {"tourism": "viewpoint"}, "name": "Viewpoint"},
"tourism/wilderness_hut": {"icon": "maki-lodging", "fields": ["name", "operator", "address", "building_area"], "geometry": ["point", "area"], "terms": ["wilderness hut", "backcountry hut", "bothy"], "tags": {"tourism": "wilderness_hut"}, "name": "Wilderness Hut"},
"tourism/wilderness_hut": {"icon": "maki-lodging", "fields": ["name", "operator", "address", "building_area", "fireplace"], "geometry": ["point", "area"], "terms": ["wilderness hut", "backcountry hut", "bothy"], "tags": {"tourism": "wilderness_hut"}, "name": "Wilderness Hut"},
"tourism/zoo": {"icon": "maki-zoo", "fields": ["name", "operator", "address", "opening_hours"], "geometry": ["point", "area"], "terms": ["animal"], "tags": {"tourism": "zoo"}, "name": "Zoo"},
"traffic_calming": {"icon": "temaki-diamond", "fields": ["traffic_calming", "direction_vertex"], "geometry": ["vertex", "line"], "tags": {"traffic_calming": "*"}, "terms": ["bump", "hump", "slow", "speed"], "name": "Traffic Calming"},
"traffic_calming/bump": {"icon": "temaki-diamond", "fields": ["surface", "direction_vertex"], "geometry": ["vertex", "line"], "terms": ["hump", "speed", "slow"], "tags": {"traffic_calming": "bump"}, "name": "Speed Bump"},
@@ -944,6 +965,7 @@
"waterway/dock": {"icon": "maki-harbor", "fields": ["name", "dock", "operator"], "geometry": ["area", "vertex", "point"], "terms": ["boat", "ship", "vessel", "marine"], "tags": {"waterway": "dock"}, "name": "Wet Dock / Dry Dock"},
"waterway/drain": {"icon": "iD-waterway-ditch", "fields": ["structure_waterway", "intermittent"], "geometry": ["line"], "tags": {"waterway": "drain"}, "name": "Drain"},
"waterway/fuel": {"icon": "maki-fuel", "fields": ["name", "operator", "address", "opening_hours", "fuel_multi"], "geometry": ["point", "area"], "terms": ["petrol", "gas", "diesel", "boat"], "tags": {"waterway": "fuel"}, "name": "Marine Fuel Station"},
"waterway/milestone": {"icon": "temaki-milestone", "geometry": ["point", "vertex"], "fields": ["distance", "direction_vertex"], "tags": {"waterway": "milestone"}, "terms": ["milestone", "marker"], "name": "Waterway Milestone"},
"waterway/river": {"icon": "iD-waterway-river", "fields": ["name", "structure_waterway", "width", "intermittent"], "geometry": ["line"], "terms": ["beck", "branch", "brook", "course", "creek", "estuary", "rill", "rivulet", "run", "runnel", "stream", "tributary", "watercourse"], "tags": {"waterway": "river"}, "name": "River"},
"waterway/riverbank": {"icon": "maki-water", "geometry": ["area"], "tags": {"waterway": "riverbank"}, "name": "Riverbank"},
"waterway/sanitary_dump_station": {"icon": "temaki-storage_tank", "fields": ["name", "operator", "access_simple", "fee", "water_point"], "geometry": ["point", "vertex", "area"], "terms": ["Boat", "Watercraft", "Sanitary", "Dump Station", "Pumpout", "Pump out", "Elsan", "CDP", "CTDP", "Chemical Toilet"], "tags": {"waterway": "sanitary_dump_station"}, "name": "Marine Toilet Disposal"},
@@ -2759,9 +2781,9 @@
"amenity/theatre/Amphitheatre": {"tags": {"name": "Amphitheatre", "amenity": "theatre"}, "name": "Amphitheatre", "icon": "maki-theatre", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area"], "suggestion": true},
"amenity/theatre/Freilichtbühne": {"tags": {"name": "Freilichtbühne", "amenity": "theatre"}, "name": "Freilichtbühne", "icon": "maki-theatre", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area"], "suggestion": true},
"amenity/theatre/Teatro Comunale": {"tags": {"name": "Teatro Comunale", "amenity": "theatre"}, "name": "Teatro Comunale", "icon": "maki-theatre", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area"], "suggestion": true},
"leisure/fitness_centre/LA Fitness": {"tags": {"name": "LA Fitness", "leisure": "fitness_centre"}, "name": "LA Fitness", "icon": "maki-pitch", "geometry": ["point", "area"], "fields": ["name", "sport", "address", "building_area", "opening_hours"], "suggestion": true},
"leisure/fitness_centre/Planet Fitness": {"tags": {"name": "Planet Fitness", "leisure": "fitness_centre"}, "name": "Planet Fitness", "icon": "maki-pitch", "geometry": ["point", "area"], "fields": ["name", "sport", "address", "building_area", "opening_hours"], "suggestion": true},
"leisure/fitness_centre/Snap Fitness": {"tags": {"name": "Snap Fitness", "leisure": "fitness_centre"}, "name": "Snap Fitness", "icon": "maki-pitch", "geometry": ["point", "area"], "fields": ["name", "sport", "address", "building_area", "opening_hours"], "suggestion": true},
"leisure/fitness_centre/LA Fitness": {"tags": {"name": "LA Fitness", "leisure": "fitness_centre"}, "name": "LA Fitness", "icon": "fas-dumbbell", "geometry": ["point", "area"], "fields": ["name", "sport", "address", "building_area", "opening_hours"], "suggestion": true},
"leisure/fitness_centre/Planet Fitness": {"tags": {"name": "Planet Fitness", "leisure": "fitness_centre"}, "name": "Planet Fitness", "icon": "fas-dumbbell", "geometry": ["point", "area"], "fields": ["name", "sport", "address", "building_area", "opening_hours"], "suggestion": true},
"leisure/fitness_centre/Snap Fitness": {"tags": {"name": "Snap Fitness", "leisure": "fitness_centre"}, "name": "Snap Fitness", "icon": "fas-dumbbell", "geometry": ["point", "area"], "fields": ["name", "sport", "address", "building_area", "opening_hours"], "suggestion": true},
"leisure/playground/Çocuk Parkı": {"tags": {"name": "Çocuk Parkı", "leisure": "playground"}, "name": "Çocuk Parkı", "icon": "maki-playground", "geometry": ["point", "area"], "fields": ["name", "operator", "surface", "playground/max_age", "playground/min_age", "access_simple"], "suggestion": true},
"leisure/playground/놀이터": {"tags": {"name": "놀이터", "leisure": "playground"}, "name": "놀이터", "icon": "maki-playground", "geometry": ["point", "area"], "fields": ["name", "operator", "surface", "playground/max_age", "playground/min_age", "access_simple"], "suggestion": true},
"leisure/sports_centre/Anytime Fitness": {"tags": {"name": "Anytime Fitness", "leisure": "sports_centre"}, "name": "Anytime Fitness", "icon": "maki-pitch", "geometry": ["point", "area"], "fields": ["name", "sport", "building", "address", "opening_hours"], "suggestion": true},
@@ -2783,10 +2805,10 @@
"leisure/sports_centre/ДЮСШ": {"tags": {"name": "ДЮСШ", "leisure": "sports_centre"}, "name": "ДЮСШ", "icon": "maki-pitch", "geometry": ["point", "area"], "fields": ["name", "sport", "building", "address", "opening_hours"], "suggestion": true},
"leisure/sports_centre/Ледовый дворец": {"tags": {"name": "Ледовый дворец", "leisure": "sports_centre"}, "name": "Ледовый дворец", "icon": "maki-pitch", "geometry": ["point", "area"], "fields": ["name", "sport", "building", "address", "opening_hours"], "suggestion": true},
"leisure/sports_centre/体育館": {"tags": {"name": "体育館", "leisure": "sports_centre"}, "name": "体育館", "icon": "maki-pitch", "geometry": ["point", "area"], "fields": ["name", "sport", "building", "address", "opening_hours"], "suggestion": true},
"leisure/swimming_pool/Schwimmerbecken": {"tags": {"name": "Schwimmerbecken", "leisure": "swimming_pool"}, "name": "Schwimmerbecken", "icon": "maki-swimming", "geometry": ["point", "area"], "fields": ["name", "access_simple", "operator", "address"], "suggestion": true},
"leisure/swimming_pool/Yüzme Havuzu": {"tags": {"name": "Yüzme Havuzu", "leisure": "swimming_pool"}, "name": "Yüzme Havuzu", "icon": "maki-swimming", "geometry": ["point", "area"], "fields": ["name", "access_simple", "operator", "address"], "suggestion": true},
"leisure/swimming_pool/プール": {"tags": {"name": "プール", "leisure": "swimming_pool"}, "name": "プール", "icon": "maki-swimming", "geometry": ["point", "area"], "fields": ["name", "access_simple", "operator", "address"], "suggestion": true},
"leisure/swimming_pool/游泳池": {"tags": {"name": "游泳池", "leisure": "swimming_pool"}, "name": "游泳池", "icon": "maki-swimming", "geometry": ["point", "area"], "fields": ["name", "access_simple", "operator", "address"], "suggestion": true},
"leisure/swimming_pool/Schwimmerbecken": {"tags": {"name": "Schwimmerbecken", "leisure": "swimming_pool"}, "name": "Schwimmerbecken", "icon": "maki-swimming", "geometry": ["point", "area"], "fields": ["name", "access_simple", "operator", "address", "lit", "location_pool", "length", "swimming_pool"], "suggestion": true},
"leisure/swimming_pool/Yüzme Havuzu": {"tags": {"name": "Yüzme Havuzu", "leisure": "swimming_pool"}, "name": "Yüzme Havuzu", "icon": "maki-swimming", "geometry": ["point", "area"], "fields": ["name", "access_simple", "operator", "address", "lit", "location_pool", "length", "swimming_pool"], "suggestion": true},
"leisure/swimming_pool/プール": {"tags": {"name": "プール", "leisure": "swimming_pool"}, "name": "プール", "icon": "maki-swimming", "geometry": ["point", "area"], "fields": ["name", "access_simple", "operator", "address", "lit", "location_pool", "length", "swimming_pool"], "suggestion": true},
"leisure/swimming_pool/游泳池": {"tags": {"name": "游泳池", "leisure": "swimming_pool"}, "name": "游泳池", "icon": "maki-swimming", "geometry": ["point", "area"], "fields": ["name", "access_simple", "operator", "address", "lit", "location_pool", "length", "swimming_pool"], "suggestion": true},
"man_made/windmill/De Hoop": {"tags": {"name": "De Hoop", "man_made": "windmill"}, "name": "De Hoop", "icon": "temaki-windmill", "geometry": ["point", "area"], "fields": ["building_area"], "suggestion": true},
"shop/alcohol/Alko": {"tags": {"name": "Alko", "shop": "alcohol"}, "name": "Alko", "icon": "maki-alcohol-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi", "drive_through"], "suggestion": true},
"shop/alcohol/BC Liquor Store": {"tags": {"name": "BC Liquor Store", "shop": "alcohol"}, "name": "BC Liquor Store", "icon": "maki-alcohol-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi", "drive_through"], "suggestion": true},
@@ -3589,24 +3611,24 @@
"shop/frame/rumah penduduk": {"tags": {"name": "rumah penduduk", "shop": "frame"}, "name": "rumah penduduk", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/funeral_directors/The Co-operative Funeralcare": {"tags": {"name": "The Co-operative Funeralcare", "shop": "funeral_directors"}, "name": "The Co-operative Funeralcare", "icon": "maki-cemetery", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "religion", "denomination"], "suggestion": true},
"shop/funeral_directors/Ритуальные услуги": {"tags": {"name": "Ритуальные услуги", "shop": "funeral_directors"}, "name": "Ритуальные услуги", "icon": "maki-cemetery", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "religion", "denomination"], "suggestion": true},
"shop/furniture/Aaron's": {"tags": {"name": "Aaron's", "shop": "furniture"}, "name": "Aaron's", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/furniture/Black Red White": {"tags": {"name": "Black Red White", "shop": "furniture"}, "name": "Black Red White", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/furniture/Bodzio": {"tags": {"name": "Bodzio", "shop": "furniture"}, "name": "Bodzio", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/furniture/But": {"tags": {"name": "But", "shop": "furniture"}, "name": "But", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/furniture/Conforama": {"tags": {"name": "Conforama", "shop": "furniture"}, "name": "Conforama", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/furniture/DFS": {"tags": {"name": "DFS", "shop": "furniture"}, "name": "DFS", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/furniture/Dänisches Bettenlager": {"tags": {"name": "Dänisches Bettenlager", "shop": "furniture"}, "name": "Dänisches Bettenlager", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/furniture/Fly": {"tags": {"name": "Fly", "shop": "furniture"}, "name": "Fly", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/furniture/Harveys": {"tags": {"name": "Harveys", "shop": "furniture"}, "name": "Harveys", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/furniture/IKEA": {"tags": {"name": "IKEA", "shop": "furniture"}, "name": "IKEA", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/furniture/JYSK": {"tags": {"name": "JYSK", "shop": "furniture"}, "name": "JYSK", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/furniture/Kwantum": {"tags": {"name": "Kwantum", "shop": "furniture"}, "name": "Kwantum", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/furniture/Leen Bakker": {"tags": {"name": "Leen Bakker", "shop": "furniture"}, "name": "Leen Bakker", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/furniture/Pier 1 Imports": {"tags": {"name": "Pier 1 Imports", "shop": "furniture"}, "name": "Pier 1 Imports", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/furniture/Roller": {"tags": {"name": "Roller", "shop": "furniture"}, "name": "Roller", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/furniture/The Brick": {"tags": {"name": "The Brick", "shop": "furniture"}, "name": "The Brick", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/furniture/Меблі": {"tags": {"name": "Меблі", "shop": "furniture"}, "name": "Меблі", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/furniture/ニトリ": {"tags": {"name": "ニトリ", "shop": "furniture"}, "name": "ニトリ", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/furniture/Aaron's": {"tags": {"name": "Aaron's", "shop": "furniture"}, "name": "Aaron's", "icon": "fas-couch", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/furniture/Black Red White": {"tags": {"name": "Black Red White", "shop": "furniture"}, "name": "Black Red White", "icon": "fas-couch", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/furniture/Bodzio": {"tags": {"name": "Bodzio", "shop": "furniture"}, "name": "Bodzio", "icon": "fas-couch", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/furniture/But": {"tags": {"name": "But", "shop": "furniture"}, "name": "But", "icon": "fas-couch", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/furniture/Conforama": {"tags": {"name": "Conforama", "shop": "furniture"}, "name": "Conforama", "icon": "fas-couch", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/furniture/DFS": {"tags": {"name": "DFS", "shop": "furniture"}, "name": "DFS", "icon": "fas-couch", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/furniture/Dänisches Bettenlager": {"tags": {"name": "Dänisches Bettenlager", "shop": "furniture"}, "name": "Dänisches Bettenlager", "icon": "fas-couch", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/furniture/Fly": {"tags": {"name": "Fly", "shop": "furniture"}, "name": "Fly", "icon": "fas-couch", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/furniture/Harveys": {"tags": {"name": "Harveys", "shop": "furniture"}, "name": "Harveys", "icon": "fas-couch", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/furniture/IKEA": {"tags": {"name": "IKEA", "shop": "furniture"}, "name": "IKEA", "icon": "fas-couch", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/furniture/JYSK": {"tags": {"name": "JYSK", "shop": "furniture"}, "name": "JYSK", "icon": "fas-couch", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/furniture/Kwantum": {"tags": {"name": "Kwantum", "shop": "furniture"}, "name": "Kwantum", "icon": "fas-couch", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/furniture/Leen Bakker": {"tags": {"name": "Leen Bakker", "shop": "furniture"}, "name": "Leen Bakker", "icon": "fas-couch", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/furniture/Pier 1 Imports": {"tags": {"name": "Pier 1 Imports", "shop": "furniture"}, "name": "Pier 1 Imports", "icon": "fas-couch", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/furniture/Roller": {"tags": {"name": "Roller", "shop": "furniture"}, "name": "Roller", "icon": "fas-couch", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/furniture/The Brick": {"tags": {"name": "The Brick", "shop": "furniture"}, "name": "The Brick", "icon": "fas-couch", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/furniture/Меблі": {"tags": {"name": "Меблі", "shop": "furniture"}, "name": "Меблі", "icon": "fas-couch", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/furniture/ニトリ": {"tags": {"name": "ニトリ", "shop": "furniture"}, "name": "ニトリ", "icon": "fas-couch", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/garden_centre/Dehner": {"tags": {"name": "Dehner", "shop": "garden_centre"}, "name": "Dehner", "icon": "maki-garden-center", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/garden_centre/Gamm Vert": {"tags": {"name": "Gamm Vert", "shop": "garden_centre"}, "name": "Gamm Vert", "icon": "maki-garden-center", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/garden_centre/Jardiland": {"tags": {"name": "Jardiland", "shop": "garden_centre"}, "name": "Jardiland", "icon": "maki-garden-center", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
@@ -3667,9 +3689,9 @@
"shop/hearing_aids/Kind Hörgeräte": {"tags": {"name": "Kind Hörgeräte", "shop": "hearing_aids"}, "name": "Kind Hörgeräte", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/hearing_aids/amplifon": {"tags": {"name": "amplifon", "shop": "hearing_aids"}, "name": "amplifon", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/hifi/Bang & Olufsen": {"tags": {"name": "Bang & Olufsen", "shop": "hifi"}, "name": "Bang & Olufsen", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/houseware/Blokker": {"tags": {"name": "Blokker", "shop": "houseware"}, "name": "Blokker", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/houseware/Marskramer": {"tags": {"name": "Marskramer", "shop": "houseware"}, "name": "Marskramer", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/houseware/Xenos": {"tags": {"name": "Xenos", "shop": "houseware"}, "name": "Xenos", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/houseware/Blokker": {"tags": {"name": "Blokker", "shop": "houseware"}, "name": "Blokker", "icon": "fas-blender", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/houseware/Marskramer": {"tags": {"name": "Marskramer", "shop": "houseware"}, "name": "Marskramer", "icon": "fas-blender", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/houseware/Xenos": {"tags": {"name": "Xenos", "shop": "houseware"}, "name": "Xenos", "icon": "fas-blender", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/interior_decoration/Casa": {"tags": {"name": "Casa", "shop": "interior_decoration"}, "name": "Casa", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/interior_decoration/Depot": {"tags": {"name": "Depot", "shop": "interior_decoration"}, "name": "Depot", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/jewelry/585": {"tags": {"name": "585", "shop": "jewelry"}, "name": "585", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
@@ -3783,38 +3805,38 @@
"shop/newsagent/Печать": {"tags": {"name": "Печать", "shop": "newsagent"}, "name": "Печать", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/newsagent/Роспечать": {"tags": {"name": "Роспечать", "shop": "newsagent"}, "name": "Роспечать", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/newsagent/Союзпечать": {"tags": {"name": "Союзпечать", "shop": "newsagent"}, "name": "Союзпечать", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/Alain Afflelou": {"tags": {"name": "Alain Afflelou", "shop": "optician"}, "name": "Alain Afflelou", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/Apollo": {"tags": {"name": "Apollo", "shop": "optician"}, "name": "Apollo", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/Atol": {"tags": {"name": "Atol", "shop": "optician"}, "name": "Atol", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/Boots Opticians": {"tags": {"name": "Boots Opticians", "shop": "optician"}, "name": "Boots Opticians", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/Fielmann": {"tags": {"name": "Fielmann", "shop": "optician"}, "name": "Fielmann", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/General Óptica": {"tags": {"name": "General Óptica", "shop": "optician"}, "name": "General Óptica", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/Grand Optical": {"tags": {"name": "Grand Optical", "shop": "optician"}, "name": "Grand Optical", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/Générale d'Optique": {"tags": {"name": "Générale d'Optique", "shop": "optician"}, "name": "Générale d'Optique", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/Hakim Optical": {"tags": {"name": "Hakim Optical", "shop": "optician"}, "name": "Hakim Optical", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/Hans Anders": {"tags": {"name": "Hans Anders", "shop": "optician"}, "name": "Hans Anders", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/Krys": {"tags": {"name": "Krys", "shop": "optician"}, "name": "Krys", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/Les Opticiens Mutualistes": {"tags": {"name": "Les Opticiens Mutualistes", "shop": "optician"}, "name": "Les Opticiens Mutualistes", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/Optic 2000": {"tags": {"name": "Optic 2000", "shop": "optician"}, "name": "Optic 2000", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/Optical Center": {"tags": {"name": "Optical Center", "shop": "optician"}, "name": "Optical Center", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/Pearle": {"tags": {"name": "Pearle", "shop": "optician"}, "name": "Pearle", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/Pearle Vision": {"tags": {"name": "Pearle Vision", "shop": "optician"}, "name": "Pearle Vision", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/Specsavers": {"tags": {"name": "Specsavers", "shop": "optician"}, "name": "Specsavers", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/Sunglass Hut": {"tags": {"name": "Sunglass Hut", "shop": "optician"}, "name": "Sunglass Hut", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/Synoptik": {"tags": {"name": "Synoptik", "shop": "optician"}, "name": "Synoptik", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/Vision Express": {"tags": {"name": "Vision Express", "shop": "optician"}, "name": "Vision Express", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/แว่นท็อปเจริญ": {"tags": {"name": "แว่นท็อปเจริญ", "shop": "optician"}, "name": "แว่นท็อปเจริญ", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/メガネスーパー": {"tags": {"name": "メガネスーパー", "shop": "optician"}, "name": "メガネスーパー", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/眼鏡市場": {"tags": {"name": "眼鏡市場", "shop": "optician"}, "name": "眼鏡市場", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/Alain Afflelou": {"tags": {"name": "Alain Afflelou", "shop": "optician"}, "name": "Alain Afflelou", "icon": "fas-glasses", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/Apollo": {"tags": {"name": "Apollo", "shop": "optician"}, "name": "Apollo", "icon": "fas-glasses", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/Atol": {"tags": {"name": "Atol", "shop": "optician"}, "name": "Atol", "icon": "fas-glasses", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/Boots Opticians": {"tags": {"name": "Boots Opticians", "shop": "optician"}, "name": "Boots Opticians", "icon": "fas-glasses", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/Fielmann": {"tags": {"name": "Fielmann", "shop": "optician"}, "name": "Fielmann", "icon": "fas-glasses", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/General Óptica": {"tags": {"name": "General Óptica", "shop": "optician"}, "name": "General Óptica", "icon": "fas-glasses", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/Grand Optical": {"tags": {"name": "Grand Optical", "shop": "optician"}, "name": "Grand Optical", "icon": "fas-glasses", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/Générale d'Optique": {"tags": {"name": "Générale d'Optique", "shop": "optician"}, "name": "Générale d'Optique", "icon": "fas-glasses", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/Hakim Optical": {"tags": {"name": "Hakim Optical", "shop": "optician"}, "name": "Hakim Optical", "icon": "fas-glasses", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/Hans Anders": {"tags": {"name": "Hans Anders", "shop": "optician"}, "name": "Hans Anders", "icon": "fas-glasses", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/Krys": {"tags": {"name": "Krys", "shop": "optician"}, "name": "Krys", "icon": "fas-glasses", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/Les Opticiens Mutualistes": {"tags": {"name": "Les Opticiens Mutualistes", "shop": "optician"}, "name": "Les Opticiens Mutualistes", "icon": "fas-glasses", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/Optic 2000": {"tags": {"name": "Optic 2000", "shop": "optician"}, "name": "Optic 2000", "icon": "fas-glasses", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/Optical Center": {"tags": {"name": "Optical Center", "shop": "optician"}, "name": "Optical Center", "icon": "fas-glasses", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/Pearle": {"tags": {"name": "Pearle", "shop": "optician"}, "name": "Pearle", "icon": "fas-glasses", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/Pearle Vision": {"tags": {"name": "Pearle Vision", "shop": "optician"}, "name": "Pearle Vision", "icon": "fas-glasses", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/Specsavers": {"tags": {"name": "Specsavers", "shop": "optician"}, "name": "Specsavers", "icon": "fas-glasses", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/Sunglass Hut": {"tags": {"name": "Sunglass Hut", "shop": "optician"}, "name": "Sunglass Hut", "icon": "fas-glasses", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/Synoptik": {"tags": {"name": "Synoptik", "shop": "optician"}, "name": "Synoptik", "icon": "fas-glasses", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/Vision Express": {"tags": {"name": "Vision Express", "shop": "optician"}, "name": "Vision Express", "icon": "fas-glasses", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/แว่นท็อปเจริญ": {"tags": {"name": "แว่นท็อปเจริญ", "shop": "optician"}, "name": "แว่นท็อปเจริญ", "icon": "fas-glasses", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/メガネスーパー": {"tags": {"name": "メガネスーパー", "shop": "optician"}, "name": "メガネスーパー", "icon": "fas-glasses", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/optician/眼鏡市場": {"tags": {"name": "眼鏡市場", "shop": "optician"}, "name": "眼鏡市場", "icon": "fas-glasses", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/outdoor/Mountain Warehouse": {"tags": {"name": "Mountain Warehouse", "shop": "outdoor"}, "name": "Mountain Warehouse", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/outdoor/REI": {"tags": {"name": "REI", "shop": "outdoor"}, "name": "REI", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/outdoor/Рыболов": {"tags": {"name": "Рыболов", "shop": "outdoor"}, "name": "Рыболов", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/paint/Benjamin Moore": {"tags": {"name": "Benjamin Moore", "shop": "paint"}, "name": "Benjamin Moore", "icon": "maki-water", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/paint/Comex": {"tags": {"name": "Comex", "shop": "paint"}, "name": "Comex", "icon": "maki-water", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/paint/Jotun": {"tags": {"name": "Jotun", "shop": "paint"}, "name": "Jotun", "icon": "maki-water", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/paint/National Paints": {"tags": {"name": "National Paints", "shop": "paint"}, "name": "National Paints", "icon": "maki-water", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/paint/Sherwin Williams": {"tags": {"name": "Sherwin Williams", "shop": "paint"}, "name": "Sherwin Williams", "icon": "maki-water", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/paint/Sherwin-Williams Paints": {"tags": {"name": "Sherwin-Williams Paints", "shop": "paint"}, "name": "Sherwin-Williams Paints", "icon": "maki-water", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/paint/Benjamin Moore": {"tags": {"name": "Benjamin Moore", "shop": "paint"}, "name": "Benjamin Moore", "icon": "fas-paint-roller", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/paint/Comex": {"tags": {"name": "Comex", "shop": "paint"}, "name": "Comex", "icon": "fas-paint-roller", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/paint/Jotun": {"tags": {"name": "Jotun", "shop": "paint"}, "name": "Jotun", "icon": "fas-paint-roller", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/paint/National Paints": {"tags": {"name": "National Paints", "shop": "paint"}, "name": "National Paints", "icon": "fas-paint-roller", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/paint/Sherwin Williams": {"tags": {"name": "Sherwin Williams", "shop": "paint"}, "name": "Sherwin Williams", "icon": "fas-paint-roller", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/paint/Sherwin-Williams Paints": {"tags": {"name": "Sherwin-Williams Paints", "shop": "paint"}, "name": "Sherwin-Williams Paints", "icon": "fas-paint-roller", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/pawnbroker/Cash Converters": {"tags": {"name": "Cash Converters", "shop": "pawnbroker"}, "name": "Cash Converters", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/pawnbroker/Lombard": {"tags": {"name": "Lombard", "shop": "pawnbroker"}, "name": "Lombard", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
"shop/pawnbroker/Palawan Pawnshop": {"tags": {"name": "Palawan Pawnshop", "shop": "pawnbroker"}, "name": "Palawan Pawnshop", "icon": "maki-shop", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "opening_hours", "payment_multi"], "suggestion": true},
@@ -4311,8 +4333,8 @@
"tourism/attraction/Хозяйственный двор": {"tags": {"name": "Хозяйственный двор", "tourism": "attraction"}, "name": "Хозяйственный двор", "icon": "maki-star", "geometry": ["point", "vertex", "area"], "fields": ["name", "operator", "address"], "suggestion": true},
"tourism/attraction/Часовня": {"tags": {"name": "Часовня", "tourism": "attraction"}, "name": "Часовня", "icon": "maki-star", "geometry": ["point", "vertex", "area"], "fields": ["name", "operator", "address"], "suggestion": true},
"tourism/attraction/дольмен": {"tags": {"name": "дольмен", "tourism": "attraction"}, "name": "дольмен", "icon": "maki-star", "geometry": ["point", "vertex", "area"], "fields": ["name", "operator", "address"], "suggestion": true},
"tourism/camp_site/Camping Municipal": {"tags": {"name": "Camping Municipal", "tourism": "camp_site"}, "name": "Camping Municipal", "icon": "maki-campsite", "geometry": ["point", "vertex", "area"], "fields": ["name", "operator", "address", "capacity", "fee", "internet_access", "internet_access/fee", "internet_access/ssid"], "suggestion": true},
"tourism/camp_site/Camping municipal": {"tags": {"name": "Camping municipal", "tourism": "camp_site"}, "name": "Camping municipal", "icon": "maki-campsite", "geometry": ["point", "vertex", "area"], "fields": ["name", "operator", "address", "capacity", "fee", "internet_access", "internet_access/fee", "internet_access/ssid"], "suggestion": true},
"tourism/camp_site/Camping Municipal": {"tags": {"name": "Camping Municipal", "tourism": "camp_site"}, "name": "Camping Municipal", "icon": "maki-campsite", "geometry": ["point", "vertex", "area"], "fields": ["name", "operator", "address", "access_simple", "capacity", "fee", "internet_access", "internet_access/fee", "internet_access/ssid"], "suggestion": true},
"tourism/camp_site/Camping municipal": {"tags": {"name": "Camping municipal", "tourism": "camp_site"}, "name": "Camping municipal", "icon": "maki-campsite", "geometry": ["point", "vertex", "area"], "fields": ["name", "operator", "address", "access_simple", "capacity", "fee", "internet_access", "internet_access/fee", "internet_access/ssid"], "suggestion": true},
"tourism/guest_house/Home": {"tags": {"name": "Home", "tourism": "guest_house"}, "name": "Home", "icon": "maki-lodging", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "smoking", "rooms", "internet_access", "internet_access/fee", "internet_access/ssid"], "suggestion": true},
"tourism/guest_house/OW Bielanka": {"tags": {"name": "OW Bielanka", "tourism": "guest_house"}, "name": "OW Bielanka", "icon": "maki-lodging", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "smoking", "rooms", "internet_access", "internet_access/fee", "internet_access/ssid"], "suggestion": true},
"tourism/hostel/Albergue de Peregrinos": {"tags": {"name": "Albergue de Peregrinos", "tourism": "hostel"}, "name": "Albergue de Peregrinos", "icon": "maki-lodging", "geometry": ["point", "area"], "fields": ["name", "operator", "address", "building_area", "smoking", "rooms", "internet_access", "internet_access/fee", "internet_access/ssid"], "suggestion": true},
+17
View File
@@ -0,0 +1,17 @@
{
"icon": "maki-harbor",
"fields": [
"seamark/type"
],
"geometry": [
"point",
"vertex",
"line",
"area"
],
"tags": {
"seamark:type": "*"
},
"searchable": false,
"name": "Seamark"
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"icon": "temaki-storage_tank",
"fields": [
"direction",
"lit"
],
"geometry": [
+5 -1
View File
@@ -14,12 +14,16 @@
"internet_access/ssid"
],
"terms": [
"aerodrome",
"aeroway",
"airplane",
"airport",
"aerodrome"
"jet",
"plane"
],
"tags": {
"aeroway": "aerodrome"
},
"matchScore": 0.9,
"name": "Airport"
}
+1
View File
@@ -1,4 +1,5 @@
{
"icon": "fas-plane-departure",
"geometry": [
"line",
"area"
+2 -1
View File
@@ -2,7 +2,8 @@
"icon": "maki-bbq",
"fields": [
"covered",
"fuel"
"fuel",
"access_simple"
],
"geometry": [
"point"
+2 -2
View File
@@ -3,7 +3,7 @@
"fields": [
"name",
"address",
"building_area",
"building",
"opening_hours",
"smoking",
"outdoor_seating",
@@ -21,5 +21,5 @@
"bier",
"booze"
],
"name": "Beer Garden"
"name": "Biergarten"
}
@@ -1,5 +1,5 @@
{
"icon": "maki-car",
"icon": "fas-charging-station",
"fields": [
"operator",
"capacity"
@@ -1,5 +1,8 @@
{
"icon": "temaki-binoculars",
"fields": [
"access_simple"
],
"geometry": [
"point",
"vertex",
@@ -0,0 +1,22 @@
{
"icon": "maki-school",
"fields": [
"name",
"operator",
"address",
"building_area",
"opening_hours",
"language_multi"
],
"geometry": [
"point",
"area"
],
"terms": [
"esl"
],
"tags": {
"amenity": "language_school"
},
"name": "Language School"
}
@@ -3,7 +3,9 @@
"fields": [
"name",
"operator",
"address"
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
@@ -30,6 +30,7 @@
"value": "pharmacy"
},
"terms": [
"apothecary",
"drug*",
"med*",
"prescription"
@@ -0,0 +1,18 @@
{
"icon": "maki-shelter",
"fields": [
"name",
"building_area",
"bench",
"lit"
],
"geometry": [
"point",
"area"
],
"tags": {
"amenity": "shelter",
"shelter_type": "gazebo"
},
"name": "Gazebo"
}
@@ -1,17 +1,17 @@
{
"icon": "maki-shelter",
"fields": [
"bin",
"bench"
"name",
"operator",
"building_area"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"amenity": "shelter",
"shelter_type": "pavilion"
"shelter_type": "lean_to"
},
"name": "Pavilion"
"name": "Lean-To"
}
+2 -1
View File
@@ -5,7 +5,8 @@
"opening_hours",
"fee",
"supervised",
"building_area"
"building_area",
"access_simple"
],
"geometry": [
"point",
@@ -0,0 +1,26 @@
{
"icon": "temaki-vending_machine",
"fields": [
"vending",
"operator"
],
"geometry": [
"point"
],
"terms": [
"amazon",
"locker",
"mail",
"parcel",
"pickup"
],
"tags": {
"amenity": "vending_machine",
"vending": "parcel_pickup"
},
"reference": {
"key": "vending",
"value": "parcel_pickup"
},
"name": "Parcel Pickup Locker"
}
@@ -10,8 +10,8 @@
"point"
],
"terms": [
"parcel",
"mail",
"parcel",
"pickup"
],
"tags": {
@@ -22,5 +22,5 @@
"key": "vending",
"value": "parcel_pickup;parcel_mail_in"
},
"name": "Parcel Pickup/Dropoff Vending Machine"
"name": "Parcel Pickup/Dropoff Locker"
}
+1 -1
View File
@@ -1,11 +1,11 @@
{
"icon": "maki-home",
"geometry": [
"area"
],
"fields": [
"name"
],
"tags": {
"building": "hut"
},
@@ -0,0 +1,21 @@
{
"icon": "maki-building",
"fields": [
"name",
"address",
"levels",
"height",
"smoking"
],
"geometry": [
"area"
],
"terms": [
"sports"
],
"tags": {
"building": "pavilion"
},
"matchScore": 0.5,
"name": "Pavilion Building"
}
+2 -1
View File
@@ -2,7 +2,8 @@
"icon": "maki-shelter",
"fields": [
"name",
"address"
"address",
"layer"
],
"geometry": [
"area"
+1 -1
View File
@@ -1,5 +1,5 @@
{
"icon": "maki-art-gallery",
"icon": "fas-paint-roller",
"fields": [
"name",
"operator",
@@ -0,0 +1,19 @@
{
"icon": "temaki-milestone",
"geometry": [
"point",
"vertex"
],
"fields": [
"distance",
"direction_vertex"
],
"tags": {
"highway": "milestone"
},
"terms": [
"milestone",
"marker"
],
"name": "Highway Milestone"
}
+35
View File
@@ -0,0 +1,35 @@
{
"icon": "temaki-ruins",
"fields": [
"name",
"access_simple",
"seamark/wreck/category",
"historic/wreck/date_sunk",
"historic/wreck/visible_at_low_tide",
"historic/wreck/visible_at_high_tide"
],
"geometry": [
"point",
"area"
],
"tags": {
"historic": "wreck"
},
"addTags": {
"historic": "wreck",
"seamark:type": "wreck"
},
"removeTags": {
"historic": "wreck",
"seamark:type": "wreck"
},
"terms": [
"hull",
"mast",
"maritime",
"remains",
"ship",
"boat"
],
"name": "Shipwreck"
}
@@ -0,0 +1,20 @@
{
"icon": "fas-wifi",
"geometry": [
"point",
"area"
],
"fields": [
"internet_access/fee",
"internet_access/ssid"
],
"terms": [
"wi-fi",
"wifi",
"hotspot"
],
"tags": {
"internet_access": "wlan"
},
"name": "Wi-Fi Hotspot"
}
@@ -13,15 +13,25 @@
"military": "airfield"
},
"addTags": {
"aeroway": "aerodrome",
"landuse": "military",
"military": "airfield"
},
"removeTags": {
"aeroway": "aerodrome",
"landuse": "military",
"military": "airfield"
},
"reference": {
"key": "military",
"value": "airfield"
},
"terms": [
"aerodrome",
"aeroway",
"air force",
"airplane",
"airport",
"army",
"base",
"bomb",
@@ -0,0 +1,16 @@
{
"icon": "maki-music",
"fields": [
"name",
"building_area",
"operator"
],
"geometry": [
"point",
"area"
],
"tags": {
"leisure": "bandstand"
},
"name": "Bandstand"
}
@@ -4,6 +4,7 @@
"name",
"operator",
"address",
"building_area",
"opening_hours",
"dance/style"
],
@@ -1,5 +1,8 @@
{
"icon": "maki-fire-station",
"fields": [
"access_simple"
],
"geometry": [
"point",
"area"
@@ -1,5 +1,5 @@
{
"icon": "maki-pitch",
"icon": "fas-dumbbell",
"fields": [
"name",
"sport",
@@ -0,0 +1,23 @@
{
"icon": "maki-tennis",
"fields": [
"name",
"surface",
"lit",
"access_simple"
],
"geometry": [
"point",
"area"
],
"tags": {
"leisure": "pitch",
"sport": "badminton"
},
"reference": {
"key": "sport",
"value": "badminton"
},
"terms": [],
"name": "Badminton Court"
}
@@ -1,5 +1,8 @@
{
"icon": "temaki-beach",
"fields": [
"access_simple"
],
"geometry": [
"point",
"line"
@@ -4,7 +4,11 @@
"name",
"access_simple",
"operator",
"address"
"address",
"lit",
"location_pool",
"length",
"swimming_pool"
],
"geometry": [
"point",
@@ -12,7 +16,8 @@
],
"terms": [
"dive",
"water"
"water",
"aquatics"
],
"tags": {
"leisure": "swimming_pool"
+26 -7
View File
@@ -1,9 +1,28 @@
{
"geometry": [
"area"
],
"tags": {
"man_made": "bridge"
},
"name": "Bridge"
"icon": "fas-archway",
"fields": [
"name",
"bridge",
"layer",
"maxweight"
],
"geometry": [
"area"
],
"tags": {
"man_made": "bridge"
},
"addTags": {
"man_made": "bridge",
"layer": "1"
},
"removeTags": {
"man_made": "bridge",
"layer": "*"
},
"reference": {
"key": "man_made",
"value": "bridge"
},
"name": "Bridge"
}
@@ -0,0 +1,18 @@
{
"icon": "temaki-silo",
"fields": [
"content"
],
"geometry": [
"point",
"area"
],
"terms": [
"Silage",
"Storage"
],
"tags": {
"man_made": "bunker_silo"
},
"name": "Bunker Silo"
}
+9 -1
View File
@@ -1,7 +1,15 @@
{
"icon": "maki-embassy",
"fields": [
"operator",
"flag/type",
"country",
"lit",
"height"
],
"geometry": [
"point"
"point",
"vertex"
],
"tags": {
"man_made": "flagpole"
@@ -1,5 +1,9 @@
{
"icon": "temaki-storage_tank",
"fields": [
"content",
"building_area"
],
"geometry": [
"point",
"area"
+2 -1
View File
@@ -3,7 +3,8 @@
"fields": [
"location",
"operator",
"substance"
"substance",
"layer"
],
"geometry": [
"line"
+2 -2
View File
@@ -1,8 +1,8 @@
{
"icon": "temaki-silo",
"fields": [
"building_area",
"crop"
"crop",
"building_area"
],
"geometry": [
"point",
@@ -1,8 +1,8 @@
{
"icon": "temaki-storage_tank",
"fields": [
"building_area",
"content"
"content",
"building_area"
],
"geometry": [
"point",
+1 -1
View File
@@ -1,5 +1,5 @@
{
"icon": "maki-suitcase",
"icon": "fas-balance-scale",
"fields": [
"name",
"address",
@@ -1,5 +1,5 @@
{
"icon": "maki-warehouse",
"icon": "fas-people-carry",
"fields": [
"name",
"address",
+2 -1
View File
@@ -4,7 +4,8 @@
"name",
"operator",
"voltage",
"ref"
"ref",
"layer"
],
"geometry": [
"line"
+3 -2
View File
@@ -4,9 +4,10 @@
"name",
"operator",
"voltage",
"ref"
"ref",
"layer"
],
"geometry": [
"geometry": [
"line"
],
"tags": {
+2 -1
View File
@@ -5,7 +5,8 @@
"vertex"
],
"fields": [
"railway/position"
"railway/position",
"direction_vertex"
],
"tags": {
"railway": "milestone"
@@ -0,0 +1,20 @@
{
"fields": [
"ref",
"operator",
"seamark/beacon_isolated_danger/shape"
],
"geometry": [
"point",
"vertex"
],
"terms": [
"beacon isolated danger",
"isolated danger beacon",
"iala"
],
"tags": {
"seamark:type": "beacon_isolated_danger"
},
"name": "Danger Beacon"
}
@@ -0,0 +1,26 @@
{
"fields": [
"ref",
"operator",
"seamark/beacon_lateral/colour",
"seamark/beacon_lateral/category",
"seamark/beacon_lateral/shape",
"seamark/beacon_lateral/system"
],
"geometry": [
"point",
"vertex"
],
"terms": [
"lateral beacon",
"beacon lateral",
"cevni",
"channel marker",
"iala",
"lateral mark"
],
"tags": {
"seamark:type": "beacon_lateral"
},
"name": "Channel Beacon"
}
@@ -0,0 +1,26 @@
{
"fields": [
"ref",
"operator",
"seamark/buoy_lateral/colour",
"seamark/buoy_lateral/category",
"seamark/buoy_lateral/shape",
"seamark/buoy_lateral/system"
],
"geometry": [
"point",
"vertex"
],
"terms": [
"lateral buoy",
"buoy lateral",
"cevni",
"channel marker",
"iala",
"lateral mark"
],
"tags": {
"seamark:type": "buoy_lateral"
},
"name": "Channel Buoy"
}
@@ -0,0 +1,27 @@
{
"fields": [
"ref",
"operator",
"seamark/buoy_lateral/colour",
"seamark/buoy_lateral/category",
"seamark/buoy_lateral/shape",
"seamark/buoy_lateral/system"
],
"geometry": [
"point",
"vertex"
],
"terms": [
"lateral buoy",
"buoy lateral",
"cevni",
"channel marker",
"iala",
"lateral mark"
],
"tags": {
"seamark:type": "buoy_lateral",
"seamark:buoy_lateral:colour": "green"
},
"name": "Green Buoy"
}
@@ -0,0 +1,27 @@
{
"fields": [
"ref",
"operator",
"seamark/buoy_lateral/colour",
"seamark/buoy_lateral/category",
"seamark/buoy_lateral/shape",
"seamark/buoy_lateral/system"
],
"geometry": [
"point",
"vertex"
],
"terms": [
"lateral buoy",
"buoy lateral",
"cevni",
"channel marker",
"iala",
"lateral mark"
],
"tags": {
"seamark:type": "buoy_lateral",
"seamark:buoy_lateral:colour": "red"
},
"name": "Red Buoy"
}
+21
View File
@@ -0,0 +1,21 @@
{
"fields": [
"ref",
"operator",
"seamark/mooring/category"
],
"geometry": [
"point"
],
"terms": [
"dolphin",
"pile",
"bollard",
"buoy",
"post"
],
"tags": {
"seamark:type": "mooring"
},
"name": "Mooring"
}
+1
View File
@@ -16,6 +16,7 @@
"shop": "chemist"
},
"terms": [
"apothecary",
"med*",
"drug*",
"gift"

Some files were not shown because too many files have changed in this diff Show More