Skip to content

Super simple export does not preserve IntGrid grid size #1240

Description

@ethanuppal

When exporting with super simple export, the IntGrid's "grid size" (i.e., the size of each tile in the IntGrid) is not present in the output anywhere. I also don't see any formal guarantee listed here that the IntGrid will fill the extent specified by

	"x": 0,
	"y": 0,
	"width": 256,
	"height": 256,

in the data.json (and would therefore let you recompute the grid size as $\mathrm{width} / \text{int grid cols} \times \mathrm{height} / \text{int grid rows}$).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions