Lines Matching refs:alt
78 $alt = $this->parseNumericParameter("alt", $tags);
105 hsc($alt),
157 [$lat, $lon, $alt, $geohash, $region, $placename, $country, $showlocation, $style] = $data;
196 if (!empty($alt)) {
197 $renderer->doc .= ', <span class="p-altitude altitude" itemprop="elevation" data-altitude="' . $alt
198 . '">' . $alt . 'm</span>';
210 if (!empty($alt)) {
211 $renderer->meta ['geo'] ['alt'] = $alt;
215 if (!empty($alt)) {
216 $alt = ', ' . $alt . 'm';
222 $renderer->cdata($lat . ';' . $lon . $alt);