Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding support for Bing Maps (Indigo) #407

Merged
merged 1 commit into from
Aug 3, 2016

Commits on Jul 22, 2016

  1. Adding support for Bing Maps

    This makes a number of changes in the `tile_map` plugin in order to support
    different types of tile servers, including Bing Maps.  Notable changes include:
    - TileSource is now an abstract class
    - WMTS server-specific behavior has been moved into a new WmtsSource class
    - BingSource provides support for obtaining tiles from Bing Maps
    - The UI for specifying server URLs has changed
      - Prefix and coordinate order are no longer separate fields
      - In URLs for WMTS sources, the variables {level}, {x}, and {y} will be substituted with appropriate values when tiles are requested
    - Rather than generating hashes for image tiles based on their URLs, hashes are now generated by the TileSource implementations in order to support sources that can pull tiles from multiple servers
    - Idle performance has been improved by removing redundant recalculations of the map view
    - Added a dependency on libjsoncpp
    
    Resolves swri-robotics#227
    pjreed committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    576ac9c View commit details
    Browse the repository at this point in the history