afischerdev
                                            afischerdev
                                        
                                    Nice idea. I had a short check on my Hessen data. I found only two towns with more then 80000. And [Darmstadt](https://www.openstreetmap.org/relation/62581) has a lot of green areas around. I...
Frankfurt: I think we could make an update on the polygon data. Something like this ``` SELECT pt.osm_id, x.id, pt.name, pt.population pop, x.admin_level FROM planet_osm_point pt JOIN ( SELECT member...
A note on relations: From the 'Dreieich' data I focused on relation [6831654 ](https://www.openstreetmap.org/relation/6831654) and way [148463112](https://www.openstreetmap.org/way/148463112). The relation contains four ways and two of them have no tags. In...
One more remark on [Darmstadt](https://www.openstreetmap.org/relation/62581). I collected all greens inside the Darmstadt polygon and wrote it to an extra table: ``` SELECT p.osm_id p_id, l.osm_id l_id, p.name, l.landuse, l.way into...
@EssBee59 Great idea, I like it. No more area different selection, very elegant.
As before, I don't mind to do that. But I thought maybe @EssBee59 would like to add something else to that.
@EssBee59 What do you think about this? Or just merge?
@quaelnix At the end I guess it could be you have to accept. @EssBee59 is the maintainer of the database scripts and I would not commit without an OK. But...
@devemux86 > Usually some of the first things users expect from routers and they don't find in BRouter are street names (https://github.com/abrensch/brouter/issues/55), speed limits, maybe street information in response (e.g....
@quaelnix Thanks for the hint. I tried it and it really takes a long time. I still think it's a good idea to do it over the buildings. Maybe the...