mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-25 01:24:05 +02:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user