Giter Club home page Giter Club logo

Comments (5)

skohlbr avatar skohlbr commented on July 21, 2024

Fun stuff, just tested in simulation and now get this:
rviz_map_quest

It seems this is a bigger problem with MapQuest that could require some major changes.

from rviz_satellite.

skohlbr avatar skohlbr commented on July 21, 2024

Here's the blog post: http://devblog.mapquest.com/2016/06/15/modernization-of-mapquest-results-in-changes-to-open-tile-access/

tl:dr: One needs to register now to still be able to access tiles. 15000 monthly transactions are free.

from rviz_satellite.

skohlbr avatar skohlbr commented on July 21, 2024

These tile URLs worked as a quick fix for me (not satellite, but better than nothing):
http://tile.stamen.com/watercolor/{z}/{x}/{y}.jpg
http://tile.stamen.com/toner/{z}/{x}/{y}.png
http://a.tile.thunderforest.com/landscape/{z}/{x}/{y}.png

from rviz_satellite.

gareth-cross avatar gareth-cross commented on July 21, 2024

Did a quick investigation into this. Seems like even w/ the MapQuest key, the old tile URL does not work anymore. They do still provide tile access through the Leaflet/JavaScript API, documented here.

However, upon further inspection, the access point for their JavaScript API (listed as MapQuest JavaScript SDK) simply converts the key into a MapBox access token and returns a wrapper script that queries MapBox. Apparently MapBox now backs all the tile requests for MapQuest.

No point in going through MapQuest anymore. With a MapBox account (mine is currently free trial) I am able to access the satellite imagery w/ the URL:

http://a.tiles.mapbox.com/v4/mapbox.satellite/{z}/{x}/{y}.jpg?access_token=<TOKEN>

where <TOKEN> is my public access token, accessible from the API Access Tokens section of the account page.

Let me know if that works for you and we can update the documentation.

from rviz_satellite.

skohlbr avatar skohlbr commented on July 21, 2024

Thanks for the update! I can confirm things work for me using the URL with the access token at the end.

from rviz_satellite.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.