Rev 674 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 674 | Rev 801 | ||
---|---|---|---|
Line 25... | Line 25... | ||
25 | 25 | ||
26 | #include "googlemapadapter.h" |
26 | #include "googlemapadapter.h" |
27 | namespace qmapcontrol |
27 | namespace qmapcontrol |
28 | { |
28 | { |
- | 29 | GoogleMapAdapter::GoogleMapAdapter() |
|
29 | GoogleMapAdapter::GoogleMapAdapter() |
30 | : TileMapAdapter("mt1.google.com", "/vt/lyrs=m@120&hl=de&x=%2&y=%3&z=%1&s=", 256, 0, 17) |
30 | : TileMapAdapter("mt2.google.com", "/mt?n=404&x=%2&y=%3&zoom=%1", 256, 17, 0) |
31 | // : TileMapAdapter("mt1.google.com", "/mt?n=404&x=%2&y=%3&zoom=%1", 256, 17, 0) |
31 | //: TileMapAdapter("tile.openstreetmap.org", "/%1/%2/%3.png", 256, 0, 17) |
32 | // : TileMapAdapter("server.arcgisonline.com", "/ArcGIS/rest/services/ESRI_Imagery_World_2D/MapServer/tile/%1/%3/%2", 512, 0, 17) |
32 | { |
33 | { |
Line 33... | Line 34... | ||
33 | } |
34 | } |
34 | 35 |