map scaling possible?

is it possible to make a map file on screen smaller but NOT effect the placement (coordinates) and the culling?

The normal corona scaling is not working.

I want my 64x64 tiles to be displayed as 32x32.

just found out I can use Corona’s scale but have to use the map.updateView() function to update the culling on the small map.

just found out I can use Corona’s scale but have to use the map.updateView() function to update the culling on the small map.