mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-31 01:09:22 +02:00
Fix north direction in some error descriptions
This commit is contained in:
@@ -108,7 +108,8 @@ function cardinalDirection(bearing) {
|
||||
180: 'south',
|
||||
225: 'southwest',
|
||||
270: 'west',
|
||||
315: 'northwest'
|
||||
315: 'northwest',
|
||||
360: 'north'
|
||||
};
|
||||
|
||||
return t('QA.improveOSM.directions.' + compass[dir]);
|
||||
@@ -163,7 +164,6 @@ export default {
|
||||
// 3 separate requests to store for each tile
|
||||
var requests = {};
|
||||
|
||||
// TODO: Just implement TRs and One-ways for now, much more simple
|
||||
_forEach(_impOsmUrls, function(v, k) {
|
||||
var url = v + '/search?' + utilQsString(params);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user