Ali Ashraf

Results 54 comments of Ali Ashraf

@ststeiger you have done some nice upgrades. Can you send a merge request so that i can test and upgrade this repo

Technically, all sorts of vector mbtiles can work as long as the style schema is based upon it. Right now, openmaptiles vector tiles are [downloaded](https://data.maptiler.com/downloads/dataset/osm/#1.18/41.9/14.4) and used for this repo.

Hi, Thanks for the interest. Contributions are certainly welcome for this project. Let me know which part/feature are you interested in.

A couple of days ago, I was porting this renderer to Cesium JS library for vector tile rendering on the fly. I did some extensive tests and figured out that...

That's some nicely organized code. I'm experimenting with web-based vector rendering, and so far the best way to go about it is to dynamically compile filters.

On the web, it uses WebGL and some extreme optimization techniques to render the vector tiles. Can you test your openmaptiles with the `tileserver-gl` in raster mode? (it uses a...

Hi. I was implementing vector tiles for web using javascript and HTML5 canvas. Turns out the biggest performance bottleneck is the filtering operations. I'll be testing it further and posting...

I've updated the repo with some performance improvements. Here are a few of these: - Shared sqlite connection between threads - Marked sqlite connection as readonly - Deferred disk cache...

@charlenni is right. Displaying street names on a map is pretty complicated. One other reason why this feature was disabled is because SkiaSharp doesn't correctly handle text that is bent...

I have written an algorithm to figure out if SkiaSharp would draw street names correctly or not, so far it works fine in most cases. That is why I have...