[gnome-maps] mapView: Use OSM_AERIAL_MAP source for aerial map type
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps] mapView: Use OSM_AERIAL_MAP source for aerial map type
- Date: Mon, 8 Apr 2013 17:08:54 +0000 (UTC)
commit a652fb5a9d372b48db825a745a312cdb132410f4
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Fri Apr 5 17:13:10 2013 +0300
mapView: Use OSM_AERIAL_MAP source for aerial map type
src/mapView.js | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/mapView.js b/src/mapView.js
index d84800d..1f46ad5 100644
--- a/src/mapView.js
+++ b/src/mapView.js
@@ -36,8 +36,7 @@ const _ = imports.gettext.gettext;
const MapType = {
STREET: Champlain.MAP_SOURCE_OSM_MAPQUEST,
- /* This should be CHAMPLAIN_MAP_SOURCE_OAM but that currently causes a crash: bug#697304 */
- TERRAIN: Champlain.MAP_SOURCE_MFF_RELIEF,
+ TERRAIN: Champlain.MAP_SOURCE_OSM_AERIAL_MAP,
CYCLING: Champlain.MAP_SOURCE_OSM_CYCLE_MAP,
TRANSIT: Champlain.MAP_SOURCE_OSM_TRANSPORT_MAP
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]