Skip to content

Commit 1c1414a

Browse files
committed
[CovJSON] Fixed logos and publication rules errors on the way to FPWD
- Logos and copyright updated - Some HTTP URIs need to be HTTPS URIs - An image did not have an alt text - Fixed a couple of broken links as well
1 parent b00e988 commit 1c1414a

File tree

2 files changed

+21
-13
lines changed

2 files changed

+21
-13
lines changed

coverage-json/config.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var respecConfig = {
22
specStatus: "ED",
3-
shortName: "coverage-json",
3+
shortName: "covjson-overview",
44
//publishDate: "2015-05-18",
55
//previousPublishDate: "2014-03-27",
66
//previousMaturity: "FPWD",
@@ -31,30 +31,30 @@ var respecConfig = {
3131
}]
3232
}],
3333
wg: "Spatial Data on the Web Working Group",
34-
wgURI: "http://www.w3.org/2015/spatial/",
34+
wgURI: "https://www.w3.org/2015/spatial/",
3535
wgPublicList: "public-sdw-comments",
36-
wgPatentURI: "http://www.w3.org/2004/01/pp-impl/75471/status",
36+
wgPatentURI: "https://www.w3.org/2004/01/pp-impl/75471/status",
3737
inlineCSS: true,
3838
noIDLIn: true,
3939
noLegacyStyle: false,
4040
logos: [
4141
{
42-
src: "http://www.w3.org/Icons/w3c_home",
42+
src: "https://www.w3.org/StyleSheets/TR/2016/logos/W3C",
4343
alt: "W3C",
4444
height: "48",
4545
width: "72",
46-
url: "http://www.w3.org/"
46+
url: "https://www.w3.org/"
4747
},
4848
{
49-
src: "http://www.w3.org/2015/01/ogc_logo.jpg",
49+
src: "https://www.w3.org/2017/01/ogc_logo.png",
5050
alt: "OGC",
51-
height: "48",
52-
width: "115",
51+
height: "68",
52+
width: "147",
5353
url: "http://www.opengeospatial.org/"
5454
}
5555
],
5656
noRecTrack: true,
57-
overrideCopyright: "<p class='copyright'><a href='http://www.w3.org/Consortium/Legal/ipr-notice#Copyright'>Copyright</a> © 2015 <a href='http://www.opengeospatial.org/'>OGC</a> &amp; <a href='http://www.w3.org/'> <abbr title='World Wide Web Consortium'>W3C</abbr> </a><sup>®</sup> (<a href='http://www.csail.mit.edu/'><abbr title='Massachusetts Institute of Technology'>MIT</abbr></a>, <a href='http://www.ercim.eu/'><abbr title='European Research Consortium for Informatics and Mathematics'>ERCIM</abbr></a>, <a href='http://www.keio.ac.jp/'>Keio</a>, <a href='http://ev.buaa.edu.cn/'>Beihang</a>), <abbr title='World Wide Web Consortium'>W3C</abbr> <a href='http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer'>liability</a>, <a href='http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks'>trademark</a> and <a href='http://www.w3.org/Consortium/Legal/copyright-documents'>document use</a> rules apply.</p>",
57+
overrideCopyright: "<p class='copyright'><a href='https://www.w3.org/Consortium/Legal/ipr-notice#Copyright'>Copyright</a> © 2017 <a href='http://www.opengeospatial.org/'>OGC</a> &amp; <a href='https://www.w3.org/'> <abbr title='World Wide Web Consortium'>W3C</abbr> </a><sup>®</sup> (<a href='https://www.csail.mit.edu/'><abbr title='Massachusetts Institute of Technology'>MIT</abbr></a>, <a href='https://www.ercim.eu/'><abbr title='European Research Consortium for Informatics and Mathematics'>ERCIM</abbr></a>, <a href='https://www.keio.ac.jp/'>Keio</a>, <a href='http://ev.buaa.edu.cn/'>Beihang</a>), <abbr title='World Wide Web Consortium'>W3C</abbr> <a href='https://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer'>liability</a>, <a href='https://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks'>trademark</a> and <a href='https://www.w3.org/Consortium/Legal/copyright-documents'>document use</a> rules apply.</p>",
5858

5959

