+ +
+
+ + + + + + + +

+ + + +
+ 0) { + ?> +

+ + + getCoordsFromExif($IMG); + if ($point) { + $long = $point->getX(); + $lat = $point->getY(); + $latShort = round($lat, 3); + $longShort = round($long, 3); + + $hrefOSM = "https://www.openstreetmap.org/?mlat=$lat&mlon=$long#map=18/$lat/$long"; + $srcOSM = 'https://www.openstreetmap.org/export/embed.html?bbox=' . ($long - 0.004) . ',' . ($lat - 0.002) . ',' . ($long + 0.004) . ',' . ($lat + 0.002) . '&layer=mapnik&marker=' . $lat . ',' . $long; + echo '
'; + echo '

OSM (Open Street Maps):

'; + echo '

' . tpl_getLang('osm_zoom_link_text') . '

'; + echo '
'; } - echo ''; } - } - ?> - - - -
+ ?> + +