Commit Graph

42 Commits

Author SHA1 Message Date
Quincy Morgan
04e4cfc031 Flag paths with "no" access value for their implied designation (re: #6070) 2019-04-01 15:00:32 -04:00
Quincy Morgan
2728f07c84 Use depreacted.json instead of preset replacement property for landuse water features 2019-03-28 14:49:41 -04:00
Quincy Morgan
0e6b5d46d6 Add Commemorative Plaque preset
Deprecate memorial=plate
2019-03-28 12:21:58 -04:00
Quincy Morgan
d76baa9b83 Deprecated shop=fashion and shop=boutique (close #6109)
Add clothing-related search terms to Clothing Shop preset
2019-03-27 09:53:26 -04:00
Quincy Morgan
ca37427602 Deprecate dropped_kerb 2019-03-21 16:11:46 -04:00
Quincy Morgan
df8384a9de Add curb height field to lowererd and rolled curb presets
Deprecate curb, sloped_curb, amenity=sloped_curb, kerb=dropped, and kerb=flat
2019-03-21 16:10:14 -04:00
Quincy Morgan
66580a1e79 Deprecate building=home, building=family_house, and building=household 2019-03-20 16:02:03 -04:00
Quincy Morgan
6f40902f39 Add Marked and Unmarked Cycleway Crossing presets (close #6065) 2019-03-19 14:11:03 -04:00
Quincy Morgan
7da79abd11 Fix issues where outdated tag warnings could persist after upgrading tags (close #6063) 2019-03-19 10:07:59 -04:00
Quincy Morgan
f55434acbf Add Mineshaft preset and Resources field 2019-03-18 08:56:43 -04:00
Quincy Morgan
d96a3e409c Deprecate waterway=riverbank 2019-03-14 10:30:52 -04:00
Quincy Morgan
c317097530 Move crossing=zebra deprecation back to deprecated.js 2019-03-14 10:12:45 -04:00
Quincy Morgan
17087f42c8 Adding mechanism for specifying an upgrade path for deprecated presets (close #6045) 2019-03-13 17:51:12 -04:00
Quincy Morgan
2afccc326e Separate line and area public_transport=platform presets from the point ones
Deprecate aerialway=station, amenity=bus_station, amenity=ferry_terminal, highway=bus_stop, railway=platform, and railway=station
2019-03-13 16:32:50 -04:00
Quincy Morgan
1bcc156ac3 Deprecate crossing=zebra
Style crossing=unmarked differently from other crossings
Style piers and transit platforms with a highway tag differently from those without
2019-03-13 11:50:01 -04:00
Quincy Morgan
6e7d217555 Deprecate highway=platform 2019-03-12 14:19:42 -04:00
Quincy Morgan
8ac6ede028 Add highway=footway when setting pier, platform, and foot racing track presets
Add highway=bridleway when setting horse racetrack preset
Style racetracks with highway tag with white/yellow pattern
2019-03-12 14:01:15 -04:00
Quincy Morgan
c09171d0e2 Deprecate various cuisine values in favor of diet tags (close #5993) 2019-02-28 09:15:17 -05:00
Quincy Morgan
c062f9186e Merge pull request #5957 from matkoniecz/kill_landuse_conservation
landuse=conservation to boundary=protected_area
2019-02-25 10:51:45 -05:00
Quincy Morgan
874d731414 Deprecate postcode=* (close #5959) 2019-02-25 09:31:28 -05:00
Quincy Morgan
db800e0be6 Deprecate highway=abandoned (close #5968) 2019-02-25 09:27:59 -05:00
Quincy Morgan
a26c3ae7a2 Deprecate various old wood-related tags (close #5958) 2019-02-25 09:20:47 -05:00
Quincy Morgan
9d7d04ed64 Deprecate natural=waterfall (close #5972) 2019-02-25 08:59:09 -05:00
Mateusz Konieczny
41a46806ab landuse=conservation to boundary=protected_area 2019-02-24 19:59:54 +01:00
Mateusz Konieczny
67f0cae6bd building:color -> building:colour deprecation 2019-02-24 19:51:37 +01:00
Mateusz Konieczny
bb6ef8b875 add amenity=toilet to amenity=toilets validator rule
fixes #5952
2019-02-24 18:05:21 +01:00
Quincy Morgan
0572f4c72d Deprecate footway=left/right/both/no/none/separate (close #5935) 2019-02-22 10:48:53 -05:00
Quincy Morgan
e5e547ff53 Deprecate amenity=public_building (close #5916)
Deprecate shop=betting
2019-02-21 08:53:32 -05:00
Quincy Morgan
dc3034e1b9 Add deprecated tag waterway=aqueduct 2019-02-19 12:15:31 -05:00
Quincy Morgan
c8a556697d Remove bridge tag deprecation warnings 2019-02-11 15:48:42 -05:00
Quincy Morgan
fffdffead1 Fix deprecated tag replacement key spelling 2019-02-11 14:58:19 -05:00
Quincy Morgan
742e04b363 Alphabetize and update deprecated tags list 2019-02-11 14:55:55 -05:00
Clarisse Abalos
aca699ecca add osmose Items 4010 and 3030 to deprecated.json 2019-02-11 14:20:59 -05:00
Quincy Morgan
a06b8e4306 Add water=intermittent, water=riverbank, water=salt, and water=tidal to deprecated tags list 2019-01-28 12:24:34 -05:00
Quincy Morgan
cc9fae312e Add two deprecated roof color tags 2019-01-25 14:09:27 -05:00
Quincy Morgan
a259a9acf1 Add more deprecated tag data from https://wiki.openstreetmap.org/wiki/Deprecated_features
Run deprecated_tag validation on modified as well as created features
2019-01-24 15:09:02 -05:00
Quincy Morgan
b21dd1d5d6 Add tooltip and updated message to deprecated_tags validation issue
Add a quick fix to upgrade deprecated tags
Add more deprecated tag data
2019-01-24 14:09:12 -05:00
Bryan Housel
440b01a6ca Use json-stringify-pretty-compact for compacter json
(this reduces a few file sizes and will make for better github diffs)
2018-06-15 11:48:07 -04:00
Bryan Housel
8fb5f3a5a1 Degunk data sources by named-importing single toplevel key
See: https://github.com/openstreetmap/iD/issues/3403#issuecomment-245150454

This change drops the iD.js bundle size from 4.5MB to 3.4MB, and makes it
much more readable, which is nice for debugging.  This does not affect the
minified bundle size.
2016-10-26 16:29:49 -04:00
Bryan Housel
9fade58d85 add picnic area stuff: firepit, picnic_table, bbq 2014-03-19 17:33:28 -04:00
Tom MacWright
c9bbf9e6b6 Fix errors in deprecated.json. Fixes #933
This file is sourced from DeprecatedTags.java in JOSM
2013-03-08 15:23:33 -05:00
John Firebaugh
87fd5d871c Build data into package 2013-03-06 16:16:12 -08:00