Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#6826 closed defect (fixed)

GPKG: incorrect matrix_width / matrix_height

Reported by: Even Rouault Owned by: warmerdam
Priority: normal Milestone: 2.1.4
Component: default Version: unspecified
Severity: normal Keywords: rouault
Cc:

Description (last modified by Even Rouault)

Requirement 45

The width of a tile matrix (the difference between min_x and max_x in gpkg_tile_matrix_set) SHALL equal the product of matrix_width, tile_width, and pixel_x_size for that zoom level. Similarly, height of a tile matrix (the difference between min_y and max_y in gpkg_tile_matrix_set) SHALL equal the product of matrix_height, tile_height, and pixel_y_size for that zoom level.

But currently our matrix_width / matrix_height is adjusted in a much tigher way.

Change History (4)

comment:1 by Even Rouault, 7 years ago

Resolution: fixed
Status: newclosed

In 37435:

GPKG: set matrix_width/matrix_height in gpkg_tile_matrix in conformance with req 45 (fixes #6826)

comment:2 by Even Rouault, 7 years ago

In 37436:

GPKG: set matrix_width/matrix_height in gpkg_tile_matrix in conformance with req 45 (fixes #6826)

comment:3 by Even Rouault, 7 years ago

Milestone: 2.1.4

comment:4 by Even Rouault, 7 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.