From 79862ca8c2a9538ae76bd7b33ba06a526eafc88c Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Wed, 28 Jun 2017 10:40:06 +0200 Subject: [PATCH] Add RoadOnDemand imagery set to Bing example --- examples/bing-maps.html | 3 ++- examples/bing-maps.js | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/bing-maps.html b/examples/bing-maps.html index 9582d70122..693c07bf04 100644 --- a/examples/bing-maps.html +++ b/examples/bing-maps.html @@ -12,7 +12,8 @@ cloak: diff --git a/examples/bing-maps.js b/examples/bing-maps.js index 1e32d01dc2..274b63383f 100644 --- a/examples/bing-maps.js +++ b/examples/bing-maps.js @@ -6,6 +6,7 @@ goog.require('ol.source.BingMaps'); var styles = [ 'Road', + 'RoadOnDemand', 'Aerial', 'AerialWithLabels', 'collinsBart',