Maps プラグイン、再び使えます! Google Maps API ver.2

Contributed by: Ivy on 2012/07/12 23:25 JST

Last modified on

Maps プラグイン、再び使えます!

Google Maps API Keyは、Version 2のサービス終了に伴い新たに取得できず、Geeklogの Mapsプラグインは、新しいサイトには設置する方法が見つからないままになっていましたが、以下のURLから取得できることがわかりました。

https://code.google.com/apis/console[*1]

ここでGoogle Maps API Version 2を有効にしてキーを取得して、コンフィギュレーションにセットします。
API Access - Simple API Access - "Create new Browser key" or" Create new Server key"

先月からBenさんに問い合わせしていたのですが、この方法を今月になって教えてもらいました。よかったです!

なお、Geeklog 2.0では、以下の修正でインストールできます。

autoinstall.php line:158

from:
if( mysql_num_rows( mysql_query("SHOW TABLES LIKE '" .
$_TABLES[$remvars['tables'][$i]] . "'"))) {

to:
if( DB_numRows( DB_query("SHOW TABLES LIKE '" .
$_TABLES[$remvars['tables'][$i]] . "'"))) {

Ben, Thanks!


コメント (0件)

Geeklog Japan - Maps プラグイン、再び使えます! Google Maps API ver.2
https://www.geeklog.jp/article.php/20120712232506555

[*1] https://code.google.com/apis/console