EqualStreetNames / equalstreetnames

Map visualizing the streetnames by gender : 62 cities in 21 countries
https://equalstreetnames.org/
MIT License
72 stars 14 forks source link

Use routeable tiles #12

Open xivk opened 4 years ago

xivk commented 4 years ago

We have built this last year:

https://github.com/openplannerteam/routable-tiles

It publishes the entire OSM road network as JSON-LD, once we have this updating continuously it could be used to make this map:

jbelien commented 4 years ago

Ah Oh ! I guess it would indeed improve the performance tremendously !

But I don't really see on how to include this in the current process. Are those tiles hosted somewhere already ? How can I add information (gender/wikidata) on the road network from those tiles ?

xivk commented 4 years ago

This is an example:

https://tiles.openplanner.team/planet/14/8449/5558/

They are not there now but we could include the wikidata tags (it would make a lot of sense to do that) and then you could lookup the data from wikidata and show the streets in the correct way.

xivk commented 4 years ago

Actually I think the wikidata tags would be there, except that the data hosted now is out of date (somewhere beginning of 2019).

xivk commented 4 years ago

This tile for example has the wikidata tags:

https://tiles.openplanner.team/planet/14/8392/5496/

jbelien commented 4 years ago

That's most definitely a good idea but will require quite some work :P

xivk commented 4 years ago

Yes yes, not saying this should be the focus, it could be a long/mid term thing if ever.