Monthly Archives: januari 2022


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 […]


Infinity releases februari 2022

In februari komen Action Packs met de inhoud van Operation Kaldstrom, dus deze PanOceania en Yu Jing miniaturen zijn nu ook los van elkaar verkrijgbaar. Daarnaast ook een aantal nieuwe releases! Malignos (Hacker) Yuan Yuan (DA CCW) Fuzzbots Vargar Maximum Security Team PanOceania Action Pack Shaolin Warrior Monk (Shock CCW) […]


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 […]


Settings the QGIS default coordinate system

By default, QGIS asks you which coordinate system to use when a layer that you add does not have a coordinate system mentioned in its metadata. Unfortunately, this is quite often the case, and can become quite annoying. Chances are that you are using the same coordinate system most of […]


Overriding the QGIS default language

By default, QGIS uses your Windows language as language for the user interface. While this might be desirable to some users, this may also cause two issues: Sometimes, the localization isn’t of the best quality, making it difficult to understand what e.g. a function actually means. If you look for […]