isawnyu / awld-js

A javascript library for Ancient World Linked Data.
BSD 3-Clause "New" or "Revised" License
21 stars 7 forks source link

EOL image assets #4

Open ekansa opened 11 years ago

ekansa commented 11 years ago

Hi Seb,

When loading EOL resources, the EOL description has relative paths to image resources. When used on Open Context, clients look for the image resources on Open Context, not the EOL so as to avoid $)$ errors?

Perhaps modules/eol.js can be fixed (a hack) with something like:

description = description.replace("/assets/","http://eol.org/assets/");

Thanks! -Eric