mapbox / mbutil

Importer and Exporter of MBTiles
http://mapbox.com/developers/
BSD 3-Clause "New" or "Revised" License
762 stars 199 forks source link

Patch needed to get the correct grid_data and grid values together in the correct JSON file #31

Closed schwanksta closed 12 years ago

schwanksta commented 12 years ago

Right now, mb-util queries the flipped Y value in grid_data_cursor. This patch moves up the definition of grid_data_cursor so that we query the original Y value.