From: <var...@us...> - 2021-08-10 08:47:35
|
Revision: 10472 http://sourceforge.net/p/phpwiki/code/10472 Author: vargenau Date: 2021-08-10 08:47:28 +0000 (Tue, 10 Aug 2021) Log Message: ----------- pgsrc/Help%2FGoogleMapsPlugin: remove example, GOOGLE_LICENSE_KEY might not be set Modified Paths: -------------- trunk/INSTALL trunk/pgsrc/Help%2FGoogleMapsPlugin Modified: trunk/INSTALL =================================================================== --- trunk/INSTALL 2021-08-09 16:51:06 UTC (rev 10471) +++ trunk/INSTALL 2021-08-10 08:47:28 UTC (rev 10472) @@ -34,8 +34,13 @@ GraphViz plugin requires GraphViz to be installed. You might need to do: yum install graphviz or -yum install graphviz +apt install graphviz +GooglePlugin plugin requires PHP SoapClient class. You might need to do: +yum install php-soap +or +apt install php-soap + QUICK START INSTRUCTIONS Copy 'config/config-dist.ini' to 'config/config.ini' and edit the Modified: trunk/pgsrc/Help%2FGoogleMapsPlugin =================================================================== --- trunk/pgsrc/Help%2FGoogleMapsPlugin 2021-08-09 16:51:06 UTC (rev 10471) +++ trunk/pgsrc/Help%2FGoogleMapsPlugin 2021-08-10 08:47:28 UTC (rev 10472) @@ -1,4 +1,4 @@ -Date: Thu, 13 Oct 2016 15:09:28 +0000 +Date: Tue, 10 Aug 2021 10:45:37 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FGoogleMapsPlugin; @@ -80,16 +80,6 @@ >> }}} -<<GoogleMaps - Latitude=53.053 - Longitude=7.803 - ZoomFactor=10 - Marker=true - MapType=Hybrid - width=500px - height=400px ->> - == Author == * [[Help:Reini Urban|Reini Urban]] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |