Alexander Rolek

Results 285 comments of Alexander Rolek

@FallenKain what version of tegola are you using? I'm going to try and recreate the issue

Not a perfect reference, but the tegola demo for OSM rendering the [same location](http://demo.tegola.io/?z=10.8049&lat=55.3963&lng=64.4793&style=hot-osm&src=ec2&lib=mapbox)

Can you share the tegola endpoint with this data? I want to inspect the tile edges to see if this is possibly a clipping issue on line strings.

@FallenKain can you expose the TileJSON for the map at http://maps01.taxsee.ru/vector-dev/maps/capabilities/test_map.json? I want to check your map rendering in Mapbox GL to make sure it has nothing to do with...

Are the tile endpoints still up? It looks like the capabilities endpoint is but the tiles are now returning 403 Forbidden status codes. I might need you to dump the...

@FallenKain when you say you simplified yourself, do you mean you simplified at the database and turned off simplification in tegola for that layer via `dont_simplify`? We found a bug...

@FallenKain if you can follow @gdey's steps and then send us the SVG we can take a look at the various steps in the geo processing to see if it's...

@FallenKain yes you can configure the tile buffer. This is done as a top level config ```toml tile_buffer = 32 # set as desired ``` I need to document this....

@FallenKain thanks for the docs bug report. Fixing now.

@curtis18 what you're running into is the difference between GeoPackage and Spatialite. GeoPackage has a very defined schema but does not come with spatial processing functions. Spatialite does have spatial...