SilentSpike
31091f1159
Add direction of travel to oneway errors
2019-02-01 22:50:59 +00:00
SilentSpike
214cf41019
Use more generic classes for errors
2019-02-01 22:50:57 +00:00
SilentSpike
39880e559b
Add direction of travel to turn restriction errors
2019-02-01 22:50:56 +00:00
SilentSpike
bea6f4dcfd
Use point averages for locations
2019-02-01 22:50:56 +00:00
SilentSpike
ca290b5101
Add details to error messages
2019-02-01 22:50:55 +00:00
SilentSpike
4f2646d567
Add basic title + description UI
2019-02-01 22:50:54 +00:00
SilentSpike
4d89810721
Add ImproveOSM service
...
Only processing one-way errors for now
2019-02-01 22:50:54 +00:00
Bryan Housel
e50b82d2ad
Ditch the separate linear platform presets for public transport
...
(closes #5837 )
2019-02-01 16:38:33 -05:00
Bryan Housel
d1fca87d79
Replace Edit Documentation link with pencil icon
...
(closes #5753 )
2019-02-01 11:49:03 -05:00
Bryan Housel
7e3f08b31a
Restore missing paths_intersect string needed for #5745
2019-01-29 15:09:49 -05:00
Bryan Housel
7aea67fcfe
Merge pull request #5745 from jguthrie100/stop_merge_overlapping_self
...
Add check to stop joining ways if resulting way intersects itself
2019-01-29 14:07:34 -05:00
Quincy Morgan
b1de70c63f
Add Sundial preset ( close #5771 )
2019-01-29 09:13:25 -05:00
Quincy Morgan
b2e57c37e9
Add Minaret preset ( close #5817 )
2019-01-29 09:04:27 -05:00
Quincy Morgan
28f49d3015
Add Bell Tower preset ( close #5772 )
...
Update tower presets to use field inheritance
2019-01-29 08:55:11 -05:00
Quincy Morgan
c9fef9e3fe
Add Climbing Gym preset ( close #5749 )
2019-01-29 08:41:45 -05:00
Quincy Morgan
a6636a2f44
Add Salt and Tidal fields to water presets ( close #5822 )
2019-01-29 08:29:21 -05:00
Quincy Morgan
78a7869cd9
npm run translations
2019-01-28 17:37:13 -05:00
Quincy Morgan
b73ad48802
Add the covered field to more presets
...
Add "water fountain" and synonyms as terms to amenity/drinking_water preset
2019-01-28 11:45:34 -05:00
Bryan Housel
9febb34b53
Add "riverbank" for search term for River area preset
2019-01-27 13:23:04 -05:00
Bryan Housel
1a3a411507
Restore basin preset
...
(closes #5758 )
2019-01-27 13:19:16 -05:00
Quincy Morgan
8f5ab67a9c
Add roof:colour field to moreFields of building presets
2019-01-25 14:02:57 -05:00
Quincy Morgan
eb9c516b2c
Add architect field to moreFields of building presets
2019-01-25 13:57:45 -05:00
Bryan Housel
df87374042
Add {leftclick} icon to help section about adjusting imagery offset
2019-01-23 23:55:07 -05:00
Bryan Housel
23087755ce
Add more forestry terms
...
re: transifex https://www.transifex.com/openstreetmap/id-editor/translate/#ta/$/14390187?q=issue%3Aopen
2019-01-23 23:47:07 -05:00
Bryan Housel
d5e5d6b524
Fix typo: "OpenStreetmap" -> "OpenStreetMap"
2019-01-23 23:30:27 -05:00
Quincy Morgan
497a22edd3
npm run translations
2019-01-23 11:30:55 -05:00
Quincy Morgan
c7910596d5
npm run imagery
2019-01-23 11:29:41 -05:00
Bryan Housel
c77849fc81
Add preset for shop=frozen_food (for Picard name suggestion preset)
2019-01-23 09:49:03 -05:00
Bryan Housel
20bcfc5730
Delimit name-suggestion-preset names on en-dash, not hyphen
...
To avoid conflicts with hyphenated names, or bilingual names
with hyphens in them (like used in Brussels)
2019-01-23 09:44:24 -05:00
Quincy Morgan
b5b1e53709
Update Temaki to v1.2.0
...
Use new Temaki icons for a variety of presets
Add terms to the shop/outdoor preset
2019-01-22 11:26:00 -05:00
J Guthrie
631ace27d5
Add check to stop joining ways if resulting way intersects itself
...
- Includes new test case
2019-01-22 03:07:38 +00:00
Bryan Housel
7e69ab508f
Add quotes around "to" way to match other error messages
2019-01-18 18:23:08 -05:00
Quincy Morgan
6adc174ddf
Changed the destination field to semiCombo type and made it require oneway=yes
...
Added fields for destination:ref, destination:symbol, and junction:ref that require oneway=yes
Updated trunk_link to inherit fields from motorway_link
Moved name and ref_road_number from fields to moreFields on link presets
Added destination and destination/ref to fields of link presets
Added destination/symbol and junction/ref to moreFields of link presets
Added toll to moreFields of highway/primary
2019-01-17 14:17:50 -05:00
Quincy Morgan
ecec397736
Added fields for oneway:bicycle, destination, minspeed, and dog tags and added them to moreFields of appropriate presets
...
Reduced the maximum fields count before warning from 9 to 8
Updated some similar highway presets to use field inheritance
Added additional fields to moreFields of various highway presets
2019-01-17 10:09:46 -05:00
Bryan Housel
3e12a85fa1
Merge pull request #5717 from nyurik/wikilink
...
Add wiki links from tag description
2019-01-17 00:10:45 -05:00
Bryan Housel
0e0e87453f
npm run build
2019-01-17 00:10:09 -05:00
Quincy Morgan
2804ef35fe
Added a warning and an error in build data for presets with "fields" counts over a given threshold (now 9 and 12)
...
Reduced all "fields" counts to nine or fewer by moving fields to "moreFields"
Moved maxheight, cycleway, and toll fields in highway presets from fields to moreFields
Added covered and maxspeed/advisory fields to moreFields of more highway presets
Added smoothness field to more path type presets
Updated highway/service presets to use field inheritance
Added variants of the voltage and frequency fields that require "electrified" not equal to "no" and added them to the relevant railway presets
2019-01-16 17:16:55 -05:00
Yuri Astrakhan
3caf6eabed
remove non local non en wiki links
2019-01-16 15:00:20 -05:00
Quincy Morgan
d284e0f589
Removed universal Tourism field (re: #5719 )
2019-01-16 14:36:00 -05:00
Yuri Astrakhan
54b4a798b1
Localize language name
2019-01-16 14:35:47 -05:00
Yuri Astrakhan
2df519567d
updated wiki link text
2019-01-16 14:09:22 -05:00
Quincy Morgan
c3819dac71
Removed the payment_multi field from the universal fields list and added it to moreFields of relevant presets (re #5719 )
...
Added additional fields to the moreFields property of various presets
2019-01-16 12:43:29 -05:00
Quincy Morgan
6f72a3a386
Added club=sport preset
2019-01-16 08:23:45 -05:00
Yuri Astrakhan
1127a34f94
Add wiki links from tag description
...
This feature requires P31 property to be present
in the data item. For an example, see
https://wiki.openstreetmap.org/wiki/Item:Q104#P31
Once the bot populates them in the data items,
it will automatically work for all existing keys/tags.
2019-01-15 20:07:45 -05:00
Quincy Morgan
512dfaa52c
Updated attraction presets to use field inheritance
...
Added generic attraction preset with attraction typeCombo field
2019-01-15 15:28:01 -05:00
Quincy Morgan
20553dc977
Fix for prior commit
2019-01-15 14:56:30 -05:00
Quincy Morgan
c6dd743f90
Updated social_facility and vending_machine presets to use field inheritance
2019-01-15 14:55:52 -05:00
Quincy Morgan
4252c5cb36
Presets no longer inherit fields for keys that define them
2019-01-15 13:52:03 -05:00
Quincy Morgan
0da15efc10
Merge branch 'master' into preset-field-inheritance
...
# Conflicts:
# data/presets/presets.json
2019-01-15 11:44:16 -05:00
Quincy Morgan
d1a7400ed7
Added a field for the building:material key
2019-01-15 11:42:55 -05:00