ILIAS
Release_5_0_x_branch Revision 61816
|
User interface class for OpenLayers maps. More...
Public Member Functions | |
__construct () | |
getHtml () | |
Get HTML. | |
getUserListHtml () | |
Get User List HTML (to be displayed besides the map) | |
Public Member Functions inherited from ilMapGUI | |
setMapId ($a_mapid) | |
Set Map ID. | |
getMapId () | |
Get Map ID. | |
setWidth ($a_width) | |
Set Width. | |
getWidth () | |
Get Width. | |
setHeight ($a_height) | |
Set Height. | |
getHeight () | |
Get Height. | |
setLatitude ($a_latitude) | |
Set Latitude. | |
getLatitude () | |
Get Latitude. | |
setLongitude ($a_longitude) | |
Set Longitude. | |
getLongitude () | |
Get Longitude. | |
setZoom ($a_zoom) | |
Set Zoom. | |
getZoom () | |
Get Zoom. | |
setEnableTypeControl ($a_enabletypecontrol) | |
Set Use Map Type Control. | |
getEnableTypeControl () | |
Get Use Map Type Control. | |
setEnableNavigationControl ($a_enablenavigationcontrol) | |
Set Use Navigation Control. | |
getEnableNavigationControl () | |
Get Use Navigation Control. | |
setEnableUpdateListener ($a_enableupdatelistener) | |
Set Activate Update Listener. | |
getEnableUpdateListener () | |
Get Activate Update Listener. | |
setEnableLargeMapControl ($a_largemapcontrol) | |
Set Large Map Control. | |
getEnableLargeMapControl () | |
Get Large Map Control. | |
setEnableCentralMarker ($a_centralmarker) | |
Enable Central Marker. | |
getEnableCentralMarker () | |
Get Enable Central Marker. | |
addUserMarker ($a_user_id) | |
Add user marker. |
Additional Inherited Members | |
Protected Attributes inherited from ilMapGUI | |
$mapid | |
$width = "500px" | |
$height = "300px" | |
$latitude | |
$longitude | |
$zoom | |
$enabletypecontrol = false | |
$enableupdatelistener = false | |
$enablenavigationcontrol = false | |
$enablelargemapcontrol = false | |
$user_marker = array() |
User interface class for OpenLayers maps.
Definition at line 35 of file class.ilOpenLayersMapGUI.php.
ilOpenLayersMapGUI::__construct | ( | ) |
Reimplemented from ilMapGUI.
Definition at line 37 of file class.ilOpenLayersMapGUI.php.
ilOpenLayersMapGUI::getHtml | ( | ) |
Get HTML.
Reimplemented from ilMapGUI.
Definition at line 45 of file class.ilOpenLayersMapGUI.php.
References $https, $lng, $tpl, ilObject\_exists(), ilMapGUI\getEnableCentralMarker(), ilMapGUI\getEnableNavigationControl(), ilMapGUI\getEnableUpdateListener(), ilMapGUI\getHeight(), ilMapGUI\getLatitude(), ilMapGUI\getLongitude(), ilMapGUI\getMapId(), ilMapGUI\getWidth(), and ilMapGUI\getZoom().
ilOpenLayersMapGUI::getUserListHtml | ( | ) |
Get User List HTML (to be displayed besides the map)
Reimplemented from ilMapGUI.
Definition at line 140 of file class.ilOpenLayersMapGUI.php.
References ilObject\_exists(), and ilMapGUI\getMapId().