[gnome-maps/wip/refactor: 1/4] MapView: remove unused tile source
- From: Mattias Bengtsson <mattiasb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps/wip/refactor: 1/4] MapView: remove unused tile source
- Date: Sun, 17 Aug 2014 20:15:37 +0000 (UTC)
commit d6f1bab66ad7015bf785e7863ed5dec7576281e5
Author: Mattias Bengtsson <mattias jc bengtsson gmail com>
Date: Sun Aug 17 20:05:28 2014 +0200
MapView: remove unused tile source
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]