BruTile Versions Save

BruTile is a .NET library to access tile services like those of OpenStreetMap, MapBox or GeodanMaps.

2.2.0

3 years ago
  • Make HttpTileSource.PersistentCache settable #113

2.1.3

3 years ago
  • Make WMTS Style case insensitive #115 #114

2.1.2

4 years ago
  • Change MatrixHeight and MatrixWidth to long to cater for zoom level 30 #105

2.1.1

4 years ago
  • Add default user-agent so request work without user changes

2.1.0

4 years ago
  • Add option to add custom 'User-Agent' http header to request
  • sqlite-net-pcl NuGet to 1.6.292

2.0.2

5 years ago
  • Add GetCapabilities function to WmsCapabilities #79
  • Change URLs in KnownTileSources to secure versions where service allowed this #96
  • Fix for null reference exception when no title is set on layer in wmts #95
  • Fixed inherited CRS missing in layer in wms #93

2.0.1

5 years ago
  • Added ConfigureAwait(false) on web calls

2.0.0

5 years ago
  • Like 1.0.3 but .net standard

1.0.0

6 years ago

BruTile 1.0.0

Somewhere in 2008 BruTile was started as a spin-off from SharpMap. By separating it it could be reusable for other projects. Today, almost ten years later, BruTile 1.0.0 is released. The functionality of 1.0 is almost identical to the 0.x releases published during the last years. Since it has been so stable it was about time for a release. Hopefully not too hastily :)

This project was developed in cooperation with Felix Obermaier who developed the WMS parser and did some big parts of the WMTS funcionality and many other things.

We like to thank al other contributors to this project. This is the list of contributors (and commits) taken from the git repo:

  • Paul den Dulk (760)
  • Felix Obermaier (93)
  • Josh Cooley (18)
  • Starnuto di Topo (9)
  • Bert Temme (9)
  • Tim Ebben (8)
  • Kellison (6)
  • Joe Cooper (4)
  • Brad Hards (2)
  • Spartaco Giubbolini (2)
  • Harmen Smit (2)
  • Mogikanin (2)
  • Alvaro Huarte (1)
  • Dominik Bauer (1)
  • Scott Dewald (1)
  • Plamen-i (1)

0.22.2

6 years ago
  • WMTS: Added CRS parsing for 'EPSG:0000' format. #55
  • WMTS: returning coordinate Natural for EPSG code higher than 32767. #55
  • WMS UpdateSequence now string instead of int according to spec. #52. Thanks @pedwik