[ros-users] [Discourse.ros.org] [General] Easy offline Google Maps layer for MapViz

Daniel Snider ツ ros.discourse at gmail.com
Mon Feb 13 23:57:00 UTC 2017




Hi! I've made it easier than ever to integrate Google Maps satellite view with MapViz's tile_map plugin. It has support for caching maps for offline use.

Start proxying Google Maps into a WMTS service (with docker):
```
$ mkdir ~/mapproxy
$ docker run -p 8080:8080 -v ~/mapproxy:/mapproxy -d -t danielsnider/mapproxy
```

Then put this URL into the MapViz map_tile field "Custom WMTS Source...":

```
http://localhost:8080/wmts/gm_layer/gm_grid/{level}/{x}/{y}.png
```

Result: 
![image](/uploads/ros/original/1X/006bcfc6bb02d97f54d820ec65e275e1929133ee.png)

See my github for more details.
https://github.com/danielsnider/MapViz-Tile-Map-Google-Maps-Satellite

I'm thinking of making a wiki tutorial for MapViz about this too. 

I welcome your suggestions!






-- 
[Visit Topic](https://discourse.ros.org/t/easy-offline-google-maps-layer-for-mapviz/1317/1) or reply to this email to respond.




More information about the ros-users mailing list