Any advice on how to understand exact gps co-ordinates on tile boundaries that are rendered. I want to limit the boundary of tile rendered upto a certain box, whoes co-ordinates are specified by GPS co-ordinates asked 03 Jun '22, 11:43 royrod |
NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum
Any advice on how to understand exact gps co-ordinates on tile boundaries that are rendered. I want to limit the boundary of tile rendered upto a certain box, whoes co-ordinates are specified by GPS co-ordinates asked 03 Jun '22, 11:43 royrod |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Question tags:
question asked: 03 Jun '22, 11:43
question was seen: 1,073 times
last updated: 04 Jun '22, 04:47
NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum
Can you give details of the parameters you used (with what version) and what tile got rendered in error?
render_list_geo.pl -n 1 -z 20 -Z 20 -Y -35.3126827027 -y -35.3133302143 -X 149.095972244 -x 149.096765757 -m ajt
I used this as the parameters. I was expecting the tile to be limited by:
https://www.google.com/maps/place/35%C2%B018'45.7%22S+149%C2%B005'45.5%22E/@-35.3126827,149.0937835,17z/data=!3m1!4b1!4m5!3m4!1s0x0:0xa14acd77fb345e63!8m2!3d-35.3126827!4d149.0959722
https://www.google.com/maps/place/35%C2%B018'48.0%22S+149%C2%B005'48.4%22E/@-35.3133302,149.0945771,17z/data=!3m1!4b1!4m5!3m4!1s0x0:0xf50720905cbbd220!8m2!3d-35.3133302!4d149.0967658
But what I got instead was a shifted version of the tile and not limited by the boundaries I specified.
This is what got rendered, different from what I expected