I have a region (3.2-3.4,42.2-42.5) and this .poly:
Code: Alles auswählen
gpx2poly.awk
1
3.25000 42.20000
3.35000 42.30000
3.30000 42.40000
3.25000 42.35000
END
END
2. when i make the map without the .poly, the coordinates are the same as the region.
3. when i make the map with osmosis using the .poly, and the rest of the mc processing NOT using it (ie. 2 jobs), the map's coordinates are the same as the region, and the cutting seems to be correct, corresponding to the .poly.
This might suggest that osmosis uses all .poly decimals, and mc truncates the .poly coordinates to one decimal - is that correct?
If that is the case, it might be better to let mc round to one decimal: up for positive and down for negative values - the maps' size will hardly increase?
Regards