Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

OsmSharp/VectorTileToBitmapRenderer

Repository files navigation

VectorTileToBitmapRenderer

Renders vector tiles to PNGs. This makes it easy to render a vector tile in a client that is capable of bitmap rendering. It is not possible to draw the vectors directly on your clients canvas which will reduce quality in some cases. It is however still possible to choose the styling used to render to bitmap.

It uses mapbox-vector-tile-cs to parse vector tiles. This turns is into GeoJSON.NET objects.

Roadmap

  • Do nothing unless a real need arises
  • Wait a little more
  • Use SkiaSharp rendering, remove GDI and OpenTK
  • Add configurable styling
  • Use vector tile style

Sample

The repo contains a sample of the awesome psychedelic tile renderer which has value all of its own :)

Alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages