piebro / openstreetmap-statistics

Monthly updated interactive statistics about OpenStreetMap.
https://piebro.github.io/openstreetmap-statistics/
MIT License
34 stars 6 forks source link

fix bug for created_by_top_10_contributor_count_first_changeset_monthly #137

Closed piebro closed 6 months ago

piebro commented 6 months ago

This was a bug. The script was only looking at all changeset from the top 100 editors to determine the first used editor. If someone would have used an editor not in the top 100 and then use one from the top 100, it would have counted as "the first editor". This is now fixed.