ThinkGeo.com    |     Documentation    |     Premium Support

Map Control Size

Hi Everybody


On my web page, if I increase the size of Map control beyond 480 X 640 px, the zooming and panning becomes extremely slow and sometimes it returns 'out of memory' message. Is it possible to have a map control covering the entire web page without compromising speed of loading, zooming, and panning?


Best Regards,


Vincent



Hi Vincent,


The size of MapControl doesn’t affect the performance a lot. Sometimes, we can ignore its affect. The map performance is mainly based on the components loaded in the map, such as the number of markers, layers, etc. So please don’t worry about the map size, I’m sure the slow performance is caused by other things. Can you detail your application or send us a demo to forumsupport@thinkgeo.com ? And then we can provide some ideas.
Thanks,
Johnny

Hi Johnny


Thank you for the help. In fact I have tried to take your sample web project "HelloWorld" and on the property panel, change the width and height to 100%. When I run the project it does not show any thing. But if I change the width to 640px and height to 480px the map cotrols shows normally.


I think I do not need to send you any code because this is just a setting on the property window for the map control. Do you have an alternative idea that I can use to get my Map contol stretching all over the web page? I truly appreciate your help.


 


Best regards,


Vincent



 


Vincent,
Can you check whether all the parent elements of the map have set the width and height? “100%” is a property from HTML, which has the requirement that I have mentioned.
Additionally, the map in all installation samples has the “100%” width and height. Can you have a try with them?
Thanks,
Johnny