Skip to content

Commit

Permalink
chore: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
claustres committed Jul 11, 2024
1 parent 87433ac commit af09b16
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions jobfile-osm-boundaries.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,8 @@ export default {
if (key.startsWith("name")) {
toponym.properties[key] = value
}
}
)
})
toponym.properties.admin_level = feature.properties.admin_level
/*if (_.has(feature, 'properties.name:en')) {
_.set(toponym, 'properties.name:en', feature.properties['name:en'])
}*/
}
})
if (toponym) toponyms.push(toponym)
Expand Down

0 comments on commit af09b16

Please sign in to comment.