6060
localBiblio: {

coverage-json/index.html

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,17 @@
22
<html>
33
<head>
44
<meta content="text/html; charset=utf-8" http-equiv="content-type">
5-
<meta content="width=device-width,initial-scale=1" name="viewport">
65
<title>Overview of the CoverageJSON format</title>
76
<script class="remove" src="http://www.w3.org/Tools/respec/respec-w3c-common"></script>
87
<script class="remove" src="config.js"></script>
98
<style type="text/css">
9+
/* Force W3C logo to site side by side with OGC logo */
10+
.head img[src*="logos/W3C"] {
11+
display: inherit !important;
12+
}
13+
.head a:hover > img[src*='ogc'] {
14+
opacity: 0.8;
15+
}
1016

1117
/* Styles to replicate key LODS styles */
1218

@@ -80,11 +86,13 @@
8086
released at this time to solicit public comment.</p>
8187
</section>
8288

89+
<section>
8390
<h2>Known issues with this document</h2>
8491
<ul>
8592
<li>References need to be added</li>
8693
<li>Need to add more illustrations?</li>
8794
</ul>
95+
</section>
8896

8997
<section id="intro" >
9098
<h2>Introduction</h2>
@@ -232,7 +240,7 @@ <h4>Support for large datasets</h4>
232240
<li>Additionally, the individual arrays may be split up into tiles, in which the values of each parameter are encoded in multiple JSON documents, each containing an NdArray.</li>
233241
</ol>
234242
<p>The following illustrates how a coverage may be split up into a particular tileset:</p>
235-
<img src="covjson-tiling.png" width="500"/>
243+
<img src="covjson-tiling.png" width="500" alt="A map projection of the Earth is split into a set of tiles. The superposition of these set of tiles over time creates a tiled NdArray." />
236244
<pre>
237245
{
238246
"type" : "TiledNdArray",
@@ -348,7 +356,7 @@ <h2>Examples</h2>
348356

349357
<section id="tools">
350358
<h2>Tools and libraries</h2>
351-
<p>We have developed a number of tools and libraries to help users produce, use and debug CoverageJSON documents. These are all published on the <a href="https://covjson.org/tools">project website</a> and include:
359+
<p>We have developed a number of tools and libraries to help users produce, use and debug CoverageJSON documents. These are all published on the <a href="https://covjson.org/tools/">project website</a> and include:
352360
<ul>
353361
<li>A JavaScript API for reading CoverageJSON documents, intended for use by developers of web applications.</li>
354362
<li>A Plugin for the Leaflet web mapping library (REF).</li>
@@ -419,7 +427,7 @@ <h2>Relationship to Use Cases and Requirements</h2>
419427
<td><a href="https://www.w3.org/TR/sdw-ucr/#DifferentTimeModels">Different time models</a></td><td>CoverageJSON supports a range of <a href="https://covjson.org/spec/#temporal-reference-systems">temporal reference systems</a>, defaulting to the Gregorian calendar.</td>
420428
</tr>
421429
<tr>
422-
<td><a href="https://www.w3.org/TR/sdw-ucr/Discoverability">Discoverability</a></td><td>CoverageJSON does not define how to include discovery metadata at the level of a CoverageJSON document. It is usually assumed that this metadata is contained elsewhere, e.g. in a catalogue. However, CoverageJSON does provide an <a href="https://covjson.org/spec/#custom-members">extension mechanism</a> for adding custom metadata to a document. This could be used to add discovery metadata, for example from the DCAT vocabulary (REF). See <a href="https://github.com/covjson/specification/issues/71">this discussion</a>.</td>
430+
<td><a href="https://www.w3.org/TR/sdw-ucr/#Discoverability">Discoverability</a></td><td>CoverageJSON does not define how to include discovery metadata at the level of a CoverageJSON document. It is usually assumed that this metadata is contained elsewhere, e.g. in a catalogue. However, CoverageJSON does provide an <a href="https://covjson.org/spec/#custom-members">extension mechanism</a> for adding custom metadata to a document. This could be used to add discovery metadata, for example from the DCAT vocabulary (REF). See <a href="https://github.com/covjson/specification/issues/71">this discussion</a>.</td>
423431
</tr>
424432
<tr>
425433
<td><a href="https://www.w3.org/TR/sdw-ucr/#Georectification">Georectification</a></td><td>Coverage JSON has a flexible and extensible <a href="https://covjson.org/spec/#reference-system-objects">approach to specifying reference systems</a>, in which data can be referenced to any grid.</td>

0 commit comments

Comments
 (0)