[gnome-maps/wip/mlundblad/aerial-hybrid: 3/5] mapSource: Add function to create hybrid aerial map source



commit ae1c889da91e0ec956bb2f7e36db9e2aebb782e4
Author: Marcus Lundblad <ml update uu se>
Date:   Sat Jun 20 23:18:57 2020 +0200

    mapSource: Add function to create hybrid aerial map source

 src/mapSource.js | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/src/mapSource.js b/src/mapSource.js
index 9104984d..29671006 100644
--- a/src/mapSource.js
+++ b/src/mapSource.js
@@ -128,6 +128,10 @@ function createAerialSource() {
     return _createCachedSource(Service.getService().tiles.aerial);
 }
 
+function createHybridAerialSource() {
+    return _createCachedSource(Service.getService().tiles.hybridAerial);
+}
+
 function createStreetSource() {
     return _createCachedSource(Service.getService().tiles.street);
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]