diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-10-13 11:25:21 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-10-13 11:30:44 -0700 |
commit | 5b72348eff0f87cb093a6b31a65aacd2ab08778b (patch) | |
tree | 79238610e41e97829d63ef3f9aa9dd18f9d02e09 /marbledata | |
parent | f5fbbfddb2013a068b6168310bc349102279caf8 (diff) | |
download | subsurface-5b72348eff0f87cb093a6b31a65aacd2ab08778b.tar.gz |
Try to fix the Google Maps issue
This is trial and error, based on a few websites describing the api.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'marbledata')
-rw-r--r-- | marbledata/maps/earth/googlesat/googlesat.dgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/marbledata/maps/earth/googlesat/googlesat.dgml b/marbledata/maps/earth/googlesat/googlesat.dgml index 0b70f14da..187d41334 100644 --- a/marbledata/maps/earth/googlesat/googlesat.dgml +++ b/marbledata/maps/earth/googlesat/googlesat.dgml @@ -26,13 +26,13 @@ <sourcedir format="JPG"> earth/googlesat </sourcedir> <storageLayout levelZeroColumns="1" levelZeroRows="1" maximumTileLevel="20" mode="Custom" /> <projection name="Mercator" /> - <downloadUrl protocol="http" host="khm.google.com" path="/kh/v=124&hl=de&x={x}&s=&y={y}&z={zoomLevel}&s=Ga" /> + <downloadUrl protocol="http" host="mt0.google.com" path="/vt/lyrs=s&hl=en&x={x}&s=&y={y}&z={zoomLevel}&s=Ga" /> </texture> <texture name="streets" expire="604800" > <sourcedir format="PNG"> earth/googlesat/streets </sourcedir> <storageLayout levelZeroColumns="1" levelZeroRows="1" maximumTileLevel="20" mode="Custom" /> <projection name="Mercator" /> - <downloadUrl protocol="http" host="mt.google.com" path="/vt/lyrs=h@126&hl=de&x={x}&s=&y={y}&z={zoomLevel}&s=Ga" /> + <downloadUrl protocol="http" host="mt.google.com" path="/vt/lyrs=h@126&hl=en&x={x}&s=&y={y}&z={zoomLevel}&s=Ga" /> <blending name="OverpaintBlending" /> </texture> <texture name="bicycle" expire="604800" > |