Vytautas Jancauskas

Results 22 comments of Vytautas Jancauskas

Could you please explicitly test for type using assert(isinstance(something, int)) in the test.

I have removed the links to those tutorials from readthedocs some time ago

I would favor removing them but did not want to do that since maybe someone still want to work or keep them up to date. If the author wants to...

ok seeing that the particular one you mention seems to be unmaintained by anymore I will delete it

you need a C++ compiler that supports C++20

GeoJSON ``` { "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": {}, "geometry": { "coordinates": [ [ [ 3.2320803252100063, 6.60534144003347 ], [ 3.2320803252100063, 6.317907838094598 ], [ 3.5334997324700907, 6.317907838094598 ], [...

Hi Dugal, 8 is what I have it set to after experimenting for a value that stops throwing those memory errors 99% of the time, I think something more is...

I will try with even smaller tile sizes when I get a chance (next week)

Well, for me it doesn't work even if I reduce max_tile_size to 0.1

Here is the GeoJSON I've used. ``` { "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": {}, "geometry": { "coordinates": [ [ [ -0.3689373648039975, 5.785841065493003 ], [ -0.3689373648039975, 5.364440103464588 ],...