On Aug 24, 9:07 pm, Black Fog <[email protected]> wrote:
>
> > The bit you have to solve is how to work out what's needed.  You are
> > loading the marker data from XML, you might add one or two new
> > properties to read from it - say "thumbnail_width" and
> > "thumbnail_height"
>
> uh, that was one thing i try to avoid. store (obiously) unneeded
> information in my database. that would implicate to go through almost
> 900 pictures and calculate.

When you retrieve the URL of your image to output in the XML, why not
find the dimensions of the file on the fly? You don't have to store it
in the database: if you're using PHP for example then getimagesize()
is available in the GD library.

Andrew
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to