Use index.html instead of example-list.html
The original decision to avoid index.html was because it only works with a build step. Since we've all accepted a build step, the more sensible name is index.html. Without this change, every hosted example has a link to http://openlayers.github.com/ol3/master/examples/example-list.html which 404s.
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
exampleDir = system.args[2],
|
exampleDir = system.args[2],
|
||||||
// various settings
|
// various settings
|
||||||
ignoreFiles = [
|
ignoreFiles = [
|
||||||
'example-list.html'
|
'index.html'
|
||||||
],
|
],
|
||||||
intervalMillisecs = 25,
|
intervalMillisecs = 25,
|
||||||
renderMillisecs = 2000,
|
renderMillisecs = 2000,
|
||||||
|
|||||||
@@ -38,11 +38,11 @@ feedPath = "http://openlayers.github.com/ol3/master/examples/"
|
|||||||
def getListOfExamples(relPath):
|
def getListOfExamples(relPath):
|
||||||
"""
|
"""
|
||||||
returns list of .html filenames within a given path - excludes
|
returns list of .html filenames within a given path - excludes
|
||||||
example-list.html
|
index.html
|
||||||
"""
|
"""
|
||||||
examples = os.listdir(relPath)
|
examples = os.listdir(relPath)
|
||||||
examples = [example for example in examples if
|
examples = [example for example in examples if
|
||||||
example.endswith('.html') and example != "example-list.html"]
|
example.endswith('.html') and example != "index.html"]
|
||||||
return examples
|
return examples
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
5
build.py
5
build.py
@@ -51,7 +51,7 @@ EXAMPLES = [path
|
|||||||
for path in ifind('examples')
|
for path in ifind('examples')
|
||||||
if not path.startswith('examples/standalone/')
|
if not path.startswith('examples/standalone/')
|
||||||
if path.endswith('.html')
|
if path.endswith('.html')
|
||||||
if path != 'examples/example-list.html']
|
if path != 'examples/index.html']
|
||||||
|
|
||||||
EXAMPLES_JSON = [example.replace('.html', '.json')
|
EXAMPLES_JSON = [example.replace('.html', '.json')
|
||||||
for example in EXAMPLES]
|
for example in EXAMPLES]
|
||||||
@@ -425,8 +425,7 @@ def hostexamples(t):
|
|||||||
t.cp('build/loader_hosted_examples.js', examples_dir + '/loader.js')
|
t.cp('build/loader_hosted_examples.js', examples_dir + '/loader.js')
|
||||||
t.cp('build/ol.js', 'build/ol-simple.js', 'build/ol-whitespace.js',
|
t.cp('build/ol.js', 'build/ol-simple.js', 'build/ol-whitespace.js',
|
||||||
'build/ol.css', build_dir)
|
'build/ol.css', build_dir)
|
||||||
t.cp('examples/example-list.html', examples_dir + '/index.html')
|
t.cp('examples/index.html', 'examples/example-list.js', 'examples/example-list.xml',
|
||||||
t.cp('examples/example-list.js', 'examples/example-list.xml',
|
|
||||||
'examples/Jugl.js', 'examples/jquery.min.js', 'examples/social-links.js', examples_dir)
|
'examples/Jugl.js', 'examples/jquery.min.js', 'examples/social-links.js', examples_dir)
|
||||||
t.rm_rf('build/gh-pages/%(BRANCH)s/closure-library')
|
t.rm_rf('build/gh-pages/%(BRANCH)s/closure-library')
|
||||||
t.makedirs('build/gh-pages/%(BRANCH)s/closure-library')
|
t.makedirs('build/gh-pages/%(BRANCH)s/closure-library')
|
||||||
|
|||||||
@@ -69,7 +69,7 @@
|
|||||||
<div class="navbar navbar-inverse navbar-fixed-top">
|
<div class="navbar navbar-inverse navbar-fixed-top">
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="brand" href="example-list.html">OpenLayers 3 Examples</a>
|
<a class="brand" href="./">OpenLayers 3 Examples</a>
|
||||||
<ul class="nav pull-right">
|
<ul class="nav pull-right">
|
||||||
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
||||||
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<div class="navbar navbar-inverse navbar-fixed-top">
|
<div class="navbar navbar-inverse navbar-fixed-top">
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="brand" href="example-list.html">OpenLayers 3 Examples</a>
|
<a class="brand" href="./">OpenLayers 3 Examples</a>
|
||||||
<ul class="nav pull-right">
|
<ul class="nav pull-right">
|
||||||
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
||||||
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<div class="navbar navbar-inverse navbar-fixed-top">
|
<div class="navbar navbar-inverse navbar-fixed-top">
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="brand" href="example-list.html">OpenLayers 3 Examples</a>
|
<a class="brand" href="./">OpenLayers 3 Examples</a>
|
||||||
<ul class="nav pull-right">
|
<ul class="nav pull-right">
|
||||||
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
||||||
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<div class="navbar navbar-inverse navbar-fixed-top">
|
<div class="navbar navbar-inverse navbar-fixed-top">
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="brand" href="example-list.html">OpenLayers 3 Examples</a>
|
<a class="brand" href="./">OpenLayers 3 Examples</a>
|
||||||
<ul class="nav pull-right">
|
<ul class="nav pull-right">
|
||||||
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
||||||
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<div class="navbar navbar-inverse navbar-fixed-top">
|
<div class="navbar navbar-inverse navbar-fixed-top">
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="brand" href="example-list.html">OpenLayers 3 Examples</a>
|
<a class="brand" href="./">OpenLayers 3 Examples</a>
|
||||||
<ul class="nav pull-right">
|
<ul class="nav pull-right">
|
||||||
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
||||||
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<div class="navbar navbar-inverse navbar-fixed-top">
|
<div class="navbar navbar-inverse navbar-fixed-top">
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="brand" href="example-list.html">OpenLayers 3 Examples</a>
|
<a class="brand" href="./">OpenLayers 3 Examples</a>
|
||||||
<ul class="nav pull-right">
|
<ul class="nav pull-right">
|
||||||
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
||||||
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<div class="navbar navbar-inverse navbar-fixed-top">
|
<div class="navbar navbar-inverse navbar-fixed-top">
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="brand" href="example-list.html">OpenLayers 3 Examples</a>
|
<a class="brand" href="./">OpenLayers 3 Examples</a>
|
||||||
<ul class="nav pull-right">
|
<ul class="nav pull-right">
|
||||||
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
||||||
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<div class="navbar navbar-inverse navbar-fixed-top">
|
<div class="navbar navbar-inverse navbar-fixed-top">
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="brand" href="example-list.html">OpenLayers 3 Examples</a>
|
<a class="brand" href="./">OpenLayers 3 Examples</a>
|
||||||
<ul class="nav pull-right">
|
<ul class="nav pull-right">
|
||||||
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
||||||
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
<div class="navbar navbar-inverse navbar-fixed-top">
|
<div class="navbar navbar-inverse navbar-fixed-top">
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="brand" href="example-list.html">OpenLayers 3 Examples</a>
|
<a class="brand" href="./">OpenLayers 3 Examples</a>
|
||||||
<ul class="nav pull-right">
|
<ul class="nav pull-right">
|
||||||
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
||||||
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<div class="navbar navbar-inverse navbar-fixed-top">
|
<div class="navbar navbar-inverse navbar-fixed-top">
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="brand" href="example-list.html">OpenLayers 3 Examples</a>
|
<a class="brand" href="./">OpenLayers 3 Examples</a>
|
||||||
<ul class="nav pull-right">
|
<ul class="nav pull-right">
|
||||||
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
||||||
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
||||||
|
|||||||
@@ -174,7 +174,7 @@
|
|||||||
<div class="navbar navbar-inverse navbar-fixed-top">
|
<div class="navbar navbar-inverse navbar-fixed-top">
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="brand" href="example-list.html">OpenLayers 3 Examples</a>
|
<a class="brand" href="./">OpenLayers 3 Examples</a>
|
||||||
<form class="navbar-search pull-left">
|
<form class="navbar-search pull-left">
|
||||||
<input type="text" id="keywords" class="search-query" placeholder="Search">
|
<input type="text" id="keywords" class="search-query" placeholder="Search">
|
||||||
<span id="count"></span>
|
<span id="count"></span>
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
<div class="navbar navbar-inverse navbar-fixed-top">
|
<div class="navbar navbar-inverse navbar-fixed-top">
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="brand" href="example-list.html">OpenLayers 3 Examples</a>
|
<a class="brand" href="./">OpenLayers 3 Examples</a>
|
||||||
<ul class="nav pull-right">
|
<ul class="nav pull-right">
|
||||||
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
||||||
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<div class="navbar navbar-inverse navbar-fixed-top">
|
<div class="navbar navbar-inverse navbar-fixed-top">
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="brand" href="example-list.html">OpenLayers 3 Examples</a>
|
<a class="brand" href="./">OpenLayers 3 Examples</a>
|
||||||
<ul class="nav pull-right">
|
<ul class="nav pull-right">
|
||||||
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
||||||
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<div class="navbar navbar-inverse navbar-fixed-top">
|
<div class="navbar navbar-inverse navbar-fixed-top">
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="brand" href="example-list.html">OpenLayers 3 Examples</a>
|
<a class="brand" href="./">OpenLayers 3 Examples</a>
|
||||||
<ul class="nav pull-right">
|
<ul class="nav pull-right">
|
||||||
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
||||||
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<div class="navbar navbar-inverse navbar-fixed-top">
|
<div class="navbar navbar-inverse navbar-fixed-top">
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="brand" href="example-list.html">OpenLayers 3 Examples</a>
|
<a class="brand" href="./">OpenLayers 3 Examples</a>
|
||||||
<ul class="nav pull-right">
|
<ul class="nav pull-right">
|
||||||
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
||||||
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<div class="navbar navbar-inverse navbar-fixed-top">
|
<div class="navbar navbar-inverse navbar-fixed-top">
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="brand" href="example-list.html">OpenLayers 3 Examples</a>
|
<a class="brand" href="./">OpenLayers 3 Examples</a>
|
||||||
<ul class="nav pull-right">
|
<ul class="nav pull-right">
|
||||||
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
||||||
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<div class="navbar navbar-inverse navbar-fixed-top">
|
<div class="navbar navbar-inverse navbar-fixed-top">
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="brand" href="example-list.html">OpenLayers 3 Examples</a>
|
<a class="brand" href="./">OpenLayers 3 Examples</a>
|
||||||
<ul class="nav pull-right">
|
<ul class="nav pull-right">
|
||||||
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
||||||
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<div class="navbar navbar-inverse navbar-fixed-top">
|
<div class="navbar navbar-inverse navbar-fixed-top">
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="brand" href="example-list.html">OpenLayers 3 Examples</a>
|
<a class="brand" href="./">OpenLayers 3 Examples</a>
|
||||||
<ul class="nav pull-right">
|
<ul class="nav pull-right">
|
||||||
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
||||||
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<div class="navbar navbar-inverse navbar-fixed-top">
|
<div class="navbar navbar-inverse navbar-fixed-top">
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="brand" href="example-list.html">OpenLayers 3 Examples</a>
|
<a class="brand" href="./">OpenLayers 3 Examples</a>
|
||||||
<ul class="nav pull-right">
|
<ul class="nav pull-right">
|
||||||
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
||||||
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<div class="navbar navbar-inverse navbar-fixed-top">
|
<div class="navbar navbar-inverse navbar-fixed-top">
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="brand" href="example-list.html">OpenLayers 3 Examples</a>
|
<a class="brand" href="./">OpenLayers 3 Examples</a>
|
||||||
<ul class="nav pull-right">
|
<ul class="nav pull-right">
|
||||||
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
||||||
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<div class="navbar navbar-inverse navbar-fixed-top">
|
<div class="navbar navbar-inverse navbar-fixed-top">
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="brand" href="example-list.html">OpenLayers 3 Examples</a>
|
<a class="brand" href="./">OpenLayers 3 Examples</a>
|
||||||
<ul class="nav pull-right">
|
<ul class="nav pull-right">
|
||||||
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
||||||
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<div class="navbar navbar-inverse navbar-fixed-top">
|
<div class="navbar navbar-inverse navbar-fixed-top">
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="brand" href="example-list.html">OpenLayers 3 Examples</a>
|
<a class="brand" href="./">OpenLayers 3 Examples</a>
|
||||||
<ul class="nav pull-right">
|
<ul class="nav pull-right">
|
||||||
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
||||||
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<div class="navbar navbar-inverse navbar-fixed-top">
|
<div class="navbar navbar-inverse navbar-fixed-top">
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="brand" href="example-list.html">OpenLayers 3 Examples</a>
|
<a class="brand" href="./">OpenLayers 3 Examples</a>
|
||||||
<ul class="nav pull-right">
|
<ul class="nav pull-right">
|
||||||
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
||||||
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<div class="navbar navbar-inverse navbar-fixed-top">
|
<div class="navbar navbar-inverse navbar-fixed-top">
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="brand" href="example-list.html">OpenLayers 3 Examples</a>
|
<a class="brand" href="./">OpenLayers 3 Examples</a>
|
||||||
<ul class="nav pull-right">
|
<ul class="nav pull-right">
|
||||||
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
||||||
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<div class="navbar navbar-inverse navbar-fixed-top">
|
<div class="navbar navbar-inverse navbar-fixed-top">
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="brand" href="example-list.html">OpenLayers 3 Examples</a>
|
<a class="brand" href="./">OpenLayers 3 Examples</a>
|
||||||
<ul class="nav pull-right">
|
<ul class="nav pull-right">
|
||||||
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
||||||
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<div class="navbar navbar-inverse navbar-fixed-top">
|
<div class="navbar navbar-inverse navbar-fixed-top">
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="brand" href="example-list.html">OpenLayers 3 Examples</a>
|
<a class="brand" href="./">OpenLayers 3 Examples</a>
|
||||||
<ul class="nav pull-right">
|
<ul class="nav pull-right">
|
||||||
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
||||||
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<div class="navbar navbar-inverse navbar-fixed-top">
|
<div class="navbar navbar-inverse navbar-fixed-top">
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="brand" href="example-list.html">OpenLayers 3 Examples</a>
|
<a class="brand" href="./">OpenLayers 3 Examples</a>
|
||||||
<ul class="nav pull-right">
|
<ul class="nav pull-right">
|
||||||
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
||||||
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<div class="navbar navbar-inverse navbar-fixed-top">
|
<div class="navbar navbar-inverse navbar-fixed-top">
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="brand" href="example-list.html">OpenLayers 3 Examples</a>
|
<a class="brand" href="./">OpenLayers 3 Examples</a>
|
||||||
<ul class="nav pull-right">
|
<ul class="nav pull-right">
|
||||||
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
||||||
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<div class="navbar navbar-inverse navbar-fixed-top">
|
<div class="navbar navbar-inverse navbar-fixed-top">
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="brand" href="example-list.html">OpenLayers 3 Examples</a>
|
<a class="brand" href="./">OpenLayers 3 Examples</a>
|
||||||
<ul class="nav pull-right">
|
<ul class="nav pull-right">
|
||||||
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
||||||
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
||||||
|
|||||||
@@ -66,7 +66,7 @@
|
|||||||
<div class="navbar navbar-inverse navbar-fixed-top">
|
<div class="navbar navbar-inverse navbar-fixed-top">
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="brand" href="example-list.html">OpenLayers 3 Examples</a>
|
<a class="brand" href="./">OpenLayers 3 Examples</a>
|
||||||
<ul class="nav pull-right">
|
<ul class="nav pull-right">
|
||||||
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
<li><iframe class="github-watch-button" src="http://ghbtns.com/github-btn.html?user=openlayers&repo=ol3&type=watch&count=true"
|
||||||
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></iframe></li>
|
||||||
|
|||||||
Reference in New Issue
Block a user