Blog


How to use large objects in C#

So you’ve got 64-bit Windows, lots of RAM, compiled your C# program as 64 bit application, and you still get the message that an object is too large? That’s because there’s a default 2GB limit to the size of objects. Luckily, there’s a way to disable this. You need to […]


Useful XYZ tiles for QGIS

One of the data types supported by QGIS are XYZ tiles, i.e. tiled image data in a Pseudo-Mercator projection. By default, QGIS only has OpenStreetMap as tile provider. To do so, you right click on XYZ Tiles in the Browser window and choose Add Connection. You need an URL for […]