[gnome-maps/wip/aerial] 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/wip/aerial] mapView: Use OSM_AERIAL_MAP source for aerial map type
- Date: Fri, 5 Apr 2013 14:15:09 +0000 (UTC)
commit 19ade0a39604205c00a8b29c1e8c9cb5f8f9ab7e
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 a131ef6..dbcec71 100644
--- a/src/mapView.js
+++ b/src/mapView.js
@@ -33,8 +33,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]