bertt / mapbox-vector-tile-cs

A .NET library for decoding a Mapbox vector tile
MIT License
74 stars 16 forks source link

Using The package on UWP application with .pbf extention files. #6

Closed ImCarrot closed 7 years ago

ImCarrot commented 7 years ago

Hi, I tried to use the the XAMARIN sample for UWP app from here as directed in the description. The issue I am facing is the MapFilter Common project is fetching data from the local directory, with extentions .mvt the vector tiles I want to deploy are of the format .pbf . Please help me on how can I achieve to implement the .pbf extention vector Tiles files on my map control. Also I want to get the tiles from my server instead of the local directories. could you please help.

bertt commented 7 years ago

. for using .pbf instead of .mvt: just change the files in the project resources and in app.cs . for using tiles from server: add a tile web request mechanism, https://github.com/BruTile/BruTile is a good candidate

But better discuss this at the VectorTilesWithXamarinMaps repository, so closing here.