nonta1234 / terraining-heightmap-generator

Terraining - Online heightmap generator for "Cities: Skylines".
MIT License
28 stars 4 forks source link

add img tiling 6x6 #10

Closed benmarten closed 2 months ago

benmarten commented 5 months ago

This is a hacky/preliminary PR that allows for 6x6 image download.

Then can concat the 36 tiles via imagemagick: montage -mode concatenate -tile 6x6 map-image*.png out.png

nonta1234 commented 5 months ago

Hi! This is a good idea, but simply separating latitude and longitude may cause discrepancies, so I think it would be better to convert to pixel values, divide, and then convert to latitude and longitude again. Also, this PR code does not produce the desired behavior when the grid rotates