<div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13px">Hi all</span><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">I'm trying to use mapproxy and <a href="https://developers.google.com/maps/documentation/staticmaps/" target="_blank">google static maps api</a> with <a href="http://hastebin.com/inuwuciwic.rb" target="_blank">this config</a>.</div>

<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">I hoped this could be an alternative to means of getting basemap imagery into qgis, as the qgis openlayers plugin + map composer is a bit buggy at present.</div>

<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px"><div>When I run <i>mapproxy-util serve-develop mapproxy.yaml</i> I can see the requests going as</div>

<div><a href="http://maps.googleapis.com/maps/api/staticmap?center=1,0&zoom=1&format=png&size=256&key=myapikeyhere" target="_blank">http://maps.googleapis.com/maps/api/staticmap?center=1,0&zoom=1&format=png&size=256&key=myapikeyhere</a> and understandably when I view the web map at <a href="http://127.0.0.1:8080/" target="_blank">http://127.0.0.1:8080/</a> I get the error "could not get any sources" http 400.</div>

<div><br></div></div><div style="font-family:arial,sans-serif;font-size:13px">The api wants to receive xy requests as lat,long - is there a way to get mapproxy to send requests using this format?</div><div style="font-family:arial,sans-serif;font-size:13px">

<br></div><div style="font-family:arial,sans-serif;font-size:13px">I'm new to web mapping in general so there are probably mistakes in my config and, fundamentally, I'm not sure if what I'm trying to do is faesible. I wanted to avoid directly accessing google's images as this is not allowed.</div>

<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">mapproxy 1.7.1</div><div style="font-family:arial,sans-serif;font-size:13px">ubuntu 14.0.1 64-bit</div>

<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">Many thanks =]</div></div>