In a square grid, when a large-sized (2-tile wide) token is placed on the map, it correctly snaps to the grid so that it's centered on a grid intersection. In a hex grid, for some insane reason, it doesn't. It instead snaps to the grid so that it's centered on the middle of a tile, causing it to take up half of each surrounding tile in a method that makes it impossible to tell what tiles the creature is actually taking up. Pictured on left: What currently happens when you drag and drop a large-sized creature onto a hex grid Pictured on right: What SHOULD happen The same problem happens for tokens that are 4 tiles wide, 6 tiles wide, 8 tiles wide, etc.