Merge branch '2.x' into issue#7297

This commit is contained in:
Quincy Morgan
2020-03-13 14:13:44 -07:00
committed by GitHub
283 changed files with 7440 additions and 470097 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ vocabulary established by iD, and to the tags present on OSM entities.
### OSM Data Model classes
An SVG element on the map to which an iD.Entity has been bound as a datum shall
An SVG element on the map to which an iD.osmEntity has been bound as a datum shall
have a class with that datum's type, i.e. either `.node` or `.way`. (If and when
we add visual representations for relations, `.relation` may also be valid.)
+2 -2
View File
@@ -5349,8 +5349,8 @@ _Map traffic signals, stop signs, benches, crossings, street lamps, fountains, t
##### 2013-Nov-22
* Support for loading GPX-files via url parameter (#1965)
* Update osm-auth (#1904)
* Update 3rd party dependencies (Lo-Dash, D3, RBush)
* Build iD.Way.areaKeys from presets
* Update 3rd party dependencies (Lodash, D3, RBush)
* Build areaKeys from presets
* Add public_transport, military, emankment presets
* Reverse cardinal directions for relation member roles
* Improved warning visibility (#1973)
+8 -1
View File
@@ -245,6 +245,13 @@ 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.
**Why can't I find the Osmose QA layer translations?** The Osmose QA strings are
pulled in from the external Osmose API. You can contribute to the
[Osmose Transifex project](https://www.transifex.com/projects/p/osmose/)
and the results will be seen in iD once deployed.
Note that if you want to add/update English translations in Osmose then you will
need to head on over to the [Osmose backend source code](https://github.com/osm-fr/osmose-backend).
## Adding New Strings for Translation or Updating Existing Strings
@@ -443,4 +450,4 @@ Additionally here is a step-by-step workflow example for beginners:
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
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 -2
View File
@@ -15,8 +15,7 @@ To report an issue with missing or cloudy imagery:
* _For Bing Satellite layer:_ Open the location in [Bing Maps](https://www.bing.com/maps), click the "Feedback" button and choose "Report a map problem" option.
* _For Esri World Imagery:_ You can open a new issue using the [Imagery Map Feedback tool](https://www.arcgis.com/home/item.html?id=ebdfa4146680410bb952c7d532ea5407).
iD's list of available background imagery sources come from the [editor-layer-index](https://github.com/osmlab/editor-layer-index)
project. If you know of a more recent imagery source that is licensed for this use,
iD's list of available background imagery sources come from the [@ideditor/imagery-index](https://github.com/ideditor/imagery-index) project. If you know of a more recent imagery source that is licensed for this use,
please open a request there with the link and license details.
+3 -2
View File
@@ -24,7 +24,7 @@ Details on that are [here](https://github.com/openstreetmap/iD/blob/master/modul
### Background imagery and other third party services
If you use background or streetside imagery to aid your edits, your browser must fetch information and images from a third-party imagery host. That use is governed by the respective privacy policies of each imagery host. The [Editor Layer Index](https://github.com/osmlab/editor-layer-index) and [iD Editor GitHub code](https://github.com/openstreetmap/iD/blob/master/modules/ui/map_data.js) provides detailed information as to imagery layer available in iD. In addition, you may use third party services to assist your editing or check for errors. See [here](https://github.com/openstreetmap/iD/tree/master/modules/services) for details. If you do not wish to interact with these third parties, do not use these features.
If you use background or streetside imagery to aid your edits, your browser must fetch information and images from a third-party imagery host. That use is governed by the respective privacy policies of each imagery host. The [Imagery Index](https://github.com/ideditor/imagery-index) and [iD Editor GitHub code](https://github.com/openstreetmap/iD/blob/master/modules/ui/map_data.js) provide detailed information as to imagery layers available in iD. In addition, you may use third party services to assist your editing or check for errors. See [here](https://github.com/openstreetmap/iD/tree/master/modules/services) for details. If you do not wish to interact with these third parties, do not use these features.
### Name Suggestion Index
@@ -37,4 +37,5 @@ If you believe that we hold information that would allow us to correct, amend, o
### Changelog
* _2019-Dec-17_ - Initial version.
* _2020-Mar-02_ - Swap osmlab/editor-layer-index -> ideditor/imagery-index
* _2019-Dec-17_ - Initial version.
+7 -4
View File
@@ -1,7 +1,7 @@
# iD - friendly JavaScript editor for [OpenStreetMap](https://www.openstreetmap.org/)
[![Build Status](https://travis-ci.org/openstreetmap/iD.svg?branch=master)](https://travis-ci.org/openstreetmap/iD)
[![Greenkeeper badge](https://badges.greenkeeper.io/openstreetmap/iD.svg)](https://greenkeeper.io/)
:warning: _The [`master`](https://github.com/openstreetmap/iD/tree/master) branch is undergoing significant breaking changes for v3 over the next few months. [`2.x`](https://github.com/openstreetmap/iD/tree/2.x) is considerably more stable and is currently the recommended branch for downstream development._
@@ -27,7 +27,8 @@ if you're looking for something to do.
* [Translate!](https://github.com/openstreetmap/iD/blob/master/CONTRIBUTING.md#translating)
* Test a prerelease version of iD:
* Stable mirror of `release` branch: https://preview.ideditor.com/release
* Development mirror of `master` branch + latest translations: https://preview.ideditor.com/master
* Development mirror of `2.x` branch + latest translations: https://2-x--ideditor.netlify.com
* Development mirror of v3 prototype branch (`master`): https://preview.ideditor.com/master
Come on in, the water's lovely. More help? Ping `bhousel` or `quincylvania` on:
* [OpenStreetMap US Slack](https://slack.openstreetmap.us/)
@@ -86,16 +87,18 @@ development, see [CONTRIBUTING.md](CONTRIBUTING.md).
iD is available under the [ISC License](https://opensource.org/licenses/ISC).
See the [LICENSE.md](LICENSE.md) file for more details.
iD also bundles portions of the following open source software.
iD also relies on portions of the following open source software.
* [D3.js (BSD-3-Clause)](https://github.com/d3/d3)
* [CLDR (Unicode Consortium Terms of Use)](https://github.com/unicode-cldr/cldr-json)
* [editor-layer-index (CC-BY-SA 3.0)](https://github.com/osmlab/editor-layer-index)
* [Font Awesome (CC-BY 4.0)](https://fontawesome.com/license)
* [Maki (CC0 1.0)](https://github.com/mapbox/maki)
* [Temaki (CC0 1.0)](https://github.com/ideditor/temaki)
* [Mapillary JS (MIT)](https://github.com/mapillary/mapillary-js)
* [Pannellum (MIT)](https://github.com/mpetroff/pannellum)
* [name-suggestion-index (BSD-3-Clause)](https://github.com/osmlab/name-suggestion-index)
* [osm-community-index (ISC)](https://github.com/osmlab/osm-community-index)
* [imagery-index (ISC)](https://github.com/ideditor/imagery-index)
## Thank you
+1 -4
View File
@@ -16,11 +16,8 @@ on the iD project, and then create this file with contents like<br><pre>
#### Update `2.x` branch
```bash
$ git checkout 2.x
$ rm -rf node_modules/editor-layer-index/
$ npm install
$ npm run imagery
$ npm run install
$ npm run all
$ git add . && git commit -m 'npm run imagery'
$ npm run translations
$ git add . && git commit -m 'npm run translations'
```
-5
View File
@@ -39,11 +39,6 @@ path.line.stroke.tag-taxiway {
stroke-width: 3;
}
.preset-icon .icon.tag-aeroway-taxiway,
.preset-icon .icon.tag-taxiway {
color: #ff0;
fill: #666;
}
path.line.stroke.tag-aeroway-taxiway,
path.line.stroke.tag-taxiway {
stroke: #ff0;
+91 -161
View File
@@ -77,8 +77,7 @@ ul li {
}
a,
button,
.radial-menu-item {
button {
cursor: pointer;
}
@@ -417,6 +416,7 @@ button[disabled].action:hover {
.icon.light {
color: #fff;
fill: currentColor;
}
.icon.created {
color: #00ca07;
@@ -440,19 +440,6 @@ button[disabled].action:hover {
color: #333;
}
.notification-badge {
display: block;
position: absolute;
width: 10px;
height: 10px;
right: 7px;
top: 9px;
}
.notification-badge.hide {
display: none;
}
/* Toolbar / Persistent UI Elements
------------------------------------------------------- */
@@ -556,7 +543,7 @@ button.save .count {
text-align: center;
}
.help-wrap svg.icon.pre-text.add-note,
.help-pane svg.icon.pre-text.add-note,
button.add-note svg.icon {
height: 15px;
width: 15px;
@@ -573,7 +560,7 @@ button.add-note svg.icon {
margin-left: 4px;
margin-right: unset;
}
.help-wrap svg.icon.pre-text.add-note {
.help-pane svg.icon.pre-text.add-note {
margin-left: 3px;
margin-right: 3px;
}
@@ -854,14 +841,12 @@ a.hide-toggle {
.entity-editor-pane .inspector-body {
top: 60px;
}
/* preserve extra space at bottom of inspector to allow for dropdown options - #5280 */
.entity-editor .section:last-child {
margin-bottom: 150px;
.entity-editor {
padding: 20px;
}
.inspector-inner {
padding: 20px 20px 5px 20px;
position: relative;
/* preserve extra space at bottom of inspector to allow for dropdown options - #5280 */
.entity-editor > div:last-child {
margin-bottom: 150px;
}
#sidebar .search-header .icon {
@@ -890,6 +875,10 @@ a.hide-toggle {
font-weight: bold;
}
.section:not(:last-child) {
margin-bottom: 30px;
}
/* Feature List / Search Results
------------------------------------------------------- */
@@ -971,13 +960,13 @@ a.hide-toggle {
padding-left: 0;
padding-right: 10px;
}
.selected-features .feature-list {
.section-selected-features .feature-list {
border: 1px solid #ccc;
border-radius: 4px;
overflow: hidden;
margin-top: 5px;
}
.selected-features .feature-list-item:last-child {
.section-selected-features .feature-list-item:last-child {
border: none;
}
@@ -1281,29 +1270,15 @@ a.hide-toggle {
/* Entity/Preset Editor
------------------------------------------------------- */
.entity-issues,
.preset-editor {
overflow: hidden;
padding: 10px 0px 5px 0px;
}
.entity-issues a.hide-toggle,
.preset-editor a.hide-toggle {
margin: 0 20px 5px 20px;
}
.entity-issues .disclosure-wrap-entity_issues,
.preset-editor .form-fields-container {
.section .grouped-items-area {
padding: 10px;
margin: 0 10px 10px 10px;
margin: 0 -10px 10px -10px;
border-radius: 8px;
background: #ececec;
}
.entity-issues .disclosure-wrap-entity_issues:empty,
.preset-editor .form-fields-container:empty {
.section .grouped-items-area:empty {
display: none;
}
.preset-list-item a.hide-toggle {
margin-bottom: 5px;
}
/*
The parts of a field:
@@ -2255,12 +2230,9 @@ div.combobox {
/* More Fields dropdown
------------------------------------------------------- */
.more-fields {
padding: 0 20px 20px 20px;
margin-top: 10px;
font-weight: bold;
}
.changeset-editor .more-fields {
padding: 15px 20px 0 20px;
}
.more-fields label {
display: flex;
@@ -2292,7 +2264,6 @@ div.combobox {
flex-flow: row nowrap;
flex-direction: row-reverse;
margin-top: -25px;
padding: 0 3px;
}
button.raw-tag-option {
flex: 0 0 20px;
@@ -2508,26 +2479,31 @@ img.tag-reference-wiki-image {
/* Raw Member / Membership Editor
------------------------------------------------------- */
.raw-member-editor .member-list,
.raw-membership-editor .member-list {
padding-top: 10px;
.section-raw-member-editor .member-list:empty,
.section-raw-membership-editor .member-list:empty {
display: none;
}
.raw-member-editor .member-list li,
.raw-membership-editor .member-list li {
.section-raw-member-editor .member-list,
.section-raw-membership-editor .member-list {
position: relative; /* required for drag-and-drop */
padding-top: 5px;
}
.section-raw-member-editor .member-list li,
.section-raw-membership-editor .member-list li {
position: relative;
border-radius: 4px;
margin: 0;
padding-bottom: 10px;
}
.raw-member-editor .member-row .member-entity-name,
.raw-membership-editor .member-row .member-entity-name {
.section-raw-member-editor .member-row .member-entity-name,
.section-raw-membership-editor .member-row .member-entity-name {
font-weight: normal;
padding-left: 10px;
}
[dir='rtl'] .raw-member-editor .member-row .member-entity-name,
[dir='rtl'] .raw-membership-editor .member-row .member-entity-name {
[dir='rtl'] .section-raw-member-editor .member-row .member-entity-name,
[dir='rtl'] .section-raw-membership-editor .member-row .member-entity-name {
padding-left:0;
padding-right: 10px;
}
@@ -2554,7 +2530,7 @@ img.tag-reference-wiki-image {
border: 0;
}
.raw-member-editor .member-row.dragging {
.section-raw-member-editor .member-row.dragging {
opacity: 0.75;
z-index: 3000;
/*
@@ -2897,8 +2873,10 @@ div.full-screen > button:hover {
}
/* Zoom Buttons
/* Map Controls
------------------------------------------------------- */
/* Zoom in/out buttons */
.zoombuttons > button.zoom-in {
border-radius: 4px 0 0 0;
}
@@ -2906,9 +2884,7 @@ div.full-screen > button:hover {
border-radius: 0 4px 0 0;
}
/* Geolocate Button
------------------------------------------------------- */
/* Geolocate button */
.geolocate-control {
margin-bottom: 10px;
}
@@ -2919,6 +2895,12 @@ div.full-screen > button:hover {
border-radius: 0 0 4px 0;
}
/* Zoom to selection button */
.zoom-to-selection-control .icon {
width: 22px;
height: 22px;
}
/* Background / Map Data / Help Pane buttons
------------------------------------------------------- */
@@ -3185,10 +3167,6 @@ button.autofix.action.active {
/*fill: #597be7;*/
}
.notification-badge.warning {
color: #ffdf5c;
}
/* error styles */
.errors-list,
@@ -3232,10 +3210,6 @@ button.autofix.action.active {
/*fill: #597be7;*/
}
.notification-badge.error {
color: #ff0c05;
}
/* Issues Pane */
.issues-options-container {
@@ -3279,14 +3253,14 @@ button.autofix.action.active {
padding: 5px;
}
.issues-none .box {
.section-issues-status .box {
border-radius: 4px;
border: 1px solid #72d979;
background: #c6ffca;
padding: 5px !important;
display: flex;
}
.issues-none .icon {
.section-issues-status .icon {
color: #05ac10;
}
@@ -3301,42 +3275,42 @@ input.square-degrees-input {
/* Entity Issues List */
.entity-issues .issue-container .issue {
.section-entity-issues .issue-container .issue {
border-radius: 4px;
border: 1px solid #ccc;
background: #f6f6f6;
}
.entity-issues .issue-container:not(.active) .issue-text:hover,
.entity-issues .issue-container:not(.active) .issue-info-button:hover {
.section-entity-issues .issue-container:not(.active) .issue-text:hover,
.section-entity-issues .issue-container:not(.active) .issue-info-button:hover {
background: #f1f1f1;
}
.entity-issues .issue .issue-label .issue-text {
.section-entity-issues .issue .issue-label .issue-text {
padding-right: 10px;
}
[dir='rtl'] .entity-issues .issue .issue-label .issue-text {
[dir='rtl'] .section-entity-issues .issue .issue-label .issue-text {
padding-right: unset;
padding-left: 10px;
}
.entity-issues .issue-container.active .issue-label .issue-text {
.section-entity-issues .issue-container.active .issue-label .issue-text {
font-weight: bold;
}
.entity-issues .issue-container:not(:last-of-type) {
.section-entity-issues .issue-container:not(:last-of-type) {
margin-bottom: 5px;
}
.entity-issues .issue-container.active:not(:first-of-type) {
.section-entity-issues .issue-container.active:not(:first-of-type) {
margin-top: 10px;
}
.entity-issues .issue-container.active:not(:last-of-type) {
.section-entity-issues .issue-container.active:not(:last-of-type) {
margin-bottom: 10px;
}
/* fixes */
.entity-issues .issue-fix-list {
.section-entity-issues .issue-fix-list {
border-top: 1px solid;
border-color: inherit;
}
.entity-issues .issue-container.active .issue-fix-list:empty {
.section-entity-issues .issue-container.active .issue-fix-list:empty {
display: none;
}
@@ -3584,7 +3558,7 @@ li.issue-fix-item:not(.actionable) .fix-icon {
z-index: 10;
}
.map-pane.help-wrap {
.map-pane.help-pane {
width: 600px;
}
@@ -3617,19 +3591,19 @@ li.issue-fix-item:not(.actionable) .fix-icon {
padding: 10px 20px 20px 40px;
}
.pane-content > div {
.help-pane .pane-content > div {
padding-bottom: 15px;
}
/* Help
------------------------------------------------------- */
.help-wrap p {
.help-pane p {
font-size: 15px;
margin-bottom: 20px;
}
.help-wrap .left-content .body p code {
.help-pane .left-content .body p code {
padding: 3px 4px;
font-size: 12px;
color: #555;
@@ -3642,14 +3616,14 @@ li.issue-fix-item:not(.actionable) .fix-icon {
box-shadow: inset 0 -1px 0 #bbb;
}
.help-wrap .left-content .icon.pre-text {
.help-pane .left-content .icon.pre-text {
vertical-align: text-top;
margin-right: 0;
margin-left: 0;
display: inline-block;
}
.help-wrap .toc {
.help-pane .toc {
width: 40%;
float: right;
margin-left: 20px;
@@ -3657,68 +3631,68 @@ li.issue-fix-item:not(.actionable) .fix-icon {
padding-left: 5px;
}
.help-wrap .toc li a,
.help-wrap .nav a {
.help-pane .toc li a,
.help-pane .nav a {
display: block;
border: 1px solid #ccc;
padding: 5px 10px;
}
.help-wrap .toc li a {
.help-pane .toc li a {
border-bottom: 0;
}
.help-wrap .toc li a:hover,
.help-wrap .nav a:hover {
.help-pane .toc li a:hover,
.help-pane .nav a:hover {
background: #ececec;
}
.help-wrap .toc li a.selected {
.help-pane .toc li a.selected {
background: #e8ebff;
}
.help-wrap .toc li:first-child a {
.help-pane .toc li:first-child a {
border-radius: 4px 4px 0 0;
}
.help-wrap .toc li:nth-last-child(3) a {
.help-pane .toc li:nth-last-child(3) a {
border-bottom: 1px solid #ccc;
border-radius: 0 0 4px 4px
}
.help-wrap .toc li.shortcuts a,
.help-wrap .toc li.walkthrough a {
.help-pane .toc li.shortcuts a,
.help-pane .toc li.walkthrough a {
overflow: hidden;
margin-top: 10px;
border-bottom: 1px solid #ccc;
border-radius: 4px;
}
.help-wrap .toc li.walkthrough a {
.help-pane .toc li.walkthrough a {
text-align: center;
}
.help-wrap .nav {
.help-pane .nav {
position: relative;
padding-bottom: 30px;
}
.help-wrap .nav a {
.help-pane .nav a {
float: left;
width: 50%;
text-align: center;
}
.help-wrap .nav a:first-child {
.help-pane .nav a:first-child {
border-radius: 4px 0 0 4px;
}
.help-wrap .nav a:last-child:not(:only-child) {
.help-pane .nav a:last-child:not(:only-child) {
border-radius: 0 4px 4px 0;
border-left: 0;
}
.help-wrap .nav a:only-child {
.help-pane .nav a:only-child {
width: 100%;
border-radius: 4px;
}
@@ -3726,7 +3700,7 @@ li.issue-fix-item:not(.actionable) .fix-icon {
/* Inspector (hover styles)
------------------------------------------------------- */
.inspector-hover .entity-issues .issue-container .issue .issue-label,
.inspector-hover .section-entity-issues .issue-container .issue .issue-label,
.inspector-hover .form-field-input-wrap .label,
.inspector-hover .form-field-input-multicombo .chiplist,
.inspector-hover .form-field-button,
@@ -3746,7 +3720,7 @@ li.issue-fix-item:not(.actionable) .fix-icon {
.inspector-hover a,
.inspector-hover .form-field-input-multicombo .chip,
.inspector-hover .form-field-input-check span,
.inspector-hover .entity-issues .issue .icon {
.inspector-hover .section-entity-issues .issue .icon {
color: #666;
}
@@ -3757,8 +3731,8 @@ li.issue-fix-item:not(.actionable) .fix-icon {
/* no scrollbars */
.inspector-hover div {
overflow-x: hidden;
overflow-y: hidden;
overflow-x: visible;
overflow-y: visible;
}
/* hide and remove from layout */
@@ -3770,9 +3744,9 @@ li.issue-fix-item:not(.actionable) .fix-icon {
.inspector-hover .form-field-input-radio label,
.inspector-hover .form-field-input-radio label span,
.inspector-hover .form-field-input-radio label.remove .icon,
.inspector-hover .inspector-inner .add-row,
.inspector-hover .entity-issues .issue-container .issue-fix-list,
.inspector-hover .entity-issues .issue-container .issue-info-button {
.inspector-hover .add-row,
.inspector-hover .section-entity-issues .issue-container .issue-fix-list,
.inspector-hover .section-entity-issues .issue-container .issue-info-button {
display: none;
}
@@ -3790,17 +3764,17 @@ li.issue-fix-item:not(.actionable) .fix-icon {
}
/* Unstyle the active entity issue on hover */
.inspector-hover .entity-issues .issue-container.active {
.inspector-hover .section-entity-issues .issue-container.active {
margin-top: 1px;
margin-bottom: 1px;
}
.inspector-hover .entity-issues .issue-container * {
.inspector-hover .section-entity-issues .issue-container * {
border-color: #ccc !important;
}
.inspector-hover .entity-issues .issue-container.active .issue-label {
.inspector-hover .section-entity-issues .issue-container.active .issue-label {
border-bottom: 0;
}
.inspector-hover .entity-issues .issue-container.active .issue-label .issue-text {
.inspector-hover .section-entity-issues .issue-container.active .issue-label .issue-text {
font-weight: normal;
}
@@ -4957,10 +4931,6 @@ svg.mouseclick use.right {
color: #555;
}
.mode-save .commit-section .changeset-list button {
border-left: 1px solid #ccc;
}
.changeset-list li span.count:before { content: '('; }
.changeset-list li span.count:after { content: ')'; }
@@ -5311,46 +5281,6 @@ li.hide + li.version .badge .tooltip .popover-arrow {
}
/* Contextual Radial Menu (deprecated)
------------------------------------------------------- */
.radial-menu-tooltip {
opacity: 0.8;
display: none;
position: absolute;
width: 200px;
}
.radial-menu-background {
fill: none;
stroke: black;
stroke-opacity: 0.5;
}
.radial-menu-item circle {
fill: #eee;
}
.radial-menu-item circle:active,
.radial-menu-item circle:hover {
fill: #fff;
}
.radial-menu-item.disabled circle {
cursor: auto;
fill: rgba(255,255,255,.5);
}
.radial-menu-item use {
fill: #222;
color: #79f;
}
.radial-menu-item.disabled use {
fill: rgba(32,32,32,.5);
color: rgba(40,40,40,.5);
}
/* Contextual Edit Menu
------------------------------------------------------- */
.edit-menu-tooltip {
+12 -9
View File
@@ -456,7 +456,7 @@ en:
request_review: "I would like someone to review my edits."
save: Upload
cancel: Cancel
changes: "{count} Changes"
changes: "Changes ({count})"
download_changes: Download osmChange file
errors: Errors
warnings: Warnings
@@ -535,16 +535,14 @@ en:
search: Search worldwide...
no_results_worldwide: No results found
geolocate:
key: L
title: Show My Location
locating: "Locating, please wait..."
location_unavailable: Your location is unavailable.
inspector:
zoom_to:
key: Z
title: Zoom to this
tooltip_feature: "Center and zoom the map to focus on this feature."
tooltip_note: "Center and zoom the map to focus on this note."
tooltip_data: "Center and zoom the map to focus on this data."
tooltip_issue: "Center and zoom the map to focus on this issue."
title: Zoom To Selection
show_more: Show More
view_on_osm: View on openstreetmap.org
view_on_osmose: View on osmose.openstreetmap.fr
@@ -735,7 +733,7 @@ en:
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}"
instructions: "Enter a tile URL template below.\n\nSupported WMS tokens:\n `{proj}`: requested projection (`EPSG:3857` only)\n `{wkid}`: same as proj, but without the EPSG (`3857` only)\n `{width}`, `{height}`: requested image dimensions (`256` only)\n `{bbox}`: requested bounding box (e.g. `minX,minY,maxX,maxY`)\n\nSupported TMS tokens:\n `{zoom}` or `{z}, `{x}`, `{y}`: Z/X/Y tile coordinates\n `{-y}` or `{ty}`: flipped TMS-style Y coordinates\n `{switch:a,b,c}`: DNS server multiplexing\n `{u}`: quadtile (Bing) scheme\n\nExample:\n{example}"
template:
placeholder: Enter a url template
custom_data:
@@ -835,10 +833,14 @@ en:
on_wiki: "{tag} on wiki.osm.org"
used_with: "used with {type}"
zoom:
in: Zoom in
out: Zoom out
in: Zoom In
out: Zoom Out
cannot_zoom: "Cannot zoom out further in current mode."
full_screen: Toggle Full Screen
self_intersection:
error:
lines: Lines cannot cross over themselves.
areas: Areas cannot cross over themselves.
QA:
osmose:
title: Osmose Issue
@@ -1978,6 +1980,7 @@ en:
pan_more: "Pan map by one screenful"
zoom: "Zoom in / Zoom out"
zoom_more: "Zoom in / Zoom out by a lot"
geolocate: "Zoom to my location"
help:
title: "Help"
help: "Show help/documentation"
+16
View File
@@ -67,6 +67,10 @@
"old": {"amenity": "ev_charging"},
"replace": {"amenity": "charging_station"}
},
{
"old": {"amenity": "charging_station", "car": "*"},
"replace": {"amenity": "charging_station", "motorcar": "$1"}
},
{
"old": {"amenity": "fire_hydrant"},
"replace": {"emergency": "fire_hydrant"}
@@ -207,6 +211,10 @@
"old": {"bicycle:oneway": "*"},
"replace": {"oneway:bicycle": "$1"}
},
{
"old": {"bridge": "1"},
"replace": {"bridge": "yes"}
},
{
"old": {"building": "entrance"},
"replace": {"entrance": "*"}
@@ -231,6 +239,10 @@
"old": {"building:height": "*"},
"replace": {"height": "$1"}
},
{
"old": {"building:material": "Brick"},
"replace": {"building:material": "brick"}
},
{
"old": {"building:min_height": "*"},
"replace": {"min_height": "$1"}
@@ -722,6 +734,10 @@
"old": {"man_made": "oil_well"},
"replace": {"man_made": "petroleum_well", "substance": "oil"}
},
{
"old": {"man_made": "telephone_exchange"},
"replace": {"telecom": "exchange"}
},
{
"old": {"man_made": "village_pump"},
"replace": {"man_made": "water_well"}
-77470
View File
File diff suppressed because it is too large Load Diff
-2
View File
@@ -1,2 +0,0 @@
export { dataLocales } from './locales.json';
export { en as dataEn } from '../dist/locales/en.json';
+87 -89
View File
File diff suppressed because one or more lines are too long
+31 -19
View File
@@ -448,6 +448,12 @@ en:
label: Last Checked Date
# check_date field placeholder
placeholder: YYYY-MM-DD
circumference:
# circumference=*
label: Circumference
# circumference field placeholder
placeholder: '1 m, 20 cm, 30 in…'
terms: '[translate with synonyms or related terms for ''Circumference'', separated by commas]'
clothes:
# clothes=*
label: Clothes
@@ -625,6 +631,9 @@ en:
timetable: Timetable
# departures_board=yes
'yes': 'Yes'
depth:
# depth=*
label: Depth (Meters)
description:
# description=*
label: Description
@@ -736,6 +745,9 @@ en:
disused/railway:
# 'disused:railway=*'
label: Type
disused/shop:
# 'disused:shop=*'
label: Type
dock:
# dock=*
label: Type
@@ -2423,6 +2435,9 @@ en:
target:
# target=*
label: Target
telecom/medium:
# 'telecom:medium=*'
label: Medium
tidal:
# tidal=*
label: Tidal
@@ -4093,6 +4108,7 @@ en:
barrier/border_control:
# barrier=border_control
name: Border Control
# 'terms: checkpoint,customs,international boundary,passport check,port of entry,visa'
terms: '<translate with synonyms or related terms for ''Border Control'', separated by commas>'
barrier/cattle_grid:
# barrier=cattle_grid
@@ -4188,6 +4204,7 @@ en:
barrier/spikes:
# barrier=spikes
name: Spike Strip
# 'terms: one-way traffic treadles,stingers,stop sticks,tire deflation device,tire shredders,traffic spikes'
terms: '<translate with synonyms or related terms for ''Spike Strip'', separated by commas>'
barrier/stile:
# barrier=stile
@@ -4311,6 +4328,7 @@ en:
building/farm_auxiliary:
# building=farm_auxiliary
name: Farm Building
# 'terms: agriculture,auxilary,chicken coop,farm auxiliary,pigsty,sty'
terms: '<translate with synonyms or related terms for ''Farm Building'', separated by commas>'
building/garage:
# building=garage
@@ -4384,6 +4402,7 @@ en:
building/retail:
# building=retail
name: Retail Building
# 'terms: shop building,store building'
terms: '<translate with synonyms or related terms for ''Retail Building'', separated by commas>'
building/roof:
# building=roof
@@ -4707,6 +4726,9 @@ en:
disused/railway:
# 'disused:railway=*'
name: Disused Railway Feature
disused/shop:
# 'disused:shop=*'
name: Disused Shop
embankment:
# embankment=yes
name: Embankment
@@ -6021,31 +6043,16 @@ en:
name: Cycling Track
# 'terms: bicycle track,bicycling track,cycle racetrack,velodrome'
terms: '<translate with synonyms or related terms for ''Cycling Track'', separated by commas>'
leisure/track/cycling_point:
# 'leisure=track, sport=cycling'
name: Cycling Track
# 'terms: bicycle track,bicycling track,cycle racetrack,velodrome'
terms: '<translate with synonyms or related terms for ''Cycling Track'', separated by commas>'
leisure/track/horse_racing:
# 'leisure=track, sport=horse_racing'
name: Horse Racing Track
# 'terms: equestrian race track,horse race betting,horseracing,horsetrack,horse racetrack'
terms: '<translate with synonyms or related terms for ''Horse Racing Track'', separated by commas>'
leisure/track/horse_racing_point:
# 'leisure=track, sport=horse_racing'
name: Horse Racing Track
# 'terms: equestrian race track,horse race betting,horseracing,horsetrack,horse racetrack'
terms: '<translate with synonyms or related terms for ''Horse Racing Track'', separated by commas>'
leisure/track/running:
# 'leisure=track, sport=running'
name: Running Track
# 'terms: athletics track,decathlon,foot race,long distance running,marathon,middle distance running,racetrack,running,sprint,track,walking'
terms: '<translate with synonyms or related terms for ''Running Track'', separated by commas>'
leisure/track/running_point:
# 'leisure=track, sport=running'
name: Running Track
# 'terms: athletics track,decathlon,foot race,long distance running,marathon,middle distance running,racetrack,running,sprint,track,walking'
terms: '<translate with synonyms or related terms for ''Running Track'', separated by commas>'
leisure/water_park:
# leisure=water_park
name: Water Park
@@ -6136,8 +6143,8 @@ en:
terms: '<translate with synonyms or related terms for ''Gasometer'', separated by commas>'
man_made/groyne:
# man_made=groyne
name: Groyne
terms: '<translate with synonyms or related terms for ''Groyne'', separated by commas>'
name: Groin
terms: '<translate with synonyms or related terms for ''Groin'', separated by commas>'
man_made/lighthouse:
# man_made=lighthouse
name: Lighthouse
@@ -6393,9 +6400,9 @@ en:
terms: '<translate with synonyms or related terms for ''Military Bunker'', separated by commas>'
military/checkpoint:
# military=checkpoint
name: Checkpoint
name: Military Checkpoint
# 'terms: air force,army,base,force,guard,marine,navy,troop,war'
terms: '<translate with synonyms or related terms for ''Checkpoint'', separated by commas>'
terms: '<translate with synonyms or related terms for ''Military Checkpoint'', separated by commas>'
military/nuclear_explosion_site:
# military=nuclear_explosion_site
name: Nuclear Explosion Site
@@ -8264,6 +8271,11 @@ en:
name: Data Center
# 'terms: computer systems storage,information technology,server farm,the cloud,telecommunications'
terms: '<translate with synonyms or related terms for ''Data Center'', separated by commas>'
telecom/exchange:
# telecom=exchange
name: Telecom Exchange
# 'terms: telecommunications,telephone exchange,telephone switch'
terms: '<translate with synonyms or related terms for ''Telecom Exchange'', separated by commas>'
tourism:
# tourism=*
name: Tourism Feature
+5 -1
View File
@@ -51,7 +51,7 @@
"brand": {"key": "brand", "type": "text", "label": "Brand"},
"brewery": {"key": "brewery", "type": "semiCombo", "label": "Draft Beers", "terms": ["on tap"]},
"bridge": {"key": "bridge", "type": "typeCombo", "label": "Type", "placeholder": "Default"},
"bridge/support": {"key": "bridge:support", "type": "combo", "label": "Type"},
"bridge/support": {"key": "bridge:support", "type": "typeCombo", "label": "Type"},
"building_area": {"key": "building", "type": "combo", "default": "yes", "geometry": "area", "label": "Building"},
"building": {"key": "building", "type": "combo", "label": "Building", "terms": ["structure"]},
"building/levels_building": {"key": "building:levels", "type": "number", "minValue": 0, "label": "Building Levels", "placeholder": "2, 4, 6...", "prerequisiteTag": {"key": "building", "valueNot": "no"}},
@@ -70,6 +70,7 @@
"charge_fee": {"key": "charge", "type": "text", "label": "Fee Amount", "placeholder": "1 EUR, 5 USD, 10 JPY…", "prerequisiteTag": {"key": "fee", "valueNot": "no"}},
"charge_toll": {"key": "charge", "type": "text", "label": "Toll Amount", "placeholder": "1 EUR, 5 USD, 10 JPY…", "prerequisiteTag": {"key": "toll", "valueNot": "no"}},
"check_date": {"key": "check_date", "type": "text", "label": "Last Checked Date", "placeholder": "YYYY-MM-DD"},
"circumference": {"key": "circumference", "type": "combo", "label": "Circumference", "snake_case": false, "placeholder": "1 m, 20 cm, 30 in…"},
"clothes": {"key": "clothes", "type": "semiCombo", "label": "Clothes"},
"club": {"key": "club", "type": "typeCombo", "label": "Type"},
"collection_times": {"key": "collection_times", "type": "text", "label": "Collection Times"},
@@ -104,6 +105,7 @@
"denomination": {"key": "denomination", "type": "combo", "label": "Denomination", "prerequisiteTag": {"key": "religion", "valueNot": "none"}},
"denotation": {"key": "denotation", "type": "combo", "label": "Denotation"},
"departures_board": {"key": "departures_board", "type": "combo", "label": "Departures Board", "strings": {"options": {"yes": "Yes", "timetable": "Timetable", "realtime": "Realtime", "no": "None"}}},
"depth": {"key": "depth", "minValue": 0, "type": "number", "label": "Depth (Meters)"},
"description": {"key": "description", "type": "textarea", "label": "Description", "universal": true, "terms": ["summary"]},
"design": {"key": "design", "type": "combo", "label": "Design"},
"destination_oneway": {"key": "destination", "type": "semiCombo", "label": "Destinations", "prerequisiteTag": {"key": "oneway", "value": "yes"}, "snake_case": false},
@@ -122,6 +124,7 @@
"display": {"key": "display", "type": "combo", "label": "Display", "options": ["analog", "digital", "sundial", "unorthodox"]},
"distance": {"key": "distance", "type": "text", "label": "Distance"},
"disused/railway": {"key": "disused:railway", "type": "typeCombo", "label": "Type"},
"disused/shop": {"key": "disused:shop", "type": "typeCombo", "label": "Type"},
"dock": {"key": "dock", "type": "combo", "label": "Type"},
"dog": {"key": "dog", "type": "combo", "label": "Dogs", "strings": {"options": {"yes": "Allowed", "leashed": "Leashed Only", "no": "Not Allowed"}}, "terms": ["animals", "pets"]},
"door_type": {"key": "door", "type": "typeCombo", "label": "Type"},
@@ -419,6 +422,7 @@
"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"}}, "terms": ["take out", "takeout"]},
"target": {"key": "target", "type": "combo", "label": "Target"},
"telecom/medium": {"key": "telecom:medium", "type": "combo", "label": "Medium"},
"tidal": {"key": "tidal", "type": "check", "label": "Tidal"},
"to": {"key": "to", "type": "text", "label": "To"},
"toilets": {"key": "toilets", "type": "check", "label": "Toilets"},
+1 -1
View File
@@ -1,5 +1,5 @@
{
"key": "bridge:support",
"type": "combo",
"type": "typeCombo",
"label": "Type"
}
+7
View File
@@ -0,0 +1,7 @@
{
"key": "circumference",
"type": "combo",
"label": "Circumference",
"snake_case": false,
"placeholder": "1 m, 20 cm, 30 in…"
}
+6
View File
@@ -0,0 +1,6 @@
{
"key": "depth",
"minValue": 0,
"type": "number",
"label": "Depth (Meters)"
}
+5
View File
@@ -0,0 +1,5 @@
{
"key": "disused:shop",
"type": "typeCombo",
"label": "Type"
}
+5
View File
@@ -0,0 +1,5 @@
{
"key": "telecom:medium",
"type": "combo",
"label": "Medium"
}
+36 -37
View File
@@ -41,17 +41,17 @@
"aerialway/rope_tow": {"geometry": ["line"], "fields": ["name", "oneway_yes", "aerialway/capacity", "aerialway/duration"], "tags": {"aerialway": "rope_tow"}, "terms": ["bugel lift", "drag lift", "handle tow", "skiing", "snowboarding", "surface cable"], "name": "Rope Tow Lift"},
"aerialway/t-bar": {"icon": "temaki-t_bar_lift", "geometry": ["line"], "fields": ["name", "aerialway/capacity", "aerialway/duration"], "tags": {"aerialway": "t-bar"}, "terms": ["drag lift", "skiing", "surface cable", "tbar"], "name": "T-Bar Lift"},
"aerialway/zip_line": {"geometry": ["line"], "fields": ["name", "oneway_yes", "aerialway/duration", "maxweight", "access_simple"], "tags": {"aerialway": "zip_line"}, "terms": ["aerial runway", "canopy", "flying fox", "foefie slide", "gravity propelled aerial ropeslide", "Tyrolean traverse", "zip wire", "zip-line", "zipline", "zipwire"], "name": "Zip Line"},
"aeroway/aerodrome": {"icon": "maki-airport", "geometry": ["area", "point"], "fields": ["name", "iata", "icao", "operator", "internet_access", "internet_access/fee", "internet_access/ssid"], "moreFields": ["gnis/feature_id"], "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/aerodrome": {"icon": "temaki-airport", "geometry": ["area", "point"], "fields": ["name", "iata", "icao", "operator", "internet_access", "internet_access/fee", "internet_access/ssid"], "moreFields": ["gnis/feature_id"], "terms": ["aerodrome", "aeroway", "airplane", "airport", "jet", "plane"], "tags": {"aeroway": "aerodrome"}, "matchScore": 0.9, "name": "Airport"},
"aeroway/apron": {"icon": "temaki-planes", "geometry": ["area"], "terms": ["ramp"], "fields": ["ref", "surface"], "tags": {"aeroway": "apron"}, "name": "Apron"},
"aeroway/gate": {"icon": "fas-plane", "geometry": ["point"], "fields": ["ref_aeroway_gate"], "tags": {"aeroway": "gate"}, "name": "Airport Gate"},
"aeroway/hangar": {"icon": "fas-warehouse", "geometry": ["area"], "fields": ["name", "building_area"], "tags": {"aeroway": "hangar"}, "addTags": {"building": "hangar", "aeroway": "hangar"}, "name": "Hangar"},
"aeroway/helipad": {"icon": "maki-heliport", "geometry": ["area", "point"], "fields": ["name", "ref", "operator", "surface", "lit"], "moreFields": ["access_simple", "address", "charge_fee", "fee", "opening_hours"], "terms": ["helicopter", "helipad", "heliport"], "tags": {"aeroway": "helipad"}, "name": "Helipad"},
"aeroway/holding_position": {"icon": "maki-airport", "geometry": ["vertex"], "fields": ["ref"], "tags": {"aeroway": "holding_position"}, "name": "Aircraft Holding Position"},
"aeroway/holding_position": {"icon": "temaki-plane_taxiing", "geometry": ["vertex"], "fields": ["ref"], "tags": {"aeroway": "holding_position"}, "name": "Aircraft Holding Position"},
"aeroway/jet_bridge": {"icon": "temaki-pedestrian_walled", "geometry": ["line"], "fields": ["ref_aeroway_gate", "width", "access_simple", "wheelchair"], "moreFields": ["manufacturer"], "terms": ["aerobridge", "air jetty", "airbridge", "finger", "gangway", "jet way", "jetway", "passenger boarding bridge", "PBB", "portal", "skybridge", "terminal gate connector"], "tags": {"aeroway": "jet_bridge"}, "addTags": {"aeroway": "jet_bridge", "highway": "corridor"}, "matchScore": 1.05, "name": "Jet Bridge"},
"aeroway/parking_position": {"icon": "maki-airport", "geometry": ["vertex", "point", "line"], "fields": ["ref"], "tags": {"aeroway": "parking_position"}, "name": "Aircraft Parking Position"},
"aeroway/parking_position": {"icon": "temaki-plane_taxiing", "geometry": ["vertex", "point", "line"], "fields": ["ref"], "tags": {"aeroway": "parking_position"}, "name": "Aircraft Parking Position"},
"aeroway/runway": {"icon": "fas-plane-departure", "geometry": ["line", "area"], "terms": ["landing strip"], "fields": ["ref_runway", "surface", "length", "width"], "tags": {"aeroway": "runway"}, "name": "Runway"},
"aeroway/spaceport": {"icon": "fas-space-shuttle", "geometry": ["area", "point"], "fields": ["name", "operator", "access_simple", "website", "wikidata"], "moreFields": ["email", "fax", "internet_access", "internet_access/fee", "internet_access/ssid", "phone"], "terms": ["cosmodrome", "rocket launch center", "rocket launch complex", "rocket launch site", "rocket range", "space port"], "tags": {"aeroway": "spaceport"}, "name": "Spaceport"},
"aeroway/taxiway": {"icon": "fas-plane", "geometry": ["line"], "fields": ["ref_taxiway", "surface"], "tags": {"aeroway": "taxiway"}, "name": "Taxiway"},
"aeroway/taxiway": {"icon": "temaki-plane_taxiing", "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", "wheelchair", "baby_feeding"], "moreFields": ["smoking"], "tags": {"aeroway": "terminal"}, "name": "Airport Terminal"},
"aeroway/windsock": {"icon": "temaki-windsock", "geometry": ["point", "vertex"], "fields": ["ref", "lit", "height"], "moreFields": ["manufacturer"], "tags": {"aeroway": "windsock"}, "name": "Windsock"},
"allotments/plot": {"geometry": ["area"], "fields": ["name", "ref"], "tags": {"allotments": "plot"}, "reference": {"key": "allotments", "value": "plot"}, "name": "Community Garden Plot"},
@@ -152,7 +152,7 @@
"amenity/nightclub": {"icon": "maki-bar", "fields": ["name", "operator", "address", "building_area", "opening_hours", "min_age", "smoking"], "moreFields": ["air_conditioning", "email", "fax", "gnis/feature_id", "level", "payment_multi", "phone", "website", "wheelchair"], "geometry": ["point", "area"], "tags": {"amenity": "nightclub"}, "terms": ["disco*", "night club", "dancing", "dance club"], "name": "Nightclub"},
"amenity/nightclub/lgbtq": {"icon": "maki-bar", "geometry": ["point", "area"], "tags": {"amenity": "nightclub", "lgbtq": "primary"}, "terms": ["gay nightclub", "lesbian nightclub", "lgbtq nightclub", "lgbt nightclub", "lgb nightclub"], "name": "LGBTQ+ Nightclub"},
"amenity/parking_entrance": {"icon": "maki-entrance-alt1", "fields": ["ref", "access_simple", "address", "level"], "geometry": ["vertex"], "tags": {"amenity": "parking_entrance"}, "name": "Parking Garage Entrance / Exit"},
"amenity/parking_space": {"fields": ["capacity"], "geometry": ["area", "point", "vertex"], "terms": [], "tags": {"amenity": "parking_space"}, "matchScore": 0.95, "name": "Parking Space"},
"amenity/parking_space": {"icon": "temaki-parking_space", "fields": ["capacity"], "geometry": ["area", "point", "vertex"], "terms": [], "tags": {"amenity": "parking_space"}, "matchScore": 0.95, "name": "Parking Space"},
"amenity/parking": {"icon": "temaki-car_parked", "fields": ["operator", "operator/type", "parking", "capacity", "access_simple", "fee", "payment_multi_fee", "charge_fee", "surface"], "moreFields": ["address", "covered", "email", "fax", "maxstay", "name", "opening_hours", "park_ride", "phone", "ref", "supervised", "website", "wheelchair"], "geometry": ["area", "point", "vertex"], "tags": {"amenity": "parking"}, "terms": ["automobile parking", "car lot", "car parking", "rv parking", "truck parking", "vehicle parking"], "name": "Parking Lot"},
"amenity/parking/multi-storey": {"icon": "temaki-car_structure", "fields": ["name", "{amenity/parking}", "building"], "moreFields": ["{amenity/parking}", "height", "building/levels"], "geometry": ["area"], "tags": {"amenity": "parking", "parking": "multi-storey"}, "addTags": {"building": "parking", "amenity": "parking", "parking": "multi-storey"}, "reference": {"key": "parking", "value": "multi-storey"}, "terms": ["car", "indoor parking", "multistorey car park", "parkade", "parking building", "parking deck", "parking garage", "parking ramp", "parking structure"], "name": "Multilevel Parking Garage"},
"amenity/parking/park_ride": {"icon": "temaki-sign_and_car", "geometry": ["area", "point", "vertex"], "tags": {"amenity": "parking", "park_ride": "yes"}, "reference": {"key": "park_ride", "value": "yes"}, "terms": ["commuter parking lot", "incentive parking lot", "metro parking lot", "park and pool lot", "park and ride lot", "P+R", "public transport parking lot", "public transit parking lot", "train parking lot"], "matchScore": 0.95, "name": "Park & Ride Lot"},
@@ -174,7 +174,7 @@
"amenity/place_of_worship/sikh": {"icon": "temaki-sikhism", "fields": ["name", "religion", "denomination", "{amenity/place_of_worship}"], "geometry": ["point", "area"], "terms": ["gurudwara", "temple"], "tags": {"amenity": "place_of_worship", "religion": "sikh"}, "reference": {"key": "amenity", "value": "place_of_worship"}, "name": "Sikh Temple"},
"amenity/place_of_worship/taoist": {"icon": "temaki-taoism", "fields": ["name", "religion", "denomination", "{amenity/place_of_worship}"], "geometry": ["point", "area"], "terms": ["daoist", "monastery", "temple"], "tags": {"amenity": "place_of_worship", "religion": "taoist"}, "reference": {"key": "amenity", "value": "place_of_worship"}, "name": "Taoist Temple"},
"amenity/planetarium": {"icon": "maki-globe", "fields": ["name", "operator", "address", "building_area", "opening_hours"], "moreFields": ["air_conditioning", "charge_fee", "email", "fax", "fee", "gnis/feature_id", "payment_multi_fee", "phone", "website", "wheelchair"], "geometry": ["point", "area"], "terms": ["museum", "astronomy", "observatory"], "tags": {"amenity": "planetarium"}, "name": "Planetarium"},
"amenity/police": {"icon": "maki-police", "fields": ["name", "operator", "address", "building_area", "opening_hours"], "moreFields": ["email", "fax", "gnis/feature_id", "level", "phone", "polling_station", "website", "wheelchair"], "geometry": ["point", "area"], "terms": ["badge", "constable", "constabulary", "cop", "detective", "fed", "law", "enforcement", "officer", "patrol"], "tags": {"amenity": "police"}, "name": "Police"},
"amenity/police": {"icon": "temaki-police_officer", "fields": ["name", "operator", "address", "building_area", "opening_hours"], "moreFields": ["email", "fax", "gnis/feature_id", "level", "phone", "polling_station", "website", "wheelchair"], "geometry": ["point", "area"], "terms": ["badge", "constable", "constabulary", "cop", "detective", "fed", "law", "enforcement", "officer", "patrol"], "tags": {"amenity": "police"}, "name": "Police"},
"amenity/polling_station": {"icon": "fas-vote-yea", "fields": ["name", "ref", "operator", "address", "opening_hours", "building_area"], "moreFields": ["air_conditioning", "email", "fax", "gnis/feature_id", "internet_access", "internet_access/fee", "internet_access/ssid", "level", "phone", "website", "wheelchair"], "geometry": ["point", "area"], "terms": ["ballot box", "ballot drop", "democracy", "elections", "polling place", "vote", "voting booth", "voting machine"], "tags": {"amenity": "polling_station"}, "addTags": {"amenity": "polling_station", "polling_station": "yes"}, "name": "Permanent Polling Place"},
"amenity/post_box": {"icon": "temaki-post_box", "fields": ["operator", "collection_times", "drive_through", "ref"], "moreFields": ["access_simple", "brand", "covered", "gnis/feature_id", "height", "indoor", "level", "manufacturer", "wheelchair"], "geometry": ["point", "vertex"], "tags": {"amenity": "post_box"}, "terms": ["drop box", "dropbox", "letter drop", "mail box", "mail collection box", "mail drop", "mail dropoff", "mailbox", "package drop", "pillar box", "pillarbox", "post box", "postal box", "postbox"], "name": "Mail Drop Box"},
"amenity/post_depot": {"icon": "fas-mail-bulk", "fields": ["name", "operator", "address", "building_area", "phone"], "moreFields": ["email", "fax", "gnis/feature_id", "opening_hours", "website", "wheelchair"], "geometry": ["point", "area"], "terms": ["mail processing and distribution center", "post depot"], "tags": {"amenity": "post_depot"}, "name": "Post Sorting Office"},
@@ -300,7 +300,7 @@
"barrier/block": {"icon": "fas-cube", "fields": ["access", "material"], "geometry": ["point", "vertex"], "tags": {"barrier": "block"}, "name": "Block"},
"barrier/bollard_line": {"icon": "temaki-bollard_row", "fields": ["access", "bollard", "height", "material", "colour"], "geometry": ["line"], "tags": {"barrier": "bollard"}, "name": "Bollard Row"},
"barrier/bollard": {"icon": "temaki-bollard", "fields": ["access", "bollard", "height", "width", "material", "colour"], "geometry": ["point", "vertex"], "tags": {"barrier": "bollard"}, "name": "Bollard"},
"barrier/border_control": {"icon": "maki-roadblock", "fields": ["access", "building_area"], "moreFields": ["address", "email", "fax", "phone", "website"], "geometry": ["vertex", "area"], "tags": {"barrier": "border_control"}, "name": "Border Control"},
"barrier/border_control": {"icon": "temaki-passport_checkpoint", "fields": ["access", "building_area"], "moreFields": ["address", "email", "fax", "phone", "website"], "geometry": ["vertex", "area"], "tags": {"barrier": "border_control"}, "terms": ["checkpoint", "customs", "international boundary", "passport check", "port of entry", "visa"], "name": "Border Control"},
"barrier/cattle_grid": {"icon": "temaki-cattle_grid", "geometry": ["vertex"], "tags": {"barrier": "cattle_grid"}, "terms": ["cattle guard", "cattle stop", "livestock grid", "stock gate", "stock grid", "stock stop", "Texas gate", "vehicle pass"], "name": "Cattle Grid"},
"barrier/chain": {"icon": "temaki-rope_fence", "fields": ["access"], "geometry": ["vertex", "line"], "tags": {"barrier": "chain"}, "name": "Chain"},
"barrier/city_wall": {"icon": "temaki-wall", "fields": ["height", "material"], "geometry": ["line", "area"], "tags": {"barrier": "city_wall"}, "name": "City Wall"},
@@ -321,8 +321,8 @@
"barrier/lift_gate": {"icon": "temaki-lift_gate", "fields": ["access", "opening_hours"], "geometry": ["vertex", "line"], "tags": {"barrier": "lift_gate"}, "name": "Lift Gate"},
"barrier/retaining_wall": {"icon": "temaki-wall", "fields": ["height", "material"], "geometry": ["line", "area"], "tags": {"barrier": "retaining_wall"}, "name": "Retaining Wall"},
"barrier/sally_port": {"icon": "fas-dungeon", "geometry": ["vertex"], "tags": {"barrier": "sally_port"}, "terms": ["Postern", "castle side gate"], "name": "Sally Port"},
"barrier/spikes": {"icon": "temaki-spike_strip", "fields": ["direction", "access", "height", "colour"], "geometry": ["vertex"], "tags": {"barrier": "spikes"}, "name": "Spike Strip", "matchScore": 0.5},
"barrier/stile": {"icon": "maki-roadblock", "fields": ["access", "stile", "material"], "geometry": ["vertex"], "tags": {"barrier": "stile"}, "name": "Stile"},
"barrier/spikes": {"icon": "temaki-spike_strip", "fields": ["direction_vertex", "access", "height", "colour"], "geometry": ["vertex"], "tags": {"barrier": "spikes"}, "terms": ["one-way traffic treadles", "stingers", "stop sticks", "tire deflation device", "tire shredders", "traffic spikes"], "name": "Spike Strip", "matchScore": 0.5},
"barrier/stile": {"icon": "temaki-stile_squeezer", "fields": ["access", "stile", "material"], "geometry": ["vertex"], "tags": {"barrier": "stile"}, "name": "Stile"},
"barrier/swing_gate": {"icon": "temaki-gate", "fields": ["{barrier/gate}"], "moreFields": ["{barrier/gate}"], "geometry": ["vertex"], "tags": {"barrier": "swing_gate"}, "name": "Swing Gate"},
"barrier/toll_booth": {"icon": "maki-roadblock", "fields": ["access", "building_area", "payment_multi", "currency_multi"], "moreFields": ["address", "email", "fax", "opening_hours", "phone", "website"], "geometry": ["vertex", "area"], "tags": {"barrier": "toll_booth"}, "name": "Toll Booth"},
"barrier/turnstile": {"icon": "temaki-turnstile", "fields": ["access"], "geometry": ["vertex"], "terms": ["baffle gate", "turnstyle"], "tags": {"barrier": "turnstile"}, "name": "Turnstile"},
@@ -351,7 +351,7 @@
"building/construction": {"icon": "maki-building", "geometry": ["area"], "tags": {"building": "construction"}, "matchScore": 0.5, "name": "Building Under Construction"},
"building/detached": {"icon": "maki-home", "geometry": ["area"], "tags": {"building": "detached"}, "terms": ["home", "single", "family", "residence", "dwelling"], "matchScore": 0.5, "name": "Detached House"},
"building/dormitory": {"icon": "maki-building", "fields": ["{building}", "smoking"], "geometry": ["area"], "tags": {"building": "dormitory"}, "matchScore": 0.5, "name": "Dormitory"},
"building/farm_auxiliary": {"icon": "maki-farm", "geometry": ["area"], "tags": {"building": "farm_auxiliary"}, "matchScore": 0.5, "name": "Farm Building"},
"building/farm_auxiliary": {"icon": "maki-farm", "geometry": ["area"], "tags": {"building": "farm_auxiliary"}, "terms": ["agriculture", "auxilary", "chicken coop", "farm auxiliary", "pigsty", "sty"], "matchScore": 0.5, "name": "Farm Building"},
"building/farm": {"icon": "maki-farm", "geometry": ["area"], "tags": {"building": "farm"}, "matchScore": 0.5, "name": "Farm House"},
"building/garage": {"icon": "fas-warehouse", "fields": ["{building}", "capacity"], "geometry": ["area"], "tags": {"building": "garage"}, "matchScore": 0.5, "name": "Garage"},
"building/garages": {"icon": "fas-warehouse", "fields": ["{building}", "capacity"], "geometry": ["area"], "tags": {"building": "garages"}, "matchScore": 0.5, "name": "Garages"},
@@ -369,7 +369,7 @@
"building/pavilion": {"icon": "maki-building", "fields": ["{building}", "smoking"], "geometry": ["area"], "terms": ["sports"], "tags": {"building": "pavilion"}, "matchScore": 0.5, "name": "Pavilion Building"},
"building/public": {"icon": "maki-building", "fields": ["{building}", "smoking"], "moreFields": ["{building}", "polling_station"], "geometry": ["area"], "tags": {"building": "public"}, "matchScore": 0.5, "name": "Public Building"},
"building/residential": {"icon": "maki-residential-community", "geometry": ["area"], "tags": {"building": "residential"}, "matchScore": 0.5, "name": "Residential Building"},
"building/retail": {"icon": "maki-commercial", "fields": ["{building}", "smoking"], "geometry": ["area"], "tags": {"building": "retail"}, "matchScore": 0.5, "name": "Retail Building"},
"building/retail": {"icon": "maki-commercial", "fields": ["{building}", "smoking"], "geometry": ["area"], "tags": {"building": "retail"}, "terms": ["shop building", "store building"], "matchScore": 0.5, "name": "Retail Building"},
"building/roof": {"icon": "maki-shelter", "fields": ["{building}", "layer"], "geometry": ["area"], "tags": {"building": "roof"}, "matchScore": 0.5, "name": "Roof"},
"building/ruins": {"icon": "temaki-ruins", "geometry": ["area"], "tags": {"building": "ruins"}, "matchScore": 0.5, "name": "Building Ruins"},
"building/school": {"icon": "fas-school", "moreFields": ["{building}", "polling_station"], "geometry": ["area"], "terms": ["academy", "elementary school", "middle school", "high school"], "tags": {"building": "school"}, "matchScore": 0.5, "name": "School Building"},
@@ -442,6 +442,7 @@
"cycleway/asl": {"icon": "maki-bicycle", "fields": ["ref", "direction_vertex", "width"], "geometry": ["vertex"], "tags": {"cycleway": "asl"}, "terms": ["advanced stop box", "asl", "bicycle box", "bike box", "bikebox", "cycle box", "cycle stop marking"], "name": "Advanced Stop Line"},
"demolished/building": {"icon": "fas-house-damage", "fields": ["name", "address"], "geometry": ["area"], "tags": {"demolished:building": "*"}, "name": "Recently Demolished Building", "searchable": false},
"disused/railway": {"icon": "temaki-rail_profile", "fields": ["disused/railway"], "geometry": ["point", "vertex", "line", "area"], "tags": {"disused:railway": "*"}, "matchScore": 0.05, "searchable": false, "name": "Disused Railway Feature"},
"disused/shop": {"fields": ["disused/shop"], "geometry": ["point", "area"], "tags": {"disused:shop": "*"}, "matchScore": 0.05, "searchable": false, "name": "Disused Shop"},
"emergency/designated": {"fields": ["emergency_combo"], "geometry": ["line"], "tags": {"emergency": "designated"}, "name": "Emergency Access Designated", "searchable": false, "matchScore": 0.01},
"emergency/destination": {"fields": ["emergency_combo"], "geometry": ["line"], "tags": {"emergency": "destination"}, "name": "Emergency Access Destination", "searchable": false, "matchScore": 0.01},
"emergency/no": {"fields": ["emergency_combo"], "geometry": ["line"], "tags": {"emergency": "no"}, "name": "Emergency Access No", "searchable": false, "matchScore": 0.01},
@@ -464,7 +465,7 @@
"emergency/water_tank": {"icon": "maki-water", "fields": ["name", "ref", "operator"], "geometry": ["point", "vertex"], "terms": ["water tank", "cistern", "reservoir"], "tags": {"emergency": "water_tank"}, "name": "Emergency Water Tank"},
"entrance": {"icon": "maki-entrance-alt1", "fields": ["ref", "entrance", "door", "access_simple", "wheelchair", "level", "address"], "geometry": ["vertex"], "tags": {"entrance": "*"}, "terms": ["entrance", "exit", "door"], "matchScore": 0.8, "name": "Entrance / Exit"},
"entrance/emergency": {"icon": "maki-entrance-alt1", "fields": ["ref", "door", "access_simple", "level"], "geometry": ["vertex"], "tags": {"entrance": "emergency"}, "terms": ["fire exit", "door"], "matchScore": 0.8, "name": "Emergency Exit"},
"ford": {"icon": "temaki-pedestrian", "fields": ["name", "access", "seasonal"], "moreFields": ["gnis/feature_id"], "geometry": ["vertex"], "tags": {"ford": "yes"}, "name": "Ford"},
"ford": {"icon": "temaki-pedestrian", "fields": ["name", "depth", "access", "seasonal"], "moreFields": ["gnis/feature_id"], "geometry": ["vertex"], "tags": {"ford": "yes"}, "name": "Ford"},
"golf/bunker": {"icon": "maki-golf", "fields": ["name"], "geometry": ["area"], "tags": {"golf": "bunker"}, "addTags": {"golf": "bunker", "natural": "sand"}, "terms": ["hazard", "bunker"], "name": "Sand Trap"},
"golf/cartpath": {"icon": "temaki-golf_cart", "fields": ["{golf/path}", "maxspeed"], "geometry": ["line"], "tags": {"golf": "cartpath"}, "addTags": {"golf": "cartpath", "golf_cart": "designated", "highway": "service"}, "name": "Golf Cartpath"},
"golf/driving_range": {"icon": "maki-golf", "fields": ["name", "capacity"], "geometry": ["area"], "tags": {"golf": "driving_range"}, "addTags": {"golf": "driving_range", "landuse": "grass"}, "name": "Driving Range"},
@@ -539,8 +540,8 @@
"highway/primary_link": {"icon": "iD-highway-primary-link", "fields": ["destination_oneway", "destination/ref_oneway", "oneway", "maxspeed", "lanes", "surface", "structure", "access"], "moreFields": ["charge_toll", "covered", "cycleway", "destination/symbol_oneway", "flood_prone", "incline", "junction_line", "junction/ref_oneway", "lit", "maxheight", "maxspeed/advisory", "maxweight_bridge", "name", "oneway/bicycle", "ref_road_number", "smoothness", "toll", "trolley_wire", "width"], "geometry": ["line"], "tags": {"highway": "primary_link"}, "terms": ["on ramp", "off ramp", "ramp", "road", "street"], "name": "Primary Link"},
"highway/primary": {"icon": "iD-highway-primary", "fields": ["name", "oneway", "maxspeed", "lanes", "surface", "structure", "ref_road_number", "access"], "moreFields": ["charge_toll", "covered", "cycleway", "flood_prone", "incline", "junction_line", "lit", "maxheight", "maxspeed/advisory", "maxweight_bridge", "not/name", "oneway/bicycle", "smoothness", "toll", "trolley_wire", "width"], "geometry": ["line"], "tags": {"highway": "primary"}, "terms": ["road", "street"], "name": "Primary Road"},
"highway/raceway": {"icon": "fas-flag-checkered", "fields": ["name", "oneway", "surface", "sport_racing_motor", "lit", "width", "lanes", "structure"], "geometry": ["line", "area"], "tags": {"highway": "raceway"}, "addTags": {"highway": "raceway", "sport": "motor"}, "terms": ["auto*", "formula one", "kart", "motocross", "nascar", "race*", "track"], "name": "Motorsport Racetrack"},
"highway/raceway/karting": {"icon": "fas-flag-checkered", "geometry": ["line", "area"], "tags": {"highway": "raceway", "sport": "karting"}, "terms": ["carting", "go carts", "go karts", "go-karts", "gokarts", "kart racing", "karting track", "motorsports", "shifter karts", "superkarts"], "name": "Karting Racetrack"},
"highway/raceway/motocross": {"icon": "fas-motorcycle", "geometry": ["line", "area"], "tags": {"highway": "raceway", "sport": "motocross"}, "terms": ["off-road racing", "offroad moto racing", "motocross circuit", "motorcycle track", "motorsports"], "name": "Motocross Racetrack"},
"highway/raceway/karting": {"icon": "fas-flag-checkered", "geometry": ["line", "area"], "tags": {"highway": "raceway", "sport": "karting"}, "reference": {"key": "sport", "value": "karting"}, "terms": ["carting", "go carts", "go karts", "go-karts", "gokarts", "kart racing", "karting track", "motorsports", "shifter karts", "superkarts"], "name": "Karting Racetrack"},
"highway/raceway/motocross": {"icon": "fas-motorcycle", "geometry": ["line", "area"], "tags": {"highway": "raceway", "sport": "motocross"}, "reference": {"key": "sport", "value": "motocross"}, "terms": ["off-road racing", "offroad moto racing", "motocross circuit", "motorcycle track", "motorsports"], "name": "Motocross Racetrack"},
"highway/residential": {"icon": "iD-highway-residential", "fields": ["name", "oneway", "maxspeed", "lanes", "surface", "structure", "access"], "moreFields": ["covered", "cycleway", "flood_prone", "incline", "junction_line", "lit", "maxheight", "maxspeed/advisory", "maxweight_bridge", "not/name", "oneway/bicycle", "smoothness", "trolley_wire", "width"], "geometry": ["line"], "tags": {"highway": "residential"}, "terms": ["road", "street"], "name": "Residential Road"},
"highway/rest_area": {"icon": "maki-car", "fields": ["name", "operator", "opening_hours"], "moreFields": ["address", "email", "fax", "phone", "website", "wheelchair"], "geometry": ["point", "vertex", "area"], "tags": {"highway": "rest_area"}, "terms": ["rest stop"], "name": "Rest Area"},
"highway/road": {"icon": "iD-other-line", "fields": ["highway", "{highway/residential}"], "moreFields": ["{highway/residential}"], "geometry": ["line"], "tags": {"highway": "road"}, "terms": ["road", "street"], "name": "Unknown Road"},
@@ -626,11 +627,11 @@
"landuse/meadow": {"icon": "maki-garden", "geometry": ["area"], "fields": ["name"], "tags": {"landuse": "meadow"}, "terms": ["grazing", "hay field", "pasture"], "name": "Meadow"},
"landuse/military": {"icon": "temaki-military", "fields": ["name"], "moreFields": ["address", "email", "fax", "phone", "website"], "geometry": ["area"], "tags": {"landuse": "military"}, "terms": [], "matchScore": 0.9, "name": "Military Area"},
"landuse/military/airfield": {"icon": "tnp-2009265", "fields": ["name", "iata", "icao"], "geometry": ["point", "area"], "tags": {"military": "airfield"}, "addTags": {"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"}, "terms": ["air force", "army", "base", "fight", "force", "guard", "marine", "navy", "troop", "war"], "name": "Barracks"},
"landuse/military/barracks": {"icon": "temaki-army_tent", "fields": ["name", "building_area"], "geometry": ["point", "area"], "tags": {"military": "barracks"}, "addTags": {"landuse": "military", "military": "barracks"}, "terms": ["air force", "army", "base", "fight", "force", "guard", "marine", "navy", "troop", "war"], "name": "Barracks"},
"landuse/military/danger_area": {"icon": "maki-danger", "fields": ["name"], "geometry": ["point", "vertex", "area"], "tags": {"military": "danger_area"}, "addTags": {"landuse": "military", "military": "danger_area"}, "terms": ["air force", "army", "base", "blast", "bomb", "explo*", "force", "guard", "mine", "marine", "navy", "troop", "war"], "name": "Danger Area"},
"landuse/military/naval_base": {"icon": "temaki-military", "fields": ["name"], "geometry": ["point", "area"], "tags": {"military": "naval_base"}, "addTags": {"landuse": "military", "military": "naval_base"}, "terms": ["base", "fight", "force", "guard", "marine", "navy", "ship", "sub", "troop", "war"], "name": "Naval Base"},
"landuse/military/obstacle_course": {"icon": "temaki-military", "geometry": ["point", "area"], "tags": {"military": "obstacle_course"}, "addTags": {"landuse": "military", "military": "obstacle_course"}, "terms": ["army", "base", "force", "guard", "marine", "navy", "troop", "war"], "name": "Obstacle Course"},
"landuse/military/range": {"icon": "temaki-military", "fields": ["name"], "geometry": ["point", "area"], "tags": {"military": "range"}, "addTags": {"landuse": "military", "military": "range"}, "terms": ["air force", "army", "base", "fight", "fire", "force", "guard", "gun", "marine", "navy", "rifle", "shoot*", "snip*", "train", "troop", "war"], "name": "Military Range"},
"landuse/military/range": {"icon": "fas-bullseye", "fields": ["name"], "geometry": ["point", "area"], "tags": {"military": "range"}, "addTags": {"landuse": "military", "military": "range"}, "terms": ["air force", "army", "base", "fight", "fire", "force", "guard", "gun", "marine", "navy", "rifle", "shoot*", "snip*", "train", "troop", "war"], "name": "Military Range"},
"landuse/military/training_area": {"icon": "temaki-military", "fields": ["name"], "geometry": ["point", "area"], "tags": {"military": "training_area"}, "addTags": {"landuse": "military", "military": "training_area"}, "terms": ["air force", "army", "base", "fight", "fire", "force", "guard", "gun", "marine", "navy", "rifle", "shoot*", "snip*", "train", "troop", "war"], "name": "Training Area"},
"landuse/orchard": {"icon": "maki-park", "fields": ["name", "operator", "trees"], "moreFields": ["address", "email", "fax", "phone", "species/wikidata", "website"], "geometry": ["area"], "tags": {"landuse": "orchard"}, "terms": ["fruit"], "name": "Orchard"},
"landuse/plant_nursery": {"icon": "maki-garden", "fields": ["name", "operator", "plant"], "moreFields": ["address", "email", "fax", "phone", "website"], "geometry": ["area"], "tags": {"landuse": "plant_nursery"}, "terms": ["flower", "garden", "grow", "vivero"], "name": "Plant Nursery"},
@@ -684,7 +685,7 @@
"leisure/park": {"icon": "temaki-tree_and_bench", "fields": ["name", "operator", "address", "opening_hours"], "moreFields": ["dog", "email", "fax", "gnis/feature_id", "phone", "smoking", "website"], "geometry": ["area", "point"], "terms": ["esplanade", "estate", "forest", "garden", "grass", "green", "grounds", "lawn", "lot", "meadow", "parkland", "place", "playground", "plaza", "pleasure garden", "recreation area", "square", "tract", "village green", "woodland"], "tags": {"leisure": "park"}, "name": "Park"},
"leisure/picnic_table": {"icon": "maki-picnic-site", "fields": ["material", "lit", "bench"], "moreFields": ["level"], "geometry": ["point"], "tags": {"leisure": "picnic_table"}, "terms": ["bench"], "name": "Picnic Table"},
"leisure/picnic_table/chess": {"icon": "fas-chess-pawn", "geometry": ["point"], "tags": {"leisure": "picnic_table", "sport": "chess"}, "reference": {"key": "sport", "value": "chess"}, "terms": ["bench", "chess board", "checkerboard", "checkers", "chequerboard", "game table"], "name": "Chess Table"},
"leisure/pitch": {"icon": "maki-pitch", "fields": ["name", "sport", "access_simple", "surface", "lit"], "moreFields": ["charge_fee", "covered", "fee", "gnis/feature_id", "indoor", "payment_multi_fee"], "geometry": ["area", "point"], "tags": {"leisure": "pitch"}, "terms": ["field"], "name": "Sport Pitch"},
"leisure/pitch": {"icon": "maki-pitch", "fields": ["name", "sport", "access_simple", "surface", "lit"], "moreFields": ["address", "charge_fee", "covered", "fee", "gnis/feature_id", "indoor", "payment_multi_fee"], "geometry": ["area", "point"], "tags": {"leisure": "pitch"}, "terms": ["field"], "name": "Sport Pitch"},
"leisure/pitch/american_football": {"icon": "maki-american-football", "geometry": ["area", "point"], "tags": {"leisure": "pitch", "sport": "american_football"}, "reference": {"key": "sport", "value": "american_football"}, "terms": ["football", "gridiron"], "name": "American Football Field"},
"leisure/pitch/australian_football": {"icon": "maki-american-football", "geometry": ["area", "point"], "tags": {"leisure": "pitch", "sport": "australian_football"}, "reference": {"key": "sport", "value": "australian_football"}, "terms": ["Aussie", "AFL", "football"], "name": "Australian Football Field"},
"leisure/pitch/badminton": {"icon": "maki-tennis", "fields": ["{leisure/pitch}", "access_simple"], "geometry": ["area", "point"], "tags": {"leisure": "pitch", "sport": "badminton"}, "reference": {"key": "sport", "value": "badminton"}, "terms": [], "name": "Badminton Court"},
@@ -720,12 +721,9 @@
"leisure/swimming_area": {"icon": "fas-swimmer", "fields": ["name", "access_simple", "supervised", "fee", "payment_multi_fee", "charge_fee", "lit"], "moreFields": ["opening_hours", "operator"], "geometry": ["area"], "terms": ["dive", "water", "aquatics"], "tags": {"leisure": "swimming_area"}, "name": "Natural Swimming Area"},
"leisure/swimming_pool": {"icon": "fas-swimming-pool", "fields": ["name", "access_simple", "lit", "location_pool", "length", "swimming_pool"], "moreFields": ["address", "level", "gnis/feature_id", "opening_hours", "operator"], "geometry": ["area", "point"], "terms": ["dive", "water", "aquatics"], "tags": {"leisure": "swimming_pool"}, "name": "Swimming Pool"},
"leisure/track": {"icon": "iD-other-line", "fields": ["surface", "sport_racing_nonmotor", "lit", "width", "lanes"], "moreFields": ["access", "covered", "gnis/feature_id", "indoor", "level"], "geometry": ["line", "point", "area"], "tags": {"leisure": "track"}, "terms": ["cycle", "dog", "greyhound", "horse", "race*", "track"], "name": "Racetrack (Non-Motorsport)"},
"leisure/track/cycling_point": {"icon": "fas-biking", "fields": ["{leisure/track/cycling}"], "geometry": ["point"], "tags": {"leisure": "track", "sport": "cycling"}, "terms": ["bicycle track", "bicycling track", "cycle racetrack", "velodrome"], "name": "Cycling Track"},
"leisure/track/cycling": {"icon": "fas-biking", "fields": ["name", "surface", "sport_racing_nonmotor", "lit", "width", "lanes"], "geometry": ["line", "area"], "tags": {"leisure": "track", "sport": "cycling"}, "terms": ["bicycle track", "bicycling track", "cycle racetrack", "velodrome"], "name": "Cycling Track"},
"leisure/track/horse_racing_point": {"icon": "maki-horse-riding", "fields": ["{leisure/track/horse_racing}"], "geometry": ["point"], "tags": {"leisure": "track", "sport": "horse_racing"}, "terms": ["equestrian race track", "horse race betting", "horseracing", "horsetrack", "horse racetrack"], "name": "Horse Racing Track"},
"leisure/track/horse_racing": {"icon": "maki-horse-riding", "fields": ["name", "surface", "sport_racing_nonmotor", "lit", "width", "lanes"], "geometry": ["line", "area"], "tags": {"leisure": "track", "sport": "horse_racing"}, "terms": ["equestrian race track", "horse race betting", "horseracing", "horsetrack", "horse racetrack"], "name": "Horse Racing Track"},
"leisure/track/running_point": {"icon": "maki-pitch", "fields": ["{leisure/track/running}"], "geometry": ["point"], "tags": {"leisure": "track", "sport": "running"}, "terms": ["athletics track", "decathlon", "foot race", "long distance running", "marathon", "middle distance running", "racetrack", "running", "sprint", "track", "walking"], "name": "Running Track"},
"leisure/track/running": {"icon": "maki-pitch", "fields": ["name", "surface", "sport_racing_nonmotor", "lit", "width", "lanes"], "geometry": ["line", "area"], "tags": {"leisure": "track", "sport": "running"}, "terms": ["athletics track", "decathlon", "foot race", "long distance running", "marathon", "middle distance running", "racetrack", "running", "sprint", "track", "walking"], "name": "Running Track"},
"leisure/track/cycling": {"icon": "fas-biking", "fields": ["name", "surface", "sport_racing_nonmotor", "lit", "width", "lanes"], "geometry": ["point", "line", "area"], "tags": {"leisure": "track", "sport": "cycling"}, "reference": {"key": "sport", "value": "cycling"}, "terms": ["bicycle track", "bicycling track", "cycle racetrack", "velodrome"], "name": "Cycling Track"},
"leisure/track/horse_racing": {"icon": "maki-horse-riding", "fields": ["name", "surface", "sport_racing_nonmotor", "lit", "width", "lanes"], "geometry": ["point", "line", "area"], "tags": {"leisure": "track", "sport": "horse_racing"}, "reference": {"key": "sport", "value": "horse_racing"}, "terms": ["equestrian race track", "horse race betting", "horseracing", "horsetrack", "horse racetrack"], "name": "Horse Racing Track"},
"leisure/track/running": {"icon": "maki-pitch", "fields": ["name", "surface", "sport_racing_nonmotor", "lit", "width", "lanes"], "geometry": ["point", "line", "area"], "tags": {"leisure": "track", "sport": "running"}, "reference": {"key": "sport", "value": "running"}, "terms": ["athletics track", "decathlon", "foot race", "long distance running", "marathon", "middle distance running", "racetrack", "running", "sprint", "track", "walking"], "name": "Running Track"},
"leisure/water_park": {"icon": "fas-swimmer", "fields": ["name", "operator", "address"], "moreFields": ["brand", "email", "fax", "gnis/feature_id", "payment_multi", "phone", "website"], "geometry": ["area", "point"], "terms": ["swim", "pool", "dive"], "tags": {"leisure": "water_park"}, "name": "Water Park"},
"line": {"fields": ["name"], "geometry": ["line"], "tags": {}, "terms": ["polyline"], "name": "Line", "matchScore": 0.1},
"man_made/adit": {"icon": "temaki-adit_profile", "geometry": ["point", "area"], "fields": ["name", "operator", "resource", "direction"], "moreFields": ["gnis/feature_id"], "terms": ["cave", "horizontal mine entrance", "tunnel", "underground"], "tags": {"man_made": "adit"}, "name": "Adit"},
@@ -745,7 +743,7 @@
"man_made/embankment": {"geometry": ["line"], "tags": {"man_made": "embankment"}, "name": "Embankment"},
"man_made/flagpole": {"icon": "maki-embassy", "fields": ["operator", "flag/type", "country_flag", "lit", "height"], "moreFields": ["manufacturer", "material"], "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": {"fields": ["material", "seamark/type"], "geometry": ["line", "area"], "tags": {"man_made": "groyne"}, "name": "Groyne"},
"man_made/groyne": {"fields": ["material", "seamark/type"], "geometry": ["line", "area"], "tags": {"man_made": "groyne"}, "name": "Groin"},
"man_made/lighthouse": {"icon": "maki-lighthouse", "fields": ["name", "operator", "building_area", "height"], "moreFields": ["address", "email", "fax", "gnis/feature_id", "phone", "seamark/type", "website"], "geometry": ["point", "area"], "tags": {"man_made": "lighthouse"}, "addTags": {"man_made": "lighthouse", "seamark:type": "light_major"}, "removeTags": {"man_made": "lighthouse", "seamark:type": "*"}, "name": "Lighthouse"},
"man_made/manhole": {"icon": "temaki-manhole", "fields": ["manhole", "operator", "label", "ref"], "geometry": ["point", "vertex"], "tags": {"manhole": "*"}, "addTags": {"man_made": "manhole", "manhole": "*"}, "terms": ["cover", "hole", "sewer", "sewage", "telecom"], "name": "Manhole"},
"man_made/manhole/drain": {"icon": "temaki-manhole", "fields": ["operator", "ref"], "geometry": ["point", "vertex"], "tags": {"manhole": "drain"}, "addTags": {"man_made": "manhole", "manhole": "drain"}, "terms": ["cover", "drain", "hole", "rain", "sewer", "sewage", "storm"], "name": "Storm Drain"},
@@ -762,7 +760,7 @@
"man_made/mineshaft": {"icon": "temaki-mineshaft_cage", "geometry": ["point", "area"], "fields": ["name", "operator", "resource"], "moreFields": ["gnis/feature_id"], "terms": ["cave", "mine shaft", "tunnel", "underground", "vertical mine entrance"], "tags": {"man_made": "mineshaft"}, "name": "Mineshaft"},
"man_made/monitoring_station": {"icon": "temaki-antenna", "geometry": ["point", "vertex", "area"], "fields": ["monitoring_multi", "operator", "manufacturer"], "terms": ["weather", "earthquake", "seismology", "air", "gps"], "tags": {"man_made": "monitoring_station"}, "name": "Monitoring Station"},
"man_made/obelisk": {"icon": "maki-monument", "fields": ["name", "inscription", "height", "material", "colour"], "geometry": ["point", "vertex", "area"], "tags": {"man_made": "obelisk"}, "name": "Obelisk"},
"man_made/observatory": {"fields": ["name", "operator", "address", "access_simple", "building_area"], "moreFields": ["email", "fax", "gnis/feature_id", "phone", "website"], "geometry": ["point", "area"], "terms": ["astronomical", "meteorological"], "tags": {"man_made": "observatory"}, "name": "Observatory"},
"man_made/observatory": {"icon": "temaki-telescope", "fields": ["name", "operator", "address", "access_simple", "building_area"], "moreFields": ["email", "fax", "gnis/feature_id", "phone", "website"], "geometry": ["point", "area"], "terms": ["astronomical", "meteorological"], "tags": {"man_made": "observatory"}, "name": "Observatory"},
"man_made/petroleum_well": {"icon": "temaki-oil_well", "fields": ["name", "ref", "operator", "substance"], "moreFields": ["gnis/feature_id"], "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": "temaki-pier_fixed", "fields": ["name", "surface", "floating", "width", "access", "lit"], "moreFields": ["{highway/footway}", "access", "fishing", "gnis/feature_id", "incline"], "geometry": ["line", "area"], "terms": ["berth", "dock", "jetty", "landing", "promenade", "wharf"], "tags": {"man_made": "pier"}, "name": "Pier"},
"man_made/pier/floating": {"icon": "temaki-pier_floating", "geometry": ["line", "area"], "terms": ["berth", "dock", "jetty", "landing", "promenade", "wharf"], "tags": {"man_made": "pier", "floating": "yes"}, "name": "Floating Pier"},
@@ -776,7 +774,7 @@
"man_made/street_cabinet": {"icon": "fas-door-closed", "geometry": ["point", "area"], "fields": ["ref", "operator", "street_cabinet", "utility_semi", "height", "colour"], "terms": ["cable tv", "monitoring box", "technical box", "telecommunications", "traffic signal controls"], "tags": {"man_made": "street_cabinet"}, "name": "Street Cabinet"},
"man_made/surveillance": {"icon": "temaki-security_camera", "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/surveillance/camera": {"icon": "temaki-security_camera", "geometry": ["point", "vertex"], "fields": ["surveillance", "surveillance/type", "camera/type", "camera/mount", "camera/direction", "surveillance/zone", "contact/webcam"], "moreFields": ["manufacturer"], "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/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"},
"man_made/survey_point": {"icon": "temaki-benchmark_disk", "fields": ["ref", "elevation", "inscription"], "geometry": ["point", "vertex"], "terms": ["trig point", "triangulation pillar", "trigonometrical station"], "tags": {"man_made": "survey_point"}, "name": "Survey Point"},
"man_made/torii": {"icon": "temaki-shinto", "fields": ["height", "material", "colour", "lit"], "moreFields": ["name", "operator", "ref"], "geometry": ["point", "vertex", "line"], "terms": ["Japanese gate", "Shinto shrine"], "tags": {"man_made": "torii"}, "name": "Torii"},
"man_made/tower": {"icon": "temaki-tower", "fields": ["tower/type", "tower/construction", "height", "building_area"], "moreFields": ["architect", "gnis/feature_id"], "geometry": ["point", "area"], "tags": {"man_made": "tower"}, "name": "Tower"},
"man_made/tower/bell_tower": {"icon": "fas-bell", "moreFields": ["{man_made/tower}", "opening_hours"], "geometry": ["point", "area"], "terms": ["belfry", "bell gable", "campanile", "church tower", "klockstapel"], "tags": {"man_made": "tower", "tower:type": "bell_tower"}, "reference": {"key": "tower:type", "value": "bell_tower"}, "name": "Bell Tower"},
@@ -798,7 +796,7 @@
"marker/utility": {"icon": "temaki-silo", "fields": ["ref", "operator", "marker", "utility", "{marker}"], "geometry": ["point"], "terms": ["gas line marker", "identifier", "marking", "oil marker", "pipline marker", "plate", "pole", "post", "sign"], "tags": {"marker": "*", "utility": "*"}, "name": "Utility Marker"},
"marker/utility/power": {"icon": "temaki-silo", "fields": ["ref", "operator", "marker", "{marker}"], "geometry": ["point"], "terms": ["electric line", "identifier", "marking", "plate", "pole", "post", "power cable", "power line", "sign"], "tags": {"marker": "*", "utility": "power"}, "name": "Power Marker"},
"military/bunker": {"icon": "temaki-bunker", "fields": ["name", "bunker_type", "building_area"], "moreFields": ["gnis/feature_id"], "geometry": ["point", "area"], "tags": {"military": "bunker"}, "addTags": {"building": "bunker", "military": "bunker"}, "terms": ["air force", "army", "base", "fight", "force", "guard", "marine", "navy", "troop", "war"], "name": "Military Bunker"},
"military/checkpoint": {"icon": "maki-barrier", "fields": ["name"], "geometry": ["point", "vertex", "area"], "tags": {"military": "checkpoint"}, "terms": ["air force", "army", "base", "force", "guard", "marine", "navy", "troop", "war"], "name": "Checkpoint"},
"military/checkpoint": {"icon": "temaki-military_checkpoint", "fields": ["name"], "geometry": ["point", "vertex", "area"], "tags": {"military": "checkpoint"}, "terms": ["air force", "army", "base", "force", "guard", "marine", "navy", "troop", "war"], "name": "Military Checkpoint"},
"military/nuclear_explosion_site": {"icon": "maki-danger", "fields": ["name"], "moreFields": ["gnis/feature_id"], "geometry": ["point", "vertex", "area"], "tags": {"military": "nuclear_explosion_site"}, "terms": ["atom", "blast", "bomb", "detonat*", "nuke", "site", "test"], "name": "Nuclear Explosion Site"},
"military/office": {"icon": "temaki-military", "fields": ["name", "building_area"], "moreFields": ["gnis/feature_id", "level"], "geometry": ["point", "area"], "tags": {"military": "office"}, "terms": ["air force", "army", "base", "enlist", "fight", "force", "guard", "marine", "navy", "recruit", "troop", "war"], "name": "Military Office"},
"military/trench": {"icon": "temaki-military", "fields": ["name", "trench"], "geometry": ["point", "line"], "tags": {"military": "trench"}, "terms": ["dugout", "firestep", "fox hole", "infantry trench", "war trench"], "name": "Military Trench"},
@@ -827,7 +825,7 @@
"natural/spring": {"icon": "maki-water", "fields": ["name", "drinking_water", "intermittent"], "geometry": ["point", "vertex"], "tags": {"natural": "spring"}, "terms": ["aquifer", "hydro", "seep", "water source"], "name": "Spring"},
"natural/stone": {"icon": "temaki-boulder1", "fields": ["name"], "geometry": ["point", "area"], "tags": {"natural": "stone"}, "terms": ["boulder", "stone", "rock"], "name": "Unattached Stone / Boulder"},
"natural/tree_row": {"icon": "temaki-tree_row", "fields": ["leaf_type", "leaf_cycle", "denotation"], "geometry": ["line"], "tags": {"natural": "tree_row"}, "terms": [], "name": "Tree Row"},
"natural/tree": {"icon": "maki-park", "fields": ["leaf_type_singular", "leaf_cycle_singular", "denotation", "diameter"], "moreFields": ["species/wikidata"], "geometry": ["point", "vertex"], "tags": {"natural": "tree"}, "terms": [], "name": "Tree"},
"natural/tree": {"icon": "maki-park", "fields": ["leaf_type_singular", "leaf_cycle_singular", "denotation", "height", "diameter"], "moreFields": ["circumference", "species/wikidata"], "geometry": ["point", "vertex"], "tags": {"natural": "tree"}, "terms": [], "name": "Tree"},
"natural/valley": {"icon": "temaki-valley", "fields": ["name", "elevation", "description"], "geometry": ["vertex", "point", "line"], "tags": {"natural": "valley"}, "terms": ["canyon", "dale", "dell", "dene", "depression", "glen", "gorge", "gully", "gulley", "gultch", "hollow", "ravine", "rift", "vale"], "name": "Valley"},
"natural/volcano": {"icon": "maki-volcano", "fields": ["name", "elevation", "volcano/status", "volcano/type"], "geometry": ["point", "vertex"], "tags": {"natural": "volcano"}, "terms": ["mountain", "crater"], "name": "Volcano"},
"natural/water": {"icon": "maki-water", "fields": ["name", "water", "intermittent"], "moreFields": ["fishing", "gnis/feature_id", "salt", "tidal"], "geometry": ["area"], "tags": {"natural": "water"}, "name": "Water"},
@@ -1046,7 +1044,7 @@
"shop/bakery": {"icon": "maki-bakery", "geometry": ["point", "area"], "tags": {"shop": "bakery"}, "terms": ["bread", "cakes", "rolls"], "name": "Bakery"},
"shop/bathroom_furnishing": {"icon": "fas-bath", "geometry": ["point", "area"], "tags": {"shop": "bathroom_furnishing"}, "name": "Bathroom Furnishing Store"},
"shop/beauty": {"icon": "temaki-lipstick", "fields": ["{shop}", "beauty"], "geometry": ["point", "area"], "terms": ["spa", "salon", "tanning"], "tags": {"shop": "beauty"}, "name": "Beauty Shop"},
"shop/beauty/nails": {"icon": "maki-shop", "geometry": ["point", "area"], "terms": ["manicure", "pedicure"], "tags": {"shop": "beauty", "beauty": "nails"}, "reference": {"key": "shop", "value": "beauty"}, "name": "Nail Salon"},
"shop/beauty/nails": {"icon": "temaki-polished_nail", "geometry": ["point", "area"], "terms": ["manicure", "pedicure"], "tags": {"shop": "beauty", "beauty": "nails"}, "reference": {"key": "shop", "value": "beauty"}, "name": "Nail Salon"},
"shop/beauty/tanning": {"icon": "temaki-tanning", "geometry": ["point", "area"], "tags": {"shop": "beauty", "beauty": "tanning"}, "reference": {"key": "leisure", "value": "tanning_salon"}, "name": "Tanning Salon"},
"shop/bed": {"icon": "maki-lodging", "geometry": ["point", "area"], "tags": {"shop": "bed"}, "name": "Bedding/Mattress Store"},
"shop/beverages": {"icon": "temaki-bottles", "geometry": ["point", "area"], "tags": {"shop": "beverages"}, "terms": ["drinks"], "name": "Beverage Store"},
@@ -1082,7 +1080,7 @@
"shop/cosmetics": {"icon": "temaki-lipstick", "geometry": ["point", "area"], "tags": {"shop": "cosmetics"}, "terms": ["make-up", "makeup"], "name": "Cosmetics Store"},
"shop/country_store": {"icon": "fas-hat-cowboy-side", "geometry": ["point", "area"], "tags": {"shop": "country_store"}, "name": "Country Store"},
"shop/craft": {"icon": "fas-cut", "geometry": ["point", "area"], "tags": {"shop": "craft"}, "terms": ["art*", "paint*", "frame"], "name": "Arts & Crafts Store"},
"shop/curtain": {"icon": "maki-shop", "geometry": ["point", "area"], "terms": ["drape*", "window"], "tags": {"shop": "curtain"}, "name": "Curtain Store"},
"shop/curtain": {"icon": "temaki-curtains", "geometry": ["point", "area"], "terms": ["drape*", "window"], "tags": {"shop": "curtain"}, "name": "Curtain Store"},
"shop/dairy": {"icon": "fas-cheese", "geometry": ["point", "area"], "terms": ["milk", "egg", "cheese"], "tags": {"shop": "dairy"}, "name": "Dairy Store"},
"shop/deli": {"icon": "maki-restaurant", "geometry": ["point", "area"], "terms": ["lunch", "meat", "sandwich"], "tags": {"shop": "deli"}, "name": "Deli"},
"shop/department_store": {"icon": "maki-shop", "geometry": ["point", "area"], "tags": {"shop": "department_store"}, "name": "Department Store"},
@@ -1175,11 +1173,11 @@
"shop/supermarket": {"icon": "maki-grocery", "moreFields": ["{shop}", "diet_multi"], "geometry": ["point", "area"], "terms": ["grocery", "store", "shop"], "tags": {"shop": "supermarket"}, "name": "Supermarket"},
"shop/swimming_pool": {"icon": "fas-swimmer", "geometry": ["point", "area"], "terms": ["hot tub equipment store", "hot tub maintenance store", "hot tub supply store", "pool shop", "pool store", "swimming pool equipment store", "swimming pool installation store", "swimming pool maintenance store", "swimming pool supply shop"], "tags": {"shop": "swimming_pool"}, "name": "Pool Supply Store"},
"shop/tailor": {"icon": "temaki-needle_and_spool", "geometry": ["point", "area"], "terms": ["clothes", "suit"], "tags": {"shop": "tailor"}, "name": "Tailor"},
"shop/tattoo": {"icon": "maki-shop", "moreFields": ["{shop}", "min_age"], "geometry": ["point", "area"], "tags": {"shop": "tattoo"}, "terms": ["ink"], "name": "Tattoo Parlor"},
"shop/tattoo": {"icon": "temaki-tattoo_machine", "moreFields": ["{shop}", "min_age"], "geometry": ["point", "area"], "tags": {"shop": "tattoo"}, "terms": ["ink"], "name": "Tattoo Parlor"},
"shop/tea": {"icon": "maki-teahouse", "geometry": ["point", "area"], "tags": {"shop": "tea"}, "name": "Tea Store"},
"shop/telecommunication": {"icon": "maki-telephone", "geometry": ["point", "area"], "terms": ["communication", "internet service provider", "isp", "network", "telephone", "voice"], "tags": {"shop": "telecommunication"}, "name": "Telecom Retail Store"},
"shop/ticket": {"icon": "fas-ticket-alt", "geometry": ["point", "area"], "tags": {"shop": "ticket"}, "terms": ["box office"], "name": "Ticket Seller"},
"shop/tiles": {"icon": "maki-shop", "geometry": ["point", "area"], "tags": {"shop": "tiles"}, "name": "Tile Shop"},
"shop/tiles": {"icon": "temaki-tiling", "geometry": ["point", "area"], "tags": {"shop": "tiles"}, "name": "Tile Shop"},
"shop/tobacco": {"icon": "temaki-pipe", "moreFields": ["{shop}", "min_age"], "geometry": ["point", "area"], "tags": {"shop": "tobacco"}, "terms": ["cigarettes", "cigars"], "name": "Tobacco Shop"},
"shop/tool_hire": {"icon": "temaki-tools", "geometry": ["point", "area"], "tags": {"shop": "tool_hire"}, "name": "Tool Rental"},
"shop/toys": {"icon": "fas-rocket", "geometry": ["point", "area"], "tags": {"shop": "toys"}, "terms": ["games"], "name": "Toy Store"},
@@ -1198,6 +1196,7 @@
"shop/window_blind": {"icon": "temaki-window", "geometry": ["point", "area"], "tags": {"shop": "window_blind"}, "name": "Window Blind Store"},
"shop/wine": {"icon": "maki-alcohol-shop", "moreFields": ["{shop}", "min_age"], "geometry": ["point", "area"], "tags": {"shop": "wine"}, "name": "Wine Shop"},
"telecom/data_center": {"icon": "fas-server", "fields": ["name", "ref", "operator", "building_area"], "moreFields": ["address", "gnis/feature_id", "phone", "website"], "geometry": ["point", "area"], "tags": {"telecom": "data_center"}, "terms": ["computer systems storage", "information technology", "server farm", "the cloud", "telecommunications"], "name": "Data Center"},
"telecom/exchange": {"icon": "temaki-cable", "fields": ["ref", "operator", "telecom/medium", "address", "building_area"], "geometry": ["point", "area"], "tags": {"telecom": "exchange"}, "terms": ["telecommunications", "telephone exchange", "telephone switch"], "name": "Telecom Exchange"},
"tourism/alpine_hut": {"icon": "temaki-cabin", "fields": ["name", "operator", "address", "building_area", "internet_access", "internet_access/fee", "fee", "payment_multi_fee", "charge_fee"], "moreFields": ["email", "fax", "gnis/feature_id", "internet_access/ssid", "phone", "reservation", "website", "wheelchair"], "geometry": ["point", "area"], "terms": ["cabin", "climbing hut", "lodge", "lodging", "overnight accommodations", "wilderness hut"], "tags": {"tourism": "alpine_hut"}, "name": "Alpine Hut"},
"tourism/apartment": {"icon": "maki-lodging", "fields": ["name", "operator", "address", "building_area", "rooms", "internet_access", "internet_access/fee"], "moreFields": ["building/levels_building", "email", "fax", "height_building", "internet_access/ssid", "level", "payment_multi", "phone", "reservation", "smoking", "website", "wheelchair"], "geometry": ["point", "area"], "tags": {"tourism": "apartment"}, "terms": ["bnb", "holiday rental", "lodging", "overnight accommodations", "vacation rental"], "name": "Guest Apartment / Condo"},
"tourism/aquarium": {"icon": "maki-aquarium", "fields": ["name", "operator", "address", "building_area", "opening_hours"], "moreFields": ["charge_fee", "email", "fax", "fee", "gnis/feature_id", "internet_access", "internet_access/fee", "internet_access/ssid", "payment_multi_fee", "phone", "ref/vatin", "smoking", "website", "wheelchair"], "geometry": ["point", "area"], "terms": ["fish", "sea", "water"], "tags": {"tourism": "aquarium"}, "name": "Aquarium"},
@@ -1220,12 +1219,12 @@
"tourism/hostel": {"icon": "temaki-bunk_beds", "fields": ["{tourism/guest_house}"], "moreFields": ["{tourism/guest_house}"], "geometry": ["point", "area"], "tags": {"tourism": "hostel"}, "terms": ["bunk beds", "dormitories", "dorms", "lodging", "overnight accommodations"], "name": "Hostel"},
"tourism/hotel": {"icon": "fas-concierge-bell", "fields": ["{tourism/motel}"], "moreFields": ["{tourism/motel}", "bar", "stars"], "geometry": ["point", "area"], "tags": {"tourism": "hotel"}, "terms": ["concierge", "lodge", "lodging", "overnight accommodations"], "name": "Hotel"},
"tourism/information": {"icon": "maki-information", "fields": ["information", "operator", "address", "building_area"], "moreFields": ["level"], "geometry": ["point", "vertex", "area"], "tags": {"tourism": "information"}, "name": "Information"},
"tourism/information/board": {"icon": "maki-information", "fields": ["name", "operator", "board_type", "direction"], "geometry": ["point", "vertex"], "tags": {"tourism": "information", "information": "board"}, "reference": {"key": "information", "value": "board"}, "name": "Information Board"},
"tourism/information/board": {"icon": "temaki-info_board", "fields": ["name", "operator", "board_type", "direction"], "geometry": ["point", "vertex"], "tags": {"tourism": "information", "information": "board"}, "reference": {"key": "information", "value": "board"}, "name": "Information Board"},
"tourism/information/guidepost": {"icon": "fas-map-signs", "fields": ["name", "elevation", "operator", "ref"], "moreFields": ["material"], "geometry": ["point", "vertex"], "terms": ["signpost"], "tags": {"tourism": "information", "information": "guidepost"}, "reference": {"key": "information", "value": "guidepost"}, "name": "Guidepost"},
"tourism/information/map": {"icon": "fas-map", "fields": ["operator", "map_type", "map_size", "direction"], "geometry": ["point", "vertex"], "tags": {"tourism": "information", "information": "map"}, "reference": {"key": "information", "value": "map"}, "name": "Map"},
"tourism/information/office": {"icon": "maki-information", "fields": ["name", "operator", "address", "building_area", "internet_access", "internet_access/fee"], "moreFields": ["building/levels_building", "email", "fax", "gnis/feature_id", "height_building", "internet_access/ssid", "phone", "website", "wheelchair"], "geometry": ["point", "vertex", "area"], "tags": {"tourism": "information", "information": "office"}, "reference": {"key": "information", "value": "office"}, "name": "Tourist Information Office"},
"tourism/information/route_marker": {"icon": "maki-information", "fields": ["ref", "operator", "colour", "material", "elevation"], "geometry": ["point", "vertex"], "terms": ["cairn", "painted blaze", "route flag", "route marker", "stone pile", "trail blaze", "trail post", "way marker"], "tags": {"tourism": "information", "information": "route_marker"}, "reference": {"key": "information", "value": "route_marker"}, "name": "Trail Marker"},
"tourism/information/terminal": {"icon": "maki-information", "fields": ["operator"], "geometry": ["point", "vertex"], "tags": {"tourism": "information", "information": "terminal"}, "reference": {"key": "information", "value": "terminal"}, "name": "Information Terminal"},
"tourism/information/terminal": {"icon": "temaki-app_terminal", "fields": ["operator"], "geometry": ["point", "vertex"], "tags": {"tourism": "information", "information": "terminal"}, "reference": {"key": "information", "value": "terminal"}, "name": "Information Terminal"},
"tourism/motel": {"icon": "maki-lodging", "fields": ["name", "brand", "address", "building_area", "rooms", "internet_access", "internet_access/fee"], "moreFields": ["air_conditioning", "brand", "building/levels_building", "email", "fax", "gnis/feature_id", "height_building", "internet_access/ssid", "operator", "payment_multi", "phone", "ref/vatin", "reservation", "smoking", "website", "wheelchair"], "geometry": ["point", "area"], "tags": {"tourism": "motel"}, "terms": ["lodging", "motor hotel", "overnight accommodations"], "name": "Motel"},
"tourism/museum": {"icon": "temaki-museum", "fields": ["name", "operator", "operator/type", "museum", "address", "building_area", "opening_hours"], "moreFields": ["air_conditioning", "building/levels_building", "charge_fee", "email", "fax", "fee", "gnis/feature_id", "height_building", "internet_access", "internet_access/fee", "internet_access/ssid", "level", "payment_multi", "phone", "website", "wheelchair"], "geometry": ["point", "area"], "terms": ["art*", "exhibit*", "gallery", "foundation", "hall", "institution", "paint*", "photo*", "sculpt*"], "tags": {"tourism": "museum"}, "name": "Museum"},
"tourism/museum/history": {"icon": "temaki-museum", "geometry": ["point", "area"], "terms": ["artifacts", "dioramas", "exhibits", "exhibitions", "foundation", "hall", "institution"], "tags": {"tourism": "museum", "museum": "history"}, "reference": {"key": "museum", "value": "history"}, "name": "History Museum"},
@@ -5882,7 +5881,7 @@
"shop/ticket/Boutique Grandes Lignes": {"name": "Boutique Grandes Lignes", "icon": "fas-ticket-alt", "imageURL": "https://graph.facebook.com/SNCFOFFICIEL/picture?type=large", "geometry": ["point", "area"], "tags": {"brand:wikidata": "Q13646", "shop": "ticket"}, "addTags": {"brand": "Boutique Grandes Lignes", "brand:wikidata": "Q13646", "brand:wikipedia": "fr:Société nationale des chemins de fer français", "name": "Boutique Grandes Lignes", "shop": "ticket"}, "countryCodes": ["fr"], "terms": [], "matchScore": 2, "suggestion": true},
"shop/ticket/DB Reisezentrum": {"name": "DB Reisezentrum", "icon": "fas-ticket-alt", "imageURL": "https://graph.facebook.com/348950735250586/picture?type=large", "geometry": ["point", "area"], "tags": {"brand:wikidata": "Q15842100", "shop": "ticket"}, "addTags": {"brand": "DB Reisezentrum", "brand:wikidata": "Q15842100", "brand:wikipedia": "de:Reisezentrum", "name": "DB Reisezentrum", "shop": "ticket"}, "countryCodes": ["de"], "terms": ["reisezentrum"], "matchScore": 2, "suggestion": true},
"shop/ticket/Guichet Transilien": {"name": "Guichet Transilien", "icon": "fas-ticket-alt", "imageURL": "https://pbs.twimg.com/profile_images/1187367754988429313/HmyF6sUy_bigger.png", "geometry": ["point", "area"], "tags": {"brand:wikidata": "Q389554", "shop": "ticket"}, "addTags": {"brand": "Guichet Transilien", "brand:wikidata": "Q389554", "brand:wikipedia": "fr:Transilien", "name": "Guichet Transilien", "shop": "ticket"}, "countryCodes": ["fr"], "terms": [], "matchScore": 2, "suggestion": true},
"shop/tiles/Topps Tiles": {"name": "Topps Tiles", "icon": "maki-shop", "imageURL": "https://graph.facebook.com/toppstiles/picture?type=large", "geometry": ["point", "area"], "tags": {"brand:wikidata": "Q17026595", "shop": "tiles"}, "addTags": {"brand": "Topps Tiles", "brand:wikidata": "Q17026595", "brand:wikipedia": "en:Topps Tiles", "name": "Topps Tiles", "shop": "tiles"}, "countryCodes": ["gb"], "terms": [], "matchScore": 2, "suggestion": true},
"shop/tiles/Topps Tiles": {"name": "Topps Tiles", "icon": "temaki-tiling", "imageURL": "https://graph.facebook.com/toppstiles/picture?type=large", "geometry": ["point", "area"], "tags": {"brand:wikidata": "Q17026595", "shop": "tiles"}, "addTags": {"brand": "Topps Tiles", "brand:wikidata": "Q17026595", "brand:wikipedia": "en:Topps Tiles", "name": "Topps Tiles", "shop": "tiles"}, "countryCodes": ["gb"], "terms": [], "matchScore": 2, "suggestion": true},
"shop/tobacco/Nemzeti Dohánybolt": {"name": "Nemzeti Dohánybolt", "icon": "temaki-pipe", "imageURL": "https://graph.facebook.com/195460840603881/picture?type=large", "geometry": ["point", "area"], "tags": {"brand:wikidata": "Q20639040", "shop": "tobacco"}, "addTags": {"brand": "Nemzeti Dohánybolt", "brand:wikidata": "Q20639040", "brand:wikipedia": "en:Dohánybolt", "name": "Nemzeti Dohánybolt", "shop": "tobacco"}, "countryCodes": ["hu"], "terms": ["dohánybolt"], "matchScore": 2, "suggestion": true},
"shop/tool_hire/HSS Hire": {"name": "HSS Hire", "icon": "temaki-tools", "imageURL": "https://pbs.twimg.com/profile_images/1128980411504373760/yYZco9IU_bigger.png", "geometry": ["point", "area"], "tags": {"brand:wikidata": "Q5636000", "shop": "tool_hire"}, "addTags": {"brand": "HSS Hire", "brand:wikidata": "Q5636000", "brand:wikipedia": "en:HSS Hire", "name": "HSS Hire", "shop": "tool_hire"}, "countryCodes": ["gb", "ie"], "terms": [], "matchScore": 2, "suggestion": true},
"shop/toys/Build-A-Bear Workshop": {"name": "Build-A-Bear Workshop", "icon": "fas-rocket", "imageURL": "https://graph.facebook.com/Buildabear/picture?type=large", "geometry": ["point", "area"], "tags": {"brand:wikidata": "Q1002992", "shop": "toys"}, "addTags": {"brand": "Build-A-Bear Workshop", "brand:wikidata": "Q1002992", "brand:wikipedia": "en:Build-A-Bear Workshop", "name": "Build-A-Bear Workshop", "shop": "toys"}, "countryCodes": ["ca", "gb", "us"], "terms": ["build a bear"], "matchScore": 2, "suggestion": true},
+1 -1
View File
@@ -1,5 +1,5 @@
{
"icon": "maki-airport",
"icon": "temaki-airport",
"geometry": [
"area",
"point"
+1 -1
View File
@@ -1,5 +1,5 @@
{
"icon": "maki-airport",
"icon": "temaki-planes",
"geometry": [
"area"
],
+1 -1
View File
@@ -1,5 +1,5 @@
{
"icon": "maki-airport",
"icon": "fas-plane",
"geometry": [
"point"
],
@@ -1,5 +1,5 @@
{
"icon": "maki-airport",
"icon": "temaki-plane_taxiing",
"geometry": [
"vertex"
],
@@ -1,5 +1,5 @@
{
"icon": "maki-airport",
"icon": "temaki-plane_taxiing",
"geometry": [
"vertex",
"point",
+1 -1
View File
@@ -1,5 +1,5 @@
{
"icon": "fas-plane",
"icon": "temaki-plane_taxiing",
"geometry": [
"line"
],
@@ -1,4 +1,5 @@
{
"icon": "temaki-parking_space",
"fields": [
"capacity"
],
+1 -1
View File
@@ -1,5 +1,5 @@
{
"icon": "maki-police",
"icon": "temaki-police_officer",
"fields": [
"name",
"operator",
@@ -1,5 +1,5 @@
{
"icon": "maki-roadblock",
"icon": "temaki-passport_checkpoint",
"fields": [
"access",
"building_area"
@@ -18,5 +18,13 @@
"tags": {
"barrier": "border_control"
},
"terms": [
"checkpoint",
"customs",
"international boundary",
"passport check",
"port of entry",
"visa"
],
"name": "Border Control"
}
+9 -1
View File
@@ -1,7 +1,7 @@
{
"icon": "temaki-spike_strip",
"fields": [
"direction",
"direction_vertex",
"access",
"height",
"colour"
@@ -12,6 +12,14 @@
"tags": {
"barrier": "spikes"
},
"terms": [
"one-way traffic treadles",
"stingers",
"stop sticks",
"tire deflation device",
"tire shredders",
"traffic spikes"
],
"name": "Spike Strip",
"matchScore": 0.50
}
+1 -1
View File
@@ -1,5 +1,5 @@
{
"icon": "maki-roadblock",
"icon": "temaki-stile_squeezer",
"fields": [
"access",
"stile",
@@ -6,6 +6,14 @@
"tags": {
"building": "farm_auxiliary"
},
"terms": [
"agriculture",
"auxilary",
"chicken coop",
"farm auxiliary",
"pigsty",
"sty"
],
"matchScore": 0.5,
"name": "Farm Building"
}
@@ -10,6 +10,10 @@
"tags": {
"building": "retail"
},
"terms": [
"shop building",
"store building"
],
"matchScore": 0.5,
"name": "Retail Building"
}
+15
View File
@@ -0,0 +1,15 @@
{
"fields": [
"disused/shop"
],
"geometry": [
"point",
"area"
],
"tags": {
"disused:shop": "*"
},
"matchScore": 0.05,
"searchable": false,
"name": "Disused Shop"
}
+2 -1
View File
@@ -2,6 +2,7 @@
"icon": "temaki-pedestrian",
"fields": [
"name",
"depth",
"access",
"seasonal"
],
@@ -15,4 +16,4 @@
"ford": "yes"
},
"name": "Ford"
}
}
@@ -8,6 +8,10 @@
"highway": "raceway",
"sport": "karting"
},
"reference": {
"key": "sport",
"value": "karting"
},
"terms": [
"carting",
"go carts",
@@ -8,6 +8,10 @@
"highway": "raceway",
"sport": "motocross"
},
"reference": {
"key": "sport",
"value": "motocross"
},
"terms": [
"off-road racing",
"offroad moto racing",
@@ -1,5 +1,5 @@
{
"icon": "temaki-military",
"icon": "temaki-army_tent",
"fields": [
"name",
"building_area"
@@ -1,5 +1,5 @@
{
"icon": "temaki-military",
"icon": "fas-bullseye",
"fields": [
"name"
],
+1
View File
@@ -8,6 +8,7 @@
"lit"
],
"moreFields": [
"address",
"charge_fee",
"covered",
"fee",
@@ -9,6 +9,7 @@
"lanes"
],
"geometry": [
"point",
"line",
"area"
],
@@ -16,6 +17,10 @@
"leisure": "track",
"sport": "cycling"
},
"reference": {
"key": "sport",
"value": "cycling"
},
"terms": [
"bicycle track",
"bicycling track",
@@ -1,20 +0,0 @@
{
"icon": "fas-biking",
"fields": [
"{leisure/track/cycling}"
],
"geometry": [
"point"
],
"tags": {
"leisure": "track",
"sport": "cycling"
},
"terms": [
"bicycle track",
"bicycling track",
"cycle racetrack",
"velodrome"
],
"name": "Cycling Track"
}
@@ -9,6 +9,7 @@
"lanes"
],
"geometry": [
"point",
"line",
"area"
],
@@ -16,6 +17,10 @@
"leisure": "track",
"sport": "horse_racing"
},
"reference": {
"key": "sport",
"value": "horse_racing"
},
"terms": [
"equestrian race track",
"horse race betting",
@@ -1,21 +0,0 @@
{
"icon": "maki-horse-riding",
"fields": [
"{leisure/track/horse_racing}"
],
"geometry": [
"point"
],
"tags": {
"leisure": "track",
"sport": "horse_racing"
},
"terms": [
"equestrian race track",
"horse race betting",
"horseracing",
"horsetrack",
"horse racetrack"
],
"name": "Horse Racing Track"
}
@@ -9,6 +9,7 @@
"lanes"
],
"geometry": [
"point",
"line",
"area"
],
@@ -16,6 +17,10 @@
"leisure": "track",
"sport": "running"
},
"reference": {
"key": "sport",
"value": "running"
},
"terms": [
"athletics track",
"decathlon",
@@ -1,27 +0,0 @@
{
"icon": "maki-pitch",
"fields": [
"{leisure/track/running}"
],
"geometry": [
"point"
],
"tags": {
"leisure": "track",
"sport": "running"
},
"terms": [
"athletics track",
"decathlon",
"foot race",
"long distance running",
"marathon",
"middle distance running",
"racetrack",
"running",
"sprint",
"track",
"walking"
],
"name": "Running Track"
}
+1 -1
View File
@@ -10,5 +10,5 @@
"tags": {
"man_made": "groyne"
},
"name": "Groyne"
"name": "Groin"
}
@@ -1,4 +1,5 @@
{
"icon": "temaki-telescope",
"fields": [
"name",
"operator",
@@ -1,7 +1,9 @@
{
"icon": "maki-monument",
"icon": "temaki-benchmark_disk",
"fields": [
"ref"
"ref",
"elevation",
"inscription"
],
"geometry": [
"point",
@@ -1,5 +1,5 @@
{
"icon": "maki-barrier",
"icon": "temaki-military_checkpoint",
"fields": [
"name"
],
@@ -22,5 +22,5 @@
"troop",
"war"
],
"name": "Checkpoint"
"name": "Military Checkpoint"
}
+2
View File
@@ -4,9 +4,11 @@
"leaf_type_singular",
"leaf_cycle_singular",
"denotation",
"height",
"diameter"
],
"moreFields": [
"circumference",
"species/wikidata"
],
"geometry": [
+1 -1
View File
@@ -1,5 +1,5 @@
{
"icon": "maki-shop",
"icon": "temaki-polished_nail",
"geometry": [
"point",
"area"
+1 -1
View File
@@ -1,5 +1,5 @@
{
"icon": "maki-shop",
"icon": "temaki-curtains",
"geometry": [
"point",
"area"
+1 -1
View File
@@ -1,5 +1,5 @@
{
"icon": "maki-shop",
"icon": "temaki-tattoo_machine",
"moreFields": [
"{shop}",
"min_age"
+1 -1
View File
@@ -1,5 +1,5 @@
{
"icon": "maki-shop",
"icon": "temaki-tiling",
"geometry": [
"point",
"area"
@@ -0,0 +1,23 @@
{
"icon": "temaki-cable",
"fields": [
"ref",
"operator",
"telecom/medium",
"address",
"building_area"
],
"geometry": [
"point",
"area"
],
"tags": {
"telecom": "exchange"
},
"terms": [
"telecommunications",
"telephone exchange",
"telephone switch"
],
"name": "Telecom Exchange"
}
@@ -1,5 +1,5 @@
{
"icon": "maki-information",
"icon": "temaki-info_board",
"fields": [
"name",
"operator",
@@ -1,5 +1,5 @@
{
"icon": "maki-information",
"icon": "temaki-app_terminal",
"fields": [
"operator"
],
+41 -1
View File
@@ -30,10 +30,27 @@
"1280-1": "maki-attraction",
"2110-21101": "temaki-plaque",
"2110-21102": "fas-shapes",
"3010-1": "maki-circle-stroked",
"3010-3": "maki-circle-stroked",
"3010-4": "maki-circle-stroked",
"3040-3040": "far-times-circle",
"3090-3090": "fas-calendar-alt",
"3091-3091": "fas-plus",
"3091-30911": "fas-hashtag",
"3092-30920": "maki-telephone",
"3092-30921": "maki-telephone",
"3092-30922": "maki-telephone",
"3092-30923": "maki-telephone",
"3092-30924": "maki-telephone",
"3092-30925": "maki-telephone",
"3092-30926": "maki-telephone",
"3161-1": "maki-parking",
"3161-2": "maki-parking",
"3180-1": "temaki-junction",
"3180-2": "temaki-junction",
"3180-3": "temaki-junction",
"3180-4": "temaki-junction",
"3180-5": "temaki-junction",
"3200-32001": "iD-icon-area",
"3200-32002": "iD-icon-area",
"3200-32003": "iD-icon-area",
@@ -79,13 +96,36 @@
"8300-32": "maki-circle-stroked",
"8300-34": "temaki-diamond",
"8300-39": "temaki-pedestrian",
"8300-50": "maki-bus",
"8300-52": "temaki-stop",
"8300-101": "fas-tachometer-alt",
"8300-102": "fas-tachometer-alt",
"8300-103": "fas-tachometer-alt",
"8300-104": "fas-tachometer-alt",
"8300-105": "fas-tachometer-alt",
"8300-106": "fas-tachometer-alt",
"8300-107": "fas-tachometer-alt",
"8300-108": "fas-tachometer-alt",
"8300-109": "fas-tachometer-alt",
"8300-110": "fas-tachometer-alt",
"8300-111": "fas-tachometer-alt",
"8300-112": "fas-tachometer-alt",
"8300-113": "fas-tachometer-alt",
"8300-114": "fas-tachometer-alt",
"8300-115": "fas-tachometer-alt",
"8300-116": "fas-tachometer-alt",
"8300-117": "fas-tachometer-alt",
"8300-118": "fas-tachometer-alt",
"8300-119": "fas-tachometer-alt",
"8300-120": "fas-tachometer-alt",
"8360-1": "temaki-bench",
"8360-2": "maki-bicycle",
"8360-3": "temaki-security_camera",
"8360-4": "temaki-fire_hydrant",
"8360-5": "temaki-traffic_signals",
"8360-6": "maki-telephone",
"9010-9010001": "fas-tags",
"9010-9010003": "temaki-plaque"
}
}
}
}
+4
View File
@@ -31,6 +31,10 @@
"text": "shortcuts.browsing.navigation.zoom_more",
"separator": ","
},
{
"shortcuts": ["geolocate.key"],
"text": "shortcuts.browsing.navigation.geolocate"
},
{
"section": "display_options",
"text": "shortcuts.browsing.display_options.title"
+33 -25
View File
@@ -45,17 +45,17 @@
{"key": "aerialway", "value": "rope_tow", "description": "🄿 Rope Tow Lift", "object_types": ["way"]},
{"key": "aerialway", "value": "t-bar", "description": "🄿 T-Bar Lift", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/t_bar_lift.svg"},
{"key": "aerialway", "value": "zip_line", "description": "🄿 Zip Line", "object_types": ["way"]},
{"key": "aeroway", "value": "aerodrome", "description": "🄿 Airport", "object_types": ["area", "node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/airport-15.svg"},
{"key": "aeroway", "value": "apron", "description": "🄿 Apron", "object_types": ["area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/airport-15.svg"},
{"key": "aeroway", "value": "gate", "description": "🄿 Airport Gate", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/airport-15.svg"},
{"key": "aeroway", "value": "aerodrome", "description": "🄿 Airport", "object_types": ["area", "node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/airport.svg"},
{"key": "aeroway", "value": "apron", "description": "🄿 Apron", "object_types": ["area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/planes.svg"},
{"key": "aeroway", "value": "gate", "description": "🄿 Airport Gate", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-plane.svg"},
{"key": "aeroway", "value": "hangar", "description": "🄿 Hangar", "object_types": ["area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-warehouse.svg"},
{"key": "aeroway", "value": "helipad", "description": "🄿 Helipad", "object_types": ["area", "node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/heliport-15.svg"},
{"key": "aeroway", "value": "holding_position", "description": "🄿 Aircraft Holding Position", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/airport-15.svg"},
{"key": "aeroway", "value": "holding_position", "description": "🄿 Aircraft Holding Position", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/plane_taxiing.svg"},
{"key": "aeroway", "value": "jet_bridge", "description": "🄿 Jet Bridge", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/pedestrian_walled.svg"},
{"key": "aeroway", "value": "parking_position", "description": "🄿 Aircraft Parking Position", "object_types": ["node", "way"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/airport-15.svg"},
{"key": "aeroway", "value": "parking_position", "description": "🄿 Aircraft Parking Position", "object_types": ["node", "way"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/plane_taxiing.svg"},
{"key": "aeroway", "value": "runway", "description": "🄿 Runway", "object_types": ["way", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-plane-departure.svg"},
{"key": "aeroway", "value": "spaceport", "description": "🄿 Spaceport", "object_types": ["area", "node"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-space-shuttle.svg"},
{"key": "aeroway", "value": "taxiway", "description": "🄿 Taxiway", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-plane.svg"},
{"key": "aeroway", "value": "taxiway", "description": "🄿 Taxiway", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/plane_taxiing.svg"},
{"key": "aeroway", "value": "terminal", "description": "🄿 Airport Terminal", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/airport-15.svg"},
{"key": "aeroway", "value": "windsock", "description": "🄿 Windsock", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/windsock.svg"},
{"key": "allotments", "value": "plot", "description": "🄿 Community Garden Plot", "object_types": ["area"]},
@@ -154,7 +154,7 @@
{"key": "amenity", "value": "music_school", "description": "🄿 Music School", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-music.svg"},
{"key": "amenity", "value": "nightclub", "description": "🄿 Nightclub", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/bar-15.svg"},
{"key": "amenity", "value": "parking_entrance", "description": "🄿 Parking Garage Entrance / Exit", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/entrance-alt1-15.svg"},
{"key": "amenity", "value": "parking_space", "description": "🄿 Parking Space", "object_types": ["area", "node"]},
{"key": "amenity", "value": "parking_space", "description": "🄿 Parking Space", "object_types": ["area", "node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/parking_space.svg"},
{"key": "amenity", "value": "parking", "description": "🄿 Parking Lot", "object_types": ["area", "node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/car_parked.svg"},
{"key": "parking", "value": "multi-storey", "description": "🄿 Multilevel Parking Garage, 🄵 Type", "object_types": ["area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/car_structure.svg"},
{"key": "park_ride", "value": "yes", "description": "🄿 Park & Ride Lot", "object_types": ["area", "node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/sign_and_car.svg"},
@@ -176,7 +176,7 @@
{"key": "religion", "value": "sikh", "description": "🄿 Sikh Temple", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/sikhism.svg"},
{"key": "religion", "value": "taoist", "description": "🄿 Taoist Temple", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/taoism.svg"},
{"key": "amenity", "value": "planetarium", "description": "🄿 Planetarium", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/globe-15.svg"},
{"key": "amenity", "value": "police", "description": "🄿 Police", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/police-15.svg"},
{"key": "amenity", "value": "police", "description": "🄿 Police", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/police_officer.svg"},
{"key": "amenity", "value": "polling_station", "description": "🄿 Permanent Polling Place", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-vote-yea.svg"},
{"key": "amenity", "value": "post_box", "description": "🄿 Mail Drop Box", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/post_box.svg"},
{"key": "amenity", "value": "post_depot", "description": "🄿 Post Sorting Office", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-mail-bulk.svg"},
@@ -297,7 +297,7 @@
{"key": "barrier", "value": "entrance", "description": "🄿 Entrance (unsearchable)", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/entrance-alt1-15.svg"},
{"key": "barrier", "value": "block", "description": "🄿 Block", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-cube.svg"},
{"key": "barrier", "value": "bollard", "description": "🄿 Bollard Row, 🄿 Bollard", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/bollard_row.svg"},
{"key": "barrier", "value": "border_control", "description": "🄿 Border Control", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/roadblock-15.svg"},
{"key": "barrier", "value": "border_control", "description": "🄿 Border Control", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/passport_checkpoint.svg"},
{"key": "barrier", "value": "cattle_grid", "description": "🄿 Cattle Grid", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/cattle_grid.svg"},
{"key": "barrier", "value": "chain", "description": "🄿 Chain", "object_types": ["node", "way"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/rope_fence.svg"},
{"key": "barrier", "value": "city_wall", "description": "🄿 City Wall", "object_types": ["way", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/wall.svg"},
@@ -319,7 +319,7 @@
{"key": "barrier", "value": "retaining_wall", "description": "🄿 Retaining Wall", "object_types": ["way", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/wall.svg"},
{"key": "barrier", "value": "sally_port", "description": "🄿 Sally Port", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-dungeon.svg"},
{"key": "barrier", "value": "spikes", "description": "🄿 Spike Strip", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/spike_strip.svg"},
{"key": "barrier", "value": "stile", "description": "🄿 Stile", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/roadblock-15.svg"},
{"key": "barrier", "value": "stile", "description": "🄿 Stile", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/stile_squeezer.svg"},
{"key": "barrier", "value": "swing_gate", "description": "🄿 Swing Gate", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/gate.svg"},
{"key": "barrier", "value": "toll_booth", "description": "🄿 Toll Booth", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/roadblock-15.svg"},
{"key": "barrier", "value": "turnstile", "description": "🄿 Turnstile", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/turnstile.svg"},
@@ -438,6 +438,7 @@
{"key": "cycleway", "value": "asl", "description": "🄿 Advanced Stop Line", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/bicycle-15.svg"},
{"key": "demolished:building", "description": "🄿 Recently Demolished Building (unsearchable)", "object_types": ["area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-house-damage.svg"},
{"key": "disused:railway", "description": "🄿 Disused Railway Feature (unsearchable), 🄵 Type", "object_types": ["node", "way", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/rail_profile.svg"},
{"key": "disused:shop", "description": "🄿 Disused Shop (unsearchable), 🄵 Type", "object_types": ["node", "area"]},
{"key": "emergency", "value": "designated", "description": "🄿 Emergency Access Designated (unsearchable)", "object_types": ["way"]},
{"key": "emergency", "value": "destination", "description": "🄿 Emergency Access Destination (unsearchable)", "object_types": ["way"]},
{"key": "emergency", "value": "no", "description": "🄿 Emergency Access No (unsearchable)", "object_types": ["way"]},
@@ -608,11 +609,11 @@
{"key": "landuse", "value": "meadow", "description": "🄿 Meadow", "object_types": ["area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/garden-15.svg"},
{"key": "landuse", "value": "military", "description": "🄿 Military Area", "object_types": ["area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/military.svg"},
{"key": "military", "value": "airfield", "description": "🄿 Military Airfield", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/the-noun-project/2009265.svg"},
{"key": "military", "value": "barracks", "description": "🄿 Barracks", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/military.svg"},
{"key": "military", "value": "barracks", "description": "🄿 Barracks", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/army_tent.svg"},
{"key": "military", "value": "danger_area", "description": "🄿 Danger Area", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/danger-15.svg"},
{"key": "military", "value": "naval_base", "description": "🄿 Naval Base", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/military.svg"},
{"key": "military", "value": "obstacle_course", "description": "🄿 Obstacle Course", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/military.svg"},
{"key": "military", "value": "range", "description": "🄿 Military Range", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/military.svg"},
{"key": "military", "value": "range", "description": "🄿 Military Range", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-bullseye.svg"},
{"key": "military", "value": "training_area", "description": "🄿 Training Area", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/military.svg"},
{"key": "landuse", "value": "orchard", "description": "🄿 Orchard", "object_types": ["area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/park-15.svg"},
{"key": "landuse", "value": "plant_nursery", "description": "🄿 Plant Nursery", "object_types": ["area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/garden-15.svg"},
@@ -700,9 +701,9 @@
{"key": "leisure", "value": "swimming_area", "description": "🄿 Natural Swimming Area", "object_types": ["area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-swimmer.svg"},
{"key": "leisure", "value": "swimming_pool", "description": "🄿 Swimming Pool", "object_types": ["area", "node"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-swimming-pool.svg"},
{"key": "leisure", "value": "track", "description": "🄿 Racetrack (Non-Motorsport)", "object_types": ["way", "node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/iD-sprite/presets/other-line.svg"},
{"key": "sport", "value": "cycling", "description": "🄿 Cycling Track", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-biking.svg"},
{"key": "sport", "value": "horse_racing", "description": "🄿 Horse Racing Track", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/horse-riding-15.svg"},
{"key": "sport", "value": "running", "description": "🄿 Running Track", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/pitch-15.svg"},
{"key": "sport", "value": "cycling", "description": "🄿 Cycling Track", "object_types": ["node", "way", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-biking.svg"},
{"key": "sport", "value": "horse_racing", "description": "🄿 Horse Racing Track", "object_types": ["node", "way", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/horse-riding-15.svg"},
{"key": "sport", "value": "running", "description": "🄿 Running Track", "object_types": ["node", "way", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/pitch-15.svg"},
{"key": "leisure", "value": "water_park", "description": "🄿 Water Park", "object_types": ["area", "node"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-swimmer.svg"},
{"key": "man_made", "value": "adit", "description": "🄿 Adit", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/adit_profile.svg"},
{"key": "man_made", "value": "antenna", "description": "🄿 Antenna", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/antenna.svg"},
@@ -721,7 +722,7 @@
{"key": "man_made", "value": "embankment", "description": "🄿 Embankment", "object_types": ["way"]},
{"key": "man_made", "value": "flagpole", "description": "🄿 Flagpole", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/embassy-15.svg"},
{"key": "man_made", "value": "gasometer", "description": "🄿 Gasometer", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/storage_tank.svg"},
{"key": "man_made", "value": "groyne", "description": "🄿 Groyne", "object_types": ["way", "area"]},
{"key": "man_made", "value": "groyne", "description": "🄿 Groin", "object_types": ["way", "area"]},
{"key": "man_made", "value": "lighthouse", "description": "🄿 Lighthouse", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/lighthouse-15.svg"},
{"key": "manhole", "description": "🄿 Manhole, 🄵 Type", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/manhole.svg"},
{"key": "manhole", "value": "drain", "description": "🄿 Storm Drain", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/manhole.svg"},
@@ -738,7 +739,7 @@
{"key": "man_made", "value": "mineshaft", "description": "🄿 Mineshaft", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/mineshaft_cage.svg"},
{"key": "man_made", "value": "monitoring_station", "description": "🄿 Monitoring Station", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/antenna.svg"},
{"key": "man_made", "value": "obelisk", "description": "🄿 Obelisk", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/monument-15.svg"},
{"key": "man_made", "value": "observatory", "description": "🄿 Observatory", "object_types": ["node", "area"]},
{"key": "man_made", "value": "observatory", "description": "🄿 Observatory", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/telescope.svg"},
{"key": "man_made", "value": "petroleum_well", "description": "🄿 Oil Well", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/oil_well.svg"},
{"key": "man_made", "value": "pier", "description": "🄿 Pier", "object_types": ["way", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/pier_fixed.svg"},
{"key": "floating", "value": "yes", "description": "🄿 Floating Pier", "object_types": ["way", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/pier_floating.svg"},
@@ -752,7 +753,7 @@
{"key": "man_made", "value": "street_cabinet", "description": "🄿 Street Cabinet", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-door-closed.svg"},
{"key": "man_made", "value": "surveillance", "description": "🄿 Surveillance", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/security_camera.svg"},
{"key": "surveillance:type", "value": "camera", "description": "🄿 Surveillance Camera, 🄵 Surveillance Type", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/security_camera.svg"},
{"key": "man_made", "value": "survey_point", "description": "🄿 Survey Point", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/monument-15.svg"},
{"key": "man_made", "value": "survey_point", "description": "🄿 Survey Point", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/benchmark_disk.svg"},
{"key": "man_made", "value": "torii", "description": "🄿 Torii", "object_types": ["node", "way"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/shinto.svg"},
{"key": "man_made", "value": "tower", "description": "🄿 Tower", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/tower.svg"},
{"key": "tower:type", "value": "bell_tower", "description": "🄿 Bell Tower", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-bell.svg"},
@@ -773,7 +774,7 @@
{"key": "utility", "description": "🄿 Utility Marker, 🄵 Utilities, 🄵 Utility", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/silo.svg"},
{"key": "utility", "value": "power", "description": "🄿 Power Marker", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/silo.svg"},
{"key": "military", "value": "bunker", "description": "🄿 Military Bunker", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/bunker.svg"},
{"key": "military", "value": "checkpoint", "description": "🄿 Checkpoint", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/barrier-15.svg"},
{"key": "military", "value": "checkpoint", "description": "🄿 Military Checkpoint", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/military_checkpoint.svg"},
{"key": "military", "value": "nuclear_explosion_site", "description": "🄿 Nuclear Explosion Site", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/danger-15.svg"},
{"key": "military", "value": "office", "description": "🄿 Military Office", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/military.svg"},
{"key": "military", "value": "trench", "description": "🄿 Military Trench", "object_types": ["node", "way"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/military.svg"},
@@ -990,7 +991,7 @@
{"key": "shop", "value": "bakery", "description": "🄿 Bakery", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/bakery-15.svg"},
{"key": "shop", "value": "bathroom_furnishing", "description": "🄿 Bathroom Furnishing Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-bath.svg"},
{"key": "shop", "value": "beauty", "description": "🄿 Beauty Shop", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/lipstick.svg"},
{"key": "beauty", "value": "nails", "description": "🄿 Nail Salon", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/shop-15.svg"},
{"key": "beauty", "value": "nails", "description": "🄿 Nail Salon", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/polished_nail.svg"},
{"key": "beauty", "value": "tanning", "description": "🄿 Tanning Salon", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/tanning.svg"},
{"key": "shop", "value": "bed", "description": "🄿 Bedding/Mattress Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/lodging-15.svg"},
{"key": "shop", "value": "beverages", "description": "🄿 Beverage Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/bottles.svg"},
@@ -1025,7 +1026,7 @@
{"key": "shop", "value": "cosmetics", "description": "🄿 Cosmetics Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/lipstick.svg"},
{"key": "shop", "value": "country_store", "description": "🄿 Country Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-hat-cowboy-side.svg"},
{"key": "shop", "value": "craft", "description": "🄿 Arts & Crafts Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-cut.svg"},
{"key": "shop", "value": "curtain", "description": "🄿 Curtain Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/shop-15.svg"},
{"key": "shop", "value": "curtain", "description": "🄿 Curtain Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/curtains.svg"},
{"key": "shop", "value": "dairy", "description": "🄿 Dairy Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-cheese.svg"},
{"key": "shop", "value": "deli", "description": "🄿 Deli", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/restaurant-15.svg"},
{"key": "shop", "value": "department_store", "description": "🄿 Department Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/shop-15.svg"},
@@ -1117,11 +1118,11 @@
{"key": "shop", "value": "supermarket", "description": "🄿 Supermarket", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/grocery-15.svg"},
{"key": "shop", "value": "swimming_pool", "description": "🄿 Pool Supply Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-swimmer.svg"},
{"key": "shop", "value": "tailor", "description": "🄿 Tailor", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/needle_and_spool.svg"},
{"key": "shop", "value": "tattoo", "description": "🄿 Tattoo Parlor", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/shop-15.svg"},
{"key": "shop", "value": "tattoo", "description": "🄿 Tattoo Parlor", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/tattoo_machine.svg"},
{"key": "shop", "value": "tea", "description": "🄿 Tea Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/teahouse-15.svg"},
{"key": "shop", "value": "telecommunication", "description": "🄿 Telecom Retail Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/telephone-15.svg"},
{"key": "shop", "value": "ticket", "description": "🄿 Ticket Seller", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-ticket-alt.svg"},
{"key": "shop", "value": "tiles", "description": "🄿 Tile Shop", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/shop-15.svg"},
{"key": "shop", "value": "tiles", "description": "🄿 Tile Shop", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/tiling.svg"},
{"key": "shop", "value": "tobacco", "description": "🄿 Tobacco Shop", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/pipe.svg"},
{"key": "shop", "value": "tool_hire", "description": "🄿 Tool Rental", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/tools.svg"},
{"key": "shop", "value": "toys", "description": "🄿 Toy Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-rocket.svg"},
@@ -1140,6 +1141,7 @@
{"key": "shop", "value": "window_blind", "description": "🄿 Window Blind Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/window.svg"},
{"key": "shop", "value": "wine", "description": "🄿 Wine Shop", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/alcohol-shop-15.svg"},
{"key": "telecom", "value": "data_center", "description": "🄿 Data Center", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-server.svg"},
{"key": "telecom", "value": "exchange", "description": "🄿 Telecom Exchange", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/cable.svg"},
{"key": "tourism", "value": "alpine_hut", "description": "🄿 Alpine Hut", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/cabin.svg"},
{"key": "tourism", "value": "apartment", "description": "🄿 Guest Apartment / Condo", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/lodging-15.svg"},
{"key": "tourism", "value": "aquarium", "description": "🄿 Aquarium", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/aquarium-15.svg"},
@@ -1162,12 +1164,12 @@
{"key": "tourism", "value": "hostel", "description": "🄿 Hostel", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/bunk_beds.svg"},
{"key": "tourism", "value": "hotel", "description": "🄿 Hotel", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-concierge-bell.svg"},
{"key": "tourism", "value": "information", "description": "🄿 Information", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/information-15.svg"},
{"key": "information", "value": "board", "description": "🄿 Information Board", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/information-15.svg"},
{"key": "information", "value": "board", "description": "🄿 Information Board", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/info_board.svg"},
{"key": "information", "value": "guidepost", "description": "🄿 Guidepost", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-map-signs.svg"},
{"key": "information", "value": "map", "description": "🄿 Map", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-map.svg"},
{"key": "information", "value": "office", "description": "🄿 Tourist Information Office", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/information-15.svg"},
{"key": "information", "value": "route_marker", "description": "🄿 Trail Marker", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/information-15.svg"},
{"key": "information", "value": "terminal", "description": "🄿 Information Terminal", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/information-15.svg"},
{"key": "information", "value": "terminal", "description": "🄿 Information Terminal", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/app_terminal.svg"},
{"key": "tourism", "value": "motel", "description": "🄿 Motel", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/lodging-15.svg"},
{"key": "tourism", "value": "museum", "description": "🄿 Museum", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/museum.svg"},
{"key": "museum", "value": "history", "description": "🄿 History Museum", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/museum.svg"},
@@ -1377,6 +1379,7 @@
{"key": "changing_table", "description": "🄵 Diaper Changing Table"},
{"key": "charge", "description": "🄵 Fee Amount, 🄵 Toll Amount"},
{"key": "check_date", "description": "🄵 Last Checked Date"},
{"key": "circumference", "description": "🄵 Circumference"},
{"key": "clothes", "description": "🄵 Clothes"},
{"key": "collection_times", "description": "🄵 Collection Times"},
{"key": "colour", "description": "🄵 Color"},
@@ -1434,6 +1437,7 @@
{"key": "departures_board", "value": "timetable", "description": "🄵 Departures Board"},
{"key": "departures_board", "value": "realtime", "description": "🄵 Departures Board"},
{"key": "departures_board", "value": "no", "description": "🄵 Departures Board"},
{"key": "depth", "description": "🄵 Depth (Meters)"},
{"key": "description", "description": "🄵 Description"},
{"key": "design", "description": "🄵 Design"},
{"key": "destination", "description": "🄵 Destinations"},
@@ -1867,6 +1871,7 @@
{"key": "takeaway", "value": "no", "description": "🄵 Takeaway"},
{"key": "takeaway", "value": "only", "description": "🄵 Takeaway"},
{"key": "target", "description": "🄵 Target"},
{"key": "telecom:medium", "description": "🄵 Medium"},
{"key": "tidal", "description": "🄵 Tidal"},
{"key": "to", "description": "🄵 To"},
{"key": "toilets", "description": "🄵 Toilets"},
@@ -1999,11 +2004,13 @@
{"key": "barrier", "value": "wire_fence", "description": "🄳 ➜ barrier=fence + fence_type=wire"},
{"key": "barrier", "value": "wood_fence", "description": "🄳 ➜ barrier=fence + fence_type=wood"},
{"key": "bicycle:oneway", "description": "🄳 ➜ oneway:bicycle=*"},
{"key": "bridge", "value": "1", "description": "🄳 ➜ bridge=yes"},
{"key": "building", "value": "family_house", "description": "🄳 ➜ building=house"},
{"key": "building", "value": "home", "description": "🄳 ➜ building=house"},
{"key": "building", "value": "household", "description": "🄳 ➜ building=house"},
{"key": "building:color", "description": "🄳 ➜ building:colour=*"},
{"key": "building:height", "description": "🄳 ➜ height=*"},
{"key": "building:material", "value": "Brick", "description": "🄳 ➜ building:material=brick"},
{"key": "building:min_height", "description": "🄳 ➜ min_height=*"},
{"key": "building:roof:colour", "description": "🄳 ➜ roof:colour=*"},
{"key": "building:type", "description": "🄳 ➜ building=*"},
@@ -2109,6 +2116,7 @@
{"key": "man_made", "value": "fuel_storage_tank", "description": "🄳 ➜ man_made=storage_tank + content=fuel"},
{"key": "man_made", "value": "oil_tank", "description": "🄳 ➜ man_made=storage_tank + content=oil"},
{"key": "man_made", "value": "oil_well", "description": "🄳 ➜ man_made=petroleum_well + substance=oil"},
{"key": "man_made", "value": "telephone_exchange", "description": "🄳 ➜ telecom=exchange"},
{"key": "man_made", "value": "village_pump", "description": "🄳 ➜ man_made=water_well"},
{"key": "man_made", "value": "wastewater_tank", "description": "🄳 ➜ man_made=storage_tank + content=wastewater"},
{"key": "man_made", "value": "water_tank", "description": "🄳 ➜ man_made=storage_tank + content=water"},
+1 -1
View File
@@ -37,7 +37,7 @@
context.init();
// disable boundaries (unless we have an explicit disable_features list)
var q = iD.utilStringQs(window.location.hash.substring(1));
var q = iD.utilStringQs(window.location.hash);
if (!q.hasOwnProperty('disable_features')) {
context.features().disable('boundaries');
}
+1 -1250
View File
File diff suppressed because one or more lines are too long
+1 -151
View File
@@ -1,151 +1 @@
{
"ar-AA": {
"modes": {
"add_area": {
"title": "مساحة",
"description": ".أضف المنتزهات أو المباني أو البحيرات أو مساحات أخرى إلى الخريطة",
"tail": ".أنقر على الخريطة لتبدأ رسم مساحة مثل منتزه أو بحيرة أو مبنى"
},
"add_line": {
"title": "خط",
"description": "أضف الطرق السريعة أوالشوارع أوممرات المشاة أوالقنوات أو خطوط أخرى إلى الخريطة.",
"tail": ".انقر على الخريطة لرسم الطريق أو المسار أو الشارع"
},
"add_point": {
"title": "نقطة",
"description": ".إضف المطاعم أوالمعالم أوصناديق البريد أو نقاط أخرى إلى الخريطة",
"tail": ".انقر على الخريطة لإضافة نقطة"
},
"browse": {
"title": "تصفح",
"description": ".تحرك عموديا و أفقيا أو كبر الخريطة"
},
"draw_area": {
"tail": ".انقر لإضافة العقد إلى منطقتك. انقر فوق العقدة الأولى لإنهاء المنطقة"
},
"draw_line": {
"tail": ".انقر لإضافة المزيد من العقد إلى الخط. انقر على خطوط أخرى للاتصال بهم، وانقر نقرا مزدوجا لإنهاء الخط"
}
},
"operations": {
"add": {
"annotation": {
"point": ".أضاف نقطة",
"vertex": ".أظاف عقدة إلى الطريق"
}
},
"start": {
"annotation": {
"line": ".بدأ خط",
"area": ".بدأ المساحة"
}
},
"continue": {
"annotation": {
"line": ".مواصلة خط",
"area": ".مواصلة مساحة"
}
},
"cancel_draw": {
"annotation": ".إلغاء الرسم"
},
"change_tags": {
"annotation": ".العلامات المتغيرة"
},
"circularize": {
"annotation": {
"line": ".جعل خط دائري",
"area": "جعل مساحة دائرية"
}
},
"orthogonalize": {
"title": "مربع"
},
"delete": {
"title": "حذف",
"annotation": {
"point": ".حذف نقطة",
"vertex": ".حذف عقدة من الطريق",
"line": ".حذف خط",
"area": ".حذف مساحة",
"relation": ".حذف علاقة"
}
},
"disconnect": {
"title": ".غير متصل",
"description": ".قطع إتصال هذه الخطوط أوالمساحات بعضها ببعض",
"annotation": ".خطوط أومساحات غير متصلة"
},
"merge": {
"title": "دمج"
},
"move": {
"title": "نقل",
"annotation": {
"point": ".نقل نقطة",
"vertex": ".نقل عقدة في طريق",
"line": ".نقل خط",
"area": ".نقل مساحة"
}
},
"rotate": {
"title": "تدوير",
"annotation": {
"line": ".استدارة خط",
"area": ".استدارة مساحة"
}
},
"reverse": {
"title": "عكس"
},
"split": {
"title": "تقسيم"
}
},
"commit": {
"upload_explanation": "التغييرات التي قمتم بتحميلها ستكون مرئية على جميع الخرائط التي تستخدم بيانات خريطة الشارع المفتوح.",
"cancel": "إلغاء",
"warnings": "تحذيرات",
"modified": "تم التغيير",
"deleted": "تم الحذف",
"created": "تم الإنشاء"
},
"contributors": {
"list": "{users} تعديلات من قبل",
"truncated_list": "تعديلات من قبل {users} و {count} آخرين"
},
"geolocate": {
"title": "أظهر مكاني"
},
"inspector": {
"view_on_osm": "openstreetmap.org شاهد على",
"choose": "حدد نوع الميزة",
"results": "{n} نتائج {search}"
},
"background": {
"title": "الخلفية",
"description": "إعدادات الخلفية",
"reset": "أعد للوضع السابق"
},
"save": {
"title": "حفظ",
"no_changes": ".لا تغييرات للحفظ"
},
"intro": {
"graph": {
"block_number": "<value for addr:block_number>",
"city": "ثلاثة الأنهار",
"county": "<value for addr:county>",
"district": "<value for addr:district>",
"hamlet": "<value for addr:hamlet>",
"neighbourhood": "<value for addr:neighbourhood>",
"province": "<value for addr:province>",
"quarter": "<value for addr:quarter>",
"state": "<value for addr:state>",
"subdistrict": "<value for addr:subdistrict>",
"suburb": "<value for addr:suburb>",
"countrycode": "sa"
}
}
}
}
{"ar-AA":{"modes":{"add_area":{"title":"مساحة","description":".أضف المنتزهات أو المباني أو البحيرات أو مساحات أخرى إلى الخريطة","tail":".أنقر على الخريطة لتبدأ رسم مساحة مثل منتزه أو بحيرة أو مبنى"},"add_line":{"title":"خط","description":"أضف الطرق السريعة أوالشوارع أوممرات المشاة أوالقنوات أو خطوط أخرى إلى الخريطة.","tail":".انقر على الخريطة لرسم الطريق أو المسار أو الشارع"},"add_point":{"title":"نقطة","description":".إضف المطاعم أوالمعالم أوصناديق البريد أو نقاط أخرى إلى الخريطة","tail":".انقر على الخريطة لإضافة نقطة"},"browse":{"title":"تصفح","description":".تحرك عموديا و أفقيا أو كبر الخريطة"},"draw_area":{"tail":".انقر لإضافة العقد إلى منطقتك. انقر فوق العقدة الأولى لإنهاء المنطقة"},"draw_line":{"tail":".انقر لإضافة المزيد من العقد إلى الخط. انقر على خطوط أخرى للاتصال بهم، وانقر نقرا مزدوجا لإنهاء الخط"}},"operations":{"add":{"annotation":{"point":".أضاف نقطة","vertex":".أظاف عقدة إلى الطريق"}},"start":{"annotation":{"line":".بدأ خط","area":".بدأ المساحة"}},"continue":{"annotation":{"line":".مواصلة خط","area":".مواصلة مساحة"}},"cancel_draw":{"annotation":".إلغاء الرسم"},"change_tags":{"annotation":".العلامات المتغيرة"},"orthogonalize":{"title":"مربع"},"delete":{"title":"حذف","annotation":{"point":".حذف نقطة","vertex":".حذف عقدة من الطريق","line":".حذف خط","area":".حذف مساحة","relation":".حذف علاقة"}},"disconnect":{"title":".غير متصل","description":".قطع إتصال هذه الخطوط أوالمساحات بعضها ببعض","annotation":".خطوط أومساحات غير متصلة"},"merge":{"title":"دمج"},"move":{"title":"نقل","annotation":{"point":".نقل نقطة","vertex":".نقل عقدة في طريق","line":".نقل خط","area":".نقل مساحة"}},"rotate":{"title":"تدوير","annotation":{"line":".استدارة خط","area":".استدارة مساحة"}},"reverse":{"title":"عكس"},"split":{"title":"تقسيم"}},"commit":{"upload_explanation":"التغييرات التي قمتم بتحميلها ستكون مرئية على جميع الخرائط التي تستخدم بيانات خريطة الشارع المفتوح.","cancel":"إلغاء","warnings":"تحذيرات","modified":"تم التغيير","deleted":"تم الحذف","created":"تم الإنشاء"},"contributors":{"list":"{users} تعديلات من قبل","truncated_list":"تعديلات من قبل {users} و {count} آخرين"},"geolocate":{"title":"أظهر مكاني"},"inspector":{"view_on_osm":"openstreetmap.org شاهد على","choose":"حدد نوع الميزة","results":"{n} نتائج {search}"},"background":{"title":"الخلفية","description":"إعدادات الخلفية","reset":"أعد للوضع السابق"},"save":{"title":"حفظ","no_changes":".لا تغييرات للحفظ"},"intro":{"graph":{"block_number":"<value for addr:block_number>","city":"ثلاثة الأنهار","county":"<value for addr:county>","district":"<value for addr:district>","hamlet":"<value for addr:hamlet>","neighbourhood":"<value for addr:neighbourhood>","province":"<value for addr:province>","quarter":"<value for addr:quarter>","state":"<value for addr:state>","subdistrict":"<value for addr:subdistrict>","suburb":"<value for addr:suburb>","countrycode":"sa"}}}}
+1 -6756
View File
File diff suppressed because one or more lines are too long
+1 -4502
View File
File diff suppressed because one or more lines are too long
+1 -800
View File
File diff suppressed because one or more lines are too long
+1 -2797
View File
File diff suppressed because one or more lines are too long
+1 -1358
View File
File diff suppressed because one or more lines are too long
+1 -1861
View File
File diff suppressed because one or more lines are too long
+1 -5511
View File
File diff suppressed because one or more lines are too long
+1 -1167
View File
File diff suppressed because one or more lines are too long
+1 -8374
View File
File diff suppressed because one or more lines are too long
+1 -392
View File
File diff suppressed because one or more lines are too long
+1 -6604
View File
File diff suppressed because one or more lines are too long
+1 -12524
View File
File diff suppressed because one or more lines are too long
+1 -517
View File
File diff suppressed because one or more lines are too long
+1 -7231
View File
File diff suppressed because one or more lines are too long
+1 -151
View File
@@ -1,151 +1 @@
{
"en-AU": {
"toolbar": {
"favorites": "Favourites"
},
"presets": {
"fields": {
"changing_table": {
"label": "Nappy Changing Table"
},
"height": {
"label": "Height (Metres)"
},
"height_building": {
"label": "Building Height (Metres)"
},
"kerb": {
"label": "Kerb"
},
"length": {
"label": "Length (Metres)"
},
"recycling_type": {
"options": {
"centre": "Centre"
},
"placeholder": "Container, Centre"
},
"width": {
"label": "Width (Metres)"
}
},
"presets": {
"amenity/arts_centre": {
"name": "Arts Centre"
},
"amenity/community_centre": {
"name": "Community Centre"
},
"amenity/community_centre/lgbtq": {
"name": "LGBTQ+ Community Centre"
},
"amenity/conference_centre": {
"name": "Convention Centre"
},
"amenity/dive_centre": {
"name": "Dive Centre"
},
"amenity/fuel": {
"name": "Service Station"
},
"amenity/payment_centre": {
"name": "Payment Centre"
},
"amenity/pharmacy": {
"name": "Pharmacy"
},
"amenity/recycling_centre": {
"name": "Recycling Centre"
},
"amenity/social_centre": {
"name": "Social Centre"
},
"amenity/vending_machine/fuel": {
"name": "Fuel Pump"
},
"barrier/kerb": {
"name": "Kerb"
},
"barrier/kerb/flush": {
"name": "Flush Kerb"
},
"barrier/kerb/lowered": {
"name": "Lowered Kerb"
},
"healthcare/birthing_center": {
"name": "Birthing Centre"
},
"healthcare/blood_donation": {
"name": "Blood Donor Centre"
},
"highway/crossing/marked": {
"name": "Marked Crossing"
},
"highway/crossing/marked-raised": {
"name": "Marked Crossing (Raised)"
},
"highway/crossing/zebra": {
"name": "Marked Crossing"
},
"highway/crossing/zebra-raised": {
"name": "Marked Crossing (Raised)"
},
"highway/footway/marked": {
"name": "Marked Crossing"
},
"highway/footway/marked-raised": {
"name": "Marked Crossing (Raised)"
},
"highway/footway/sidewalk": {
"name": "Footpath (sidewalk)"
},
"highway/footway/zebra": {
"name": "Marked Zebra Crossing"
},
"highway/footway/zebra-raised": {
"name": "Marked Zebra Crossing (Raised)"
},
"highway/give_way": {
"name": "Give Way Sign"
},
"highway/living_street": {
"name": "Shared Zone Road"
},
"leisure/adult_gaming_centre": {
"name": "Adult Gaming Centre"
},
"leisure/fitness_centre": {
"name": "Gym / Fitness Centre"
},
"leisure/sports_centre": {
"name": "Sports Centre / Complex"
},
"shop/cheese": {
"name": "Cheese Shop",
"terms": "Cheesemonger"
},
"shop/chemist": {
"name": "Pharmacy",
"terms": "Chemist"
},
"shop/chocolate": {
"name": "Chocolate Shop",
"terms": "Chocolatier"
},
"shop/garden_centre": {
"name": "Garden Centre"
},
"shop/tyres": {
"name": "Tyre Shop"
},
"telecom/data_center": {
"name": "Data Centre"
},
"tourism/caravan_site": {
"name": "Caravan Site"
}
}
}
}
}
{"en-AU":{"toolbar":{"favorites":"Favourites"},"presets":{"fields":{"changing_table":{"label":"Nappy Changing Table"},"height":{"label":"Height (Metres)"},"height_building":{"label":"Building Height (Metres)"},"kerb":{"label":"Kerb"},"length":{"label":"Length (Metres)"},"recycling_type":{"options":{"centre":"Centre"},"placeholder":"Container, Centre"},"width":{"label":"Width (Metres)"}},"presets":{"amenity/arts_centre":{"name":"Arts Centre"},"amenity/community_centre":{"name":"Community Centre"},"amenity/community_centre/lgbtq":{"name":"LGBTQ+ Community Centre"},"amenity/conference_centre":{"name":"Convention Centre"},"amenity/dive_centre":{"name":"Dive Centre"},"amenity/fuel":{"name":"Service Station"},"amenity/payment_centre":{"name":"Payment Centre"},"amenity/pharmacy":{"name":"Pharmacy"},"amenity/recycling_centre":{"name":"Recycling Centre"},"amenity/social_centre":{"name":"Social Centre"},"amenity/vending_machine/fuel":{"name":"Fuel Pump"},"barrier/kerb":{"name":"Kerb"},"barrier/kerb/flush":{"name":"Flush Kerb"},"barrier/kerb/lowered":{"name":"Lowered Kerb"},"healthcare/birthing_center":{"name":"Birthing Centre"},"healthcare/blood_donation":{"name":"Blood Donor Centre"},"highway/construction":{"name":"Road Under Construction"},"highway/crossing/marked":{"name":"Marked Crossing"},"highway/crossing/marked-raised":{"name":"Marked Crossing (Raised)"},"highway/crossing/zebra":{"name":"Marked Crossing"},"highway/crossing/zebra-raised":{"name":"Marked Crossing (Raised)"},"highway/cycleway/bicycle_foot":{"name":"Shared Path"},"highway/footway/marked":{"name":"Marked Crossing"},"highway/footway/marked-raised":{"name":"Marked Crossing (Raised)"},"highway/footway/sidewalk":{"name":"Footpath (sidewalk)"},"highway/footway/zebra":{"name":"Marked Zebra Crossing"},"highway/footway/zebra-raised":{"name":"Marked Zebra Crossing (Raised)"},"highway/give_way":{"name":"Give Way Sign"},"highway/living_street":{"name":"Shared Zone Road"},"leisure/adult_gaming_centre":{"name":"Adult Gaming Centre"},"leisure/fitness_centre":{"name":"Gym / Fitness Centre"},"leisure/sports_centre":{"name":"Sports Centre / Complex"},"shop/cheese":{"name":"Cheese Shop","terms":"Cheesemonger"},"shop/chemist":{"name":"Pharmacy","terms":"Chemist"},"shop/chocolate":{"name":"Chocolate Shop","terms":"Chocolatier"},"shop/garden_centre":{"name":"Garden Centre"},"shop/tyres":{"name":"Tyre Shop"},"telecom/data_center":{"name":"Data Centre"},"tourism/caravan_site":{"name":"Caravan Site"}}}}}
+1 -5486
View File
File diff suppressed because one or more lines are too long
+370 -223
View File
@@ -590,7 +590,7 @@
"request_review": "I would like someone to review my edits.",
"save": "Upload",
"cancel": "Cancel",
"changes": "{count} Changes",
"changes": "Changes ({count})",
"download_changes": "Download osmChange file",
"errors": "Errors",
"warnings": "Warnings",
@@ -678,17 +678,15 @@
"no_results_worldwide": "No results found"
},
"geolocate": {
"key": "L",
"title": "Show My Location",
"locating": "Locating, please wait..."
"locating": "Locating, please wait...",
"location_unavailable": "Your location is unavailable."
},
"inspector": {
"zoom_to": {
"key": "Z",
"title": "Zoom to this",
"tooltip_feature": "Center and zoom the map to focus on this feature.",
"tooltip_note": "Center and zoom the map to focus on this note.",
"tooltip_data": "Center and zoom the map to focus on this data.",
"tooltip_issue": "Center and zoom the map to focus on this issue."
"title": "Zoom To Selection"
},
"show_more": "Show More",
"view_on_osm": "View on openstreetmap.org",
@@ -926,7 +924,7 @@
"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}",
"instructions": "Enter a tile URL template below.\n\nSupported WMS tokens:\n `{proj}`: requested projection (`EPSG:3857` only)\n `{wkid}`: same as proj, but without the EPSG (`3857` only)\n `{width}`, `{height}`: requested image dimensions (`256` only)\n `{bbox}`: requested bounding box (e.g. `minX,minY,maxX,maxY`)\n\nSupported TMS tokens:\n `{zoom}` or `{z}, `{x}`, `{y}`: Z/X/Y tile coordinates\n `{-y}` or `{ty}`: flipped TMS-style Y coordinates\n `{switch:a,b,c}`: DNS server multiplexing\n `{u}`: quadtile (Bing) scheme\n\nExample:\n{example}",
"template": {
"placeholder": "Enter a url template"
}
@@ -1044,11 +1042,17 @@
"used_with": "used with {type}"
},
"zoom": {
"in": "Zoom in",
"out": "Zoom out"
"in": "Zoom In",
"out": "Zoom Out"
},
"cannot_zoom": "Cannot zoom out further in current mode.",
"full_screen": "Toggle Full Screen",
"self_intersection": {
"error": {
"lines": "Lines cannot cross over themselves.",
"areas": "Areas cannot cross over themselves."
}
},
"QA": {
"osmose": {
"title": "Osmose Issue",
@@ -2434,7 +2438,8 @@
"pan": "Pan map",
"pan_more": "Pan map by one screenful",
"zoom": "Zoom in / Zoom out",
"zoom_more": "Zoom in / Zoom out by a lot"
"zoom_more": "Zoom in / Zoom out by a lot",
"geolocate": "Zoom to my location"
},
"help": {
"title": "Help",
@@ -2970,6 +2975,11 @@
"label": "Last Checked Date",
"placeholder": "YYYY-MM-DD"
},
"circumference": {
"label": "Circumference",
"terms": "",
"placeholder": "1 m, 20 cm, 30 in…"
},
"clothes": {
"label": "Clothes"
},
@@ -3135,6 +3145,9 @@
"no": "None"
}
},
"depth": {
"label": "Depth (Meters)"
},
"description": {
"label": "Description",
"terms": "summary"
@@ -3223,6 +3236,9 @@
"disused/railway": {
"label": "Type"
},
"disused/shop": {
"label": "Type"
},
"dock": {
"label": "Type"
},
@@ -4635,6 +4651,9 @@
"target": {
"label": "Target"
},
"telecom/medium": {
"label": "Medium"
},
"tidal": {
"label": "Tidal",
"terms": ""
@@ -6084,7 +6103,7 @@
},
"barrier/border_control": {
"name": "Border Control",
"terms": ""
"terms": "checkpoint,customs,international boundary,passport check,port of entry,visa"
},
"barrier/cattle_grid": {
"name": "Cattle Grid",
@@ -6168,7 +6187,7 @@
},
"barrier/spikes": {
"name": "Spike Strip",
"terms": ""
"terms": "one-way traffic treadles,stingers,stop sticks,tire deflation device,tire shredders,traffic spikes"
},
"barrier/stile": {
"name": "Stile",
@@ -6285,7 +6304,7 @@
},
"building/farm_auxiliary": {
"name": "Farm Building",
"terms": ""
"terms": "agriculture,auxilary,chicken coop,farm auxiliary,pigsty,sty"
},
"building/farm": {
"name": "Farm House",
@@ -6357,7 +6376,7 @@
},
"building/retail": {
"name": "Retail Building",
"terms": ""
"terms": "shop building,store building"
},
"building/roof": {
"name": "Roof",
@@ -6643,6 +6662,9 @@
"disused/railway": {
"name": "Disused Railway Feature"
},
"disused/shop": {
"name": "Disused Shop"
},
"emergency/designated": {
"name": "Emergency Access Designated"
},
@@ -7735,26 +7757,14 @@
"name": "Racetrack (Non-Motorsport)",
"terms": "cycle,dog,greyhound,horse,race*,track"
},
"leisure/track/cycling_point": {
"name": "Cycling Track",
"terms": "bicycle track,bicycling track,cycle racetrack,velodrome"
},
"leisure/track/cycling": {
"name": "Cycling Track",
"terms": "bicycle track,bicycling track,cycle racetrack,velodrome"
},
"leisure/track/horse_racing_point": {
"name": "Horse Racing Track",
"terms": "equestrian race track,horse race betting,horseracing,horsetrack,horse racetrack"
},
"leisure/track/horse_racing": {
"name": "Horse Racing Track",
"terms": "equestrian race track,horse race betting,horseracing,horsetrack,horse racetrack"
},
"leisure/track/running_point": {
"name": "Running Track",
"terms": "athletics track,decathlon,foot race,long distance running,marathon,middle distance running,racetrack,running,sprint,track,walking"
},
"leisure/track/running": {
"name": "Running Track",
"terms": "athletics track,decathlon,foot race,long distance running,marathon,middle distance running,racetrack,running,sprint,track,walking"
@@ -7836,7 +7846,7 @@
"terms": "gas holder"
},
"man_made/groyne": {
"name": "Groyne",
"name": "Groin",
"terms": ""
},
"man_made/lighthouse": {
@@ -8048,7 +8058,7 @@
"terms": "air force,army,base,fight,force,guard,marine,navy,troop,war"
},
"military/checkpoint": {
"name": "Checkpoint",
"name": "Military Checkpoint",
"terms": "air force,army,base,force,guard,marine,navy,troop,war"
},
"military/nuclear_explosion_site": {
@@ -9627,6 +9637,10 @@
"name": "Data Center",
"terms": "computer systems storage,information technology,server farm,the cloud,telecommunications"
},
"telecom/exchange": {
"name": "Telecom Exchange",
"terms": "telecommunications,telephone exchange,telephone switch"
},
"tourism/alpine_hut": {
"name": "Alpine Hut",
"terms": "cabin,climbing hut,lodge,lodging,overnight accommodations,wilderness hut"
@@ -10077,115 +10091,153 @@
},
"imagery": {
"AGIV": {
"name": "AIV Flanders most recent aerial imagery",
"attribution": {
"text": "© agentschap Informatie Vlaanderen"
},
"name": "AIV Flanders most recent aerial imagery"
}
},
"AGIV10cm": {
"name": "AIV Flanders 2013-2015 aerial imagery 10cm",
"attribution": {
"text": "© agentschap Informatie Vlaanderen"
},
"name": "AIV Flanders 2013-2015 aerial imagery 10cm"
}
},
"AGIVFlandersGRB": {
"name": "AIV Flanders GRB",
"attribution": {
"text": "© agentschap Informatie Vlaanderen"
},
"name": "AIV Flanders GRB"
}
},
"AIV_DHMV_II_HILL_25cm": {
"name": "AIV Digitaal Hoogtemodel Vlaanderen II, multidirectionale hillshade 0,25 m",
"attribution": {
"text": "© agentschap Informatie Vlaanderen"
},
"name": "AIV Digitaal Hoogtemodel Vlaanderen II, multidirectionale hillshade 0,25 m"
}
},
"AIV_DHMV_II_SVF_25cm": {
"name": "AIV Digitaal Hoogtemodel Vlaanderen II, Skyview factor 0,25 m",
"attribution": {
"text": "© agentschap Informatie Vlaanderen"
},
"name": "AIV Digitaal Hoogtemodel Vlaanderen II, Skyview factor 0,25 m"
}
},
"Bing": {
"description": "Satellite and aerial imagery.",
"name": "Bing aerial imagery"
"name": "Bing aerial imagery",
"description": "Satellite and aerial imagery."
},
"EOXAT2018CLOUDLESS": {
"name": "eox.at 2018 cloudless",
"description": "Post-processed Sentinel Satellite imagery.",
"attribution": {
"text": "Sentinel-2 cloudless - https://s2maps.eu by EOX IT Services GmbH (Contains modified Copernicus Sentinel data 2017 & 2018)"
},
"description": "Post-processed Sentinel Satellite imagery.",
"name": "eox.at 2018 cloudless"
}
},
"EsriWorldImagery": {
"name": "Esri World Imagery",
"description": "Esri world imagery.",
"attribution": {
"text": "Terms & Feedback"
},
"description": "Esri world imagery.",
"name": "Esri World Imagery"
}
},
"EsriWorldImageryClarity": {
"name": "Esri World Imagery (Clarity) Beta",
"description": "Esri archive imagery that may be clearer and more accurate than the default layer.",
"attribution": {
"text": "Terms & Feedback"
},
"description": "Esri archive imagery that may be clearer and more accurate than the default layer.",
"name": "Esri World Imagery (Clarity) Beta"
}
},
"HDM_HOT": {
"name": "OpenStreetMap (HOT Style)",
"attribution": {
"text": "© OpenStreetMap contributors, tiles courtesy of Humanitarian OpenStreetMap Team"
}
},
"MAPNIK": {
"name": "OpenStreetMap (Standard)",
"description": "The default OpenStreetMap layer.",
"attribution": {
"text": "© OpenStreetMap contributors, CC-BY-SA 2.0"
},
"description": "The default OpenStreetMap layer.",
"name": "OpenStreetMap (Standard)"
}
},
"Mapbox": {
"name": "Mapbox Satellite",
"description": "Satellite and aerial imagery.",
"attribution": {
"text": "Terms & Feedback"
},
"description": "Satellite and aerial imagery.",
"name": "Mapbox Satellite"
}
},
"Maxar-Premium": {
"name": "Maxar Premium Imagery (Beta)",
"description": "Maxar Premium is a mosaic composed of Maxar basemap with select regions filled with +Vivid or custom area of interest imagery, 50cm resolution or better, and refreshed more frequently with ongoing updates.",
"attribution": {
"text": "Terms & Feedback"
}
},
"Maxar-Standard": {
"name": "Maxar Standard Imagery (Beta)",
"description": "Maxar Standard is a curated set of imagery covering 86% of the earths landmass, with 30-60cm resolution where available, backfilled by Landsat. Average age is 2.31 years, with some areas updated 2x per year.",
"attribution": {
"text": "Terms & Feedback"
}
},
"OSM_Inspector-Addresses": {
"name": "OSM Inspector: Addresses",
"attribution": {
"text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"
},
"name": "OSM Inspector: Addresses"
}
},
"OSM_Inspector-Geometry": {
"name": "OSM Inspector: Geometry",
"attribution": {
"text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"
},
"name": "OSM Inspector: Geometry"
}
},
"OSM_Inspector-Highways": {
"name": "OSM Inspector: Highways",
"attribution": {
"text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"
},
"name": "OSM Inspector: Highways"
}
},
"OSM_Inspector-Multipolygon": {
"name": "OSM Inspector: Area",
"attribution": {
"text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"
},
"name": "OSM Inspector: Area"
}
},
"OSM_Inspector-Places": {
"name": "OSM Inspector: Places",
"attribution": {
"text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"
},
"name": "OSM Inspector: Places"
}
},
"OSM_Inspector-Routing": {
"name": "OSM Inspector: Routing",
"attribution": {
"text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"
},
"name": "OSM Inspector: Routing"
}
},
"OSM_Inspector-Tagging": {
"name": "OSM Inspector: Tagging",
"attribution": {
"text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"
},
"name": "OSM Inspector: Tagging"
}
},
"OpenTopoMap": {
"name": "OpenTopoMap",
"attribution": {
"text": "Kartendaten: © OpenStreetMap-Mitwirkende, SRTM | Kartendarstellung: © OpenTopoMap (CC-BY-SA)"
}
},
"SPW2009": {
"name": "SPW(allonie) 2009-2010 aerial imagery"
},
"SPW2012": {
"name": "SPW(allonie) 2012-2013 aerial imagery"
},
"SPW2015": {
"name": "SPW(allonie) 2015 aerial imagery"
},
"SPW2016": {
"name": "SPW(allonie) 2016 aerial imagery"
},
"SPW_ORTHO_LAST": {
"name": "SPW(allonie) most recent aerial imagery"
@@ -10193,346 +10245,441 @@
"SPW_PICC": {
"name": "SPW(allonie) PICC numerical imagery"
},
"US-TIGER-Roads-2014": {
"description": "At zoom level 16+, public domain map data from the US Census. At lower zooms, only changes since 2006 minus changes already incorporated into OpenStreetMap",
"name": "TIGER Roads 2014"
"SPWrelief2014": {
"name": "SPW(allonie) shaded relief"
},
"US-TIGER-Roads-2017": {
"description": "Yellow = Public domain map data from the US Census. Red = Data not found in OpenStreetMap",
"name": "TIGER Roads 2017"
"TEClines": {
"name": "TEC bus lines"
},
"US-TIGER-Roads-2018": {
"description": "Yellow = Public domain map data from the US Census. Red = Data not found in OpenStreetMap",
"name": "TIGER Roads 2018"
"TECstops": {
"name": "TEC bus stops"
},
"US-TIGER-Roads-2019": {
"description": "Yellow = Public domain map data from the US Census. Red = Data not found in OpenStreetMap",
"name": "TIGER Roads 2019"
"URBIS2009": {
"name": "URBIS 2009 aerial imagery",
"attribution": {
"text": "Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB"
}
},
"USDA-NAIP": {
"description": "The most recent year of DOQQs from the National Agriculture Imagery Program (NAIP) for each state in the contiguous United States.",
"name": "National Agriculture Imagery Program"
"URBIS2012": {
"name": "URBIS 2012 aerial imagery",
"attribution": {
"text": "Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB"
}
},
"US_Forest_Service_roads_overlay": {
"description": "Highway: Green casing = unclassified. Brown casing = track. Surface: gravel = light brown fill, Asphalt = black, paved = gray, ground =white, concrete = blue, grass = green. Seasonal = white bars",
"name": "U.S. Forest Roads Overlay"
"URBIS2014": {
"name": "URBIS 2014 aerial imagery",
"attribution": {
"text": "Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB"
}
},
"URBIS2015": {
"name": "URBIS 2015 aerial imagery",
"attribution": {
"text": "Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB"
}
},
"URBISfr2013": {
"name": "URBISfr numerical imagery (2013)",
"attribution": {
"text": "Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB"
}
},
"URBISnl2013": {
"name": "URBISnl numerical imagery (2013)",
"attribution": {
"text": "Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB"
}
},
"UrbISOrtho2016": {
"name": "UrbIS-Ortho 2016",
"attribution": {
"text": "Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB"
},
"name": "UrbIS-Ortho 2016"
}
},
"UrbISOrtho2017": {
"name": "UrbIS-Ortho 2017",
"attribution": {
"text": "Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB"
},
"name": "UrbIS-Ortho 2017"
}
},
"UrbISOrtho2018": {
"name": "UrbIS-Ortho 2018",
"attribution": {
"text": "Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB"
},
"name": "UrbIS-Ortho 2018"
}
},
"UrbISOrtho2019": {
"name": "UrbIS-Ortho 2019",
"attribution": {
"text": "Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB"
},
"name": "UrbIS-Ortho 2019"
}
},
"UrbisAdmFR": {
"name": "UrbisAdm FR",
"attribution": {
"text": "Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB"
},
"name": "UrbisAdm FR"
}
},
"UrbisAdmNL": {
"name": "UrbisAdm NL",
"attribution": {
"text": "Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB"
},
"name": "UrbisAdm NL"
}
},
"Waymarked_Trails-Cycling": {
"name": "Waymarked Trails: Cycling",
"attribution": {
"text": "© waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0"
},
"name": "Waymarked Trails: Cycling"
}
},
"Waymarked_Trails-Hiking": {
"name": "Waymarked Trails: Hiking",
"attribution": {
"text": "© waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0"
},
"name": "Waymarked Trails: Hiking"
}
},
"Waymarked_Trails-Horse_Riding": {
"name": "Waymarked Trails: Horse Riding",
"attribution": {
"text": "© waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0"
}
},
"Waymarked_Trails-MTB": {
"name": "Waymarked Trails: MTB",
"attribution": {
"text": "© waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0"
},
"name": "Waymarked Trails: MTB"
}
},
"Waymarked_Trails-Skating": {
"name": "Waymarked Trails: Skating",
"attribution": {
"text": "© waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0"
},
"name": "Waymarked Trails: Skating"
}
},
"Waymarked_Trails-Winter_Sports": {
"name": "Waymarked Trails: Winter Sports",
"attribution": {
"text": "© waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0"
},
"name": "Waymarked Trails: Winter Sports"
}
},
"basemap.at": {
"name": "basemap.at",
"description": "Basemap of Austria, based on government data.",
"attribution": {
"text": "basemap.at"
},
"description": "Basemap of Austria, based on government data.",
"name": "basemap.at"
}
},
"basemap.at-orthofoto": {
"name": "basemap.at Orthofoto",
"description": "Orthofoto layer provided by basemap.at. \"Successor\" of geoimage.at imagery.",
"attribution": {
"text": "basemap.at"
},
"description": "Orthofoto layer provided by basemap.at. \"Successor\" of geoimage.at imagery.",
"name": "basemap.at Orthofoto"
}
},
"basemap.at-overlay": {
"name": "basemap.at Overlay",
"description": "Annotation overlay provided by basemap.at.",
"attribution": {
"text": "basemap.at"
},
"description": "Annotation overlay provided by basemap.at.",
"name": "basemap.at Overlay"
},
"eufar-balaton": {
"attribution": {
"text": "EUFAR Balaton ortofotó 2010"
},
"description": "1940 geo-tagged photography from Balaton Limnological Institute.",
"name": "EUFAR Balaton orthophotos"
}
},
"finds.jp_KBN_2500": {
"name": "Japan GSI KIBAN 2500",
"description": "GSI Kiban 2500 via finds.jp. Good for tracing, but a bit older.",
"attribution": {
"text": "GSI KIBAN 2500"
},
"description": "GSI Kiban 2500 via finds.jp. Good for tracing, but a bit older.",
"name": "Japan GSI KIBAN 2500"
}
},
"gothenburg-citymap": {
"name": "Gothenburg City map",
"description": "The city map is an overview map that describes Gothenburg. It contains general information about land, communications, hydrography, buildings, address numbers and street names, administrative division and other orientation text.",
"attribution": {
"text": "© Gothenburg municipality, CC0"
},
"description": "The city map is an overview map that describes Gothenburg. It contains general information about land, communications, hydrography, buildings, address numbers and street names, administrative division and other orientation text.",
"name": "Gothenburg City map"
}
},
"gothenburg-ortho": {
"name": "Gothenburg Orthophoto",
"description": "Orthophoto for Gothenburg municipality",
"attribution": {
"text": "© Gothenburg municipality, CC0"
}
},
"gsi.go.jp_airphoto": {
"name": "Japan GSI airphoto Imagery",
"description": "Japan GSI airphoto Imagery. Not fully orthorectified, but a bit newer and/or differently covered than GSI ortho Imagery.",
"attribution": {
"text": "GSI Japan"
},
"description": "Japan GSI airphoto Imagery. Not fully orthorectified, but a bit newer and/or differently covered than GSI ortho Imagery.",
"name": "Japan GSI airphoto Imagery"
}
},
"gsi.go.jp_seamlessphoto": {
"name": "Japan GSI seamlessphoto Imagery",
"description": "Japan GSI seamlessphoto Imagery. The collection of latest imageries of GSI ortho, airphoto, post disaster and others.",
"attribution": {
"text": "GSI Japan seamless photo"
},
"description": "Japan GSI seamlessphoto Imagery. The collection of latest imageries of GSI ortho, airphoto, post disaster and others.",
"name": "Japan GSI seamlessphoto Imagery"
}
},
"gsi.go.jp_std_map": {
"name": "Japan GSI Standard Map",
"description": "Japan GSI Standard Map. Widely covered.",
"attribution": {
"text": "GSI Japan"
},
"description": "Japan GSI Standard Map. Widely covered.",
"name": "Japan GSI Standard Map"
}
},
"helsingborg-orto": {
"name": "Helsingborg Orthophoto",
"description": "Orthophotos from the municipality of Helsingborg 2016, public domain",
"attribution": {
"text": "© Helsingborg municipality"
},
"description": "Orthophotos from the municipality of Helsingborg 2016, public domain",
"name": "Helsingborg Orthophoto"
}
},
"kalmar-orto-2014": {
"name": "Kalmar North Orthophoto 2014",
"description": "Orthophotos for the north coast of the municipality of Kalmar 2014",
"attribution": {
"text": "© Kalmar municipality"
},
"description": "Orthophotos for the north coast of the municipality of Kalmar 2014",
"name": "Kalmar North Orthophoto 2014"
}
},
"kalmar-orto-2016": {
"name": "Kalmar South Orthophoto 2016",
"description": "Orthophotos for the south coast of the municipality of Kalmar 2016",
"attribution": {
"text": "© Kalmar municipality"
},
"description": "Orthophotos for the south coast of the municipality of Kalmar 2016",
"name": "Kalmar South Orthophoto 2016"
}
},
"kalmar-orto-2018": {
"name": "Kalmar Urban Orthophoto 2018",
"description": "Orthophotos for urban areas of the municipality of Kalmar 2018",
"attribution": {
"text": "© Kalmar municipality"
},
"description": "Orthophotos for urban areas of the municipality of Kalmar 2018",
"name": "Kalmar Urban Orthophoto 2018"
}
},
"kelkkareitit": {
"name": "Nordic snowmobile overlay",
"description": "Kelkkareitit.fi snowmobile trails from OSM (Nordic coverage)",
"attribution": {
"text": "© Kelkkareitit.fi"
},
"description": "Kelkkareitit.fi snowmobile trails from OSM (Nordic coverage)",
"name": "Nordic snowmobile overlay"
}
},
"lantmateriet-orto1960": {
"name": "Lantmäteriet Historic Orthophoto 1960",
"description": "Mosaic of Swedish orthophotos from the period 19551965. Older and younger pictures may occur.",
"attribution": {
"text": "© Lantmäteriet, CC0"
},
"description": "Mosaic of Swedish orthophotos from the period 19551965. Older and younger pictures may occur.",
"name": "Lantmäteriet Historic Orthophoto 1960"
}
},
"lantmateriet-orto1975": {
"name": "Lantmäteriet Historic Orthophoto 1975",
"description": "Mosaic of Swedish orthophotos from the period 19701980. Is under construction.",
"attribution": {
"text": "© Lantmäteriet, CC0"
},
"description": "Mosaic of Swedish orthophotos from the period 19701980. Is under construction.",
"name": "Lantmäteriet Historic Orthophoto 1975"
}
},
"lantmateriet-topowebb": {
"name": "Lantmäteriet Topographic Map",
"description": "Topographic map of Sweden 1:50 000",
"attribution": {
"text": "© Lantmäteriet, CC0"
},
"description": "Topographic map of Sweden 1:50 000",
"name": "Lantmäteriet Topographic Map"
}
},
"linkoping-orto": {
"name": "Linköping Orthophoto",
"description": "Orthophotos from the municipality of Linköping 2010, open data",
"attribution": {
"text": "© Linköping municipality"
},
"description": "Orthophotos from the municipality of Linköping 2010, open data",
"name": "Linköping Orthophoto"
}
},
"mapbox_locator_overlay": {
"name": "Locator Overlay",
"description": "Shows major features to help orient you.",
"attribution": {
"text": "Terms & Feedback"
},
"description": "Shows major features to help orient you.",
"name": "Locator Overlay"
}
},
"openpt_map": {
"name": "OpenPT Map (overlay)",
"attribution": {
"text": "© OpenStreetMap contributors, CC-BY-SA"
},
"name": "OpenPT Map (overlay)"
}
},
"openrailwaymap": {
"name": "OpenRailwayMap",
"description": "Overlay imagery for railway mapping in OSM",
"attribution": {
"text": "© OpenRailwayMap.org"
}
},
"openrailwaymap-maxspeeds": {
"name": "OpenRailwayMap Maxspeeds",
"description": "Overlay imagery showing railway speed limits based on OpenStreetMap data",
"attribution": {
"text": "Rendering: OpenRailwayMap, © Map data OpenStreetMap contributors"
}
},
"openrailwaymap-signalling": {
"name": "OpenRailwayMap Signalling",
"description": "Overlay imagery showing railway signals based on OpenStreetMap data",
"attribution": {
"text": "Rendering: OpenRailwayMap, © Map data OpenStreetMap contributors"
}
},
"openseamap": {
"name": "OpenSeaMap",
"attribution": {
"text": "© OpenStreetMap contributors, CC-BY-SA"
}
},
"opensnowmap-overlay": {
"name": "OpenSnowMap overlay",
"description": "Overlay imagery for piste mapping in OSM. Updated daily.",
"attribution": {
"text": "© OpenSnowMap.org"
}
},
"osm-gps": {
"name": "OpenStreetMap GPS traces",
"description": "Public GPS traces uploaded to OpenStreetMap.",
"attribution": {
"text": "© OpenStreetMap contributors"
},
"description": "Public GPS traces uploaded to OpenStreetMap.",
"name": "OpenStreetMap GPS traces"
}
},
"osm-mapnik-black_and_white": {
"name": "OpenStreetMap (Standard Black & White)",
"attribution": {
"text": "© OpenStreetMap contributors, CC-BY-SA"
},
"name": "OpenStreetMap (Standard Black & White)"
}
},
"osm-mapnik-german_style": {
"name": "OpenStreetMap (German Style)",
"attribution": {
"text": "© OpenStreetMap contributors, CC-BY-SA"
},
"name": "OpenStreetMap (German Style)"
}
},
"osm-mapnik-no_labels": {
"name": "OpenStreetMap (Mapnik, no labels)",
"attribution": {
"text": "© OpenStreetMap contributors, CC-BY-SA"
}
},
"osmbe": {
"name": "OpenStreetMap (Belgian Style)",
"attribution": {
"text": "© OpenStreetMap contributors, CC-BY-SA; Tiles courtesy of GEO-6"
}
},
"osmbe-fr": {
"name": "OpenStreetMap (Belgian Style - French)",
"attribution": {
"text": "© OpenStreetMap contributors, CC-BY-SA; Tiles courtesy of GEO-6"
}
},
"osmbe-nl": {
"name": "OpenStreetMap (Belgian Style - Dutch)",
"attribution": {
"text": "© OpenStreetMap contributors, CC-BY-SA; Tiles courtesy of GEO-6"
}
},
"osmfr": {
"name": "OpenStreetMap (French Style)",
"attribution": {
"text": "Tiles © cquest@Openstreetmap France, data © OpenStreetMap contributors, ODBL"
}
},
"osmse-ekonomiska": {
"name": "Lantmäteriet Economic Map 19501980",
"description": "Scan of \"Economic maps\" ca. 19501980",
"attribution": {
"text": "© Lantmäteriet"
},
"description": "Scan of \"Economic maps\" ca. 19501980",
"name": "Lantmäteriet Economic Map 19501980"
}
},
"public_transport_oepnv": {
"name": "Public Transport (ÖPNV)",
"attribution": {
"text": "© OpenStreetMap contributors, CC-BY-SA"
}
},
"qa_no_address": {
"name": "QA No Address",
"attribution": {
"text": "Simon Poole, Data ©OpenStreetMap contributors"
},
"name": "QA No Address"
}
},
"skobbler": {
"name": "skobbler",
"attribution": {
"text": "© Tiles: skobbler Map data: OpenStreetMap contributors"
},
"name": "skobbler"
}
},
"skoterleder": {
"name": "Snowmobile map Sweden",
"description": "Snowmobile trails",
"attribution": {
"text": "© Skoterleder.org"
},
"description": "Snowmobile trails",
"name": "Snowmobile map Sweden"
}
},
"stamen-terrain-background": {
"name": "Stamen Terrain",
"attribution": {
"text": "Map tiles by Stamen Design, under CC BY 3.0. Data by OpenStreetMap, under ODbL"
},
"name": "Stamen Terrain"
}
},
"stockholm-orto": {
"name": "Stockholm Orthophoto",
"description": "Orthophotos from the municipality of Stockholm 2016, CC0 license",
"attribution": {
"text": "© Stockholm municipality, CC0"
},
"description": "Orthophotos from the municipality of Stockholm 2016, CC0 license",
"name": "Stockholm Orthophoto"
}
},
"tf-cycle": {
"name": "Thunderforest OpenCycleMap",
"attribution": {
"text": "Maps © Thunderforest, Data © OpenStreetMap contributors"
},
"name": "Thunderforest OpenCycleMap"
}
},
"tf-landscape": {
"name": "Thunderforest Landscape",
"attribution": {
"text": "Maps © Thunderforest, Data © OpenStreetMap contributors"
},
"name": "Thunderforest Landscape"
}
},
"tf-outdoors": {
"name": "Thunderforest Outdoors",
"attribution": {
"text": "Maps © Thunderforest, Data © OpenStreetMap contributors"
}
},
"trafikverket-baninfo": {
"attribution": {
"text": "© Trafikverket, CC0"
},
"name": "Trafikverket Railway Network",
"description": "Swedish railway network, including sidings",
"name": "Trafikverket Railway Network"
},
"trafikverket-baninfo-option": {
"attribution": {
"text": "© Trafikverket, CC0"
},
"description": "Swedish railway network with several options for map layers",
"name": "Trafikverket Railway Network options"
}
},
"trafikverket-vagnat": {
"name": "Trafikverket Road Network",
"description": "Swedish NVDB road network",
"attribution": {
"text": "© Trafikverket, CC0"
},
"description": "Swedish NVDB road network",
"name": "Trafikverket Road Network"
}
},
"trafikverket-vagnat-extra": {
"name": "Trafikverket Road Network extra",
"description": "Swedish NVDB extra details: Highway reference, traffic calming, rest area, bus stop, bridge, tunnel, speed camera",
"attribution": {
"text": "© Trafikverket, CC0"
},
"description": "Swedish NVDB extra details: Highway reference, traffic calming, rest area, bus stop, bridge, tunnel, speed camera",
"name": "Trafikverket Road Network extra"
}
},
"trafikverket-vagnat-navn": {
"attribution": {
"text": "© Trafikverket, CC0"
},
"name": "Trafikverket Street Names",
"description": "Swedish NVDB street names",
"name": "Trafikverket Street Names"
},
"trafikverket-vagnat-option": {
"attribution": {
"text": "© Trafikverket, CC0"
},
"description": "Swedish NVDB road network with several options for map layers",
"name": "Trafikverket Road Network options"
}
},
"wikimedia-map": {
"name": "Wikimedia Map",
"attribution": {
"text": "© OpenStreetMap contributors, CC-BY-SA"
}
}
},
"community": {
+1 -10212
View File
File diff suppressed because one or more lines are too long
+1 -12525
View File
File diff suppressed because one or more lines are too long
+1 -4087
View File
File diff suppressed because one or more lines are too long
+1 -2356
View File
File diff suppressed because one or more lines are too long
+1 -7060
View File
File diff suppressed because one or more lines are too long
+1 -8361
View File
File diff suppressed because one or more lines are too long
+1 -11892
View File
File diff suppressed because one or more lines are too long
+1 -19
View File
@@ -1,19 +1 @@
{
"gan": {
"intro": {
"graph": {
"block_number": "<value for addr:block_number>",
"county": "<value for addr:county>",
"district": "<value for addr:district>",
"hamlet": "<value for addr:hamlet>",
"neighbourhood": "<value for addr:neighbourhood>",
"province": "<value for addr:province>",
"quarter": "<value for addr:quarter>",
"state": "<value for addr:state>",
"subdistrict": "<value for addr:subdistrict>",
"suburb": "<value for addr:suburb>",
"countrycode": "cn"
}
}
}
}
{"gan":{"intro":{"graph":{"block_number":"<value for addr:block_number>","county":"<value for addr:county>","district":"<value for addr:district>","hamlet":"<value for addr:hamlet>","neighbourhood":"<value for addr:neighbourhood>","province":"<value for addr:province>","quarter":"<value for addr:quarter>","state":"<value for addr:state>","subdistrict":"<value for addr:subdistrict>","suburb":"<value for addr:suburb>","countrycode":"cn"}}}}
+1 -9076
View File
File diff suppressed because one or more lines are too long
+1 -233
View File
File diff suppressed because one or more lines are too long
+1 -10986
View File
File diff suppressed because one or more lines are too long
+1 -391
View File
File diff suppressed because one or more lines are too long
+1 -4921
View File
File diff suppressed because one or more lines are too long
+1 -10073
View File
File diff suppressed because one or more lines are too long
+1 -807
View File
File diff suppressed because one or more lines are too long
+1 -19
View File
@@ -1,19 +1 @@
{
"ia": {
"intro": {
"graph": {
"block_number": "<value for addr:block_number>",
"county": "<value for addr:county>",
"district": "<value for addr:district>",
"hamlet": "<value for addr:hamlet>",
"neighbourhood": "<value for addr:neighbourhood>",
"province": "<value for addr:province>",
"quarter": "<value for addr:quarter>",
"state": "<value for addr:state>",
"subdistrict": "<value for addr:subdistrict>",
"suburb": "<value for addr:suburb>",
"countrycode": "none"
}
}
}
}
{"ia":{"intro":{"graph":{"block_number":"<value for addr:block_number>","county":"<value for addr:county>","district":"<value for addr:district>","hamlet":"<value for addr:hamlet>","neighbourhood":"<value for addr:neighbourhood>","province":"<value for addr:province>","quarter":"<value for addr:quarter>","state":"<value for addr:state>","subdistrict":"<value for addr:subdistrict>","suburb":"<value for addr:suburb>","countrycode":"none"}}}}
+1 -2403
View File
File diff suppressed because one or more lines are too long

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