On Sep 2, 11:43 am, Black Fog <[email protected]> wrote: > > this is more an conceptual problem and i don't know, how to handle it. > > any help is appreciated
I would suggest altering your daten.php script to supply the height and width of the image file. You could do this reasonably easily by changing your "bild" attribute so that instead of "-1" and "0" it returned something like "80,100" or "0". Then change the test in the code which tests for availability so that it uses the dummy image for "0" else splits the "80,100" at the comma to provide the dimensions it should use. 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 -~----------~----~----~----~------~----~------~--~---
