piebro / openstreetmap-statistics

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

Add more links #64

Closed piebro closed 1 year ago

piebro commented 1 year ago

There is an easy way to add more links (add them to the json file here). I think it has value to add links to the most common editing software, most common (imagery) sources or bots.

westnordost commented 1 year ago

Some could be sourced from here: https://github.com/Zverik/editor-stats/blob/master/EDetect.pm#L176-L196

matkoniecz commented 1 year ago

links seems visible in https://piebro.github.io/openstreetmap-statistics/#c229

piebro commented 1 year ago

Some could be sourced from here: https://github.com/Zverik/editor-stats/blob/master/EDetect.pm#L176-L196

Yes, that's a good idea, thanks! I think it's also interesting how the editors are determined at https://github.com/Zverik/editor-stats/blob/master/EDetect.pm#L9-L133 . For example "wheelmap.org" => "'rosemary" and that probably makes sense.

Maybe the logic for these things can be added in some easy to change config/JSON file. This way it would be easier for people add and fix things without having to dig into the code. And I think it would be good for more visibility/transparency to know how this is handled.

piebro commented 1 year ago

links seems visible in https://piebro.github.io/openstreetmap-statistics/#c229

I'm not sure what you mean.

matkoniecz commented 1 year ago

I'm not sure what you mean.

Provided links are used in the table visible at the linked page

piebro commented 1 year ago

I reworked the linking and filtering and open a new issue here to add more links and filter rules.