Home
last modified time | relevance | path

Searched refs:lon (Results 1 – 25 of 37) sorted by relevance

12

/plugin/structgeohash/
Dgeohash.js47 var lat = []; var lon = [];
49 lon[0] = -180.0; lon[1] = 180.0;
59 refine_interval(lon, cd, mask);
68 lon[2] = (lon[0] + lon[1])/2;
70 return { latitude: lat, longitude: lon};
76 var lat = []; var lon = [];
83 lon[0] = -180.0; lon[1] = 180.0;
87 mid = (lon[0] + lon[1]) / 2;
90 lon[0] = mid;
92 lon[1] = mid;
/plugin/geotag/syntax/
Dgeotag.php77 $lon = $this->parseNumericParameter("lon", $tags);
104 hsc($lon),
106 $this->geohash($lat, $lon),
135 * @param float $lon
139 private function geohash(float $lat, float $lon): string argument
145 return (new Point($lon, $lat))->out('geohash');
157 [$lat, $lon, $alt, $geohash, $region, $placename, $country, $showlocation, $style] = $data;
159 $ddlon = $lon;
162 $lon = $this->convertLon($lon);
165 $lon .= 'º';
[all …]
/plugin/openlayersmap/syntax/
Dolmap.php180 [$lat, $lon, $text, $angle, $opacity, $img] = $data;
182 …$poi .= ", {lat:$lat,lon:$lon,txt:'$text',angle:$angle,opacity:$opacity,img:'$img',rowId: $rowId}";
186 $lon = $this->convertLon($lon);
189 $lon .= 'º';
198 … <td class="lon" title="' . $this->getLang('olmapPOIlonTitle') . '">' . $lon . '</td>
313 [$match, $lat, $lon, $angle, $opacity, $img, $text] = $pt;
315 $lon = is_numeric($lon) ? $lon : 0;
325 $overlay [] = [$lat, $lon, $text, $angle, $opacity, $img];
375 [$lat, $lon, $text, $angle, $opacity, $img] = $data;
377 . $lat . "," . $lon . "%7clabel%3a" . ++$rowId;
[all …]
/plugin/schedule/syntax/
Ddisplay.php87 list ($insee, $lat, $lon, $addr) = explode ("|", $line);
89 if (!$insee || !$lon) {
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/geophp/vendor/funiq/geophp/src/Adapter/
DGoogleGeocode.php127 $lon = $centroid->x();
131 $url .= '?latlng=' . $lat . ',' . $lon;
168 $lon = $this->result->results[$delta]->geometry->location->lng;
169 return new Point($lon, $lat);
188 $lon = $this->result->results[$delta]->geometry->bounds->southwest->lng;
189 return new Point($lon, $lat);
195 $lon = $this->result->results[$delta]->geometry->bounds->northeast->lng;
196 return new Point($lon, $lat);
202 $lon = $this->result->results[$delta]->geometry->bounds->southwest->lng;
203 return new Point($lon, $lat);
[all …]
DGeoRSS.php114 $lon = is_numeric($item) ? $item : NAN;
115 $coordinates[] = new Point($lon, $lat);
DOSM.php79 $lon = $node->attributes->getNamedItem('lon')->nodeValue;
/plugin/geonav/js/
Dearth_a.js2 var lon; variable
67 … lookAt.set(parseFloat(lat), parseFloat(lon), 10, ge.ALTITUDE_RELATIVE_TO_GROUND, 0, 0,altitude);
86 lon=parseFloat(matchll[2]);
88 lon=lon.toFixed(6);}
91 console.log("x= "+lon);
92 … lookAt.set(parseFloat(lat), parseFloat(lon), 10, ge.ALTITUDE_RELATIVE_TO_GROUND,0, 0,6000000);
94 reverseGeocode(lat, lon, element.id);
/plugin/googlemaps/syntax/
Dgooglemap.php84 list($lat,$lon,$text) = $data;
85 $points .= ",{lat:$lat,lon:$lon,txt:'$text'}";
157 list($match,$lat,$lon,$text) = $pt;
160 $lon = is_numeric($lon) ? $lon : 0;
163 $overlay[] = array($lat,$lon,$text);
/plugin/geotag/
Daction.php62 $lon = $geotags ['lon'] ?? null;
74 if (!(empty($lat) && empty($lon))) {
76 …$event->data ['meta'] [] = ['name' => 'geo.position', 'content' => $lat . ';' . $lon . ';' . $alt];
78 … $event->data ['meta'] [] = ['name' => 'geo.position', 'content' => $lat . ';' . $lon];
84 if (!(empty($lat) && empty($lon))) {
85 $event->data ['meta'] [] = ['name' => "ICBM", 'content' => $lat . ', ' . $lon];
/plugin/schedule/lib/
DscheduleCitiesMap.js36 function scheduleGetLocation (lat, lon) { argument
39 parseFloat (parseFloat (lon).toFixed (schedulePrecision))+")";
97 function scheduleAddLatLonCityMarker (scheduleMap, cityCode, lat, lon) { argument
104 geometry: new ol.geom.Point (scheduleGetCoordFromLocation ([lat, lon])),
106 location: scheduleGetLocation (lat, lon),
108 lon: lon, property
156 var lon = "";
166 lon = inseeCityNameLatLon[cityCode][2];
169 ul.find ('li[insee="'+cityCode+'"][lat="'+lat+'"][lon="'+lon+'"]').each (function (index) {
176 (lat && lon) ?
[all …]
/plugin/osm/
Dsyntax.php128 list($match, $lat, $lon, $txt) = $pt;
131 $lon = is_numeric($lon) ? (float)$lon : 0;
Dscript.js51 …var pLonLat = new OpenLayers.LonLat(point.lon, point.lat).transform(new OpenLayers.Projection("EPS…
/plugin/openlayersmap/helper/
Dstaticmap.php51 * @param float $lon the longitude of the map's center, eg -73.998672
64 float $lon, argument
103 $lon,
/plugin/socialcards/
Daction.php194 $lon = $geotags['lon'] ?? 0;
195 if(!(empty($lat) && empty($lon))) {
202 'content' => $lon,
/plugin/spatialhelper/helper/
Dsearch.php74 * @param float $lon
78 final public function findNearbyLatLon(float $lat, float $lon): array argument
80 $geometry = new Point($lon, $lat);
Dindex.php260 $lon = $this->convertDMStoD( variable in helper_plugin_spatialhelper_index
269 return new Point($lon, $lat);
/plugin/openlayersmap/
DStaticMap.php76 private $lon; variable in dokuwiki\\plugin\\openlayersmap\\StaticMap
99 * @param float $lon
126 float $lon, argument
142 $this->lon = $lon;
199 $geoms [] = new Point($this->lon, $this->lat);
257 $this->lon = $centroid->getX();
259 …("StaticMap::autoZoom: Set autozoom options to: z: $this->zoom, lon: $this->lon, lat: $this->lat");
274 …[$this->zoom, $this->lat, $this->lon, $this->width, $this->height, serialize($this->markers), $thi…
327 $this->centerX = $this->lonToTile($this->lon, $this->zoom);
Dscript.js102 center: ol.proj.transform([mapOpts.lon, mapOpts.lat], 'EPSG:4326', 'EPSG:3857'),
261 geometry: new ol.geom.Point(ol.proj.fromLonLat([p.lon, p.lat])),
266 lon: p.lon, property
/plugin/googlemaps/
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/spatialhelper/
Daction.php254 $lon = (float)$searchresults ['lon'];
278 ' lat;lon: ' . $lat . ';' . $lon
302 ' lat;lon: ' . $lat . ';' . $lon
/plugin/openlayersmap/_test/data/pages/
Dissue34.txt4 <olmap id="olMap_example" width="550px" height="450px" lat="51.3680" lon="6.1403" zoom="14" statusb…
Drur.txt2 <olmap id="olMap" width="650px" height="550px" lat="50.555" lon="6.283" zoom="13" statusbar="1" too…
Dissue34-fixed.txt5 <olmap id="olMap_example" width="550px" height="450px" lat="51.3680" lon="6.1403" zoom="14" statusb…
/plugin/schedule/
Dschedule.class.php23 var $lon; // event place latitude variable in schedule

12