on my page http://www.mappeze.de sometimes (not everytime) the Map doesn’t appear in full size.
Look this picture.
Can anyone tell me why?
Thanx a lot!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You are loading the map by calling initialize() right after the creation of the div that should contain the map. That may be to early in some cases(may depend on the users environment), because it may happen that the desired size of the div cannot be detected, because it’s not rendered yet.
Call initialize when the page is loaded, e.g.