ダウンロードリスト

プロジェクト概要

XOOPSの統合パッケージを開発するプロジェクトです。

システム要件

システム要件が設定されていません

リリース時刻: 2012-03-19 00:05
webmap3 webmap3_100 (1 個のファイル 非表示)

リリースノート

This module is the map using Google Maps API
Support Google Maps API V3 base on the existing webmap module.
Big advantage of V3 is not required the API key.

* Main features *
1. User features
(1) Search Map: Search map from address
(2) Show Map: Show map which is specified latitude and longitude
Download KML and show in GoogleEarth
(3) GeoRSS: Show marker on the map, getting latitude and longitude by RSS supporing GeoRSS

2. Admin features
(1) The admin get latitude and longitude from map, and save them in database
(2) The admin upload the Google Map Icon.

3. API features
This modules provide the interface for the other module to show the map.
The following is simple demonstration .
modules/webmap3/demo.php


* Install *
1. common ( xoops 2.0.16a JP and XOOPS Cube 2.1.x )
When you unzip the zip file, there are two directories html and xoops_trust_path.
Please copy in the directory which XOOPS correspond

When you install, the xoops output warning like the following.
Please ignore, because xoops and webphoto work well.
-----
Warning [Xoops]: Smarty error: unable to read resource: "db:_inc_makrer_js.html" in file class/smarty/Smarty.class.php line 1095
-----

2. xoops 2.0.18
in addition to the above

(1) rename preload file.
XOOPS_TRUUST_PATH/modules/webmap/preload/_constants.php (with undebar)
-> constants.php (without undebar)

(2) change _C_WEBMAP_PRELOAD_XOOPS_2018 in valid
remove // at the head.
-----
//define("_C_WEBMAP_PRELOAD_XOOPS_2018", "1" )
-----

Google Maps API を利用して地図を表示するモジュールです。
従来の webmap モジュールを Google Maps API V3 に対応したものです。
V3 の大きな利点として APIキー が不要になりました。

● 主な機能
1. ユーザ機能
(1) 地図の検索:住所から地図を検索する
(2) 地図の表示:緯度経度を指定して特定の場所の地図を表示する
KML をダウンロードして、GoogleEarth で見る
(3) GeoRSS:GeoRSS に対応した RSS から緯度経度を取得して、地図上に表示する

2. 管理者機能
(1) 地図から緯度・経度を取得して、データベースに格納する
(2) Google マップアイコンをアップロードする

3. API機能
他のモジュールが地図を表示するためのインタフェースを提供する
簡単なデモを用意しています。
modules/webmap3/demo.php


● インストール
1. 共通 ( xoops 2.0.16a JP および XOOPS Cube 2.1.x )
解凍すると、html と xoops_trust_path の2つディレクトリがあります。
それぞれ、XOOPS の該当するディレクトリに格納ください。

イントール時に下記のような Warning が出ますが、
動作には支障ないので、無視してください。
-----
Warning [Xoops]: Smarty error: unable to read resource: "db:_inc_marker_js.html" in file class/smarty/Smarty.class.php line 1095
-----

2. xoops 2.0.18
上記に加えて
(1) preload ファイルをリネームする
XOOPS_TRUST_PATH/modules/webmap/preload/_constants.php (アンダーバーあり)
-> constants.php (アンダーバーなし)

(2) _C_WEBMAP_PRELOAD_XOOPS_2018 を有効にする
先頭の // を削除する
-----
//define("_C_WEBBMAP_PRELOAD_XOOPS_2018", 1 ) ;
-----

変更履歴

変更履歴はありません