Home
last modified time | relevance | path

Searched refs:mapid (Results 1 – 2 of 2) sorted by relevance

/plugin/openlayersmap/syntax/
H A Dolmap.php165 $mapid = $gmap ['id'];
245 … return [$mapid, $js, $mainLat, $mainLon, $poitable, $gmap ['summary'], $imgUrl, $_firstimageID];
719 …[$mapid, $param, $mainLat, $mainLon, $poitable, $poitabledesc, $staticImgUrl, $_firstimage] = $dat…
749 $renderer->doc .= '<div id="' . $mapid . '-static" class="olStaticMap">'
752 … $renderer->doc .= '<div id="' . $mapid . '-clearer" class="clearer"><p>&nbsp;</p></div>';
756 <div id="' . $mapid . '-table-span" class="olPOItableSpan">
757 <table id="' . $mapid . '-table" class="olPOItable">
/plugin/openlayersmap/
H A Dscript.js41 function olCreateMaptag(mapid, width, height) { argument
46 temp.innerHTML = '<div id="' + mapid + '-olContainer" class="olContainer olWebOnly">'
48 …+ '<div id="' + mapid + '" tabindex="0" style="width:' + width + ';height:' + height + ';" class="…