forked from MapComplete/MapComplete
Add missing translations, improvements to charging stations theme
This commit is contained in:
parent
0252fd43ab
commit
e8b0c3f4c8
7 changed files with 1207 additions and 58 deletions
|
@ -100,7 +100,7 @@ export default class FeaturePipeline {
|
|||
this.relationTracker = new RelationsTracker()
|
||||
|
||||
state.changes.allChanges.addCallbackAndRun(allChanges => {
|
||||
allChanges.filter(ch => ch.id < 0)
|
||||
allChanges.filter(ch => ch.id < 0 && ch.changes !== undefined)
|
||||
.map(ch => ch.changes)
|
||||
.filter(coor => coor["lat"] !== undefined && coor["lon"] !== undefined)
|
||||
.forEach(coor => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue