Don't reverse cardinal direction roles on relations anymore

re: https://github.com/openstreetmap/iD/pull/2004#issuecomment-407995998

Per thread https://twitter.com/bhousel/status/1025805098063208448
JOSM has stopped doing this too
This commit is contained in:
Bryan Housel
2018-08-04 21:55:14 -04:00
parent 490d4d39f3
commit 2e6799ac60
2 changed files with 7 additions and 11 deletions
+1 -5
View File
@@ -40,11 +40,7 @@ export function actionReverse(wayID, options) {
forward: 'backward',
backward: 'forward',
forwards: 'backward',
backwards: 'forward',
north: 'south',
south: 'north',
east: 'west',
west: 'east'
backwards: 'forward'
};
var onewayReplacements = {
yes: '-1',