Searched refs:mapid (Results 1 – 2 of 2) sorted by relevance
| /plugin/openlayersmap/syntax/ |
| D | olmap.php | 163 $mapid = $gmap ['id']; 243 … return [$mapid, $js, $mainLat, $mainLon, $poitable, $gmap ['summary'], $imgUrl, $_firstimageID]; 744 …[$mapid, $param, $mainLat, $mainLon, $poitable, $poitabledesc, $staticImgUrl, $_firstimage] = $dat… 774 $renderer->doc .= '<div id="' . $mapid . '-static" class="olStaticMap">' 777 … $renderer->doc .= '<div id="' . $mapid . '-clearer" class="clearer"><p> </p></div>'; 781 <div id="' . $mapid . '-table-span" class="olPOItableSpan"> 782 <table id="' . $mapid . '-table" class="olPOItable">
|
| /plugin/openlayersmap/ |
| D | script.js | 41 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="…
|