Tom Flemming

Results 26 issues of Tom Flemming

I'm using the 64/freetype6.dll provided with this package, and it runs fine on Win10-64. Same app installed on Win7-64 gives windows-error on start: "Dll "freetype6": Module not found. (Exception HRESULT...

I'm trying to render this string using "Arial Unicode.ttf": var test = _fontFace.GetCharIndex(oneletter); _fontFace.LoadChar(oneletter, LoadFlags.Render, LoadTarget.Normal); var ftbitmap = _fontFace.Glyph.Bitmap; Morocco / Maroc ⴰⵎⵔⵔⵓⴽ المغرب The middle-part ⴰⵎⵔⵔⵓⴽ is not...

We are busy rebuilding the routerdbs for many countries of the world. Its the first time since a couple of years so I don't remember anymore, how it went that...

Contracting big pbfs like europe with standard-car.lua gives the following exception. Smaller pbfs like germany or south-america are fine. Using 1.6.0-pre10. ``` type=System.ArgumentOutOfRangeException message=Specified argument was out of the range...

I want to create a Routerdb of Europe with reasonable filesize. Kind of "overland-Routing" So I created a car-lua, which is not including highway=residential and highway=track in speed_profile-list. Unfortunate this...

In Germany, highway=track is not allowed for motor-vehicles, so there is no extra access-tag in the osm-data on such a way. What is the correct modification in the car.lua to...

Hi Ben, first of all congratulations for finally releasing 1.4 :) The version byte for 1.4 is 9. How long can we trust, this will stay unchanged? Meaning, can we...

question

I'm compiling europe-latest.osm.pbf to a routerdb. Machine has 144GB memory. Using standard Car.lua and processRestrictions=true. Without contraction routerDb.LoadOsmData() and routerDb.Serialize() finishes successfully. With contraction the following exception occurs after about...

bug

We just upgraded an old server with 128GB memory to test RouterDbs on continental scale :) So I was thinking of a progress-indicator. Reading and writing streams I can check...

I modified car.lua and changed in access_values ["destination"] from true to false. But its ignored. The following route ( from N 50,04559° O 8,92986° to N 50,05547° O 8,88755°) still...

bug