Ecotrust / wc-data-registry

Data Registry for the West Coast Governors Alliance
Other
10 stars 8 forks source link

Links separated into types #48

Open timglaser opened 10 years ago

timglaser commented 10 years ago

There is a desire to group links associated with each result to be grouped. Here are the groupings as provided by Tanya on Oct 1:

Here’s my rough cut – Emilio can chime in and confirm or tweak as necessary:

Download links: FTP KML KMZ ZIP TAR TIFF IMG XLS XLSX CSV SHP < - - I’m shocked if these exist, they would be meaningless, suggest not showing them

Service Links: WMS WFS WCS ESRI REST

Metadata Links XML HTML PDF TXT < - - These could obviously be anything…

timglaser commented 10 years ago

This will be handled in result.js and ResultView.html. Search for allowedLinkTypes in the js. The thought is to add a 'group' property to each of those entries and then sort them, maybe using underscores group / sort functions.

timglaser commented 10 years ago

related to #35