CSIRO-enviro-informatics / gnaf-dataset

A Linked Data version of the Geocoded National Address File (G-NAF)
http://gnafld.net
GNU General Public License v3.0
8 stars 2 forks source link

Some G-NAF code list HTML pages don't use G-NAF CSS styling #14

Open nicholascar opened 4 years ago

nicholascar commented 4 years ago

Some code list HTML files don't use the GNAF dataset HTML stlysheet. The issue is that the stylesheet reference is an HTTP not an HTTPS reference.

These codelists are affected:

Alias Types Flat Types Locality Types Mesh Block Match Types Number Types Primary Secondary Join Types Street Types Street Confirmation Types

These codelists are fine (and using HTTPS):

Address Types Geocode Types

The listing of codelists itself is also fine: https://gnafld.net/def/gnaf/code/

I have updated the relevant template link (for making the HTML versions of the vocabs from RDF files) at https://github.com/AGLDWG/gnaf-ont. If this is re-run the issue should be solved, else a static fix of URI updates could be made to the HTML files.

nicholascar commented 4 years ago

@ashleysommer bump on this since it's a one-liner fix.