Dane Springmeyer

Results 404 comments of Dane Springmeyer

/cc @Andrey-VI - would be great if you could supply a pull request that covers some of your common and more rare usecases.

bump @Andrey-VI - this is your chance to help make sure your future usecases don't break :)

Thanks for the details @Andrey-VI. I'm having trouble understanding exactly what you need. Could you provide some specific visual images of what you think would be ideal output? Then we...

Nice. I've also been interested in adding a label collision detector by name. The idea of making it flexible by other rendering properties is smart.

Hi @Artoria2e5 - thanks for the thoughtful recommendations. If I am understanding right you are referring the the "Mapnik" style on osm.org rather than specifically the Mapnik codebase. This is...

@sommerluk I don't know. What I can say is that the `font-feature-settings` feature in mapnik is implemented by passing the args to https://github.com/behdad/harfbuzz, the library used in Mapnik to shape...

@sommerluk yes, this looks like something that could be implemented. It looks like what needs to happen is: - Start using the `hb_buffer_set_language` api - Add an option to the...

> Note that for solving the Han unification issue, it is furthermore necessary to be able to override the default value in the stylesheet. From skimming https://github.com/gravitystorm/openstreetmap-carto/issues/2208 this was my...

I agree - these compile times are awful and oddly bad. I'm not familiar with the c++ code to offer a concrete recommendation for a re-write, but I'm sure there...

Working on this in https://github.com/mapbox/earcut.hpp/pull/77