if ($self->get('GeoHack')) {
my ($lat, $lon) = ($m->{lat}, $m->{lon});
if (defined $lat && defined $lon) {
- my $cap = "<a href='http://www.openstreetmap.org/?mlat=$lat&mlon=$lon#map=16/$lat/$lon'>Ukázat na mapě</a>";
- print "<div class='highslide-caption'>$cap</div>\n";
+ my $local = "<a href='map.cgi?i=" . $self->{hs_thumb_counter} . "'>trasa</a>";
+ my $osm = "<a href='http://www.openstreetmap.org/?mlat=$lat&mlon=$lon#map=16/$lat/$lon'>OSM</a>";
+ print "<div class='highslide-caption'>Ukázat na mapě: $local, $osm</div>\n";
}
}
}