Add missing translations, improvements to charging stations theme

This commit is contained in:
Pieter Vander Vennet 2021-10-26 01:14:22 +02:00
parent 0252fd43ab
commit e8b0c3f4c8
7 changed files with 1207 additions and 58 deletions

View file

@ -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 => {