ThinkGeo.com    |     Documentation    |     Premium Support

MiniMap size

HI ThinkGeo,


I am evaluating WebEditon component. I will like to set proper size of Minimap window and it location in reference to the Map (Let's Lower left instead of Lower right corner). How to change the red-dotted rectangle inside the minimap?


I tried playing around with MaximizeSizeRatio and MinimizeSizeRatio properties but with no success.


Regards,


Anil



Hi, Anil


The size or position of mini map control is controlled by the CSS definition on the client-side. You can modify them with ease, please see the attached sample.
 
If you have additional questions, please let us know.
 
Thanks,
 
Khalil

001_DisplayASimpleMap.zip (2.15 KB)

Hi Khalil, 
 Thanks for the sample. 
 Where can I find documentation to use the css in the Web component.  
 How can make the default Minimap collapsed? ( yet enabled). 
 Regards 
 Anil

 Hi, Anil


There is no documentation for the CSS definition. But you can find the source codes about it in the theme folder of our install samples. The frequently used styles are defined in the two CSS files below:



    <link href="~/theme/default/samplepic/style.css" rel="stylesheet" type="text/css" />
    <link href="~/theme/default/style.css" rel="stylesheet" type="text/css" />

The first one is mainly used for our installed samples, and the second one is mainly used for web component.


Also if you want to minimize or maximize the control at runtime, and I suggest you use the client-side code. Please refer to the attached codes.


If you still have additional questions, please let us know.


Thanks,


Khalil


 



MinimizeControl.zip (2.11 KB)

Khailil, 
  
 Thank you very much. 
 Regards, 
 Anil 


You are so welcome, and any other questions please let us know. 
  
 Thanks, 
  
 Johnny