Jump to content

Change Pan & Zoom Controls?


Alex Alexo

Recommended Posts

Halo!

 

 

1. I would like to change this Pan and Zoom control of the geomaps module which is currently like this: http://screencast.com/t/WUjLFMfHjb

 

to this      http://screencast.com/t/VVHYkpnDf4

 

or this      http://screencast.com/t/j40HQVkkJPin

 

How can I do that? My map will be small, so smaller controls will be more practical.

 

 

 

2. If possible I would like to add the "Large Map'' option found on top of the moving map in Tableview search results to the geomaps module.

 

 

3. When removing this bit that calls the map in Blogview:

 

<?php if($show_map == true):?>

        <!--  BEGIN MAP -->

        <div id="gm_mapColumn">

            <?php echo $this->renderControllerView('geomaps','map_results',array('width'=>'300','height'=>'300'));?>

        </div>

        <!--  END MAP -->

<?php endif;?>

 

the list is not fitting the hole space and lives a gap on the right side like this:  http://screencast.com/t/ucmiWvinHjG

 

How can I make the list fit to all the available space on the right?

 

alex

 

 

Link to comment
×
×
  • Create New...