[gnome-maps/wip/refactor: 1/5] MapView: remove unused tile sources
- From: Mattias Bengtsson <mattiasb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps/wip/refactor: 1/5] MapView: remove unused tile sources
- Date: Mon, 18 Aug 2014 01:32:13 +0000 (UTC)
commit 972b79ca7614bede34a9987f8c940b4b5d023201
Author: Mattias Bengtsson <mattias jc bengtsson gmail com>
Date: Sun Aug 17 20:05:28 2014 +0200
MapView: remove unused tile sources
We don't use the TRANSPORT and CYCLE tilesets so remove the source
definitions of them.
src/mapView.js | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/src/mapView.js b/src/mapView.js
index 3ac6624..0edcc33 100644
--- a/src/mapView.js
+++ b/src/mapView.js
@@ -42,9 +42,7 @@ const _ = imports.gettext.gettext;
const MapType = {
STREET: Champlain.MAP_SOURCE_OSM_MAPQUEST,
- AERIAL: Champlain.MAP_SOURCE_OSM_AERIAL_MAP,
- CYCLING: Champlain.MAP_SOURCE_OSM_CYCLE_MAP,
- TRANSIT: Champlain.MAP_SOURCE_OSM_TRANSPORT_MAP
+ AERIAL: Champlain.MAP_SOURCE_OSM_AERIAL_MAP
};
const MapMinZoom = 2;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]