sanyaade-speechtools / delphi-museum-project

Automatically exported from code.google.com/p/delphi-museum-project
0 stars 0 forks source link

Model location of tiled images in the DB #37

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Our current implementation for figuring out if an object has a tiled, zoomable 
image is to concat a 
directory path and then check if that directory is present on the server. This 
approach breaks when 
the PHP script is not executed on the same server hosting the tiled images. So 
for right now, I 
changed to code to assumes there are tiled images for each object, which is 
bad. 

I think the solution is to add a column to the object table that contains 
either a flag or a relative 
path to the folder containing the tiled images for the object. I'll open an 
issue and assign it to you 
for comment.

Original issue reported on code.google.com by jonles...@gmail.com on 17 Oct 2007 at 12:54

GoogleCodeExporter commented 9 years ago

Original comment by jonles...@gmail.com on 17 Oct 2007 at 12:54

GoogleCodeExporter commented 9 years ago
I actually think this is a little problematic, as it does not account for the 
case 
of browsers that do not support flash. Need to keep talking about this.

Original comment by LudicrousResearcher@gmail.com on 26 Oct 2007 at 8:46

GoogleCodeExporter commented 9 years ago
Another problem is that we do not currently have a simple means of doing this. 
We
would need to add a tool that actually runs the analysis of which images exist 
and
don't, and set the flags. Since the zoom images are produced with a process 
that is
parallel to (not integrated with) the tools that create and maintain the db 
info,
this requires real work.

I am removing this from Milestone 1 for now, but will add a new bug that we 
have some
cases in which the zoom files either do not exist, or are broken. Fixing that 
may
come back to this, or not.

Original comment by LudicrousResearcher@gmail.com on 5 Mar 2008 at 10:52

GoogleCodeExporter commented 9 years ago

Original comment by LudicrousResearcher@gmail.com on 21 Mar 2008 at 10:24

GoogleCodeExporter commented 9 years ago

Original comment by LudicrousResearcher@gmail.com on 7 Dec 2008 at 5:41

GoogleCodeExporter commented 9 years ago

Original comment by LudicrousResearcher@gmail.com on 7 Dec 2008 at 7:37

GoogleCodeExporter commented 9 years ago
Pushing to next release. We now have a better analysis of image to zoom 
association
(although still a out of band workflow), and so this will be a much less 
significant
problem in 1.1.

Original comment by LudicrousResearcher@gmail.com on 19 Feb 2009 at 9:47

GoogleCodeExporter commented 9 years ago

Original comment by michaelb...@gmail.com on 3 Jul 2009 at 7:22

GoogleCodeExporter commented 9 years ago

Original comment by michaelb...@gmail.com on 3 Jul 2009 at 7:41