DiabloRusso

Results 17 comments of DiabloRusso

Hi, Paul den Dulk! Thanx for help! You wrote: > For what purpose do you need it? I am a beginner in mapping. I review the ability to display maps...

Hi, Ben! Right now I'm considering an [mapbox-vector-tile-cs](https://github.com/bertt/mapbox-vector-tile-cs). Thanx!

@pauldendulk This is an excellent tip for me! To read [osm2vectortiles-file](https://osm2vectortiles-downloads.os.zhdk.cloud.switch.ch/v2.0/planet_2016-06-20_7088ce06a738dcb3104c769adc11ac2c_z0-z5.mbtiles) I modified GetTile function in class MbTilesTileSource like in HttpVectorTileSource and invert the Y-axis! I would like to inherit...

@Feroks [this](http://www.filedropper.com/vectortiletobitmaprenderer) my project.

@charlenni, sent on email

Hi! @pauldendulk, your project is magnificent for its flexibility and expandability! I did some research on the use of vector fragments in Mapsui: - The first three issues: That's right,...

Hi, @charlenni ! My project is quite raw + I do not have the possibility to publish it, but I can answer specific questions that are in my competence!

@charlenni absolutely right! In PBF format and compress GZip(not necessarily, but often). I do not know anything about Mapsforge format, I follow to [mapbox format](https://www.mapbox.com/vector-tiles/specification/) To read CartoCSS, the code...

@pauldendulk I'm planning create VectorTileProvider how did you suggest(see [TileProvider](https://github.com/pauldendulk/Mapsui/blob/master/Mapsui/Providers/TileProvider.cs)): - MemoryCache will contain Features instead of a byte[] - Modify GetTileOnThread function like this: ``` private void GetTileOnThread(object parameter)...

As for rendering... Creating dynamic resources in a large number, such as geometry and brushes, to display on the device is very heavy operation and should not be done in...