mapbox-vector-tile-cs
Vector tile decoder
A .NET library for decoding and converting Mapbox vector tiles to GeoJSON FeatureCollection objects.
A .NET library for decoding a Mapbox vector tile
74 stars
12 watching
14 forks
Language: C#
last commit: 11 months ago
Linked from 1 awesome list
mapboxvector-tiles
Related projects:
Repository | Description | Stars |
---|---|---|
mapbox/vector-tile-cs | A C# library for decoding Mapbox Vector Tiles | 57 |
wdtinc/mapbox-vector-tile-java | Library for encoding and decoding MapBox Vector Tiles using Java and JTS. | 151 |
bahung1221/dart-vector-tile | A package to encode and decode vector tile data in the GeoJSON format | 15 |
tilezen/mapbox-vector-tile | A Python package for encoding and decoding Mapbox Vector Tiles | 248 |
mapbox/vtzero | A lightweight C++ library for decoding and encoding minimalist vector tiles | 87 |
mapbox/vt2geojson | Converts vector tiles to GeoJSON format | 136 |
mapbox/mapnik-vector-tile | Provides a C++ implementation of the Mapbox Vector Tile specification | 553 |
mapbox/vector-tile-spec | A specification for encoding and decoding vector data in tile format. | 911 |
mapbox/vector-tile-js | A JavaScript library for parsing and accessing data from compressed vector tile files used in geographic information systems | 356 |
wangyoucao577/vt2geojson | Tool to convert Mapbox Vector Tiles to GeoJSON format | 4 |
mapbox/mvt-fixtures | Provides a set of standardized test fixtures for Mapbox Vector Tile encoders and decoders | 27 |
spatialserver/leaflet.mapboxvectortile | A Leaflet plugin for rendering Mapbox Vector Tiles on an HTML5 Canvas | 300 |
manimaul/swiftvectortiles | Encodes vector tiles according to the Mapbox spec using Swift | 14 |
landtechnologies/mapbox-vector-tiles-basic-js-renderer | A project that allows fine-grained control over rendering individual vector tiles on an imaginary canvas to render onto a real canvas. | 134 |
mapbox/vt-pbf | Converts Mapbox vector tiles to binary protobuf format | 193 |