[Tile-serving] [openstreetmap/mod_tile] render_list multi threading is not working, it seems (Issue #405)
Prem
notifications at github.com
Thu Mar 14 16:04:34 UTC 2024
Thank you @hummeltech @SomeoneElseOSM and @pnorman for the advise.
Before we close this thread, one last question. As suggested, I could generate tiles till 15th zoom level and for the zoom 16-19, I thought of giving it a try generating tiles only for land area (taken countries data as basis) ignoring ocean and antarctica which comes 50% of overall planet area.
I could generate 2 degree by 2 degree bboxes (EPSG: 4326) and planned to loop through each bbox and run the render_list command. However, I bumped into strange issue as mentioned below.
render_list -a -m default -z 16 -Z 16 -x -180.01 -y -18.51 -X -177.99 -Y -16.49 -f --num-threads 40 --max-load 40 -f
**Invalid range, x and y values must be >= 0**
render_list -a -m default -z 16 -Z 16 -x -180.01,-18.51,-177.99,-16.49 -f --num-threads 40 --max-load 40
**Invalid range, x and y values must be >= 0**
As I understand, EPSG:4326 coordinates spans across Extent: -180,-90 : 180,90 However, tool complain the values being negative numbers.
Not sure, if I am missing anything to get the tool executed for the extended that I had computed. Any suggestions would be greatly appreciated.
-Prem
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/mod_tile/issues/405#issuecomment-1997803098
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/mod_tile/issues/405/1997803098 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20240314/82270fa9/attachment.htm>
More information about the Tile-serving
mailing list