Rev 337 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 337 | Rev 338 | ||
|---|---|---|---|
| Line 213... | Line 213... | ||
| 213 | o_Adapter = new OSMMapAdapter(); |
213 | o_Adapter = new OSMMapAdapter(); |
| 214 | } |
214 | } |
| 215 | break; |
215 | break; |
| 216 | case 1 : // Yahoo Sat |
216 | case 1 : // Yahoo Sat |
| 217 | { |
217 | { |
| 218 | o_Adapter = new WMSMapAdapter("openaerialmap.org", "/wms/wms.asp?wms=WorldMap&LAYERS=world&FORMAT=image/png&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&STYLES=&EXCEPTIONS=application/vnd.ogc.se_inimage&SRS=EPSG:4326&TRANSPARENT=FALSE", 256); |
218 | // o_Adapter = new WMSMapAdapter("openaerialmap.org", "/wms/wms.asp?wms=WorldMap&LAYERS=world&FORMAT=image/png&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&STYLES=&EXCEPTIONS=application/vnd.ogc.se_inimage&SRS=EPSG:4326&TRANSPARENT=FALSE", 256); |
| - | 219 | o_Adapter = new TileMapAdapter("tile.openaerialmap.org", "/tiles/1.0.0/openaerialmap-900913/%1/%2/%3.png", 256, 0, 17); |
|
| 219 | } |
220 | } |
| 220 | break; |
221 | break; |
| 221 | case 2 : // Google Maps |
222 | case 2 : // Google Maps |
| 222 | { |
223 | { |
| 223 | o_Adapter = new GoogleMapAdapter(); |
224 | o_Adapter = new GoogleMapAdapter(); |