Home
last modified time | relevance | path

Searched refs:lat (Results 1 – 25 of 60) sorted by relevance

123

/plugin/structgeohash/
H A Dgeohash.js47 var lat = []; var lon = [];
48 lat[0] = -90.0; lat[1] = 90.0;
62 refine_interval(lat, cd, mask);
67 lat[2] = (lat[0] + lat[1])/2;
70 return { latitude: lat, longitude: lon};
76 var lat = []; var lon = [];
82 lat[0] = -90.0; lat[1] = 90.0;
94 mid = (lat[0] + lat[1]) / 2;
97 lat[0] = mid;
99 lat[1] = mid;
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGoogleGeocode.php36 * Makes a geocoding (lat/lon lookup) with an address string or array geometry objects
126 $lat = $centroid->y();
131 $url .= '?latlng=' . $lat . ',' . $lon;
167 $lat = $this->result->results[$delta]->geometry->location->lat;
169 return new Point($lon, $lat);
187 $lat = $this->result->results[$delta]->geometry->bounds->northeast->lat;
189 return new Point($lon, $lat);
194 $lat
[all...]
H A DGeoRSS.php107 $lat = 0;
111 $lat = is_numeric($item) ? $item : NAN;
115 $coordinates[] = new Point($lon, $lat);
/plugin/geotag/syntax/
H A Dgeotag.php74 preg_match("(lat[:|=]-?\d*\.\d*)", $tags, $lat);
102 hsc(trim(substr($lat [0], 4))),
105 $this->geohash(substr($lat [0], 4), substr($lon [0], 4)),
116 * Calculate the geohash for this lat/lon pair.
118 * @param float $lat
121 private function geohash(float $lat, float $lon)
127 return (new Point($lon, $lat))->out('geohash');
139 [$lat, $lon, $alt, $geohash, $region, $placename, $country, $showlocation, $style] = $data;
140 $ddlat = $lat;
115 geohash($lat, $lon) global() argument
[all...]
/plugin/schedule/syntax/
H A Ddisplay.php87 list ($insee, $lat, $lon, $addr) = explode ("|", $line);
90 if ($insee && $lat)
91 …$renderer->doc .= ' <li lat="'.$insee.'" lon="'.$lat.'">56000</li>'.NL; // XXX position par defa…
94 if ($insee && $lat && $lon)
96 ' <li lat="'.$lat.'" lon="'.$lon.'">'.$insee.'</li>'.NL;
103 (($addr && $lat && $lon) ?
104 … '<span style="font-size:50%; background-color:#DDD;">(Lat. : '.$lat.' Long. : '.$lon.')</span>' :
107 … '<div class="scheduleAddresse wrap_left plugin_wrap" location="('.$lat.'|'.$lon.')">'.NL.
108 …' <p onMouseOver="javascript:scheduleHighlightLocation (\'('.$lat.'|'.$lon.')\')" onMouseOut="java…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/
H A DPostLocation.php22 public $lat; variable in Google\\Service\\Blogger\\PostLocation
33 public function setLat($lat) argument
35 $this->lat = $lat;
39 return $this->lat;
/plugin/openlayersmap/syntax/
H A Dolmap.php35 private $dflt = ['id' => 'olmap', 'width' => '550px', 'height' => '450px', 'lat' => 50.0, 'lon' => 5.1, 'zoom' => 12, 'autozoom' => 1, 'controls' => true, 'baselyr' => 'OpenStreetMap', 'gpxfile' => '', 'kmlfile' => '', 'geojsonfile' => '', 'summary' => ''];
91 // get the lat/lon for adding them to the metadata (used by geotag)
92 preg_match('(lat[:|=]\"-?\d*\.?\d*\")', $match, $mainLat);
97 $mainLat = $this->dflt ['lat'];
180 [$lat, $lon, $text, $angle, $opacity, $img] = $data;
182 $poi .= ", {lat:$lat,lon:$lon,txt:'$text',angle:$angle,opacity:$opacity,img:'$img',rowId: $rowId}";
185 $lat = $this->convertLat($lat);
188 $lat
668 calcBBOX(array $overlay, float $lat, float $lon) global() argument
[all...]
/plugin/geonav/js/
H A Dearth_a.js1 var lat; variable
67 … lookAt.set(parseFloat(lat), parseFloat(lon), 10, ge.ALTITUDE_RELATIVE_TO_GROUND, 0, 0,altitude);
85 lat=parseFloat(matchll[1]);
87 lat=lat.toFixed(6);
90 console.log("y= "+lat);
92 … lookAt.set(parseFloat(lat), parseFloat(lon), 10, ge.ALTITUDE_RELATIVE_TO_GROUND,0, 0,6000000);
94 reverseGeocode(lat, lon, element.id);
/plugin/googlemap3/
H A Dsyntax.php88 list($lat,$lng,$msg,$text) = $data;
89 $points .= ",{lat:$lat, lng:$lng, msg: '$msg', txt: '$text'}";
158 list($match,$lat,$lng,$msg,$text) = $pt;
160 $lat = is_numeric($lat) ? $lat : 0;
165 $overlay[] = array($lat,$lng,$msg,$text);
H A Dgooglemap3.js49 map.tmpLat = map.getCenter().lat();
73 var lat = event.latLng.lat();
76 var clat = centerLatLng.lat();
83 lat.toFixed(7)+ ', ' + lng.toFixed(7) + '<br />' +
84 dec2deg(lat) + ', ' + dec2deg(lng) + '<br />' +
133 center: new google.maps.LatLng(googleMapArray[i].lat, googleMapArray[i].lng),
168 googleMapArray[i].map.homeLatLng = new google.maps.LatLng(googleMapArray[i].lat,
178 position: new google.maps.LatLng(googleMapArray[i].overlay[j].lat,
/plugin/googlemaps/syntax/
H A Dgooglemap.php84 list($lat,$lon,$text) = $data;
85 $points .= ",{lat:$lat,lon:$lon,txt:'$text'}";
157 list($match,$lat,$lon,$text) = $pt;
159 $lat = is_numeric($lat) ? $lat : 0;
163 $overlay[] = array($lat,$lon,$text);
/plugin/geotag/
H A Daction.php57 $lat = $geotags ['lat'] ?? null;
76 if (!(empty ($lat) && empty ($lon))) {
80 'content' => $lat . ';' . $lon . ';' . $alt
85 'content' => $lat . ';' . $lon
95 if (!(empty ($lat) && empty ($lon))) {
98 'content' => $lat . ', ' . $lon
136 'open' => '{{geotag>lat:',
/plugin/googlemaps3/
H A Dscript.js26 center: {lat: googlemaps3[i].lat, lng: googlemaps3[i].lng},
41 for (j=0; j<googlemaps3[i].marker.length; j++) if (googlemaps3[i].marker[j].lat=='address') {
54 position = {lat: options.lat, lng: options.lng}; property in initMap.attachMarker.position
55 origin = options.lat+','+options.lng;
/plugin/schedule/lib/
H A DscheduleCitiesMap.js36 function scheduleGetLocation (lat, lon) { argument
38 parseFloat (parseFloat (lat).toFixed (schedulePrecision))+"|"+
106 location: scheduleGetLocation (lat, lon),
107 lat: lat,
155 var lat = "";
165 lat = inseeCityNameLatLon[cityCode][1];
176 (lat && lon) ?
177 ' lat="'+lat+'" lon="'+lon+'"' :
201 var lat = scheduleSelectedCity.attr ('lat');
206 line.push (lat);
[all …]
/plugin/osm/
H A Dsyntax.php128 list($match, $lat, $lon, $txt) = $pt;
130 $lat = is_numeric($lat) ? (float)$lat : 0;
/plugin/openlayersmap/helper/
H A Dstaticmap.php44 return [['name' => 'getMap', 'desc' => 'returns url to the image', 'params' => ['lat' => 'float', 'lon' => 'float', 'zoom' => 'integer', 'size' => 'string', 'maptype' => 'string', 'markers' => 'string', 'gpx' => 'string', 'kml' => 'string', 'geojson' => 'string', 'apikey' => 'string'], 'return' => ['image' => 'string']]];
50 * @param float $lat the latitude of the map's center, eg. 40.714728
55 * @param array $markers associative array of markers, array('lat'=>$lat,'lon'=>$lon,'type'=>$iconStyle),
56 * eg. array('lat'=>40.702147,'lon'=>-74.015794,'type'=>lightblue1);
63 float $lat,
102 $lat,
79 getMap(float $lat, float $lon, int $zoom, string $size, string $maptype, array $markers, string $gpx, string $kml, string $geojson, string $apikey = '') global() argument
/plugin/openlayersmap/
H A DStaticMap.php75 private $lat;
97 * @param float $lat
121 * Wheter or not to override zoom/lat/lon and zoom to the extent of gpx/kml and markers
125 float $lat,
141 $this->lat = $lat;
190 * Calculate the lat/lon/zoom values to make sure that all of the markers and gpx/kml are on the map.
199 $geoms [] = new Point($this->lon, $this->lat);
202 $geoms [] = new Point($marker ['lon'], $marker ['lat']);
258 $this->lat
146 private $lat; global() variable in dokuwiki\\plugin\\openlayersmap\\StaticMap
196 __construct(float $lat, float $lon, int $zoom, int $width, int $height, string $maptype, array $markers, string $gpx, string $kml, string $geojson, string $mediaDir, string $tileCacheBaseDir, bool $autoZoomExtent = true, string $apikey = '') global() argument
423 latToTile(float $lat, int $zoom) global() argument
[all...]
/plugin/spatialhelper/helper/
H A Dsearch.php72 * @param float $lat
78 final public function findNearbyLatLon(float $lat, float $lon): array
80 $geometry = new Point($lon, $lat);
148 'lat' => $point->y(), 'lon' => $point->x()];
152 $point = new Point($geotags ['lon'], $geotags ['lat']);
161 'lat' => $geotags ['lat'], 'lon' => $geotags ['lon']];
178 'lat' => $decodedPoint->y(),
84 findNearbyLatLon(float $lat, float $lon) global() argument
/plugin/socialcards/
H A Daction.php193 $lat = $geotags['lat'] ?? 0;
195 if(!(empty($lat) && empty($lon))) {
198 'content' => $lat,
/plugin/authgoogle/google/contrib/
H A DGoogle_CoordinateService.php79 * @param double $lat The latitude coordinate of this job's location.
92 …public function insert($teamId, $address, $lat, $lng, $title, Google_Job $postBody, $optParams = a… argument
93 …$params = array('teamId' => $teamId, 'address' => $address, 'lat' => $lat, 'lng' => $lng, 'title' …
642 public $lat; variable in Google_Location
657 public function setLat( $lat) { argument
658 $this->lat = $lat;
661 return $this->lat;
/plugin/pdfjs/pdfjs/web/locale/hu/
H A Dviewer.properties177 find_match_count[one]={{current}} / {{total}} találat
178 find_match_count[two]={{current}} / {{total}} találat
179 find_match_count[few]={{current}} / {{total}} találat
180 find_match_count[many]={{current}} / {{total}} találat
181 find_match_count[other]={{current}} / {{total}} találat
186 find_match_count_limit[zero]=Több mint {{limit}} találat
187 find_match_count_limit[one]=Több mint {{limit}} találat
188 find_match_count_limit[two]=Több mint {{limit}} találat
189 find_match_count_limit[few]=Több mint {{limit}} találat
190 find_match_count_limit[many]=Több mint {{limit}} találat
[all …]
/plugin/googlemaps/
H A Dscript.js55 map.setCenter(new GLatLng(lat, lon), zoom);
64 map.addOverlay(create_marker(new GLatLng(overlay[j].lat,overlay[j].lon),overlay[j].txt));
/plugin/advanced/lang/fr/config/
H A Dhooks.txt10 | ''sidebarheader.html'' | En haut de la barre latérale (si existante) |
11 | ''sidebarfooter.html'' | En bas de la barre latérale (si existante) |
/plugin/spatialhelper/
H A Daction.php208 if ($INPUT->has('lat') && $INPUT->has('lon')) {
209 $results = $helper->findNearbyLatLon($INPUT->param('lat'), $INPUT->param('lon'));
253 $lat = (float)$searchresults ['lat'];
278 ' lat;lon: ' . $lat . ';' . $lon
302 ' lat;lon: ' . $lat . ';' . $lon
/plugin/schedule/
H A Dschedule.class.php24 var $lat; // event place longitude variable in schedule

123