Open shupx opened 2 months ago
The bing map uses quadkey rather than tile xyz. The new commit adds support for the bing map quadkey in ros1 branch. For example, you can use the following bing satellite map url now:
http://ecn.t3.tiles.virtualearth.net/tiles/a{q}.jpeg?g=1
, where {q} is the quadkey.
{q}
Cool!
Would you mind making the same change for ROS2?
Sorry. I am not familiar with ROS2 now.
Hope the ROS1 commit can be merged to the branch. haha
Alright, I'll do a review and forward port myself.
The bing map uses quadkey rather than tile xyz. The new commit adds support for the bing map quadkey in ros1 branch. For example, you can use the following bing satellite map url now:
, where
{q}
is the quadkey.