Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting https://git.osmesh.ru/MOS/OpenBoard/src/commit/3879e9a31a4accb69da9177b35d90eb332ca6526/resources/library/applications/GoogleMap.wgt/config.xml You should set ROOT_URL correctly, otherwise the web may not work correctly.
новые иконки в OpenBoard
 
 
 
 
 
 
OpenBoard/resources/library/applications/GoogleMap.wgt/config.xml

17 lines
563 B

<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets"
xmlns:ub="http://uniboard.mnemis.com/widget"
id="http://uniboard.mnemis.com/widgets/GoogleMap"
version="1.1"
width="800"
height="600"
ub:resizable="true"
ub:roles="content">
<name>Google Map</name>
<author href="http://www.getuniboard.com"
email="info@mnemis.com">Mnemis SA</author>
<description>View maps and get driving directions in Google Maps</description>
<content src="index.html"/>
</widget>