thanks for your reply!
But what do i need too change in those files? I cant find anything that reffers too the marker icon that google maps uses.. could u help me and lead me into the right direction?
Oh yea and i would like too report a bug too be solved in the next version of ur component just too pay my 2cents

When i use the Geotagging map thing that it shows the categories in a Map the page title doesnt gets shown, this is because of missing the following PHP code in views/categories/default_map.php:
Code: Select all
<?php
if ( $this->params->def( 'show_page_title', 1 ) ) { ?>
<div class="componentheading<?php echo $this->params->get( 'pageclass_sfx' ); ?>">
<?php echo $this->params->get('page_title'); ?>
</div>
<?php } ?>