Re: [openstreetmap/openstreetmap-website] Hello, no matter how I calculate the tile according to the official method, it is always incorrect. Can someone help explain? (Issue #6099)

2025-06-16 Thread YyJ via rails-dev
YyJyyy left a comment (openstreetmap/openstreetmap-website#6099) > https://github.com/openstreetmap/quad_tile/blob/9fcba83fcbca8a206fa518da5a52f840dc2ecb09/ext/quad_tile/quad_tile.h#L3是从定点整数版本中的经度和纬度计算图块编号的基本函数。 Thank you so much. Your step-by-step guidance has helped me get what I want. Thank y

Re: [openstreetmap/openstreetmap-website] Hello, no matter how I calculate the tile according to the official method, it is always incorrect. Can someone help explain? (Issue #6099)

2025-06-15 Thread YyJ via rails-dev
YyJyyy left a comment (openstreetmap/openstreetmap-website#6099) > 顺便说一下,调用原始 Rails 代码将返回以下结果: > > ``` > QuadTile.tile_for_point(35.2000381, 114.6629926) > => 3875963095 > ``` > > 这匹配: > > ``` > id | latitude | longitude | changeset_id | visible | > timestamp |

Re: [openstreetmap/openstreetmap-website] Hello, no matter how I calculate the tile according to the official method, it is always incorrect. Can someone help explain? (Issue #6099)

2025-06-15 Thread YyJ via rails-dev
YyJyyy left a comment (openstreetmap/openstreetmap-website#6099) > 顺便说一下,调用原始 Rails 代码将返回以下结果: > > ``` > QuadTile.tile_for_point(35.2000381, 114.6629926) > => 3875963095 > ``` > > 这匹配: > > ``` > id | latitude | longitude | changeset_id | visible | > timestamp |

Re: [openstreetmap/openstreetmap-website] Hello, no matter how I calculate the tile according to the official method, it is always incorrect. Can someone help explain? (Issue #6099)

2025-06-14 Thread YyJ via rails-dev
YyJyyy left a comment (openstreetmap/openstreetmap-website#6099) > Also, please stop spamming unrelated repos: > [openstreetmap/iD#11132](https://github.com/openstreetmap/iD/issues/11132) Could you please help solve this problem -- Reply to this email directly or view it on GitHub: https://git

Re: [openstreetmap/openstreetmap-website] openstreetmap在数据库的中有个表current_nodes中的tile是怎么计算的? (Issue #6098)

2025-06-14 Thread YyJ via rails-dev
YyJyyy left a comment (openstreetmap/openstreetmap-website#6098) Hello, no matter how I calculate the tile according to the official method, it is always incorrect. Can someone help explain? My results 请输入纬度(可整数1e7或度数):35.2000381 请输入经度(可整数1e7或度数):114.6629926 tile = 1040445921102437142 ![Image](

[openstreetmap/openstreetmap-website] Hello, no matter how I calculate the tile according to the official method, it is always incorrect. Can someone help explain? (Issue #6099)

2025-06-14 Thread YyJ via rails-dev
YyJyyy created an issue (openstreetmap/openstreetmap-website#6099) ### Problem Hello, no matter how I calculate the tile according to the official method, it is always incorrect. Can someone help explain? My results 请输入纬度(可整数*1e7或度数):35.2000381 请输入经度(可整数*1e7或度数):114.6629926 tile = 1040445921102

[openstreetmap/openstreetmap-website] openstreetmap在数据库的中有个表current_nodes中的title是怎么计算的? (Issue #6098)

2025-06-13 Thread YyJ via rails-dev
YyJyyy created an issue (openstreetmap/openstreetmap-website#6098) ### Problem 我在用我的自己的数据放到对应的表里面的时候,发现这个title一直提示不对,所以我想知道咱们这个是怎么进行计算的,然后我按这个计算规则,来转换我的数据, ### Description _No response_ ### Screenshots _No response_ -- Reply to this email directly or view it on GitHub: https://github.com/op

Re: [openstreetmap/openstreetmap-website] openstreetmap在数据库的中有个表current_nodes中的tile是怎么计算的? (Issue #6098)

2025-06-30 Thread YyJ via rails-dev
YyJyyy left a comment (openstreetmap/openstreetmap-website#6098) ![Image](https://github.com/user-attachments/assets/b42e71ee-82c8-4b5d-9fb6-ac68aa2414c9) Hello, I deployed using Docker on a Windows system, and all other operations are carried out according to the documentation. However, after c

Re: [openstreetmap/openstreetmap-website] Hello, no matter how I calculate the tile according to the official method, it is always incorrect. Can someone help explain? (Issue #6099)

2025-06-29 Thread YyJ via rails-dev
YyJyyy left a comment (openstreetmap/openstreetmap-website#6099) ![Image](https://github.com/user-attachments/assets/c2f3ba15-8868-4846-87f7-23f9d189322f) Why did I deploy according to the ID process, but why is it like this later on,help me!!! -- Reply to this email directly or view it on Git

Re: [openstreetmap/openstreetmap-website] openstreetmap在数据库的中有个表current_nodes中的tile是怎么计算的? (Issue #6098)

2025-06-30 Thread YyJ via rails-dev
YyJyyy left a comment (openstreetmap/openstreetmap-website#6098) > 您是否启用了符号链接?`/public/iD`应该是指向内部 iD 的符号链接`vendor/`。 I'm sorry, I'm a bit confused about what you mean by 'change this'. Could you please make it easier to understand -- Reply to this email directly or view it on GitHub: https://g

Re: [openstreetmap/openstreetmap-website] openstreetmap在数据库的中有个表current_nodes中的tile是怎么计算的? (Issue #6098)

2025-06-30 Thread YyJ via rails-dev
YyJyyy left a comment (openstreetmap/openstreetmap-website#6098) > 您是否启用了符号链接?`/public/iD`应该是指向内部 iD 的符号链接`vendor/`。 Thank you very much. It's like a system issue. I installed everything directly on the Windows system using Docker. Everything else was installed successfully, but it was just like

Re: [openstreetmap/openstreetmap-website] openstreetmap在数据库的中有个表current_nodes中的tile是怎么计算的? (Issue #6098)

2025-06-30 Thread YyJ via rails-dev
YyJyyy left a comment (openstreetmap/openstreetmap-website#6098) > Do you have symlinks enabled? `/public/iD` should be a symlink to iD inside > `vendor/`. Thank you very much. As a result of the system issue, I installed everything directly on the Windows system using Docker. Everything else w