Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
Latest commit
183 lines (102 loc) · 5.6 KB
/
Copy pathindex.html
File metadata and controls
183 lines (102 loc) · 5.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<!DOCTYPE HTML>
<html>
<head>
<metacharset="utf-8">
<title>Devork</title>
<metaname="author" content="Alex Davies-Moore">
<metaname="description" content="The current implementation of OpenSpaces uses a very old version of OpenLayers: so old that most of the awesome cool mobile stuff isn’t …">
<metaname="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<linkhref="/atom.xml" rel="alternate" title="Devork" type="application/atom+xml">
<linkrel="canonical" href="">
<linkhref="/favicon.png" rel="shortcut icon">
<linkhref="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<scriptsrc="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
</head>
<body>
<headerid="header" class="inner"><h1><ahref="/"><imgsrc="/images/devork_full.png"/></a></h1>
<navid="main-nav"><ulclass="main">
<li><ahref="/">Blog</a></li>
<li><ahref="/blog/archives">Archives</a></li>
</ul>
</nav>
<navid="mobile-nav">
<divclass="alignleft menu">
<aclass="button">Menu</a>
<divclass="container"><ulclass="main">
<li><ahref="/">Blog</a></li>
<li><ahref="/blog/archives">Archives</a></li>
</ul>
</div>
</div>
<divclass="alignright search">
<aclass="button"></a>
<divclass="container">
<formaction="http://google.com/search" method="get">
<inputtype="text" name="q" results="0">
<inputtype="hidden" name="q" value="site:devork.github.com">
</form>
</div>
</div>
</nav>
<navid="sub-nav" class="alignright">
<divclass="social">
<aclass="rss" href="/atom.xml" title="RSS">RSS</a>
</div>
<formclass="search" action="http://google.com/search" method="get">
<inputclass="alignright" type="text" name="q" results="0">
<inputtype="hidden" name="q" value="site:devork.github.com">
</form>
</nav>
</header>
<divid="content" class="inner">
<articleclass="post">
<h1class="title"><ahref="/blog/2012/10/06/openlayers-and-ordnance-survey-openspaces/">Openlayers and Ordnance Survey OpenSpaces</a></h1>
<divclass="entry-content">
<p>The current implementation of OpenSpaces uses a very old version of <ahref="http://openlayers.org/" title="OpenLayers">OpenLayers</a>: so old that most of the awesome cool mobile stuff isn’t present. To rectify this, I’ve posted a load of sample code to a <ahref="https://github.com/devork/openspaces">GitHub</a> project that shows how to use OpenLayers with Ordnance Survey OpenSpaces.</p>
<ahref="/blog/2012/10/06/openlayers-and-ordnance-survey-openspaces/" class="more-link">Read on →</a>
</div>
<divclass="meta">
<divclass="date">
<timedatetime="2012-10-06T11:54:00+01:00" pubdatedata-updated="true">Oct 6<span>th</span>, 2012</time></div>
<divclass="tags">
<aclass='category' href='/blog/categories/javascript/'>Javascript</a>, <aclass='category' href='/blog/categories/os/'>OS</a>, <aclass='category' href='/blog/categories/openlayers/'>OpenLayers</a>, <aclass='category' href='/blog/categories/openspaces/'>OpenSpaces</a>, <aclass='category' href='/blog/categories/ordnance-survey/'>Ordnance Survey</a>
</div>
</div></article>
<articleclass="post">
<h1class="title"><ahref="/blog/2012/09/01/hillshading-with-ordnance-survey-panorama-data/">Hillshading With Ordnance Survey Panorama Data</a></h1>
<divclass="entry-content">
<p>This is a guide to creating some nice hillshaded GeoTIFFs using the Ordnance Survey Panorama Opendata. This example will run through a single tile of data — in this case SZ which contains some nice hills plus coastline. Throughout this guide we’ll be using EPSG:27700 as the SRS but obviously, others can be used (for Google Maps et al - EPSG:3857). All data can be downloaded from the <ahref="https://www.ordnancesurvey.co.uk/opendatadownload/products.html">Ordnance Survey website</a>.</p>
<ahref="/blog/2012/09/01/hillshading-with-ordnance-survey-panorama-data/" class="more-link">Read on →</a>
</div>
<divclass="meta">
<divclass="date">
<timedatetime="2012-09-01T15:27:00+01:00" pubdatedata-updated="true">Sep 1<span>st</span>, 2012</time></div>
<divclass="tags">
<aclass='category' href='/blog/categories/gdal/'>GDAL</a>, <aclass='category' href='/blog/categories/gis/'>GIS</a>, <aclass='category' href='/blog/categories/hillshade/'>Hillshade</a>, <aclass='category' href='/blog/categories/opendata/'>Opendata</a>, <aclass='category' href='/blog/categories/ordnance-survey/'>Ordnance Survey</a>, <aclass='category' href='/blog/categories/panorama/'>Panorama</a>
</div>
</div></article>
<navid="pagenavi">
<divclass="center"><ahref="/blog/archives">Blog Archives</a></div>
</nav></div>
<footerid="footer" class="inner">Copyright © 2013
Alex Davies-Moore
</footer>
<scriptsrc="/javascripts/slash.js"></script>
<scriptsrc="/javascripts/jquery.fancybox.pack.js"></script>
<scripttype="text/javascript">
(function($){
$('.fancybox').fancybox();
})(jQuery);
</script><!-- Delete or comment this line to disable Fancybox -->
<scripttype="text/javascript">
vardisqus_shortname='devork';
vardisqus_script='count.js';
(function(){
vardsq=document.createElement('script');dsq.type='text/javascript';dsq.async=true;
dsq.src='http://'+disqus_shortname+'.disqus.com/'+disqus_script;
(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(dsq);
}());
</script>
</body>
</html>