Vsevolod Novikov
Vsevolod Novikov
Hi @danpat, It looks like the geometry ID is not appropriate to index OSM Way ID because there are some geometries that may cross several ways. I've found a place...
Hi @danpat, it's a fine plan, but i'm afraid it will dramatically increase routing engine response time, because no any two ways will be compatible and compressed because of different...
Hi @danpat, Would it be useful to have information about the way direction also? I've almost finished the implementation, and annotation will now provide way IDs along the found path....
@SamuelBrucksch as you can see in the discussion for my PR, it adds some significant (8-10%) amount of memory consumption by default. This behaviour was turned off by the additional...
The code was in stable state, but now it requires merging anyway @SamuelBrucksch
@n2ygk actually this endpoint `extract_body` is called every time when the request is received trying to authorize it - the original class tries to find a token in the POST...
Hi @n2ygk, I've found some extra time to investigate the issue. Actually, this is not an issue of the django-oauth-toolkit. The problem is that the DRF has stronger rules to...
Closing the issue
Oops, I met exactly the same problem. I was happy with v.1.x + early Django versions, and trying to create a compatible code which should work everywhere.
@jerch I've prepared a PR actually changing only one line of the runtime code. I'm not sure about all use cases to be tested, but this change makes my own...