Marko Burjek

Results 12 comments of Marko Burjek

Fixed conflicts because file was deleted. And tested again with my saved requests.

I think this can be merged. I'll do only turn -> no turn change on different branch, since I need to firstly simplify splitting. (Currently we have getOrCreateVertex and splitEdge)...

Is it possible that this problem came back with increase of OSM data? I have graphopper version 0.6 with applied fix: https://github.com/graphhopper/graphhopper/commit/dfd62e2c8fa73f95eceed05b918cb607fdaac813 which increases limit to 2^32. I tested graphopper...

This also happened to me but only if Gtiff type was float32 if I converted it to Int16 and used latest master it converted without errors. cbt-export export tiles that...

I fixed PR so that only non consecutive duplicated nodes are removed in intersection detection. I also added tests that test specifically that.

@trevorgerhardt: can you please look if this is OK or should localization Handlebar helpers be in handlebar file?

Localization for geocoding is weird. Seems that in version of select2 we are using currently (3.4.8) you need to load file with your language localization before you initialize first select2...

Web API would need to be changed a little. PO files can stay the same. It would be best if translation itself would be done with [gettext-commons](https://code.google.com/p/gettext-commons/) or other gettext...