From f695cb012a65b1f537fb0a05360759b7856a116f Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Wed, 5 Aug 2015 21:29:08 -0600 Subject: [PATCH] Pull builds from openlayers.org --- config/examples/example.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/examples/example.html b/config/examples/example.html index 42308d60a2..8f0e40cccb 100644 --- a/config/examples/example.html +++ b/config/examples/example.html @@ -44,7 +44,7 @@ - +
<!DOCTYPE html>
 <html>
 <head>
@@ -52,8 +52,8 @@
 <script src="https://code.jquery.com/jquery-1.11.2.min.js"></script>
 <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
 <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
-<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ol3/{{ olVersion }}/ol.css" type="text/css">
-<script src="https://cdnjs.cloudflare.com/ajax/libs/ol3/{{ olVersion }}/ol.js"></script>
+<link rel="stylesheet" href="http://openlayers.org/en/{{ olVersion }}/css/ol.css" type="text/css">
+<script src="http://openlayers.org/en/{{ olVersion }}/build/ol.js"></script>
 {{ extraHead }}
 {{#if css.source}}
 <style>