mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Merge branch 'master' into merge-way-nodes-feature
This commit is contained in:
+205
-11
@@ -26,6 +26,211 @@ _Breaking changes, which may affect downstream projects or sites that embed iD,
|
||||
[@xxxx]: https://github.com/xxxx
|
||||
-->
|
||||
|
||||
|
||||
# 2.5.1
|
||||
##### November 16, 2017
|
||||
|
||||
#### :sparkles: Usability
|
||||
|
||||
* Keep the highlighted feature selected when cancelling save mode ([#4407])
|
||||
|
||||
[#4407]: https://github.com/openstreetmap/iD/issues/4407
|
||||
|
||||
#### :bug: Bugfixes
|
||||
|
||||
* Fix crash when exiting the walkthrough ([#4533])
|
||||
* Fix crash in Firefox when doing a lot of zoom (e.g. when pressing "Zoom in to edit" button) ([#4421])
|
||||
* Fix garbled label text - vertex labels being drawn over node labels ([#4473])
|
||||
* Don't use real filenames in the imagery_used field (for privacy) ([#4530])
|
||||
* Don't pull stale data from OSM after switching connection between live/dev servers ([#4288])
|
||||
* Switch OpenStreetCam from `http` to `https` to avoid mixed content issues ([#4527])
|
||||
* Fix issue where Mapillary sitelink was always linking to first image viewed ([#4526])
|
||||
|
||||
[#4533]: https://github.com/openstreetmap/iD/issues/4533
|
||||
[#4530]: https://github.com/openstreetmap/iD/issues/4530
|
||||
[#4527]: https://github.com/openstreetmap/iD/issues/4527
|
||||
[#4526]: https://github.com/openstreetmap/iD/issues/4526
|
||||
[#4473]: https://github.com/openstreetmap/iD/issues/4473
|
||||
[#4421]: https://github.com/openstreetmap/iD/issues/4421
|
||||
[#4288]: https://github.com/openstreetmap/iD/issues/4288
|
||||
|
||||
#### :rocket: Presets
|
||||
|
||||
* Add preset for `railway=light_rail` ([#4531], [#4528], thanks [@Vonter])
|
||||
|
||||
[#4531]: https://github.com/openstreetmap/iD/issues/4531
|
||||
[#4528]: https://github.com/openstreetmap/iD/issues/4528
|
||||
[@Vonter]: https://github.com/Vonter
|
||||
|
||||
|
||||
# 2.5.0
|
||||
##### November 10, 2017
|
||||
|
||||
#### :mega: Release Highlights
|
||||
|
||||
* :camera: We've added support for [OpenStreetCam](http://openstreetcam.org/) in the photo viewer!
|
||||
This brings over 100 million user-contributed photos into the iD editor for improving OpenStreetMap.<br/>
|
||||
_Check out what streetlevel photo coverage is available by opening the Map Data pane (shortcut <kbd>F</kbd>)_
|
||||
|
||||
* :pray: Special thank you to all of our new and first-time contributors who submitted pull requests for
|
||||
[Hacktoberfest](https://hacktoberfest.digitalocean.com/)!
|
||||
|
||||
#### :tada: New Features
|
||||
|
||||
* Add support for OpenStreetCam ([#4499], [#3795])
|
||||
* Add support for DigitalGlobe imagery vintage overlays (see [editor-layer-index/issues/#371], thanks [@marracci])
|
||||
* Add API parameter to conditionally disable feature types ([#4439], [#4393], thanks [@ferdibiflator])
|
||||
* Display name of gpx file in `imagery_used` instead of "Local GPX" ([#4440], [#4385], thanks [@ferdibiflator])
|
||||
* Remove lodash from build scripts ([#4447], [#4378], [@DzikowskiW])
|
||||
|
||||
[editor-layer-index/issues/#371]: https://github.com/osmlab/editor-layer-index/issues/371
|
||||
[#4499]: https://github.com/openstreetmap/iD/issues/4499
|
||||
[#4447]: https://github.com/openstreetmap/iD/issues/4447
|
||||
[#4440]: https://github.com/openstreetmap/iD/issues/4440
|
||||
[#4439]: https://github.com/openstreetmap/iD/issues/4439
|
||||
[#4393]: https://github.com/openstreetmap/iD/issues/4393
|
||||
[#4385]: https://github.com/openstreetmap/iD/issues/4385
|
||||
[#4378]: https://github.com/openstreetmap/iD/issues/4378
|
||||
[#3795]: https://github.com/openstreetmap/iD/issues/3795
|
||||
[@marracci]: https://github.com/marracci
|
||||
[@ferdibiflator]: https://github.com/ferdibiflator
|
||||
[@DzikowskiW]: https://github.com/DzikowskiW
|
||||
|
||||
#### :sparkles: Usability
|
||||
|
||||
* Improvements to Mapillary and OpenStreetCam usability ([#4512])
|
||||
* Traces are the only thing drawn at low zoom, circles appear at zoom 16, viewfield cones appear at zoom 18
|
||||
* Everything is drawn very dim by default
|
||||
* Hovering a marker will brighten that marker, the parent trace, and other markers along the trace
|
||||
* The selected marker is drawn bright yellow and scaled up to be extra visible
|
||||
* Standardize on "username | captured_at | sitelink" for attribution line
|
||||
* Render panoramic Mapillary viewfields as a sphere instead of cone ([#3154])
|
||||
* Bump default max_zoom from 20 to 22 (this affects custom imagery layers)
|
||||
* Allow spellcheck in textarea fields ([#4471])
|
||||
* Move "Zoom in to edit" button out of the way, and allow wheel events to pass through to the map ([#4482])
|
||||
* Better capitalization for "Zoom in", "Zoom out", "Edit now", "Zoom in to edit" ([#4492], thanks [@jaller94])
|
||||
|
||||
[#4512]: https://github.com/openstreetmap/iD/issues/4512
|
||||
[#4492]: https://github.com/openstreetmap/iD/issues/4492
|
||||
[#4482]: https://github.com/openstreetmap/iD/issues/4482
|
||||
[#4471]: https://github.com/openstreetmap/iD/issues/4471
|
||||
[#3154]: https://github.com/openstreetmap/iD/issues/3154
|
||||
[@jaller94]: https://github.com/jaller94
|
||||
|
||||
#### :bug: Bugfixes
|
||||
|
||||
* Add code so `tunnel=building_passage` doesn't default to `layer=-1` ([#4516])
|
||||
* Clicking on a search result should take you to that location the first time ([#4276])
|
||||
* Fix label placement on areas that don't have an icon ([#4479])
|
||||
* Don't add underscores to `source=*` field ([#4475], [#4474], thanks [@octagonal])
|
||||
* Depend on `bhousel/node-diff3` which includes fix for conflict resolution node duplication bug ([#3544], [#3058])
|
||||
* Allow copying text from info panels ([#4456], [#4406], thanks [@ferdibiflator])
|
||||
* Make sure `imagery_used` field is updated if a user cancels save and makes more edits ([#4445], [#4443], thanks [@moshen])
|
||||
* Fallback Area preset should preserve the `area=yes` tag ([#4424])
|
||||
|
||||
[#4516]: https://github.com/openstreetmap/iD/issues/4516
|
||||
[#4479]: https://github.com/openstreetmap/iD/issues/4479
|
||||
[#4475]: https://github.com/openstreetmap/iD/issues/4475
|
||||
[#4474]: https://github.com/openstreetmap/iD/issues/4474
|
||||
[#4456]: https://github.com/openstreetmap/iD/issues/4456
|
||||
[#4445]: https://github.com/openstreetmap/iD/issues/4445
|
||||
[#4443]: https://github.com/openstreetmap/iD/issues/4443
|
||||
[#4424]: https://github.com/openstreetmap/iD/issues/4424
|
||||
[#4406]: https://github.com/openstreetmap/iD/issues/4406
|
||||
[#4276]: https://github.com/openstreetmap/iD/issues/4276
|
||||
[#3544]: https://github.com/openstreetmap/iD/issues/3544
|
||||
[#3058]: https://github.com/openstreetmap/iD/issues/3058
|
||||
[@octagonal]: https://github.com/octagonal
|
||||
[@ferdibiflator]: https://github.com/ferdibiflator
|
||||
[@moshen]: https://github.com/moshen
|
||||
|
||||
#### :rocket: Presets
|
||||
|
||||
* Add `government=*` type field to Government Office preset ([#4517])
|
||||
* Change `craft=sweep` -> `craft=chimney_sweeper` ([#4510])
|
||||
* Add `shop=agrarian` preset and `agrarian=*` field ([#4507], thanks [@willemarcel])
|
||||
* Change `max_age` to `min_age` for `min_age` field ([#4506], thanks [@JamesKingdom])
|
||||
* Rename sculpter to sculptor ([#4504], thanks [@simonpoole])
|
||||
* Add preset for music schools ([#4500], thanks [@tyrasd])
|
||||
* Add `voltage`,`operator`,`ref` fields to several `power=*` presets.
|
||||
* Add `power=switch` preset ([#4441])
|
||||
* Drop `vertex` geometry from `office=*` presets (i.e. make them like `shop=*` presets)
|
||||
* Add preset for "Pedestrian Area" (highway=pedestrian + area=yes) ([#4488])
|
||||
* Rename `tourism=chalet` to "Holiday Cottage" and add search terms ([#4490])
|
||||
* Remove poi-foot icon from `place=square` ([#4486])
|
||||
* Add several presets for common `office=*` types ([#4491], [#4489], thanks [@Nmargolis])
|
||||
* Add preset for `tourism=wilderness_hut` ([#4485], [#4483], thanks [@YuliyaVeklicheva])
|
||||
* Fix reference links for `highway=crossing`, `footway=crossing` ([#4480])
|
||||
* Add preset for `landuse=religious` ([#4478], [#4476], thanks [@YuliyaVeklicheva])
|
||||
* Add "Climbing hut" search term to alpine hut ([#4470], [#4469], thanks [@JamesKingdom])
|
||||
* Add presets for many kinds of Fitness Station equipment ([#4404], [#4373], thanks [@JamesKingdom])
|
||||
* Deprecate `amenity=scrapyard` in favor of "approved" `industrial=scrap_yard` (revert of [#3387])
|
||||
* Add `industrial=slaughterhouse` preset ([#4467], [#4466], thanks [@JamesKingdom])
|
||||
* Add `power=transformer` preset ([#4464], [#4442], thanks [@ToeBee])
|
||||
* Change drain icon to ditch ([#4462], [#4460], thanks [@AndreasHae])
|
||||
* Add preset for `place=islet` ([#4461], [#4458], thanks [@AndreasHae])
|
||||
* Add `leisure=boules` as "Boules/Bocce Court" ([#4451], [#4449], thanks [@DzikowskiW])
|
||||
* Add `landuse=brownfield` and `landuse=greenfield` presets ([#4448], [#4444], thanks [@manfredbrandl])
|
||||
* Add `leisure=sauna` preset ([#4438], [#4436], thanks [@haroldb])
|
||||
* Add `substance=*` field to pipeline preset ([#4432], [#4430], thanks [@xmile1])
|
||||
* Add `place=plot` preset ([#4427], [#4423], thanks [@humanforklift])
|
||||
|
||||
[#4517]: https://github.com/openstreetmap/iD/issues/4517
|
||||
[#4510]: https://github.com/openstreetmap/iD/issues/4510
|
||||
[#4507]: https://github.com/openstreetmap/iD/issues/4507
|
||||
[#4506]: https://github.com/openstreetmap/iD/issues/4506
|
||||
[#4504]: https://github.com/openstreetmap/iD/issues/4504
|
||||
[#4500]: https://github.com/openstreetmap/iD/issues/4500
|
||||
[#4441]: https://github.com/openstreetmap/iD/issues/4441
|
||||
[#4488]: https://github.com/openstreetmap/iD/issues/4488
|
||||
[#4490]: https://github.com/openstreetmap/iD/issues/4490
|
||||
[#4486]: https://github.com/openstreetmap/iD/issues/4486
|
||||
[#4491]: https://github.com/openstreetmap/iD/issues/4491
|
||||
[#4489]: https://github.com/openstreetmap/iD/issues/4489
|
||||
[#4485]: https://github.com/openstreetmap/iD/issues/4485
|
||||
[#4483]: https://github.com/openstreetmap/iD/issues/4483
|
||||
[#4480]: https://github.com/openstreetmap/iD/issues/4480
|
||||
[#4478]: https://github.com/openstreetmap/iD/issues/4478
|
||||
[#4476]: https://github.com/openstreetmap/iD/issues/4476
|
||||
[#4470]: https://github.com/openstreetmap/iD/issues/4470
|
||||
[#4469]: https://github.com/openstreetmap/iD/issues/4469
|
||||
[#4404]: https://github.com/openstreetmap/iD/issues/4404
|
||||
[#4373]: https://github.com/openstreetmap/iD/issues/4373
|
||||
[#4467]: https://github.com/openstreetmap/iD/issues/4467
|
||||
[#4466]: https://github.com/openstreetmap/iD/issues/4466
|
||||
[#4464]: https://github.com/openstreetmap/iD/issues/4464
|
||||
[#4462]: https://github.com/openstreetmap/iD/issues/4462
|
||||
[#4442]: https://github.com/openstreetmap/iD/issues/4442
|
||||
[#4461]: https://github.com/openstreetmap/iD/issues/4461
|
||||
[#4460]: https://github.com/openstreetmap/iD/issues/4460
|
||||
[#4458]: https://github.com/openstreetmap/iD/issues/4458
|
||||
[#4451]: https://github.com/openstreetmap/iD/issues/4451
|
||||
[#4449]: https://github.com/openstreetmap/iD/issues/4449
|
||||
[#4448]: https://github.com/openstreetmap/iD/issues/4448
|
||||
[#4444]: https://github.com/openstreetmap/iD/issues/4444
|
||||
[#4438]: https://github.com/openstreetmap/iD/issues/4438
|
||||
[#4436]: https://github.com/openstreetmap/iD/issues/4436
|
||||
[#4432]: https://github.com/openstreetmap/iD/issues/4432
|
||||
[#4430]: https://github.com/openstreetmap/iD/issues/4430
|
||||
[#4427]: https://github.com/openstreetmap/iD/issues/4427
|
||||
[#4423]: https://github.com/openstreetmap/iD/issues/4423
|
||||
[#3387]: https://github.com/openstreetmap/iD/issues/3387
|
||||
[@willemarcel]: https://github.com/willemarcel
|
||||
[@JamesKingdom]: https://github.com/JamesKingdom
|
||||
[@simonpoole]: https://github.com/simonpoole
|
||||
[@tyrasd]: https://github.com/tyrasd
|
||||
[@Nmargolis]: https://github.com/Nmargolis
|
||||
[@YuliyaVeklicheva]: https://github.com/YuliyaVeklicheva
|
||||
[@ToeBee]: https://github.com/ToeBee
|
||||
[@AndreasHae]: https://github.com/AndreasHae
|
||||
[@DzikowskiW]: https://github.com/DzikowskiW
|
||||
[@manfredbrandl]: https://github.com/manfredbrandl
|
||||
[@haroldb]: https://github.com/haroldb
|
||||
[@xmile1]: https://github.com/xmile1
|
||||
[@humanforklift]: https://github.com/humanforklift
|
||||
|
||||
|
||||
|
||||
# 2.4.3
|
||||
##### October 9, 2017
|
||||
|
||||
@@ -39,14 +244,12 @@ _Breaking changes, which may affect downstream projects or sites that embed iD,
|
||||
[#4398]: https://github.com/openstreetmap/iD/issues/4398
|
||||
[@mojodna]: https://github.com/mojodna
|
||||
|
||||
|
||||
#### :mortar_board: Walkthrough
|
||||
|
||||
* Make sure "Add Field" scrolls into view during "Area" chapter of walkthrough ([#4417])
|
||||
|
||||
[#4417]: https://github.com/openstreetmap/iD/issues/4417
|
||||
|
||||
|
||||
#### :rocket: Presets
|
||||
|
||||
* Refined playground presets terms for Spring Rider and Play Roundabout ([#4415], thanks, [@1ec5])
|
||||
@@ -78,7 +281,6 @@ _Breaking changes, which may affect downstream projects or sites that embed iD,
|
||||
[@iandees]: https://github.com/iandees
|
||||
[@jgravois]: https://github.com/jgravois
|
||||
|
||||
|
||||
#### :sparkles: Usability
|
||||
|
||||
* Change label for hashtag field to "Suggested Hashtags") ([#4396] thanks [@arka-nitd])
|
||||
@@ -99,7 +301,6 @@ _Breaking changes, which may affect downstream projects or sites that embed iD,
|
||||
[@arka-nitd]: https://github.com/arka-nitd
|
||||
[@leegenes]: https://github.com/leegenes
|
||||
|
||||
|
||||
#### :bug: Bugfixes
|
||||
|
||||
* Fix overlapping in preset list when multiple tag references are expanded ([#4023], [#4412], thanks [@jleh])
|
||||
@@ -135,7 +336,6 @@ _Breaking changes, which may affect downstream projects or sites that embed iD,
|
||||
[@jgravois]: https://github.com/jgravois
|
||||
[@leegenes]: https://github.com/leegenes
|
||||
|
||||
|
||||
#### :earth_asia: Localization
|
||||
|
||||
* Improve Address format for Poland ([#4328], thanks [@Teiron])
|
||||
@@ -151,7 +351,6 @@ _Breaking changes, which may affect downstream projects or sites that embed iD,
|
||||
[@manfredbrandl]: https://github.com/manfredbrandl
|
||||
[@willemarcel]: https://github.com/willemarcel
|
||||
|
||||
|
||||
#### :rocket: Presets
|
||||
|
||||
* Add Tile Shop and Trade Shop presets ([#4410], thanks [@TheGreenToaster])
|
||||
@@ -267,7 +466,6 @@ _Check out the new imagery by opening the Background pane (shortcut <kbd>B</kbd>
|
||||
[@kepta]: https://github.com/kepta
|
||||
[@JamesKingdom]: https://github.com/JamesKingdom
|
||||
|
||||
|
||||
#### :sparkles: Usability
|
||||
|
||||
* In save mode, <kbd>esc</kbd> should cancel and return to browse mode ([#4230])
|
||||
@@ -285,7 +483,6 @@ _Check out the new imagery by opening the Background pane (shortcut <kbd>B</kbd>
|
||||
[#4182]: https://github.com/openstreetmap/iD/issues/4182
|
||||
[#4042]: https://github.com/openstreetmap/iD/issues/4042
|
||||
|
||||
|
||||
#### :bug: Bugfixes
|
||||
|
||||
* Include imagery offset when calculating tiles for background layer ([#4232])
|
||||
@@ -296,7 +493,6 @@ _Check out the new imagery by opening the Background pane (shortcut <kbd>B</kbd>
|
||||
[#4222]: https://github.com/openstreetmap/iD/issues/4222
|
||||
[#4184]: https://github.com/openstreetmap/iD/issues/4184
|
||||
|
||||
|
||||
#### :earth_asia: Localization
|
||||
|
||||
* Update Chinese address format ([#4248], thanks [@Stenive])
|
||||
@@ -307,7 +503,6 @@ _Check out the new imagery by opening the Background pane (shortcut <kbd>B</kbd>
|
||||
[#4248]: https://github.com/openstreetmap/iD/issues/4248
|
||||
[@Stenive]: https://github.com/Stenive
|
||||
|
||||
|
||||
#### :hourglass: Performance
|
||||
|
||||
* Use `requestIdleCallback` in supported browsers for deferred data fetching ([#4259], thanks [@kepta])
|
||||
@@ -318,7 +513,6 @@ _Check out the new imagery by opening the Background pane (shortcut <kbd>B</kbd>
|
||||
[#4259]: https://github.com/openstreetmap/iD/issues/4259
|
||||
[@kepta]: https://github.com/kepta
|
||||
|
||||
|
||||
#### :rocket: Presets
|
||||
|
||||
* Add signpost term to guidepost preset ([#4277], thanks [@JamesKingdom])
|
||||
|
||||
+5
-5
@@ -26,7 +26,7 @@ module.exports = function buildSrc() {
|
||||
|
||||
return rollup
|
||||
.rollup({
|
||||
entry: './modules/id.js',
|
||||
input: './modules/id.js',
|
||||
plugins: [
|
||||
includePaths({
|
||||
paths: [
|
||||
@@ -34,7 +34,7 @@ module.exports = function buildSrc() {
|
||||
]
|
||||
}),
|
||||
nodeResolve({
|
||||
jsnext: true,
|
||||
module: true,
|
||||
main: true,
|
||||
browser: false
|
||||
}),
|
||||
@@ -47,9 +47,9 @@ module.exports = function buildSrc() {
|
||||
cache = bundle;
|
||||
return bundle.write({
|
||||
format: 'iife',
|
||||
dest: 'dist/iD.js',
|
||||
sourceMap: true,
|
||||
useStrict: false
|
||||
file: 'dist/iD.js',
|
||||
sourcemap: true,
|
||||
strict: false
|
||||
});
|
||||
})
|
||||
.then(function() {
|
||||
|
||||
@@ -1,115 +0,0 @@
|
||||
/* Mapillary Image Layer */
|
||||
|
||||
.layer-mapillary-images {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.layer-mapillary-images .viewfield-group {
|
||||
pointer-events: visible;
|
||||
cursor: pointer; /* Opera */
|
||||
cursor: url(img/cursor-select-mapillary.png) 6 1, pointer; /* FF */
|
||||
}
|
||||
|
||||
.layer-mapillary-images .viewfield-group * {
|
||||
stroke-width: 1;
|
||||
stroke: #444;
|
||||
fill: #ffc600;
|
||||
z-index: 50;
|
||||
}
|
||||
|
||||
.layer-mapillary-images .viewfield-group:hover * {
|
||||
stroke-width: 1;
|
||||
stroke: #333;
|
||||
fill: #ff9900;
|
||||
z-index: 60;
|
||||
}
|
||||
|
||||
.layer-mapillary-images .viewfield-group.selected * {
|
||||
stroke-width: 2;
|
||||
stroke: #222;
|
||||
fill: #ff5800;
|
||||
z-index: 60;
|
||||
}
|
||||
|
||||
.layer-mapillary-images .viewfield-group:hover path.viewfield,
|
||||
.layer-mapillary-images .viewfield-group.selected path.viewfield,
|
||||
.layer-mapillary-images .viewfield-group path.viewfield {
|
||||
stroke-width: 0;
|
||||
fill-opacity: 0.6;
|
||||
}
|
||||
|
||||
/* Mapillary Sign Layer */
|
||||
|
||||
.layer-mapillary-signs {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.layer-mapillary-signs .icon-sign .icon-sign-body {
|
||||
min-width: 20px;
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
outline: 2px solid transparent;
|
||||
pointer-events: visible;
|
||||
cursor: pointer; /* Opera */
|
||||
cursor: url(img/cursor-select-mapillary.png) 6 1, pointer; /* FF */
|
||||
z-index: 70;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.layer-mapillary-signs .icon-sign:hover .icon-sign-body {
|
||||
outline: 2px solid rgba(255,198,0,0.8);
|
||||
z-index: 80;
|
||||
}
|
||||
|
||||
.layer-mapillary-signs .icon-sign.selected .icon-sign-body {
|
||||
outline: 2px solid rgba(255,0,0,0.8);
|
||||
z-index: 80;
|
||||
}
|
||||
|
||||
|
||||
/* Mapillary viewer */
|
||||
#mly .domRenderer .TagSymbol {
|
||||
font-size: 10px;
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
padding: 0 4px;
|
||||
border-radius: 4px;
|
||||
top: -25px;
|
||||
}
|
||||
|
||||
#mly .domRenderer .Attribution {
|
||||
width: 100%;
|
||||
font-size: 10px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.mapillary-wrap {
|
||||
position: absolute;
|
||||
bottom: 30px;
|
||||
width: 330px;
|
||||
height: 250px;
|
||||
padding: 5px;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.mapillary-wrap.hidden {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.mapillary-wrap button.thumb-hide {
|
||||
border-radius: 0;
|
||||
padding: 5px;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
z-index: 500;
|
||||
}
|
||||
|
||||
.mly-wrapper {
|
||||
visibility: hidden;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.mly-wrapper.active {
|
||||
visibility: visible;
|
||||
}
|
||||
@@ -0,0 +1,241 @@
|
||||
/* photo viewer div */
|
||||
#photoviewer {
|
||||
position: absolute;
|
||||
bottom: 30px;
|
||||
width: 330px;
|
||||
height: 250px;
|
||||
padding: 5px;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
#photoviewer button.thumb-hide {
|
||||
border-radius: 0;
|
||||
padding: 5px;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
z-index: 48;
|
||||
}
|
||||
|
||||
.photo-wrapper,
|
||||
.photo-wrapper img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.photo-wrapper .photo-attribution {
|
||||
width: 100%;
|
||||
font-size: 10px;
|
||||
text-align: right;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
padding: 4px 2px;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.photo-attribution a,
|
||||
.photo-attribution a:visited,
|
||||
.photo-attribution span {
|
||||
padding: 4px 2px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/* markers and sequences */
|
||||
.viewfield-group {
|
||||
pointer-events: visible;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.viewfield-group.selected * {
|
||||
fill: #ffee00 !important;
|
||||
}
|
||||
.viewfield-group.hovered * {
|
||||
fill: #eebb00 !important;
|
||||
}
|
||||
|
||||
.viewfield-group circle {
|
||||
stroke: #555;
|
||||
stroke-width: 1;
|
||||
stroke-opacity: 0.4;
|
||||
fill-opacity: 0.4;
|
||||
}
|
||||
.viewfield-group.highlighted circle {
|
||||
stroke: #222;
|
||||
stroke-opacity: 0.9;
|
||||
fill-opacity: 0.9;
|
||||
}
|
||||
.viewfield-group.highlighted.hovered circle {
|
||||
stroke: #222;
|
||||
stroke-width: 2;
|
||||
stroke-opacity: 0.9;
|
||||
fill-opacity: 0.9;
|
||||
}
|
||||
.viewfield-group.highlighted.selected circle {
|
||||
stroke: #222;
|
||||
stroke-width: 2;
|
||||
stroke-opacity: 1;
|
||||
fill-opacity: 1;
|
||||
}
|
||||
|
||||
.viewfield-group .viewfield {
|
||||
stroke-width: 0;
|
||||
stroke: #222;
|
||||
fill-opacity: 0.4;
|
||||
}
|
||||
.viewfield-group.highlighted .viewfield {
|
||||
stroke-width: 1;
|
||||
fill-opacity: 0.8;
|
||||
}
|
||||
.viewfield-group.highlighted.hovered .viewfield {
|
||||
stroke-width: 1;
|
||||
fill-opacity: 0.8;
|
||||
}
|
||||
.viewfield-group.highlighted.selected .viewfield {
|
||||
stroke-width: 1;
|
||||
fill-opacity: 0.9;
|
||||
}
|
||||
|
||||
.viewfield-group.selected .viewfield-scale {
|
||||
transform: scale(2,2);
|
||||
}
|
||||
|
||||
.sequence {
|
||||
fill: none;
|
||||
stroke-width: 2;
|
||||
stroke-opacity: 0.4;
|
||||
}
|
||||
.sequence.highlighted,
|
||||
.sequence.selected {
|
||||
stroke-width: 4;
|
||||
stroke-opacity: 1;
|
||||
}
|
||||
|
||||
|
||||
/* Mapillary Image Layer */
|
||||
.layer-mapillary-images {
|
||||
pointer-events: none;
|
||||
}
|
||||
.layer-mapillary-images .viewfield-group * {
|
||||
fill: #55ff22;
|
||||
}
|
||||
.layer-mapillary-images .sequence {
|
||||
stroke: #55ff22;
|
||||
}
|
||||
|
||||
|
||||
/* Mapillary Sign Layer */
|
||||
.layer-mapillary-signs {
|
||||
pointer-events: none;
|
||||
}
|
||||
.layer-mapillary-signs .icon-sign .icon-sign-body {
|
||||
min-width: 20px;
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
outline: 2px solid transparent;
|
||||
pointer-events: visible;
|
||||
cursor: pointer;
|
||||
z-index: 30;
|
||||
overflow: visible;
|
||||
}
|
||||
.layer-mapillary-signs .icon-sign:hover .icon-sign-body {
|
||||
outline: 5px solid #eebb00;
|
||||
background-color: #eebb00;
|
||||
z-index: 70;
|
||||
}
|
||||
.layer-mapillary-signs .icon-sign.selected .icon-sign-body {
|
||||
outline: 5px solid #ffee00;
|
||||
background-color: #ffee00;
|
||||
z-index: 40;
|
||||
}
|
||||
|
||||
|
||||
/* OpenStreetCam Image Layer */
|
||||
.layer-openstreetcam-images {
|
||||
pointer-events: none;
|
||||
}
|
||||
.layer-openstreetcam-images .viewfield-group * {
|
||||
fill: #77ddff;
|
||||
}
|
||||
.layer-openstreetcam-images .sequence {
|
||||
stroke: #77ddff;
|
||||
}
|
||||
|
||||
|
||||
/* Mapillary viewer */
|
||||
#mly .domRenderer .TagSymbol {
|
||||
font-size: 10px;
|
||||
background-color: rgba(0,0,0,0.4);
|
||||
padding: 0 4px;
|
||||
border-radius: 4px;
|
||||
top: -25px;
|
||||
}
|
||||
#mly .domRenderer .Attribution {
|
||||
/* we will roll our own to avoid async update issues like #4526 */
|
||||
display: none;
|
||||
}
|
||||
|
||||
.mly-wrapper .photo-attribution a:active,
|
||||
.mly-wrapper .photo-attribution a:hover {
|
||||
color: #35af6d;
|
||||
}
|
||||
|
||||
.mly-wrapper .mapillary-js-dom {
|
||||
z-index: 9;
|
||||
}
|
||||
|
||||
/* OpenStreetCam viewer */
|
||||
.osc-wrapper {
|
||||
position: relative;
|
||||
background-color: #000;
|
||||
background-image: url(img/loader-black.gif);
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.osc-wrapper .photo-attribution a:active,
|
||||
.osc-wrapper .photo-attribution a:hover {
|
||||
color: #77ddff;
|
||||
}
|
||||
|
||||
.osc-controls-wrap {
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
width: 100%;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.osc-controls {
|
||||
display: inline-block;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.osc-controls button {
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
background: rgba(0,0,0,0.65);
|
||||
color: #eee;
|
||||
border-radius: 0;
|
||||
}
|
||||
.osc-controls button:first-of-type {
|
||||
border-radius: 3px 0 0 3px;
|
||||
}
|
||||
.osc-controls button:last-of-type {
|
||||
border-radius: 0 3px 3px 0;
|
||||
}
|
||||
.osc-controls button:hover,
|
||||
.osc-controls button:active,
|
||||
.osc-controls button:focus {
|
||||
background: rgba(0,0,0,0.85);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.osc-image-wrap {
|
||||
transform-origin:0 0;
|
||||
-ms-transform-origin:0 0;
|
||||
-webkit-transform-origin:0 0;
|
||||
-moz-transform-origin:0 0;
|
||||
-o-transform-origin:0 0;
|
||||
}
|
||||
+68
-19
@@ -2613,12 +2613,26 @@ div.full-screen > button:hover {
|
||||
}
|
||||
|
||||
.help-wrap .left-content .body p code {
|
||||
padding:2px 4px;
|
||||
background:#eee;
|
||||
padding: 3px 4px;
|
||||
font-size: 12px;
|
||||
color: #555;
|
||||
vertical-align: baseline;
|
||||
background-color: #f6f6f6;
|
||||
border: solid 1px #ccc;
|
||||
margin: 0 2px;
|
||||
border-bottom-color: #bbb;
|
||||
border-radius: 3px;
|
||||
box-shadow: inset 0 -1px 0 #bbb;
|
||||
}
|
||||
|
||||
.help-wrap .left-content .icon.pre-text {
|
||||
vertical-align: text-top;
|
||||
margin-right: 0;
|
||||
margin-left: 0;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.help-wrap .toc {
|
||||
/* This is two columns, 41.66666 x .4 = 16.6666 */
|
||||
width:40%;
|
||||
float:right;
|
||||
margin-left: 20px;
|
||||
@@ -2629,7 +2643,7 @@ div.full-screen > button:hover {
|
||||
.help-wrap .toc li a,
|
||||
.help-wrap .nav a {
|
||||
display: block;
|
||||
border: 1px solid #CCC;
|
||||
border: 1px solid #ccc;
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
||||
@@ -2643,7 +2657,7 @@ div.full-screen > button:hover {
|
||||
}
|
||||
|
||||
.help-wrap .toc li a.selected {
|
||||
background: #E8EBFF;
|
||||
background: #e8ebff;
|
||||
}
|
||||
|
||||
.help-wrap .toc li:first-child a {
|
||||
@@ -2651,7 +2665,7 @@ div.full-screen > button:hover {
|
||||
}
|
||||
|
||||
.help-wrap .toc li:nth-last-child(3) a {
|
||||
border-bottom: 1px solid #CCC;
|
||||
border-bottom: 1px solid #ccc;
|
||||
border-radius: 0 0 4px 4px
|
||||
}
|
||||
|
||||
@@ -2724,7 +2738,7 @@ img.tile {
|
||||
padding: 5px;
|
||||
border-radius: 3px;
|
||||
z-index: 2;
|
||||
margin-left: -50px;
|
||||
margin-left: -70px;
|
||||
margin-top: -20px;
|
||||
|
||||
transform-origin:0 0;
|
||||
@@ -2945,21 +2959,32 @@ img.tile-removing {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.panel-content li span {
|
||||
display: inline-block;
|
||||
white-space: nowrap;
|
||||
margin: 0 8px;
|
||||
}
|
||||
|
||||
.panel-content .button {
|
||||
display: inline-block;
|
||||
background: #7092ff;
|
||||
border-radius: 2px;
|
||||
padding: 0 4px;
|
||||
margin-top: 10px;
|
||||
margin-right: 10px;
|
||||
color: white;
|
||||
}
|
||||
[dir='rtl'] .panel-content .button {
|
||||
margin-right: auto;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.panel-content-history .links a {
|
||||
margin-left: 10px;
|
||||
margin-left: 8px;
|
||||
}
|
||||
[dir='rtl'] .panel-content-history .links a {
|
||||
margin-left: auto;
|
||||
margin-right: 10px;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.panel-content-history .view-history-on-osm {
|
||||
@@ -3033,13 +3058,13 @@ img.tile-removing {
|
||||
margin: 0 3px;
|
||||
}
|
||||
|
||||
|
||||
#footer {
|
||||
pointer-events: all;
|
||||
display: block;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
/* footer flash message */
|
||||
|
||||
#flash-wrap {
|
||||
display: flex;
|
||||
@@ -3052,7 +3077,7 @@ img.tile-removing {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
#flash-wrap .content {
|
||||
.flash-content {
|
||||
display: flex;
|
||||
flex: 1 0 auto;
|
||||
flex-flow: row nowrap;
|
||||
@@ -3061,15 +3086,38 @@ img.tile-removing {
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
|
||||
#flash-wrap svg.operation-icon {
|
||||
.flash-icon {
|
||||
flex: 0 0 auto;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
margin: 0 8px;
|
||||
}
|
||||
|
||||
#flash-wrap div.operation-tip {
|
||||
.flash-icon circle {
|
||||
fill: #eee;
|
||||
}
|
||||
.flash-icon.disabled circle {
|
||||
cursor: auto;
|
||||
fill: rgba(255,255,255,0.7);
|
||||
}
|
||||
|
||||
.flash-icon use {
|
||||
color: #222;
|
||||
}
|
||||
.flash-icon.disabled use {
|
||||
color: rgba(32,32,32,0.7);
|
||||
}
|
||||
|
||||
.flash-icon.operation use {
|
||||
fill: #222;
|
||||
color: #79f;
|
||||
}
|
||||
.flash-icon.operation.disabled use {
|
||||
fill: rgba(32,32,32,0.7);
|
||||
color: rgba(40,40,40,0.7);
|
||||
}
|
||||
|
||||
.flash-text {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
|
||||
@@ -3099,6 +3147,8 @@ img.tile-removing {
|
||||
}
|
||||
|
||||
|
||||
/* footer scale */
|
||||
|
||||
#scale-block {
|
||||
vertical-align: bottom;
|
||||
width: 250px;
|
||||
@@ -3483,11 +3533,11 @@ img.tile-removing {
|
||||
box-shadow: inset 0 -1px 0 #bbb;
|
||||
}
|
||||
|
||||
.modal-shortcuts .shortcut-keys svg.mouseclick use.left {
|
||||
svg.mouseclick use.left {
|
||||
fill: rgba(112, 146, 255, 1);
|
||||
color: rgba(112, 146, 255, 0);
|
||||
}
|
||||
.modal-shortcuts .shortcut-keys svg.mouseclick use.right {
|
||||
svg.mouseclick use.right {
|
||||
fill: rgba(112, 146, 255, 0);
|
||||
color: rgba(112, 146, 255, 1);
|
||||
}
|
||||
@@ -3649,8 +3699,7 @@ img.tile-removing {
|
||||
|
||||
.notice {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
bottom: 50%;
|
||||
top: 45px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
text-align: center;
|
||||
@@ -3659,7 +3708,7 @@ img.tile-removing {
|
||||
.notice .zoom-to {
|
||||
margin: auto;
|
||||
width: 300px;
|
||||
height: 80px;
|
||||
height: 70px;
|
||||
font-size: 150%;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
+167
-283
@@ -19,6 +19,8 @@ en:
|
||||
tail: Click to add nodes to your area. Click the first node to finish the area.
|
||||
draw_line:
|
||||
tail: "Click to add more nodes to the line. Click on other lines to connect to them, and double-click to end the line."
|
||||
drag_node:
|
||||
connected_to_hidden: This can't be edited because it is connected to a hidden feature.
|
||||
operations:
|
||||
add:
|
||||
annotation:
|
||||
@@ -238,7 +240,7 @@ en:
|
||||
localized_translation_label: Multilingual name
|
||||
localized_translation_language: Choose language
|
||||
localized_translation_name: Name
|
||||
zoom_in_edit: Zoom in to Edit
|
||||
zoom_in_edit: Zoom in to edit
|
||||
login: login
|
||||
logout: logout
|
||||
loading_auth: "Connecting to OpenStreetMap..."
|
||||
@@ -268,7 +270,7 @@ en:
|
||||
about_changeset_comments: About changeset comments
|
||||
about_changeset_comments_link: //wiki.openstreetmap.org/wiki/Good_changeset_comments
|
||||
google_warning: "You mentioned Google in this comment: remember that copying from Google Maps is strictly forbidden."
|
||||
google_warning_link: http://www.openstreetmap.org/copyright
|
||||
google_warning_link: https://www.openstreetmap.org/copyright
|
||||
contributors:
|
||||
list: "Edits by {users}"
|
||||
truncated_list: "Edits by {users} and {count} others"
|
||||
@@ -286,6 +288,8 @@ en:
|
||||
unknown: Unknown
|
||||
show_tiles: Show Tiles
|
||||
hide_tiles: Hide Tiles
|
||||
show_vintage: Show Vintage
|
||||
hide_vintage: Hide Vintage
|
||||
history:
|
||||
key: H
|
||||
title: History
|
||||
@@ -499,7 +503,7 @@ en:
|
||||
welcome: Welcome to the iD OpenStreetMap editor
|
||||
text: "iD is a friendly but powerful tool for contributing to the world's best free world map. This is version {version}. For more information see {website} and report bugs at {github}."
|
||||
walkthrough: "Start the Walkthrough"
|
||||
start: "Edit Now"
|
||||
start: "Edit now"
|
||||
source_switch:
|
||||
live: live
|
||||
lose_changes: "You have unsaved changes. Switching the map server will discard them. Are you sure you want to switch servers?"
|
||||
@@ -527,8 +531,8 @@ en:
|
||||
tag_suggests_area: "The tag {tag} suggests line should be area, but it is not an area"
|
||||
deprecated_tags: "Deprecated tags: {tags}"
|
||||
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
|
||||
gpx:
|
||||
@@ -544,285 +548,164 @@ en:
|
||||
title: "Traffic Sign Overlay (Mapillary)"
|
||||
mapillary:
|
||||
view_on_mapillary: "View this image on Mapillary"
|
||||
openstreetcam_images:
|
||||
tooltip: "Street-level photos from OpenStreetCam"
|
||||
title: "Photo Overlay (OpenStreetCam)"
|
||||
openstreetcam:
|
||||
view_on_openstreetcam: "View this image on OpenStreetCam"
|
||||
help:
|
||||
title: "Help"
|
||||
title: Help
|
||||
key: H
|
||||
help: |
|
||||
# Help
|
||||
|
||||
This is an editor for [OpenStreetMap](http://www.openstreetmap.org/), the
|
||||
free and editable map of the world. You can use it to add and update
|
||||
data in your area, making an open-source and open-data map of the world
|
||||
better for everyone.
|
||||
|
||||
Edits that you make on this map will be visible to everyone who uses
|
||||
OpenStreetMap. In order to make an edit, you'll need to
|
||||
[log in](https://www.openstreetmap.org/login).
|
||||
|
||||
The [iD editor](http://ideditor.com/) is a collaborative project with [source
|
||||
code available on GitHub](https://github.com/openstreetmap/iD).
|
||||
editing_saving: |
|
||||
# Editing & Saving
|
||||
|
||||
This editor is designed to work primarily online, and you're accessing
|
||||
it through a website right now.
|
||||
|
||||
### Selecting Features
|
||||
|
||||
To select a map feature, like a road or point of interest, click on it on
|
||||
the map. This will highlight the selected feature and load a sidebar with
|
||||
details about it. If you right-click on it, it will show a menu of things
|
||||
you can do with the feature.
|
||||
|
||||
To select multiple features, hold down the 'Shift' key. Then either click
|
||||
on the features you want to select, or drag on the map to draw a contour
|
||||
around those features. All the points inside the lasso area will be selected.
|
||||
|
||||
### Saving Edits
|
||||
|
||||
When you make changes like editing roads, buildings, and places, these are
|
||||
stored locally until you save them to the server. Don't worry if you make
|
||||
a mistake - you can undo changes by clicking the undo button, and redo
|
||||
changes by clicking the redo button.
|
||||
|
||||
Click 'Save' to finish a group of edits - for instance, if you've completed
|
||||
an area of town and would like to start on a new area. You'll have a chance
|
||||
to review what you've done, and the editor supplies helpful suggestions
|
||||
and warnings if something doesn't seem right about the changes.
|
||||
|
||||
If everything looks good, you can enter a short comment explaining the change
|
||||
you made, and click 'Upload' to post the changes to
|
||||
[OpenStreetMap.org](http://www.openstreetmap.org/), where they will be visible
|
||||
to all other users and available for others to build and improve upon.
|
||||
|
||||
If you can't finish your edits in one sitting, you can leave the editor
|
||||
window and come back (on the same browser and computer), and the
|
||||
editor application will offer to restore your work.
|
||||
|
||||
### Using the editor
|
||||
|
||||
You can view a list of keyboard shortcuts by pressing the `?` key.
|
||||
|
||||
roads: |
|
||||
# Roads
|
||||
|
||||
You can create, fix, and delete roads with this editor. Roads can be all
|
||||
kinds: paths, highways, trails, cycleways, and more - any often-crossed
|
||||
segment should be mappable.
|
||||
|
||||
### Selecting
|
||||
|
||||
Click on a road to select it. An outline should become visible, along
|
||||
with a sidebar showing more information about the road. If you right-click
|
||||
on it, you'll have a menu of actions you can apply on the road.
|
||||
|
||||
### Modifying
|
||||
|
||||
Often you'll see roads that aren't aligned to the imagery behind them
|
||||
or to a GPS track. You can adjust these roads so they are in the correct
|
||||
place.
|
||||
|
||||
First click on the road you want to change. This will highlight it and show
|
||||
control points along it that you can drag to better locations. If
|
||||
you want to add new control points for more detail, double-click a part
|
||||
of the road without a node, and one will be added.
|
||||
|
||||
If the road connects to another road, but doesn't properly connect on
|
||||
the map, you can drag one of its control points onto the other road in
|
||||
order to join them. Having roads connect is important for the map
|
||||
and essential for providing driving directions.
|
||||
|
||||
You can also right-click on it and select the 'Move' tool, or simply press
|
||||
the `M` shortcut key, to move the entire road at one time, and then click
|
||||
again to save that movement.
|
||||
|
||||
### Deleting
|
||||
|
||||
If a road is entirely incorrect - you can see that it doesn't exist in satellite
|
||||
imagery and ideally have confirmed locally that it's not present - you can delete
|
||||
it, which removes it from the map. Be cautious when deleting features -
|
||||
like any other edit, the results are seen by everyone and satellite imagery
|
||||
is often out of date, so the road could simply be newly built.
|
||||
|
||||
You can delete a road by clicking on it to select it, then pressing the 'Delete'
|
||||
key or right-clicking it and then clicking the trash can icon.
|
||||
|
||||
### Creating
|
||||
|
||||
Found somewhere there should be a road but there isn't? Click the 'Line'
|
||||
icon in the top-left of the editor or press the shortcut key `2` to start drawing
|
||||
a line.
|
||||
|
||||
Click on the start of the road on the map to start drawing. If the road
|
||||
branches off from an existing road, start by clicking on the place where they connect.
|
||||
|
||||
Then click on points along the road so that it follows the right path, according
|
||||
to satellite imagery or GPS. If the road you are drawing crosses another road, connect
|
||||
it by clicking on the intersection point. When you're done drawing, double-click
|
||||
or press 'Return' or 'Enter' on your keyboard.
|
||||
gps: |
|
||||
# GPS
|
||||
|
||||
Collected GPS traces are one valuable source of data for OpenStreetMap. This editor
|
||||
supports local traces - `.gpx` files on your local computer. You can collect
|
||||
this kind of GPS trace with a number of smartphone applications as well as
|
||||
personal GPS hardware.
|
||||
|
||||
For information on how to perform a GPS survey, read
|
||||
[Mapping with a smartphone, GPS, or paper](http://learnosm.org/en/mobile-mapping/).
|
||||
|
||||
To use a GPX track for mapping, drag and drop the GPX file onto the map
|
||||
editor. If it's recognized, it will be added to the map as a bright purple
|
||||
line. Click on the 'Map Data' menu on the right side to enable,
|
||||
disable, or zoom to this new GPX-powered layer.
|
||||
|
||||
The GPX track isn't directly uploaded to OpenStreetMap - the best way to
|
||||
use it is to draw on the map, using it as a guide for the new features that
|
||||
you add, and also to [upload it to OpenStreetMap](http://www.openstreetmap.org/trace/create)
|
||||
for other users to use.
|
||||
imagery: |
|
||||
# Imagery
|
||||
|
||||
Aerial imagery is an important resource for mapping. A combination of
|
||||
airplane flyovers, satellite views, and freely-compiled sources are available
|
||||
in the editor under the 'Background Settings' menu on the right.
|
||||
|
||||
By default a [Bing Maps](http://www.bing.com/maps/) satellite layer is
|
||||
presented in the editor, but as you pan and zoom the map to new geographical
|
||||
areas, new sources will become available. Some countries, like the United
|
||||
States, France, and Denmark have very high-quality imagery available for some areas.
|
||||
|
||||
Imagery is sometimes offset from the map data because of a mistake on the
|
||||
imagery provider's side. If you see a lot of roads shifted from the background,
|
||||
don't immediately move them all to match the background. Instead you can adjust
|
||||
the imagery so that it matches the existing data by clicking 'Fix alignment' at
|
||||
the bottom of the Background Settings UI.
|
||||
addresses: |
|
||||
# Addresses
|
||||
|
||||
Addresses are some of the most useful information for the map.
|
||||
|
||||
Although addresses are often represented as parts of streets, in OpenStreetMap
|
||||
they're recorded as attributes of buildings and places along streets.
|
||||
|
||||
You can add address information to places mapped as building outlines
|
||||
as well as those mapped as single points. The optimal source of address
|
||||
data is from an on-the-ground survey or personal knowledge - as with any
|
||||
other feature, copying from commercial sources like Google Maps is strictly
|
||||
forbidden.
|
||||
inspector: |
|
||||
# Using the Inspector
|
||||
|
||||
The inspector is the section on the left side of the page that allows you to
|
||||
edit the details of the selected feature.
|
||||
|
||||
### Selecting a Feature Type
|
||||
|
||||
After you add a point, line, or area, you can choose what type of feature it
|
||||
is, like whether it's a highway or residential road, supermarket or cafe.
|
||||
The inspector will display buttons for common feature types, and you can
|
||||
find others by typing what you're looking for in the search box.
|
||||
|
||||
Click the 'i' in the bottom-right-hand corner of a feature type button to
|
||||
learn more about it. Click a button to choose that type.
|
||||
|
||||
### Using Forms and Editing Tags
|
||||
|
||||
After you choose a feature type, or when you select a feature that already
|
||||
has a type assigned, the inspector will display fields with details about
|
||||
the feature like its name and address.
|
||||
|
||||
Below the fields you see, you can click the 'Add field' dropdown to add
|
||||
other details, like a Wikipedia link, wheelchair access, and more.
|
||||
|
||||
At the bottom of the inspector, click 'Additional tags' to add arbitrary
|
||||
other tags to the element. [Taginfo](http://taginfo.openstreetmap.org/) is a
|
||||
great resource for learn more about popular tag combinations.
|
||||
|
||||
Changes you make in the inspector are automatically applied to the map.
|
||||
You can undo them at any time by clicking the 'Undo' button.
|
||||
buildings: |
|
||||
# Buildings
|
||||
|
||||
OpenStreetMap is the world's largest database of buildings. You can create
|
||||
and improve this database.
|
||||
|
||||
### Selecting
|
||||
|
||||
You can select a building by clicking on its border. This will highlight the
|
||||
building and load a sidebar showing more information about the building.
|
||||
If you right-click on it, it will show a menu of actions you can execute
|
||||
in the building.
|
||||
|
||||
### Modifying
|
||||
|
||||
Sometimes buildings are incorrectly placed or have incorrect tags.
|
||||
|
||||
To move an entire building, select it and press the 'M' shortcut key,
|
||||
or right-click it and select the 'Move' tool. Move your
|
||||
mouse to shift the building, and click when it's correctly placed.
|
||||
|
||||
To fix the specific shape of a building, click and drag the nodes that form
|
||||
its border into better places.
|
||||
|
||||
### Creating
|
||||
|
||||
One of the main questions around adding buildings to the map is that
|
||||
OpenStreetMap records buildings both as shapes and points. The rule of thumb
|
||||
is to _map a building as a shape whenever possible_, and map companies, homes,
|
||||
amenities, and other things that operate out of buildings as points placed
|
||||
within the building shape.
|
||||
|
||||
Start drawing a building as a shape by clicking the 'Area' button in the top
|
||||
left of the interface, and end it either by pressing 'Return' on your keyboard
|
||||
or clicking on the first node drawn to close the shape.
|
||||
|
||||
### Deleting
|
||||
|
||||
If a building is entirely incorrect - you can see that it doesn't exist in satellite
|
||||
imagery and ideally have confirmed locally that it's not present - you can delete
|
||||
it, which removes it from the map. Be cautious when deleting features -
|
||||
like any other edit, the results are seen by everyone and satellite imagery
|
||||
is often out of date, so the building could simply be newly built.
|
||||
|
||||
You can delete a building by clicking on it to select it, then pressing the 'Delete'
|
||||
key, or right-clicking it and then clicking the trash can icon.
|
||||
relations: |
|
||||
# Relations
|
||||
|
||||
A relation is a special type of feature in OpenStreetMap that groups together
|
||||
other features. For example, two common types of relations are *route relations*,
|
||||
which group together sections of road that belong to a specific freeway or
|
||||
highway, and *multipolygons*, which group together several lines that define
|
||||
a complex area (one with several pieces or holes in it like a donut).
|
||||
|
||||
The group of features in a relation are called *members*. In the bottom of the
|
||||
sidebar, you can see which relations a feature is a member of, and click on a
|
||||
relation there will select it. When the relation is selected, you can see all of
|
||||
its members listed in the sidebar and highlighted on the map.
|
||||
|
||||
For the most part, iD will take care of maintaining relations automatically
|
||||
while you edit. The main thing you should be aware of is that if you delete a
|
||||
section of road to redraw it more accurately, you should make sure that the
|
||||
new section is a member of the same relations as the original.
|
||||
|
||||
## Editing Relations
|
||||
|
||||
If you want to edit relations, here are the basics.
|
||||
|
||||
To add a feature to a relation, select the feature, click the "+" button in the
|
||||
"All relations" section of the sidebar, and select or type the name of the relation.
|
||||
|
||||
To create a new relation, select the first feature that should be a member,
|
||||
click the "+" button in the "All relations" section, and select "New relation...".
|
||||
|
||||
To remove a feature from a relation, select the feature and click the trash
|
||||
button next to the relation you want to remove it from.
|
||||
|
||||
You can create multipolygons with holes using the "Merge" tool. Draw two areas (inner
|
||||
and outer), hold the Shift key and click on each of them to select them both, and then
|
||||
press the 'C' shortcut key. Other option is to select both, and then right-click one
|
||||
of the and click the "Merge" (+) button.
|
||||
help:
|
||||
title: Help
|
||||
welcome: "Welcome to the iD editor for [OpenStreetMap](https://www.openstreetmap.org/). With this editor you can update OpenStreetMap right from your web browser."
|
||||
open_data_h: "Open Data"
|
||||
open_data: "Edits that you make on this map will be visible to everyone who uses OpenStreetMap. Your edits can be based on personal knowledge, on-the-ground surveying, or imagery collected from aerial or street level photos. Copying from commercial sources, like Google Maps, [is strictly forbidden](https://www.openstreetmap.org/copyright)."
|
||||
before_start_h: "Before you start"
|
||||
before_start: "You should be familiar with OpenStreetMap and this editor before you start editing. iD contains a walkthrough to teach you the basics of editing OpenStreetMap. Click \"Start the Walkthrough\" on this screen to take the tutorial - it takes only about 15 minutes."
|
||||
open_source_h: "Open Source"
|
||||
open_source: "The iD editor is a collaborative open source project, and you are using version {version} now. The source code is available [on GitHub](https://github.com/openstreetmap/iD)."
|
||||
open_source_help: "You can help iD by [translating](https://github.com/openstreetmap/iD/blob/master/CONTRIBUTING.md#translating) or [reporting bugs](https://github.com/openstreetmap/iD/issues)."
|
||||
overview:
|
||||
title: Overview
|
||||
navigation_h: "Navigation"
|
||||
navigation_drag: "You can drag the map by pressing and holding down the {leftclick} left mouse button and moving the mouse around. You can also use the `↓`, `↑`, `←`, `→` arrow keys on your keyboard."
|
||||
navigation_zoom: "You can zoom in or out by scrolling with the mouse wheel or trackpad, or by clicking the {plus} / {minus} buttons along the side of the map. You can also use the `+`, `-` keys on your keyboard."
|
||||
features_h: "Map Features"
|
||||
features: "We use the word *features* to describe things that appear on the map, such as roads, buildings, or points of interest. Anything in the real world can be mapped as a feature on OpenStreetMap. Map features are represented on the map using *points*, *lines*, or *areas*."
|
||||
nodes_ways: "In OpenStreetmap, points are sometimes called *nodes*, and lines and areas are sometimes called *ways*."
|
||||
editing:
|
||||
title: "Editing & Saving"
|
||||
select_h: "Select"
|
||||
select_left_click: "{leftclick} Left-click on a feature to select it. This will highlight it with a pulsing glow, and the sidebar will display details about that feature, such as its name or address."
|
||||
select_right_click: "{rightclick} Right-click on a feature to display the editing menu, which shows the commands that are available, such as rotating, moving, and deleting."
|
||||
multiselect_h: "Multiselect"
|
||||
multiselect_shift_click: "`{shift}`+{leftclick} left-click to select several features together. This makes it easier to move or delete multiple items."
|
||||
multiselect_lasso: "Another way to select multiple features is to hold down the `{shift}` key, then press and hold down the {leftclick} left mouse button and drag the mouse to draw a selection lasso. All of the points inside the lasso area will be selected."
|
||||
undo_redo_h: "Undo & Redo"
|
||||
undo_redo: "Your edits are stored locally in your browser until you choose to save them to the OpenStreetMap server. You can undo edits by clicking the {undo} **Undo** button, and redo them by clicking the {redo} **Redo** button."
|
||||
save_h: "Save"
|
||||
save: "Click {save} **Save** to finish your edits and send them to OpenStreetMap. You should remember to save your work frequently!"
|
||||
save_validation: "On the save screen, you'll have a chance to review what you've done. iD will also perform some basic checks for missing data and may offer helpful suggestions and warnings if something doesn't seem right."
|
||||
upload_h: "Upload"
|
||||
upload: "Before uploading your changes you must enter a [changeset comment](https://wiki.openstreetmap.org/wiki/Good_changeset_comments). Then click **Upload** to send your changes to OpenStreetMap, where they will be merged into the map and publicly visible to everyone."
|
||||
backups_h: "Automatic Backups"
|
||||
backups: "If you can't finish your edits in one sitting, for example if your computer crashes or you close the browser tab, your edits are still saved in your browser's storage. You can come back later (on the same browser and computer), and iD will offer to restore your work."
|
||||
keyboard_h: "Keyboard Shortcuts"
|
||||
keyboard: "You can view a list of keyboard shortcuts by pressing the `?` key."
|
||||
feature_editor:
|
||||
title: Feature Editor
|
||||
intro: "The *feature editor* appears alongside the map, and allows you to see and edit all of the information for the selected feature."
|
||||
definitions: "The top section displays the feature's type. The middle section contains *fields* showing the feature's attributes, such as its name or address."
|
||||
type_h: "Feature Type"
|
||||
type: "You can click on the feature type to change the feature to a different type. Everything that exists in the real world can be added to OpenStreetMap, so there are thousands of feature types to choose from."
|
||||
type_picker: "The type picker displays the most common feature types, such as parks, hospitals, restaurants, roads, and buildings. You can search for anything by typing what you're looking for in the search box. You can also click the {inspect} **Info** icon next to the feature type to learn more about it."
|
||||
fields_h: "Fields"
|
||||
fields_all_fields: "The \"All fields\" section contains all of the feature's details that you may edit. In OpenStreetMap, all of the fields are optional, and it's OK to leave a field blank if you are unsure."
|
||||
fields_example: "Each feature type will display different fields. For example, a road may display fields for its surface and speed limit, but a restaurant may display fields for the type of food it serves and the hours it is open."
|
||||
fields_add_field: "You can also click the \"Add field\" dropdown to add more fields, such as a description, Wikipedia link, wheelchair access, and more."
|
||||
tags_h: "Tags"
|
||||
tags_all_tags: "Below the fields section, you can expand the \"All tags\" section to edit any of the OpenStreetMap *tags* for the selected feature. Each tag consists of a *key* and *value*, data elements that define all of the features stored in OpenStreetMap."
|
||||
tags_resources: "Editing a feature's tags requires intermediate knowledge about OpenStreetMap. You should consult resources like the [OpenStreetMap Wiki](https://wiki.openstreetmap.org/wiki/Main_Page) or [Taginfo](https://taginfo.openstreetmap.org/) to learn more about accepted OpenStreetMap tagging practices."
|
||||
points:
|
||||
title: Points
|
||||
intro: "*Points* can be used to represent features such as shops, restaurants, and monuments. They mark a specific location, and describe what's there."
|
||||
add_point_h: "Adding Points"
|
||||
add_point: "To add a point, click the {point} **Point** button on the toolbar above the map, or press the shortcut key `1`. This will change the mouse cursor to a cross symbol."
|
||||
add_point_finish: "To place the new point on the map, position the mouse cursor where the point should go, then {leftclick} left-click or press `Space`."
|
||||
move_point_h: "Moving Points"
|
||||
move_point: "To move a point, place the mouse cursor over the point, then press and hold the {leftclick} left mouse button while dragging the point to its new location."
|
||||
delete_point_h: "Deleting Points"
|
||||
delete_point: "It's OK to delete features that don't exist in the real world. Deleting a feature from OpenStreetMap removes it from the map that everyone uses, so you should make sure a feature is really gone before you delete it."
|
||||
delete_point_command: "To delete a point, {rightclick} right-click on the point to select it and show the edit menu, then use the {delete} **Delete** command."
|
||||
lines:
|
||||
title: Lines
|
||||
intro: "*Lines* are used to represent features such as roads, railroads, and rivers. Lines should be drawn down the center of the feature that they represent."
|
||||
add_line_h: "Adding Lines"
|
||||
add_line: "To add a line, click the {line} **Line** button on the toolbar above the map, or press the shortcut key `2`. This will change the mouse cursor to a cross symbol."
|
||||
add_line_draw: "Next, position the mouse cursor where the line should begin and {leftclick} left-click or press `Space` to begin placing nodes along the line. Continue placing more nodes by clicking or pressing `Space`. While drawing, you can zoom in or drag the map in order to add more detail."
|
||||
add_line_finish: "To finish a line, press `{return}` or click again on the last node."
|
||||
modify_line_h: "Modifying Lines"
|
||||
modify_line_dragnode: "Often you'll see lines that aren't shaped correctly, for example a road that does not match up with the background imagery. To adjust the shape of a line, first {leftclick} left-click to select it. All nodes of the line will be drawn as small circles. You can then drag the nodes to better locations."
|
||||
modify_line_addnode: "You can also create new nodes along a line either by {leftclick}**x2** double-clicking on the line or by dragging the small triangles at the midpoints between nodes."
|
||||
connect_line_h: "Connecting Lines"
|
||||
connect_line: "Having roads connected properly is important for the map and essential for providing driving directions."
|
||||
connect_line_display: "The connections between roads are drawn with gray circles. The endpoints of a line are drawn with larger white circles if they don't connect to anything."
|
||||
connect_line_drag: "To connect a line to another feature, drag one of the line's nodes onto the other feature until both features snap together. Tip: You can hold down the `{alt}` key to prevent nodes from connecting to other features."
|
||||
connect_line_tag: "If you know that the connection has traffic lights or crosswalks, you can add them by selecting the connecting node and using the feature editor to select the correct feature's type."
|
||||
disconnect_line_h: "Disconnecting Lines"
|
||||
disconnect_line_command: "To disconnect a road from another feature, {rightclick} right-click the connecting node and select the {disconnect} **Disconnect** command from the editing menu."
|
||||
move_line_h: "Moving Lines"
|
||||
move_line_command: "To move an entire line, {rightclick} right-click the line and select the {move} **Move** command from the editing menu. Then move the mouse, and {leftclick} left-click to place the line in a new location."
|
||||
move_line_connected: "Lines that are connected to other features will stay connected as you move the line to a new location. iD may prevent you from moving a line across another connected line."
|
||||
delete_line_h: "Deleting Lines"
|
||||
delete_line: "If a line is entirely incorrect, for example a road that doesn't exist in the real world, it's OK to delete it. Be careful when deleting features: the background imagery you are using might be outdated, and a road that looks wrong could simply be newly built."
|
||||
delete_line_command: "To delete a line, {rightclick} right-click on the line to select it and show the edit menu, then use the {delete} **Delete** command."
|
||||
areas:
|
||||
title: Areas
|
||||
intro: "*Areas* are used to show the boundaries of features like lakes, buildings, and residential areas. Areas should be traced around the edge of the feature that they represent, for example, around the base of a building."
|
||||
point_or_area_h: "Points or Areas?"
|
||||
point_or_area: "Many features can be represented as points or areas. You should map buildings and property outlines as areas whenever possible. Place points inside a building area to represent businesses, amenities, and other features located inside the building."
|
||||
add_area_h: "Adding Areas"
|
||||
add_area_command: "To add an area, click the {area} **Area** button on the toolbar above the map, or press the shortcut key `3`. This will change the mouse cursor to a cross symbol."
|
||||
add_area_draw: "Next, position the mouse cursor at one of the corners of the feature and {leftclick} left-click or press `Space` to begin placing nodes around the outer edge of the area. Continue placing more nodes by clicking or pressing `Space`. While drawing, you can zoom in or drag the map in order to add more detail."
|
||||
add_area_finish: "To finish an area, press `{return}` or click again on either the first or last node."
|
||||
square_area_h: "Square Corners"
|
||||
square_area_command: "Many area features like buildings have square corners. To square the corners of an area, {rightclick} right-click the edge of the area and select the {orthogonalize} **Square** command from the editing menu."
|
||||
modify_area_h: "Modifying Areas"
|
||||
modify_area_dragnode: "Often you'll see areas that aren't shaped correctly, for example a building that does not match up with the background imagery. To adjust the shape of an area, first {leftclick} left-click to select it. All nodes of the area will be drawn as small circles. You can then drag the nodes to better locations."
|
||||
modify_area_addnode: "You can also create new nodes along an area either by {leftclick}**x2** double-clicking on the edge of the area or by dragging the small triangles at the midpoints between nodes."
|
||||
delete_area_h: "Deleting Areas"
|
||||
delete_area: "If an area is entirely incorrect, for example a building that doesn't exist in the real world, it's OK to delete it. Be cautious when deleting features - the background imagery you are using might be outdated, and a building that looks wrong could simply be newly built."
|
||||
delete_area_command: "To delete an area, {rightclick} right-click on the area to select it and show the edit menu, then use the {delete} **Delete** command."
|
||||
relations:
|
||||
title: Relations
|
||||
intro: "A *relation* is a special type of feature in OpenStreetMap that groups together other features. The features that belong to a relation are called *members*, and each member can have a *role* in the relation."
|
||||
edit_relation_h: "Editing Relations"
|
||||
edit_relation: "At the bottom of the feature editor, you can expand the \"All relations\" section to see if the selected feature is a member of any relations. You can then click on the relation to select and edit it."
|
||||
edit_relation_add: "To add a feature to a relation, select the feature, then click the {plus} add button in the \"All relations\" section of the feature editor. You can choose from a list of nearby relations, or choose the \"New relation...\" option."
|
||||
edit_relation_delete: "You can also click the {delete} **Delete** button to remove the selected feature from the relation. If you remove all of the members from a relation, the relation will be deleted automatically."
|
||||
maintain_relation_h: "Maintaining Relations"
|
||||
maintain_relation: "For the most part, iD will maintain relations automatically as you edit. You should take care when replacing features that might be members of relations. For example if you delete a section of road and draw a new section of road to replace it, you should add the new section to the same relations (routes, turn restrictions, etc.) as the original."
|
||||
relation_types_h: "Relation Types"
|
||||
multipolygon_h: "Multipolygons"
|
||||
multipolygon: "A *multipolygon* relation is a group of one or more *outer* features and one or more inner features. The outer features define the outer edges of the multipolygon, and the inner features define sub-areas or holes cut out from the inside of the multipolygon."
|
||||
multipolygon_create: "To create a multipolygon, for example a building with a hole in it, draw the outer edge as an area and the inner edge as a line or different kind of area. Then `{shift}`+{leftclick} left-click to select both features, {rightclick} right-click to show the edit menu, and select the {merge} **Merge** command."
|
||||
multipolygon_merge: "Merging several lines or areas will create a new multipolygon relation with all selected areas as members. iD will choose the inner and outer roles automatically, based on which features are contained inside other features."
|
||||
turn_restriction_h: "Turn restrictions"
|
||||
turn_restriction: "A *turn restriction* relation is a group of several road segments in an intersection. Turn restrictions consist of a *from* road, *via* node or roads, and a *to* road."
|
||||
turn_restriction_field: "To edit turn restrictions, select a junction node where two or more roads meet. The feature editor will display a special \"Turn Restrictions\" field containing a model of the intersection."
|
||||
turn_restriction_editing: "In the \"Turn Restrictions\" field, click to select a \"from\" road, and see whether turns are allowed or restricted to any of the \"to\" roads. You can click on the turn icons to toggle them between allowed and restricted. iD will create relations automatically and set the from, via, and to roles based on your choices."
|
||||
route_h: "Routes"
|
||||
route: "A *route* relation is a group of one or more line features that together form a route network, like a bus route, train route, or highway route."
|
||||
route_add: "To add a feature to a route relation, select the feature and scroll down to the \"All relations\" section of the feature editor, then click the {plus} add button to add this feature to a nearby existing relation or a new relation."
|
||||
boundary_h: "Boundaries"
|
||||
boundary: "A *boundary* relation is a group of one or more line features that together form an administrative boundary."
|
||||
boundary_add: "To add a feature to a boundary relation, select the feature and scroll down to the \"All relations\" section of the feature editor, then click the {plus} add button to add this feature to a nearby existing relation or a new relation."
|
||||
imagery:
|
||||
title: Background Imagery
|
||||
intro: "The background imagery that appears beneath the map data is an important resource for mapping. This imagery can be aerial photos collected from satellites, airplanes, and drones, or it can be scanned historical maps or other freely available source data."
|
||||
sources_h: "Imagery Sources"
|
||||
choosing: "To see which imagery sources are available for editing, click the {layers} **Background settings** button on the side of the map."
|
||||
sources: "By default, a [Bing Maps](https://www.bing.com/maps/) satellite layer is chosen as the background image. Depending on where you are editing, other imagery sources will be available. Some may be newer or have higher resolution, so it is always useful to check and see which layer is the best one to use as a mapping reference."
|
||||
offsets_h: "Adjusting Imagery Offset"
|
||||
offset: "Imagery is sometimes offset slightly from accurate map data. If you see a lot of roads or buildings shifted from the background imagery, it may be the imagery that's incorrect, so don't move them all to match the background. Instead, you can adjust the background so that it matches the existing data by expanding the \"Adjust Imagery Offset\" section at the bottom of the Background Settings pane."
|
||||
offset_change: "Click on the small triangles to adjust the imagery offset in small steps, or hold the left mouse button and drag within the gray square to slide the imagery into alignment."
|
||||
streetlevel:
|
||||
title: Street Level Photos
|
||||
intro: "Street level photos are useful for mapping traffic signs, businesses, and other details that you can't see from satellite and aerial images. The iD editor supports street level photos from [Mapillary](https://www.mapillary.com) and [OpenStreetCam](https://www.openstreetcam.org)."
|
||||
using_h: "Using Street Level Photos"
|
||||
using: "To use street level photos for mapping, click the {data} **Map data** panel on the side of the map to enable or disable the available photo layers."
|
||||
photos: "When enabled, the photo layer displays a line along the sequence of photos. At higher zoom levels, a circle marks at each photo location, and at even higher zoom levels, a cone indicates the direction the camera was facing when the photo was taken."
|
||||
viewer: "When you click on one of the photo locations, a photo viewer appears in the bottom corner of the map. The photo viewer contains controls to step forward and backward in the image sequence. It also shows the username of the person who captured the image, the date it was captured, and a link to view the image on the original site."
|
||||
gps:
|
||||
title: GPS Traces
|
||||
intro: "Collected GPS traces are a valuable source of data for OpenStreetMap. This editor supports *.gpx*, *.geojson*, and *.kml* files on your local computer. You can collect GPS traces with a smartphone, sports watch, or other GPS device."
|
||||
survey: "For information on how to perform a GPS survey, read [Mapping with a smartphone, GPS, or paper](http://learnosm.org/en/mobile-mapping/)."
|
||||
using_h: "Using GPS Traces"
|
||||
using: "To use a GPS trace for mapping, drag and drop the data file onto the map editor. If it's recognized, it will be drawn on the map as a bright purple line. Click the {data} **Map data** panel on the side of the map to enable, disable, or zoom to your GPS data."
|
||||
tracing: "The GPS track isn't sent to OpenStreetMap - the best way to use it is to draw on the map, using it as a guide for the new features that you add."
|
||||
upload: "You can also [upload your GPS data to OpenStreetMap](https://www.openstreetmap.org/trace/create) for other users to use."
|
||||
intro:
|
||||
done: done
|
||||
ok: OK
|
||||
@@ -994,7 +877,7 @@ en:
|
||||
play: "Now that you know how to create and edit points, try creating a few more points for practice! **When you are ready to continue to the next chapter, click '{next}'.**"
|
||||
areas:
|
||||
title: "Areas"
|
||||
add_playground: "*Areas* are used to show the boundaries of features like lakes, buildings, and residential areas.{br}They can be also be used for more detailed mapping of many features you might normally map as points. **Click the {button} Area button to add a new area.**"
|
||||
add_playground: "*Areas* are used to show the boundaries of features like lakes, buildings, and residential areas.{br}They can also be used for more detailed mapping of many features you might normally map as points. **Click the {button} Area button to add a new area.**"
|
||||
start_playground: "Let's add this playground to the map by drawing an area. Areas are drawn by placing *nodes* along the outer edge of the feature. **Click or press spacebar to place a starting node on one of the corners of the playground.**"
|
||||
continue_playground: "Continue drawing the area by placing more nodes along the playground's edge. It is OK to connect the area to the existing walking paths.{br}Tip: You can hold down the '{alt}' key to prevent nodes from connecting to other features. **Continue drawing an area for the playground.**"
|
||||
finish_playground: "Finish the area by pressing enter, or clicking again on either the first or last node. **Finish drawing an area for the playground.**"
|
||||
@@ -1113,6 +996,7 @@ en:
|
||||
select_one: "Select a single feature"
|
||||
select_multi: "Select multiple features"
|
||||
lasso: "Draw a selection lasso around features"
|
||||
search: "Find features matching search text"
|
||||
with_selected:
|
||||
title: "With feature selected"
|
||||
edit_menu: "Toggle edit menu"
|
||||
|
||||
+187
-1157
File diff suppressed because one or more lines are too long
+419
-61
@@ -165,6 +165,9 @@ en:
|
||||
aeroway:
|
||||
# aeroway=*
|
||||
label: Type
|
||||
agrarian:
|
||||
# agrarian=*
|
||||
label: Products
|
||||
amenity:
|
||||
# amenity=*
|
||||
label: Type
|
||||
@@ -247,6 +250,9 @@ en:
|
||||
brand:
|
||||
# brand=*
|
||||
label: Brand
|
||||
brewery:
|
||||
# brewery=*
|
||||
label: Draft Beers
|
||||
bridge:
|
||||
# bridge=*
|
||||
label: Type
|
||||
@@ -261,6 +267,11 @@ en:
|
||||
bunker_type:
|
||||
# bunker_type=*
|
||||
label: Type
|
||||
cables:
|
||||
# cables=*
|
||||
label: Cables
|
||||
# cables field placeholder
|
||||
placeholder: '1, 2, 3...'
|
||||
camera/direction:
|
||||
# 'camera:direction=*'
|
||||
label: Direction (Degrees Clockwise)
|
||||
@@ -452,7 +463,7 @@ en:
|
||||
label: Description
|
||||
devices:
|
||||
# devices=*
|
||||
label: Number of Devices
|
||||
label: Devices
|
||||
# devices field placeholder
|
||||
placeholder: '1, 2, 3...'
|
||||
diaper:
|
||||
@@ -592,6 +603,9 @@ en:
|
||||
generator/type:
|
||||
# 'generator:type=*'
|
||||
label: Type
|
||||
government:
|
||||
# government=*
|
||||
label: Type
|
||||
grape_variety:
|
||||
# grape_variety=*
|
||||
label: Grape Varieties
|
||||
@@ -806,6 +820,9 @@ en:
|
||||
label: Milestone Position
|
||||
# milestone_position field placeholder
|
||||
placeholder: Distance to one decimal (123.4)
|
||||
monitoring_multi:
|
||||
# 'monitoring:=*'
|
||||
label: Monitoring
|
||||
mtb/scale:
|
||||
# 'mtb:scale=*'
|
||||
label: Mountain Biking Difficulty
|
||||
@@ -990,7 +1007,7 @@ en:
|
||||
label: Payment Types
|
||||
phases:
|
||||
# phases=*
|
||||
label: Number of Phases
|
||||
label: Phases
|
||||
# phases field placeholder
|
||||
placeholder: '1, 2, 3...'
|
||||
phone:
|
||||
@@ -1074,7 +1091,7 @@ en:
|
||||
# max_age=*
|
||||
label: Maximum Age
|
||||
playground/min_age:
|
||||
# max_age=*
|
||||
# min_age=*
|
||||
label: Minimum Age
|
||||
population:
|
||||
# population=*
|
||||
@@ -1100,14 +1117,6 @@ en:
|
||||
recycling_accepts:
|
||||
# 'recycling:=*'
|
||||
label: Accepts
|
||||
recycling_type:
|
||||
# recycling_type=*
|
||||
label: Recycling Type
|
||||
options:
|
||||
# recycling_type=centre
|
||||
centre: Recycling Center
|
||||
# recycling_type=container
|
||||
container: Container
|
||||
ref:
|
||||
# ref=*
|
||||
label: Reference Code
|
||||
@@ -1372,6 +1381,18 @@ en:
|
||||
surveillance/zone:
|
||||
# 'surveillance:zone=*'
|
||||
label: Surveillance Zone
|
||||
switch:
|
||||
# switch=*
|
||||
label: Type
|
||||
options:
|
||||
# switch=circuit_breaker
|
||||
circuit_breaker: Circuit Breaker
|
||||
# switch=disconnector
|
||||
disconnector: Disconnector
|
||||
# switch=earthing
|
||||
earthing: Earthing
|
||||
# switch=mechanical
|
||||
mechanical: Mechanical
|
||||
tactile_paving:
|
||||
# tactile_paving=*
|
||||
label: Tactile Paving
|
||||
@@ -1464,7 +1485,7 @@ en:
|
||||
placeholder: 'Excellent, Good, Bad...'
|
||||
transformer:
|
||||
# transformer=*
|
||||
label: Type of Transformer
|
||||
label: Type
|
||||
options:
|
||||
# transformer=auto
|
||||
auto: Autotransformer
|
||||
@@ -1523,6 +1544,9 @@ en:
|
||||
shield: Shield
|
||||
# 'volcano:type=stratovolcano'
|
||||
stratovolcano: Stratovolcano
|
||||
voltage:
|
||||
# voltage=*
|
||||
label: Voltage
|
||||
voltage/primary:
|
||||
# 'voltage:primary=*'
|
||||
label: Primary Voltage
|
||||
@@ -1563,7 +1587,7 @@ en:
|
||||
label: Wikipedia
|
||||
windings:
|
||||
# windings=*
|
||||
label: Number of Windings
|
||||
label: Windings
|
||||
# windings field placeholder
|
||||
placeholder: '1, 2, 3...'
|
||||
windings/configuration:
|
||||
@@ -1642,7 +1666,6 @@ en:
|
||||
aerialway/station:
|
||||
# aerialway=station
|
||||
name: Aerialway Station
|
||||
terms: '<translate with synonyms or related terms for ''Aerialway Station'', separated by commas>'
|
||||
aerialway/t-bar:
|
||||
# aerialway=t-bar
|
||||
name: T-bar Lift
|
||||
@@ -1766,8 +1789,7 @@ en:
|
||||
terms: '<translate with synonyms or related terms for ''Currency Exchange'', separated by commas>'
|
||||
amenity/bus_station:
|
||||
# amenity=bus_station
|
||||
name: Bus Station
|
||||
terms: '<translate with synonyms or related terms for ''Bus Station'', separated by commas>'
|
||||
name: Bus Station / Terminal
|
||||
amenity/cafe:
|
||||
# amenity=cafe
|
||||
name: Cafe
|
||||
@@ -1884,8 +1906,7 @@ en:
|
||||
terms: '<translate with synonyms or related terms for ''Fast Food'', separated by commas>'
|
||||
amenity/ferry_terminal:
|
||||
# amenity=ferry_terminal
|
||||
name: Ferry Terminal
|
||||
terms: '<translate with synonyms or related terms for ''Ferry Terminal'', separated by commas>'
|
||||
name: Ferry Station / Terminal
|
||||
amenity/fire_station:
|
||||
# amenity=fire_station
|
||||
name: Fire Station
|
||||
@@ -1951,6 +1972,11 @@ en:
|
||||
# amenity=motorcycle_parking
|
||||
name: Motorcycle Parking
|
||||
terms: '<translate with synonyms or related terms for ''Motorcycle Parking'', separated by commas>'
|
||||
amenity/music_school:
|
||||
# amenity=music_school
|
||||
name: Music School
|
||||
# 'terms: school of music'
|
||||
terms: '<translate with synonyms or related terms for ''Music School'', separated by commas>'
|
||||
amenity/nightclub:
|
||||
# amenity=nightclub
|
||||
name: Nightclub
|
||||
@@ -2072,9 +2098,9 @@ en:
|
||||
terms: '<translate with synonyms or related terms for ''Ranger Station'', separated by commas>'
|
||||
amenity/recycling:
|
||||
# amenity=recycling
|
||||
name: Recycling
|
||||
name: Recycling Container
|
||||
# 'terms: bin,can,bottle,glass,garbage,rubbish,scrap,trash'
|
||||
terms: '<translate with synonyms or related terms for ''Recycling'', separated by commas>'
|
||||
terms: '<translate with synonyms or related terms for ''Recycling Container'', separated by commas>'
|
||||
amenity/recycling_centre:
|
||||
# 'amenity=recycling, recycling_type=centre'
|
||||
name: Recycling Center
|
||||
@@ -2504,6 +2530,10 @@ en:
|
||||
name: Preschool/Kindergarten Building
|
||||
# 'terms: kindergarden,pre-school'
|
||||
terms: '<translate with synonyms or related terms for ''Preschool/Kindergarten Building'', separated by commas>'
|
||||
building/mosque:
|
||||
# building=mosque
|
||||
name: Mosque Building
|
||||
terms: '<translate with synonyms or related terms for ''Mosque Building'', separated by commas>'
|
||||
building/public:
|
||||
# building=public
|
||||
name: Public Building
|
||||
@@ -2612,6 +2642,10 @@ en:
|
||||
# craft=caterer
|
||||
name: Caterer
|
||||
terms: '<translate with synonyms or related terms for ''Caterer'', separated by commas>'
|
||||
craft/chimney_sweeper:
|
||||
# craft=chimney_sweeper
|
||||
name: Chimney Sweeper
|
||||
terms: '<translate with synonyms or related terms for ''Chimney Sweeper'', separated by commas>'
|
||||
craft/clockmaker:
|
||||
# craft=clockmaker
|
||||
name: Clockmaker
|
||||
@@ -2732,10 +2766,10 @@ en:
|
||||
# craft=scaffolder
|
||||
name: Scaffolder
|
||||
terms: '<translate with synonyms or related terms for ''Scaffolder'', separated by commas>'
|
||||
craft/sculpter:
|
||||
# craft=sculpter
|
||||
name: Sculpter
|
||||
terms: '<translate with synonyms or related terms for ''Sculpter'', separated by commas>'
|
||||
craft/sculptor:
|
||||
# craft=sculptor
|
||||
name: Sculptor
|
||||
terms: '<translate with synonyms or related terms for ''Sculptor'', separated by commas>'
|
||||
craft/shoemaker:
|
||||
# craft=shoemaker
|
||||
name: Shoemaker
|
||||
@@ -2746,10 +2780,6 @@ en:
|
||||
name: Stonemason
|
||||
# 'terms: masonry'
|
||||
terms: '<translate with synonyms or related terms for ''Stonemason'', separated by commas>'
|
||||
craft/sweep:
|
||||
# craft=sweep
|
||||
name: Chimney Sweep
|
||||
terms: '<translate with synonyms or related terms for ''Chimney Sweep'', separated by commas>'
|
||||
craft/tailor:
|
||||
# craft=tailor
|
||||
name: Tailor
|
||||
@@ -2982,8 +3012,7 @@ en:
|
||||
terms: '<translate with synonyms or related terms for ''Bridle Path'', separated by commas>'
|
||||
highway/bus_stop:
|
||||
# highway=bus_stop
|
||||
name: Bus Stop
|
||||
terms: '<translate with synonyms or related terms for ''Bus Stop'', separated by commas>'
|
||||
name: Bus Stop / Platform
|
||||
highway/corridor:
|
||||
# highway=corridor
|
||||
name: Indoor Corridor
|
||||
@@ -3055,9 +3084,15 @@ en:
|
||||
name: Path
|
||||
# 'terms: hike,hiking,trackway,trail,walk'
|
||||
terms: '<translate with synonyms or related terms for ''Path'', separated by commas>'
|
||||
highway/pedestrian:
|
||||
highway/pedestrian_area:
|
||||
# 'highway=pedestrian, area=yes'
|
||||
name: Pedestrian Area
|
||||
# 'terms: center,centre,plaza,quad,square,walkway'
|
||||
terms: '<translate with synonyms or related terms for ''Pedestrian Area'', separated by commas>'
|
||||
highway/pedestrian_line:
|
||||
# highway=pedestrian
|
||||
name: Pedestrian Street
|
||||
# 'terms: center,centre,plaza,quad,square,walkway'
|
||||
terms: '<translate with synonyms or related terms for ''Pedestrian Street'', separated by commas>'
|
||||
highway/primary:
|
||||
# highway=primary
|
||||
@@ -3302,6 +3337,11 @@ en:
|
||||
# landuse=greenfield
|
||||
name: Greenfield
|
||||
terms: '<translate with synonyms or related terms for ''Greenfield'', separated by commas>'
|
||||
landuse/greenhouse_horticulture:
|
||||
# landuse=greenhouse_horticulture
|
||||
name: Greenhouse Horticulture
|
||||
# 'terms: flower,greenhouse,horticulture,grow,vivero'
|
||||
terms: '<translate with synonyms or related terms for ''Greenhouse Horticulture'', separated by commas>'
|
||||
landuse/harbour:
|
||||
# landuse=harbour
|
||||
name: Harbor
|
||||
@@ -3413,6 +3453,10 @@ en:
|
||||
name: Recreation Ground
|
||||
# 'terms: playing fields'
|
||||
terms: '<translate with synonyms or related terms for ''Recreation Ground'', separated by commas>'
|
||||
landuse/religious:
|
||||
# landuse=religious
|
||||
name: Religious Area
|
||||
terms: '<translate with synonyms or related terms for ''Religious Area'', separated by commas>'
|
||||
landuse/residential:
|
||||
# landuse=residential
|
||||
name: Residential Area
|
||||
@@ -3761,6 +3805,11 @@ en:
|
||||
name: Mast
|
||||
# 'terms: antenna,broadcast tower,cell phone tower,cell tower,communication mast,communication tower,guyed tower,mobile phone tower,radio mast,radio tower,television tower,transmission mast,transmission tower,tv tower'
|
||||
terms: '<translate with synonyms or related terms for ''Mast'', separated by commas>'
|
||||
man_made/monitoring_station:
|
||||
# man_made=monitoring_station
|
||||
name: Monitoring Station
|
||||
# 'terms: weather,earthquake,seismology,air,gps'
|
||||
terms: '<translate with synonyms or related terms for ''Monitoring Station'', separated by commas>'
|
||||
man_made/observation:
|
||||
# 'man_made=tower, tower:type=observation'
|
||||
name: Observation Tower
|
||||
@@ -3996,16 +4045,34 @@ en:
|
||||
terms: '<translate with synonyms or related terms for ''Office'', separated by commas>'
|
||||
office/accountant:
|
||||
# office=accountant
|
||||
name: Accountant
|
||||
terms: '<translate with synonyms or related terms for ''Accountant'', separated by commas>'
|
||||
name: Accountant Office
|
||||
terms: '<translate with synonyms or related terms for ''Accountant Office'', separated by commas>'
|
||||
office/administrative:
|
||||
# office=administrative
|
||||
name: Administrative Office
|
||||
terms: '<translate with synonyms or related terms for ''Administrative Office'', separated by commas>'
|
||||
office/adoption_agency:
|
||||
# office=adoption_agency
|
||||
name: Adoption Agency
|
||||
terms: '<translate with synonyms or related terms for ''Adoption Agency'', separated by commas>'
|
||||
office/advertising_agency:
|
||||
# office=advertising_agency
|
||||
name: Advertising Agency
|
||||
# 'terms: ad,ad agency,advert agency,advertising,marketing'
|
||||
terms: '<translate with synonyms or related terms for ''Advertising Agency'', separated by commas>'
|
||||
office/architect:
|
||||
# office=architect
|
||||
name: Architect
|
||||
terms: '<translate with synonyms or related terms for ''Architect'', separated by commas>'
|
||||
name: Architect Office
|
||||
terms: '<translate with synonyms or related terms for ''Architect Office'', separated by commas>'
|
||||
office/association:
|
||||
# office=association
|
||||
name: Nonprofit Organization Office
|
||||
# 'terms: association,non-profit,nonprofit,organization,society'
|
||||
terms: '<translate with synonyms or related terms for ''Nonprofit Organization Office'', separated by commas>'
|
||||
office/charity:
|
||||
# office=charity
|
||||
name: Charity Office
|
||||
# 'terms: charitable organization'
|
||||
terms: '<translate with synonyms or related terms for ''Charity Office'', separated by commas>'
|
||||
office/company:
|
||||
# office=company
|
||||
name: Company Office
|
||||
@@ -4024,6 +4091,11 @@ en:
|
||||
name: Employment Agency
|
||||
# 'terms: job'
|
||||
terms: '<translate with synonyms or related terms for ''Employment Agency'', separated by commas>'
|
||||
office/energy_supplier:
|
||||
# office=energy_supplier
|
||||
name: Energy Supplier Office
|
||||
# 'terms: electricity,energy company,energy utility,gas utility'
|
||||
terms: '<translate with synonyms or related terms for ''Energy Supplier Office'', separated by commas>'
|
||||
office/estate_agent:
|
||||
# office=estate_agent
|
||||
name: Real Estate Office
|
||||
@@ -4032,6 +4104,15 @@ en:
|
||||
# office=financial
|
||||
name: Financial Office
|
||||
terms: '<translate with synonyms or related terms for ''Financial Office'', separated by commas>'
|
||||
office/forestry:
|
||||
# office=forestry
|
||||
name: Forestry Office
|
||||
# 'terms: forest,ranger'
|
||||
terms: '<translate with synonyms or related terms for ''Forestry Office'', separated by commas>'
|
||||
office/foundation:
|
||||
# office=foundation
|
||||
name: Foundation Office
|
||||
terms: '<translate with synonyms or related terms for ''Foundation Office'', separated by commas>'
|
||||
office/government:
|
||||
# office=government
|
||||
name: Government Office
|
||||
@@ -4041,14 +4122,25 @@ en:
|
||||
name: Register Office
|
||||
# 'terms: clerk,marriage,death,birth,certificate'
|
||||
terms: '<translate with synonyms or related terms for ''Register Office'', separated by commas>'
|
||||
office/government/tax:
|
||||
# 'office=government, government=tax'
|
||||
name: Tax and Revenue Office
|
||||
# 'terms: fiscal authorities,revenue office,tax office'
|
||||
terms: '<translate with synonyms or related terms for ''Tax and Revenue Office'', separated by commas>'
|
||||
office/guide:
|
||||
# office=guide
|
||||
name: Tour Guide Office
|
||||
# 'terms: dive guide,mountain guide,tour guide'
|
||||
terms: '<translate with synonyms or related terms for ''Tour Guide Office'', separated by commas>'
|
||||
office/insurance:
|
||||
# office=insurance
|
||||
name: Insurance Office
|
||||
terms: '<translate with synonyms or related terms for ''Insurance Office'', separated by commas>'
|
||||
office/it:
|
||||
# office=it
|
||||
name: IT Office
|
||||
terms: '<translate with synonyms or related terms for ''IT Office'', separated by commas>'
|
||||
name: Information Technology Office
|
||||
# 'terms: computer,information,software,technology'
|
||||
terms: '<translate with synonyms or related terms for ''Information Technology Office'', separated by commas>'
|
||||
office/lawyer:
|
||||
# office=lawyer
|
||||
name: Law Office
|
||||
@@ -4058,14 +4150,24 @@ en:
|
||||
name: Notary Office
|
||||
# 'terms: clerk,signature,wills,deeds,estate'
|
||||
terms: '<translate with synonyms or related terms for ''Notary Office'', separated by commas>'
|
||||
office/moving_company:
|
||||
# office=moving_company
|
||||
name: Moving Company Office
|
||||
# 'terms: relocation'
|
||||
terms: '<translate with synonyms or related terms for ''Moving Company Office'', separated by commas>'
|
||||
office/newspaper:
|
||||
# office=newspaper
|
||||
name: Newspaper
|
||||
terms: '<translate with synonyms or related terms for ''Newspaper'', separated by commas>'
|
||||
name: Newspaper Office
|
||||
terms: '<translate with synonyms or related terms for ''Newspaper Office'', separated by commas>'
|
||||
office/ngo:
|
||||
# office=ngo
|
||||
name: NGO Office
|
||||
# 'terms: ngo,non government,non-government,organization,organisation'
|
||||
terms: '<translate with synonyms or related terms for ''NGO Office'', separated by commas>'
|
||||
office/notary:
|
||||
# office=notary
|
||||
name: Notary Office
|
||||
terms: '<translate with synonyms or related terms for ''Notary Office'', separated by commas>'
|
||||
office/physician:
|
||||
# office=physician
|
||||
name: Physician
|
||||
@@ -4073,21 +4175,46 @@ en:
|
||||
# office=political_party
|
||||
name: Political Party
|
||||
terms: '<translate with synonyms or related terms for ''Political Party'', separated by commas>'
|
||||
office/private_investigator:
|
||||
# office=private_investigator
|
||||
name: Private Investigator Office
|
||||
# 'terms: PI,private eye,private detective'
|
||||
terms: '<translate with synonyms or related terms for ''Private Investigator Office'', separated by commas>'
|
||||
office/quango:
|
||||
# office=quango
|
||||
name: Quasi-NGO Office
|
||||
# 'terms: ngo,non government,non-government,organization,organisation,quasi autonomous,quasi-autonomous'
|
||||
terms: '<translate with synonyms or related terms for ''Quasi-NGO Office'', separated by commas>'
|
||||
office/research:
|
||||
# office=research
|
||||
name: Research Office
|
||||
terms: '<translate with synonyms or related terms for ''Research Office'', separated by commas>'
|
||||
office/surveyor:
|
||||
# office=surveyor
|
||||
name: Surveyor Office
|
||||
terms: '<translate with synonyms or related terms for ''Surveyor Office'', separated by commas>'
|
||||
office/tax_advisor:
|
||||
# office=tax_advisor
|
||||
name: Tax Advisor Office
|
||||
# 'terms: tax,tax consultant'
|
||||
terms: '<translate with synonyms or related terms for ''Tax Advisor Office'', separated by commas>'
|
||||
office/telecommunication:
|
||||
# office=telecommunication
|
||||
name: Telecom Office
|
||||
terms: '<translate with synonyms or related terms for ''Telecom Office'', separated by commas>'
|
||||
office/therapist:
|
||||
# office=therapist
|
||||
name: Therapist
|
||||
terms: '<translate with synonyms or related terms for ''Therapist'', separated by commas>'
|
||||
name: Therapist Office
|
||||
# 'terms: therapy'
|
||||
terms: '<translate with synonyms or related terms for ''Therapist Office'', separated by commas>'
|
||||
office/travel_agent:
|
||||
# office=travel_agent
|
||||
name: Travel Agency
|
||||
office/water_utility:
|
||||
# office=water_utility
|
||||
name: Water Utility Office
|
||||
# 'terms: water board,utility'
|
||||
terms: '<translate with synonyms or related terms for ''Water Utility Office'', separated by commas>'
|
||||
piste:
|
||||
# 'piste:type=*'
|
||||
name: Piste/Ski Trail
|
||||
@@ -4262,6 +4389,10 @@ en:
|
||||
# power=substation
|
||||
name: Substation
|
||||
terms: '<translate with synonyms or related terms for ''Substation'', separated by commas>'
|
||||
power/switch:
|
||||
# power=switch
|
||||
name: Power Switch
|
||||
terms: '<translate with synonyms or related terms for ''Power Switch'', separated by commas>'
|
||||
power/tower:
|
||||
# power=tower
|
||||
name: High-Voltage Tower
|
||||
@@ -4270,14 +4401,215 @@ en:
|
||||
# power=transformer
|
||||
name: Transformer
|
||||
terms: '<translate with synonyms or related terms for ''Transformer'', separated by commas>'
|
||||
public_transport/linear_platform:
|
||||
# public_transport=platform
|
||||
name: Transit Stop / Platform
|
||||
# 'terms: platform,public transit,public transportation,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Transit Stop / Platform'', separated by commas>'
|
||||
public_transport/linear_platform_aerialway:
|
||||
# 'public_transport=platform, aerialway=yes'
|
||||
name: Aerialway Stop / Platform
|
||||
# 'terms: aerialway,cable car,platform,public transit,public transportation,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Aerialway Stop / Platform'', separated by commas>'
|
||||
public_transport/linear_platform_bus:
|
||||
# 'public_transport=platform, bus=yes'
|
||||
name: Bus Stop / Platform
|
||||
# 'terms: bus,platform,public transit,public transportation,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Bus Stop / Platform'', separated by commas>'
|
||||
public_transport/linear_platform_ferry:
|
||||
# 'public_transport=platform, ferry=yes'
|
||||
name: Ferry Stop / Platform
|
||||
# 'terms: boat,dock,ferry,pier,platform,public transit,public transportation,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Ferry Stop / Platform'', separated by commas>'
|
||||
public_transport/linear_platform_light_rail:
|
||||
# 'public_transport=platform, light_rail=yes'
|
||||
name: Light Rail Stop / Platform
|
||||
# 'terms: electric,light rail,platform,public transit,public transportation,rail,track,tram,trolley,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Light Rail Stop / Platform'', separated by commas>'
|
||||
public_transport/linear_platform_monorail:
|
||||
# 'public_transport=platform, monorail=yes'
|
||||
name: Monorail Stop / Platform
|
||||
# 'terms: monorail,platform,public transit,public transportation,rail,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Monorail Stop / Platform'', separated by commas>'
|
||||
public_transport/linear_platform_subway:
|
||||
# 'public_transport=platform, train=yes'
|
||||
name: Subway Stop / Platform
|
||||
# 'terms: metro,platform,public transit,public transportation,rail,subway,track,transit,transportation,underground'
|
||||
terms: '<translate with synonyms or related terms for ''Subway Stop / Platform'', separated by commas>'
|
||||
public_transport/linear_platform_train:
|
||||
# 'public_transport=platform, train=yes'
|
||||
name: Train Stop / Platform
|
||||
# 'terms: platform,public transit,public transportation,rail,track,train,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Train Stop / Platform'', separated by commas>'
|
||||
public_transport/linear_platform_tram:
|
||||
# 'public_transport=platform, tram=yes'
|
||||
name: Tram Stop / Platform
|
||||
# 'terms: electric,light rail,platform,public transit,public transportation,rail,streetcar,track,tram,trolley,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Tram Stop / Platform'', separated by commas>'
|
||||
public_transport/linear_platform_trolleybus:
|
||||
# 'public_transport=platform, trolleybus=yes'
|
||||
name: Trolleybus Stop / Platform
|
||||
# 'terms: bus,electric,platform,public transit,public transportation,streetcar,trackless,tram,trolley,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Trolleybus Stop / Platform'', separated by commas>'
|
||||
public_transport/platform:
|
||||
# public_transport=platform
|
||||
name: Platform
|
||||
terms: '<translate with synonyms or related terms for ''Platform'', separated by commas>'
|
||||
name: Transit Stop / Platform
|
||||
# 'terms: platform,public transit,public transportation,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Transit Stop / Platform'', separated by commas>'
|
||||
public_transport/platform_aerialway:
|
||||
# 'public_transport=platform, aerialway=yes'
|
||||
name: Aerialway Stop / Platform
|
||||
# 'terms: aerialway,cable car,platform,public transit,public transportation,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Aerialway Stop / Platform'', separated by commas>'
|
||||
public_transport/platform_bus:
|
||||
# 'public_transport=platform, bus=yes'
|
||||
name: Bus Stop / Platform
|
||||
# 'terms: bus,platform,public transit,public transportation,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Bus Stop / Platform'', separated by commas>'
|
||||
public_transport/platform_ferry:
|
||||
# 'public_transport=platform, ferry=yes'
|
||||
name: Ferry Stop / Platform
|
||||
# 'terms: boat,dock,ferry,pier,platform,public transit,public transportation,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Ferry Stop / Platform'', separated by commas>'
|
||||
public_transport/platform_light_rail:
|
||||
# 'public_transport=platform, light_rail=yes'
|
||||
name: Light Rail Stop / Platform
|
||||
# 'terms: electric,light rail,platform,public transit,public transportation,rail,track,tram,trolley,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Light Rail Stop / Platform'', separated by commas>'
|
||||
public_transport/platform_monorail:
|
||||
# 'public_transport=platform, monorail=yes'
|
||||
name: Monorail Stop / Platform
|
||||
# 'terms: monorail,platform,public transit,public transportation,rail,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Monorail Stop / Platform'', separated by commas>'
|
||||
public_transport/platform_subway:
|
||||
# 'public_transport=platform, train=yes'
|
||||
name: Subway Stop / Platform
|
||||
# 'terms: metro,platform,public transit,public transportation,rail,subway,track,transit,transportation,underground'
|
||||
terms: '<translate with synonyms or related terms for ''Subway Stop / Platform'', separated by commas>'
|
||||
public_transport/platform_train:
|
||||
# 'public_transport=platform, train=yes'
|
||||
name: Train Stop / Platform
|
||||
# 'terms: platform,public transit,public transportation,rail,track,train,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Train Stop / Platform'', separated by commas>'
|
||||
public_transport/platform_tram:
|
||||
# 'public_transport=platform, tram=yes'
|
||||
name: Tram Stop / Platform
|
||||
# 'terms: electric,light rail,platform,public transit,public transportation,rail,streetcar,track,tram,trolley,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Tram Stop / Platform'', separated by commas>'
|
||||
public_transport/platform_trolleybus:
|
||||
# 'public_transport=platform, trolleybus=yes'
|
||||
name: Trolleybus Stop / Platform
|
||||
# 'terms: bus,electric,platform,public transit,public transportation,streetcar,trackless,tram,trolley,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Trolleybus Stop / Platform'', separated by commas>'
|
||||
public_transport/station:
|
||||
# public_transport=station
|
||||
name: Transit Station
|
||||
# 'terms: public transit,public transportation,station,terminal,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Transit Station'', separated by commas>'
|
||||
public_transport/station_aerialway:
|
||||
# 'public_transport=station, aerialway=yes'
|
||||
name: Aerialway Station
|
||||
# 'terms: aerialway,cable car,public transit,public transportation,station,terminal,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Aerialway Station'', separated by commas>'
|
||||
public_transport/station_bus:
|
||||
# 'public_transport=station, bus=yes'
|
||||
name: Bus Station / Terminal
|
||||
# 'terms: bus,public transit,public transportation,station,terminal,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Bus Station / Terminal'', separated by commas>'
|
||||
public_transport/station_ferry:
|
||||
# 'public_transport=station, ferry=yes'
|
||||
name: Ferry Station / Terminal
|
||||
# 'terms: boat,dock,ferry,pier,public transit,public transportation,station,terminal,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Ferry Station / Terminal'', separated by commas>'
|
||||
public_transport/station_light_rail:
|
||||
# 'public_transport=station, light_rail=yes'
|
||||
name: Light Rail Station
|
||||
# 'terms: electric,light rail,public transit,public transportation,rail,station,terminal,track,tram,trolley,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Light Rail Station'', separated by commas>'
|
||||
public_transport/station_monorail:
|
||||
# 'public_transport=station, monorail=yes'
|
||||
name: Monorail Station
|
||||
# 'terms: monorail,public transit,public transportation,rail,station,terminal,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Monorail Station'', separated by commas>'
|
||||
public_transport/station_subway:
|
||||
# 'public_transport=station, subway=yes'
|
||||
name: Subway Station
|
||||
# 'terms: metro,public transit,public transportation,rail,station,subway,terminal,track,transit,transportation,underground'
|
||||
terms: '<translate with synonyms or related terms for ''Subway Station'', separated by commas>'
|
||||
public_transport/station_train:
|
||||
# 'public_transport=station, train=yes'
|
||||
name: Train Station
|
||||
# 'terms: public transit,public transportation,rail,station,terminal,track,train,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Train Station'', separated by commas>'
|
||||
public_transport/station_train_halt:
|
||||
# 'public_transport=station, train=yes, railway=halt'
|
||||
name: Train Station (Halt / Request)
|
||||
# 'terms: halt,public transit,public transportation,rail,station,track,train,transit,transportation,whistle stop'
|
||||
terms: '<translate with synonyms or related terms for ''Train Station (Halt / Request)'', separated by commas>'
|
||||
public_transport/station_tram:
|
||||
# 'public_transport=station, tram=yes'
|
||||
name: Tram Station
|
||||
# 'terms: electric,light rail,public transit,public transportation,rail,station,streetcar,terminal,track,tram,trolley,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Tram Station'', separated by commas>'
|
||||
public_transport/station_trolleybus:
|
||||
# 'public_transport=station, trolleybus=yes'
|
||||
name: Trolleybus Station / Terminal
|
||||
# 'terms: bus,electric,public transit,public transportation,station,streetcar,terminal,trackless,tram,trolley,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Trolleybus Station / Terminal'', separated by commas>'
|
||||
public_transport/stop_area:
|
||||
# 'type=public_transport, public_transport=stop_area'
|
||||
name: Transit Stop Area
|
||||
terms: '<translate with synonyms or related terms for ''Transit Stop Area'', separated by commas>'
|
||||
public_transport/stop_position:
|
||||
# public_transport=stop_position
|
||||
name: Stop Position
|
||||
terms: '<translate with synonyms or related terms for ''Stop Position'', separated by commas>'
|
||||
name: Transit Stopping Location
|
||||
# 'terms: public transit,public transportation,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Transit Stopping Location'', separated by commas>'
|
||||
public_transport/stop_position_aerialway:
|
||||
# 'public_transport=stop_position, aerialway=yes'
|
||||
name: Aerialway Stopping Location
|
||||
# 'terms: aerialway,cable car,public transit,public transportation,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Aerialway Stopping Location'', separated by commas>'
|
||||
public_transport/stop_position_bus:
|
||||
# 'public_transport=stop_position, bus=yes'
|
||||
name: Bus Stopping Location
|
||||
# 'terms: bus,public transit,public transportation,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Bus Stopping Location'', separated by commas>'
|
||||
public_transport/stop_position_ferry:
|
||||
# 'public_transport=stop_position, ferry=yes'
|
||||
name: Ferry Stopping Location
|
||||
# 'terms: boat,dock,ferry,pier,public transit,public transportation,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Ferry Stopping Location'', separated by commas>'
|
||||
public_transport/stop_position_light_rail:
|
||||
# 'public_transport=stop_position, light_rail=yes'
|
||||
name: Light Rail Stopping Location
|
||||
# 'terms: electric,light rail,public transit,public transportation,rail,track,tram,trolley,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Light Rail Stopping Location'', separated by commas>'
|
||||
public_transport/stop_position_monorail:
|
||||
# 'public_transport=stop_position, monorail=yes'
|
||||
name: Monorail Stopping Location
|
||||
# 'terms: monorail,public transit,public transportation,rail,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Monorail Stopping Location'', separated by commas>'
|
||||
public_transport/stop_position_subway:
|
||||
# 'public_transport=stop_position, subway=yes'
|
||||
name: Subway Stopping Location
|
||||
# 'terms: metro,public transit,public transportation,rail,subway,track,transit,transportation,underground'
|
||||
terms: '<translate with synonyms or related terms for ''Subway Stopping Location'', separated by commas>'
|
||||
public_transport/stop_position_train:
|
||||
# 'public_transport=stop_position, train=yes'
|
||||
name: Train Stopping Location
|
||||
# 'terms: public transit,public transportation,rail,track,train,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Train Stopping Location'', separated by commas>'
|
||||
public_transport/stop_position_tram:
|
||||
# 'public_transport=stop_position, tram=yes'
|
||||
name: Tram Stopping Location
|
||||
# 'terms: electric,light rail,public transit,public transportation,rail,streetcar,track,tram,trolley,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Tram Stopping Location'', separated by commas>'
|
||||
public_transport/stop_position_trolleybus:
|
||||
# 'public_transport=stop_position, trolleybus=yes'
|
||||
name: Trolleybus Stopping Location
|
||||
# 'terms: bus,electric,public transit,public transportation,streetcar,trackless,tram,trolley,transit,transportation'
|
||||
terms: '<translate with synonyms or related terms for ''Trolleybus Stopping Location'', separated by commas>'
|
||||
railway:
|
||||
# railway=*
|
||||
name: Railway
|
||||
@@ -4311,19 +4643,27 @@ en:
|
||||
terms: '<translate with synonyms or related terms for ''Funicular'', separated by commas>'
|
||||
railway/halt:
|
||||
# railway=halt
|
||||
name: Railway Halt
|
||||
# 'terms: break,interrupt,rest,wait,interruption'
|
||||
terms: '<translate with synonyms or related terms for ''Railway Halt'', separated by commas>'
|
||||
name: Train Station (Halt / Request)
|
||||
railway/level_crossing:
|
||||
# railway=level_crossing
|
||||
name: Railway Crossing (Road)
|
||||
# 'terms: crossing,railroad crossing,level crossing,grade crossing,road through railroad,train crossing'
|
||||
terms: '<translate with synonyms or related terms for ''Railway Crossing (Road)'', separated by commas>'
|
||||
railway/light_rail:
|
||||
# railway=light_rail
|
||||
name: Light Rail
|
||||
# 'terms: light rail,streetcar,trolley'
|
||||
terms: '<translate with synonyms or related terms for ''Light Rail'', separated by commas>'
|
||||
railway/milestone:
|
||||
# railway=milestone
|
||||
name: Railway Milestone
|
||||
# 'terms: milestone,marker'
|
||||
terms: '<translate with synonyms or related terms for ''Railway Milestone'', separated by commas>'
|
||||
railway/miniature:
|
||||
# railway=miniature
|
||||
name: Miniature Railway
|
||||
# 'terms: rideable miniature railway,narrow gauge railway,minimum gauge railway'
|
||||
terms: '<translate with synonyms or related terms for ''Miniature Railway'', separated by commas>'
|
||||
railway/monorail:
|
||||
# railway=monorail
|
||||
name: Monorail
|
||||
@@ -4335,8 +4675,7 @@ en:
|
||||
terms: '<translate with synonyms or related terms for ''Narrow Gauge Rail'', separated by commas>'
|
||||
railway/platform:
|
||||
# railway=platform
|
||||
name: Railway Platform
|
||||
terms: '<translate with synonyms or related terms for ''Railway Platform'', separated by commas>'
|
||||
name: Train Stop / Platform
|
||||
railway/rail:
|
||||
# railway=rail
|
||||
name: Rail
|
||||
@@ -4348,9 +4687,7 @@ en:
|
||||
terms: '<translate with synonyms or related terms for ''Railway Signal'', separated by commas>'
|
||||
railway/station:
|
||||
# railway=station
|
||||
name: Railway Station
|
||||
# 'terms: train station,station'
|
||||
terms: '<translate with synonyms or related terms for ''Railway Station'', separated by commas>'
|
||||
name: Train Station
|
||||
railway/subway:
|
||||
# railway=subway
|
||||
name: Subway
|
||||
@@ -4378,9 +4715,7 @@ en:
|
||||
terms: '<translate with synonyms or related terms for ''Tram'', separated by commas>'
|
||||
railway/tram_stop:
|
||||
# railway=tram_stop
|
||||
name: Tram Stop
|
||||
# 'terms: light rail,streetcar,tram,trolley'
|
||||
terms: '<translate with synonyms or related terms for ''Tram Stop'', separated by commas>'
|
||||
name: Tram Stopping Position
|
||||
relation:
|
||||
name: Relation
|
||||
terms: '<translate with synonyms or related terms for ''Relation'', separated by commas>'
|
||||
@@ -4395,6 +4730,11 @@ en:
|
||||
# shop=*
|
||||
name: Shop
|
||||
terms: '<translate with synonyms or related terms for ''Shop'', separated by commas>'
|
||||
shop/agrarian:
|
||||
# shop=agrarian
|
||||
name: Agriculture Shop
|
||||
# 'terms: agricultural inputs,agricultural machines,seeds,pesticides,fertilizer,agricultural tools'
|
||||
terms: '<translate with synonyms or related terms for ''Agriculture Shop'', separated by commas>'
|
||||
shop/alcohol:
|
||||
# shop=alcohol
|
||||
name: Liquor Store
|
||||
@@ -4697,8 +5037,8 @@ en:
|
||||
terms: '<translate with synonyms or related terms for ''Jeweler'', separated by commas>'
|
||||
shop/kiosk:
|
||||
# shop=kiosk
|
||||
name: News Kiosk
|
||||
terms: '<translate with synonyms or related terms for ''News Kiosk'', separated by commas>'
|
||||
name: Kiosk
|
||||
terms: '<translate with synonyms or related terms for ''Kiosk'', separated by commas>'
|
||||
shop/kitchen:
|
||||
# shop=kitchen
|
||||
name: Kitchen Design Store
|
||||
@@ -4974,8 +5314,9 @@ en:
|
||||
terms: '<translate with synonyms or related terms for ''RV Park'', separated by commas>'
|
||||
tourism/chalet:
|
||||
# tourism=chalet
|
||||
name: Chalet
|
||||
terms: '<translate with synonyms or related terms for ''Chalet'', separated by commas>'
|
||||
name: Holiday Cottage
|
||||
# 'terms: holiday,holiday cottage,holiday home,vacation,vacation home'
|
||||
terms: '<translate with synonyms or related terms for ''Holiday Cottage'', separated by commas>'
|
||||
tourism/gallery:
|
||||
# tourism=gallery
|
||||
name: Art Gallery
|
||||
@@ -5037,6 +5378,11 @@ en:
|
||||
# tourism=viewpoint
|
||||
name: Viewpoint
|
||||
terms: '<translate with synonyms or related terms for ''Viewpoint'', separated by commas>'
|
||||
tourism/wilderness_hut:
|
||||
# tourism=wilderness_hut
|
||||
name: Wilderness Hut
|
||||
# 'terms: wilderness hut,backcountry hut,bothy'
|
||||
terms: '<translate with synonyms or related terms for ''Wilderness Hut'', separated by commas>'
|
||||
tourism/zoo:
|
||||
# tourism=zoo
|
||||
name: Zoo
|
||||
@@ -5167,10 +5513,18 @@ en:
|
||||
# 'type=route, route=horse'
|
||||
name: Riding Route
|
||||
terms: '<translate with synonyms or related terms for ''Riding Route'', separated by commas>'
|
||||
type/route/light_rail:
|
||||
# 'type=route, route=light_rail'
|
||||
name: Light Rail Route
|
||||
terms: '<translate with synonyms or related terms for ''Light Rail Route'', separated by commas>'
|
||||
type/route/pipeline:
|
||||
# 'type=route, route=pipeline'
|
||||
name: Pipeline Route
|
||||
terms: '<translate with synonyms or related terms for ''Pipeline Route'', separated by commas>'
|
||||
type/route/piste:
|
||||
# 'type=route, route=piste'
|
||||
name: Piste/Ski Route
|
||||
terms: '<translate with synonyms or related terms for ''Piste/Ski Route'', separated by commas>'
|
||||
type/route/power:
|
||||
# 'type=route, route=power'
|
||||
name: Power Route
|
||||
@@ -5179,6 +5533,10 @@ en:
|
||||
# 'type=route, route=road'
|
||||
name: Road Route
|
||||
terms: '<translate with synonyms or related terms for ''Road Route'', separated by commas>'
|
||||
type/route/subway:
|
||||
# 'type=route, route=subway'
|
||||
name: Subway Route
|
||||
terms: '<translate with synonyms or related terms for ''Subway Route'', separated by commas>'
|
||||
type/route/train:
|
||||
# 'type=route, route=train'
|
||||
name: Train Route
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
"building",
|
||||
"building/house",
|
||||
"building/apartments",
|
||||
"building/retail",
|
||||
"building/commercial",
|
||||
"building/industrial",
|
||||
"building/residential"
|
||||
@@ -55,7 +56,8 @@
|
||||
"landuse/meadow",
|
||||
"landuse/aquaculture",
|
||||
"landuse/cemetery",
|
||||
"landuse/military"
|
||||
"landuse/military",
|
||||
"landuse/religious"
|
||||
]
|
||||
},
|
||||
"category-natural-area": {
|
||||
@@ -107,7 +109,7 @@
|
||||
"highway/footway",
|
||||
"highway/cycleway",
|
||||
"highway/bridleway",
|
||||
"highway/pedestrian"
|
||||
"highway/pedestrian_line"
|
||||
]
|
||||
},
|
||||
"category-rail": {
|
||||
@@ -171,9 +173,12 @@
|
||||
"type/route/foot",
|
||||
"type/route/hiking",
|
||||
"type/route/horse",
|
||||
"type/route/piste",
|
||||
"type/route/bus",
|
||||
"type/route/train",
|
||||
"type/route/light_rail",
|
||||
"type/route/tram",
|
||||
"type/route/subway",
|
||||
"type/route/ferry",
|
||||
"type/route/power",
|
||||
"type/route/pipeline",
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
"building",
|
||||
"building/house",
|
||||
"building/apartments",
|
||||
"building/retail",
|
||||
"building/commercial",
|
||||
"building/industrial",
|
||||
"building/residential"
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
"landuse/meadow",
|
||||
"landuse/aquaculture",
|
||||
"landuse/cemetery",
|
||||
"landuse/military"
|
||||
"landuse/military",
|
||||
"landuse/religious"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -10,6 +10,6 @@
|
||||
"highway/footway",
|
||||
"highway/cycleway",
|
||||
"highway/bridleway",
|
||||
"highway/pedestrian"
|
||||
"highway/pedestrian_line"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -8,9 +8,12 @@
|
||||
"type/route/foot",
|
||||
"type/route/hiking",
|
||||
"type/route/horse",
|
||||
"type/route/piste",
|
||||
"type/route/bus",
|
||||
"type/route/train",
|
||||
"type/route/light_rail",
|
||||
"type/route/tram",
|
||||
"type/route/subway",
|
||||
"type/route/ferry",
|
||||
"type/route/power",
|
||||
"type/route/pipeline",
|
||||
|
||||
@@ -50,6 +50,7 @@
|
||||
"relation": [
|
||||
"category-route",
|
||||
"category-restriction",
|
||||
"public_transport/stop_area",
|
||||
"type/boundary",
|
||||
"type/waterway",
|
||||
"type/multipolygon",
|
||||
|
||||
+50
-17
@@ -201,6 +201,11 @@
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
},
|
||||
"agrarian": {
|
||||
"key": "agrarian",
|
||||
"type": "semiCombo",
|
||||
"label": "Products"
|
||||
},
|
||||
"amenity": {
|
||||
"key": "amenity",
|
||||
"type": "typeCombo",
|
||||
@@ -326,6 +331,11 @@
|
||||
"type": "text",
|
||||
"label": "Brand"
|
||||
},
|
||||
"brewery": {
|
||||
"key": "brewery",
|
||||
"type": "semiCombo",
|
||||
"label": "Draft Beers"
|
||||
},
|
||||
"bridge": {
|
||||
"key": "bridge",
|
||||
"type": "typeCombo",
|
||||
@@ -349,6 +359,12 @@
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
},
|
||||
"cables": {
|
||||
"key": "cables",
|
||||
"type": "number",
|
||||
"label": "Cables",
|
||||
"placeholder": "1, 2, 3..."
|
||||
},
|
||||
"camera/direction": {
|
||||
"key": "camera:direction",
|
||||
"type": "number",
|
||||
@@ -597,7 +613,7 @@
|
||||
"devices": {
|
||||
"key": "devices",
|
||||
"type": "number",
|
||||
"label": "Number of Devices",
|
||||
"label": "Devices",
|
||||
"placeholder": "1, 2, 3..."
|
||||
},
|
||||
"diaper": {
|
||||
@@ -809,6 +825,11 @@
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
},
|
||||
"government": {
|
||||
"key": "government",
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
},
|
||||
"grape_variety": {
|
||||
"key": "grape_variety",
|
||||
"type": "semiCombo",
|
||||
@@ -1125,6 +1146,11 @@
|
||||
"placeholder": "Distance to one decimal (123.4)",
|
||||
"label": "Milestone Position"
|
||||
},
|
||||
"monitoring_multi": {
|
||||
"key": "monitoring:",
|
||||
"type": "multiCombo",
|
||||
"label": "Monitoring"
|
||||
},
|
||||
"mtb/scale": {
|
||||
"key": "mtb:scale",
|
||||
"type": "combo",
|
||||
@@ -1335,7 +1361,7 @@
|
||||
"phases": {
|
||||
"key": "phases",
|
||||
"type": "number",
|
||||
"label": "Number of Phases",
|
||||
"label": "Phases",
|
||||
"placeholder": "1, 2, 3..."
|
||||
},
|
||||
"phone": {
|
||||
@@ -1423,7 +1449,7 @@
|
||||
"label": "Maximum Age"
|
||||
},
|
||||
"playground/min_age": {
|
||||
"key": "max_age",
|
||||
"key": "min_age",
|
||||
"type": "number",
|
||||
"label": "Minimum Age"
|
||||
},
|
||||
@@ -1468,18 +1494,6 @@
|
||||
"type": "multiCombo",
|
||||
"label": "Accepts"
|
||||
},
|
||||
"recycling_type": {
|
||||
"key": "recycling_type",
|
||||
"default": "container",
|
||||
"type": "combo",
|
||||
"label": "Recycling Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"container": "Container",
|
||||
"centre": "Recycling Center"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ref_aeroway_gate": {
|
||||
"key": "ref",
|
||||
"type": "text",
|
||||
@@ -1722,6 +1736,7 @@
|
||||
"universal": true,
|
||||
"label": "Sources",
|
||||
"snake_case": false,
|
||||
"caseSensitive": true,
|
||||
"options": [
|
||||
"survey",
|
||||
"local knowledge",
|
||||
@@ -1882,6 +1897,19 @@
|
||||
"type": "combo",
|
||||
"label": "Surveillance Zone"
|
||||
},
|
||||
"switch": {
|
||||
"key": "switch",
|
||||
"type": "combo",
|
||||
"label": "Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"mechanical": "Mechanical",
|
||||
"circuit_breaker": "Circuit Breaker",
|
||||
"disconnector": "Disconnector",
|
||||
"earthing": "Earthing"
|
||||
}
|
||||
}
|
||||
},
|
||||
"tactile_paving": {
|
||||
"key": "tactile_paving",
|
||||
"type": "check",
|
||||
@@ -1996,7 +2024,7 @@
|
||||
"transformer": {
|
||||
"key": "transformer",
|
||||
"type": "combo",
|
||||
"label": "Type of Transformer",
|
||||
"label": "Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"distribution": "Distribution",
|
||||
@@ -2062,6 +2090,11 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"voltage": {
|
||||
"key": "voltage",
|
||||
"type": "combo",
|
||||
"label": "Voltage"
|
||||
},
|
||||
"voltage/primary": {
|
||||
"key": "voltage:primary",
|
||||
"type": "combo",
|
||||
@@ -2141,7 +2174,7 @@
|
||||
"windings": {
|
||||
"key": "windings",
|
||||
"type": "number",
|
||||
"label": "Number of Windings",
|
||||
"label": "Windings",
|
||||
"placeholder": "1, 2, 3..."
|
||||
},
|
||||
"windings/configuration": {
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "agrarian",
|
||||
"type": "semiCombo",
|
||||
"label": "Products"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "brewery",
|
||||
"type": "semiCombo",
|
||||
"label": "Draft Beers"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "cables",
|
||||
"type": "number",
|
||||
"label": "Cables",
|
||||
"placeholder": "1, 2, 3..."
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"key": "devices",
|
||||
"type": "number",
|
||||
"label": "Number of Devices",
|
||||
"label": "Devices",
|
||||
"placeholder": "1, 2, 3..."
|
||||
}
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "government",
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "monitoring:",
|
||||
"type": "multiCombo",
|
||||
"label": "Monitoring"
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"key": "phases",
|
||||
"type": "number",
|
||||
"label": "Number of Phases",
|
||||
"label": "Phases",
|
||||
"placeholder": "1, 2, 3..."
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"key": "max_age",
|
||||
"key": "min_age",
|
||||
"type": "number",
|
||||
"label": "Minimum Age"
|
||||
}
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
{
|
||||
"key": "recycling_type",
|
||||
"default": "container",
|
||||
"type": "combo",
|
||||
"label": "Recycling Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"container": "Container",
|
||||
"centre": "Recycling Center"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -5,6 +5,7 @@
|
||||
"universal": true,
|
||||
"label": "Sources",
|
||||
"snake_case": false,
|
||||
"caseSensitive": true,
|
||||
"options": [
|
||||
"survey",
|
||||
"local knowledge",
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"key": "switch",
|
||||
"type": "combo",
|
||||
"label": "Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"mechanical": "Mechanical",
|
||||
"circuit_breaker": "Circuit Breaker",
|
||||
"disconnector": "Disconnector",
|
||||
"earthing": "Earthing"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"key": "transformer",
|
||||
"type": "combo",
|
||||
"label": "Type of Transformer",
|
||||
"label": "Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"distribution": "Distribution",
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "voltage",
|
||||
"type": "combo",
|
||||
"label": "Voltage"
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"key": "windings",
|
||||
"type": "number",
|
||||
"label": "Number of Windings",
|
||||
"label": "Windings",
|
||||
"placeholder": "1, 2, 3..."
|
||||
}
|
||||
|
||||
+2769
-321
File diff suppressed because it is too large
Load Diff
+2
-1
@@ -14,5 +14,6 @@
|
||||
"tags": {
|
||||
"aerialway": "station"
|
||||
},
|
||||
"name": "Aerialway Station"
|
||||
"name": "Aerialway Station",
|
||||
"searchable": false
|
||||
}
|
||||
+2
-1
@@ -15,5 +15,6 @@
|
||||
"tags": {
|
||||
"amenity": "bus_station"
|
||||
},
|
||||
"name": "Bus Station"
|
||||
"name": "Bus Station / Terminal",
|
||||
"searchable": false
|
||||
}
|
||||
+2
-1
@@ -16,5 +16,6 @@
|
||||
"tags": {
|
||||
"amenity": "ferry_terminal"
|
||||
},
|
||||
"name": "Ferry Terminal"
|
||||
"name": "Ferry Station / Terminal",
|
||||
"searchable": false
|
||||
}
|
||||
@@ -7,7 +7,8 @@
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"smoking",
|
||||
"outdoor_seating"
|
||||
"outdoor_seating",
|
||||
"brewery"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -6,7 +6,8 @@
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"smoking",
|
||||
"outdoor_seating"
|
||||
"outdoor_seating",
|
||||
"brewery"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"building",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"icon": "school",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"school of music"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "music_school"
|
||||
},
|
||||
"name": "Music School"
|
||||
}
|
||||
@@ -6,7 +6,8 @@
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"smoking",
|
||||
"outdoor_seating"
|
||||
"outdoor_seating",
|
||||
"brewery"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"icon": "recycling",
|
||||
"fields": [
|
||||
"recycling_type",
|
||||
"recycling_accepts",
|
||||
"collection_times"
|
||||
],
|
||||
@@ -22,5 +21,17 @@
|
||||
"tags": {
|
||||
"amenity": "recycling"
|
||||
},
|
||||
"name": "Recycling"
|
||||
"addTags": {
|
||||
"amenity": "recycling",
|
||||
"recycling_type": "container"
|
||||
},
|
||||
"removeTags": {
|
||||
"amenity": "recycling",
|
||||
"recycling_type": "container"
|
||||
},
|
||||
"reference": {
|
||||
"key": "amenity",
|
||||
"value": "recycling"
|
||||
},
|
||||
"name": "Recycling Container"
|
||||
}
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
{
|
||||
"icon": "waste-basket",
|
||||
"icon": "recycling",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"building",
|
||||
"opening_hours",
|
||||
"recycling_accepts"
|
||||
],
|
||||
@@ -25,5 +26,9 @@
|
||||
"amenity": "recycling",
|
||||
"recycling_type": "centre"
|
||||
},
|
||||
"reference": {
|
||||
"key": "recycling_type",
|
||||
"value": "*"
|
||||
},
|
||||
"name": "Recycling Center"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
{
|
||||
"icon": "telephone",
|
||||
"fields": [
|
||||
"operator",
|
||||
"phone",
|
||||
"fee",
|
||||
"payment_multi",
|
||||
"covered",
|
||||
"indoor"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
@@ -11,4 +19,4 @@
|
||||
"phone"
|
||||
],
|
||||
"name": "Telephone"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,5 +15,5 @@
|
||||
},
|
||||
"matchScore": 0.5,
|
||||
"name": "Train Station",
|
||||
"searchable":false
|
||||
"searchable": false
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"icon": "commercial",
|
||||
"icon": "suitcase",
|
||||
"fields": [
|
||||
"name",
|
||||
"address",
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"icon": "place-of-worship",
|
||||
"fields": [
|
||||
"name",
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "mosque"
|
||||
},
|
||||
"matchScore": 0.5,
|
||||
"name": "Mosque Building"
|
||||
}
|
||||
+2
-2
@@ -12,7 +12,7 @@
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "sweep"
|
||||
"craft": "chimney_sweeper"
|
||||
},
|
||||
"name": "Chimney Sweep"
|
||||
"name": "Chimney Sweeper"
|
||||
}
|
||||
@@ -12,7 +12,7 @@
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "sculpter"
|
||||
"craft": "sculptor"
|
||||
},
|
||||
"name": "Sculpter"
|
||||
"name": "Sculptor"
|
||||
}
|
||||
@@ -16,7 +16,7 @@
|
||||
"crossing": "zebra"
|
||||
},
|
||||
"reference": {
|
||||
"key": "highway",
|
||||
"key": "footway",
|
||||
"value": "crossing"
|
||||
},
|
||||
"terms": [
|
||||
|
||||
+2
-2
@@ -14,6 +14,6 @@
|
||||
"tags": {
|
||||
"highway": "bus_stop"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Bus Stop"
|
||||
"name": "Bus Stop / Platform",
|
||||
"searchable": false
|
||||
}
|
||||
@@ -11,7 +11,7 @@
|
||||
"highway": "crossing"
|
||||
},
|
||||
"reference": {
|
||||
"key": "footway",
|
||||
"key": "highway",
|
||||
"value": "crossing"
|
||||
},
|
||||
"terms": [],
|
||||
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"icon": "poi-foot",
|
||||
"fields": [
|
||||
"name",
|
||||
"surface",
|
||||
"lit",
|
||||
"width",
|
||||
"structure",
|
||||
"access"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "pedestrian",
|
||||
"area": "yes"
|
||||
},
|
||||
"terms": [
|
||||
"center",
|
||||
"centre",
|
||||
"plaza",
|
||||
"quad",
|
||||
"square",
|
||||
"walkway"
|
||||
],
|
||||
"name": "Pedestrian Area"
|
||||
}
|
||||
+9
-3
@@ -10,12 +10,18 @@
|
||||
"access"
|
||||
],
|
||||
"geometry": [
|
||||
"line",
|
||||
"area"
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "pedestrian"
|
||||
},
|
||||
"terms": [],
|
||||
"terms": [
|
||||
"center",
|
||||
"centre",
|
||||
"plaza",
|
||||
"quad",
|
||||
"square",
|
||||
"walkway"
|
||||
],
|
||||
"name": "Pedestrian Street"
|
||||
}
|
||||
@@ -9,5 +9,6 @@
|
||||
"landuse": "brownfield"
|
||||
},
|
||||
"terms": [],
|
||||
"matchScore": 0.9,
|
||||
"name": "Brownfield"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"icon": "commercial",
|
||||
"icon": "suitcase",
|
||||
"fields": [
|
||||
"name"
|
||||
],
|
||||
@@ -10,5 +10,6 @@
|
||||
"landuse": "commercial"
|
||||
},
|
||||
"terms": [],
|
||||
"matchScore": 0.9,
|
||||
"name": "Commercial Area"
|
||||
}
|
||||
|
||||
@@ -9,5 +9,6 @@
|
||||
"landuse": "greenfield"
|
||||
},
|
||||
"terms": [],
|
||||
"matchScore": 0.9,
|
||||
"name": "Greenfield"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"icon": "garden",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"flower",
|
||||
"greenhouse",
|
||||
"horticulture",
|
||||
"grow",
|
||||
"vivero"
|
||||
],
|
||||
"tags": {
|
||||
"landuse": "greenhouse_horticulture"
|
||||
},
|
||||
"matchScore": 0.9,
|
||||
"name": "Greenhouse Horticulture"
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"icon": "garden",
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"fields": [
|
||||
"name"
|
||||
],
|
||||
"tags": {
|
||||
"landuse": "religious"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Religious Area"
|
||||
}
|
||||
@@ -7,5 +7,6 @@
|
||||
"landuse": "residential"
|
||||
},
|
||||
"terms": [],
|
||||
"matchScore": 0.9,
|
||||
"name": "Residential Area"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"icon": "shop",
|
||||
"icon": "commercial",
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
@@ -9,5 +9,6 @@
|
||||
"tags": {
|
||||
"landuse": "retail"
|
||||
},
|
||||
"matchScore": 0.9,
|
||||
"name": "Retail Area"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"icon": "poi-mast",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"fields": [
|
||||
"monitoring_multi",
|
||||
"operator"
|
||||
],
|
||||
"terms": [
|
||||
"weather",
|
||||
"earthquake",
|
||||
"seismology",
|
||||
"air",
|
||||
"gps"
|
||||
],
|
||||
"tags": {
|
||||
"man_made": "monitoring_station"
|
||||
},
|
||||
"name": "Monitoring Station"
|
||||
}
|
||||
+1
-1
@@ -8,12 +8,12 @@
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "administrative"
|
||||
},
|
||||
"terms": [],
|
||||
"searchable": false,
|
||||
"name": "Administrative Office"
|
||||
}
|
||||
@@ -8,7 +8,6 @@
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
@@ -8,12 +8,11 @@
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "accountant"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Accountant"
|
||||
"name": "Accountant Office"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"name",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "adoption_agency"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Adoption Agency"
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"name",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "advertising_agency"
|
||||
},
|
||||
"terms": [
|
||||
"ad",
|
||||
"ad agency",
|
||||
"advert agency",
|
||||
"advertising",
|
||||
"marketing"
|
||||
],
|
||||
"name": "Advertising Agency"
|
||||
}
|
||||
@@ -8,12 +8,11 @@
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "architect"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Architect"
|
||||
"name": "Architect Office"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"name",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "association"
|
||||
},
|
||||
"terms": [
|
||||
"association",
|
||||
"non-profit",
|
||||
"nonprofit",
|
||||
"organization",
|
||||
"society"
|
||||
],
|
||||
"name": "Nonprofit Organization Office"
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"name",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "charity"
|
||||
},
|
||||
"terms": [
|
||||
"charitable organization"
|
||||
],
|
||||
"name": "Charity Office"
|
||||
}
|
||||
@@ -9,7 +9,6 @@
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"name",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "energy_supplier"
|
||||
},
|
||||
"terms": [
|
||||
"electricity",
|
||||
"energy company",
|
||||
"energy utility",
|
||||
"gas utility"
|
||||
],
|
||||
"name": "Energy Supplier Office"
|
||||
}
|
||||
@@ -8,7 +8,6 @@
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"name",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "forestry"
|
||||
},
|
||||
"terms": [
|
||||
"forest",
|
||||
"ranger"
|
||||
],
|
||||
"name": "Forestry Office"
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"name",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "foundation"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Foundation Office"
|
||||
}
|
||||
@@ -2,13 +2,13 @@
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"name",
|
||||
"government",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"icon": "town-hall",
|
||||
"fields": [
|
||||
"name",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"operator"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"fiscal authorities",
|
||||
"revenue office",
|
||||
"tax office"
|
||||
],
|
||||
"tags": {
|
||||
"office": "government",
|
||||
"government": "tax"
|
||||
},
|
||||
"reference": {
|
||||
"key": "government",
|
||||
"value": "tax"
|
||||
},
|
||||
"name": "Tax and Revenue Office"
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"name",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "guide"
|
||||
},
|
||||
"terms": [
|
||||
"dive guide",
|
||||
"mountain guide",
|
||||
"tour guide"
|
||||
],
|
||||
"name": "Tour Guide Office"
|
||||
}
|
||||
@@ -8,7 +8,6 @@
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
@@ -8,12 +8,16 @@
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "it"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "IT Office"
|
||||
"terms": [
|
||||
"computer",
|
||||
"information",
|
||||
"software",
|
||||
"technology"
|
||||
],
|
||||
"name": "Information Technology Office"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"name",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "moving_company"
|
||||
},
|
||||
"terms": [
|
||||
"relocation"
|
||||
],
|
||||
"name": "Moving Company Office"
|
||||
}
|
||||
@@ -8,12 +8,11 @@
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "newspaper"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Newspaper"
|
||||
"name": "Newspaper Office"
|
||||
}
|
||||
|
||||
@@ -9,12 +9,17 @@
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "ngo"
|
||||
},
|
||||
"terms": [],
|
||||
"terms": [
|
||||
"ngo",
|
||||
"non government",
|
||||
"non-government",
|
||||
"organization",
|
||||
"organisation"
|
||||
],
|
||||
"name": "NGO Office"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"name",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "notary"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Notary Office"
|
||||
}
|
||||
@@ -8,7 +8,6 @@
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"name",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "private_investigator"
|
||||
},
|
||||
"terms": [
|
||||
"PI",
|
||||
"private eye",
|
||||
"private detective"
|
||||
],
|
||||
"name": "Private Investigator Office"
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"name",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "quango"
|
||||
},
|
||||
"terms": [
|
||||
"ngo",
|
||||
"non government",
|
||||
"non-government",
|
||||
"organization",
|
||||
"organisation",
|
||||
"quasi autonomous",
|
||||
"quasi-autonomous"
|
||||
],
|
||||
"name": "Quasi-NGO Office"
|
||||
}
|
||||
@@ -8,7 +8,6 @@
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"name",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "surveyor"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Surveyor Office"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"name",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "tax_advisor"
|
||||
},
|
||||
"terms": [
|
||||
"tax",
|
||||
"tax consultant"
|
||||
],
|
||||
"name": "Tax Advisor Office"
|
||||
}
|
||||
@@ -8,7 +8,6 @@
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
@@ -8,12 +8,13 @@
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "therapist"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Therapist"
|
||||
"terms": [
|
||||
"therapy"
|
||||
],
|
||||
"name": "Therapist Office"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"icon": "commercial",
|
||||
"fields": [
|
||||
"name",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"operator"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "water_utility"
|
||||
},
|
||||
"terms": [
|
||||
"water board",
|
||||
"utility"
|
||||
],
|
||||
"name": "Water Utility Office"
|
||||
}
|
||||
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"icon": "poi-foot",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
{
|
||||
"icon": "poi-power",
|
||||
"fields": [
|
||||
"substation",
|
||||
"operator",
|
||||
"building"
|
||||
"building",
|
||||
"ref"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
"generator/source",
|
||||
"generator/method",
|
||||
"generator/type",
|
||||
"generator/output/electricity"
|
||||
"generator/output/electricity",
|
||||
"ref"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user