mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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>
This commit is contained in:
parent
f5fbbfddb2
commit
5b72348eff
1 changed files with 2 additions and 2 deletions
|
@ -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" >
|
||||
|
|
Loading…
Reference in a new issue