文件名称:ThinkUp-geoencoder:用于 ThinkUp 的 Geoencoder 插件(谷歌地图)
文件大小:40KB
文件格式:ZIP
更新时间:2024-07-18 02:26:40
PHP
用于 ThinkUp 的 GeoEncoder 插件 GeoEncoder 插件在 Google 地图上绘制帖子的回复,并可以按与原始海报的距离列出它们。 启用后,在帖子详细信息页面上,单击侧栏菜单上“GeoEncoder”下的“响应地图”和“最近的响应”。 安装 在 ThinkUp 安装的 webapp/plugins/ 目录中克隆此存储库。 选项 GeoEncoder 插件使用 Google Maps API 来存储每个帖子和用户的纬度和经度点。 为了访问 Google Maps API,您需要设置一个 API 访问密钥,可从 Google 免费获得。 要配置插件,请,然后将该密钥输入 GeoEncoder 插件的选项区域。 选择是以公里还是英里为单位查看距离,然后单击“保存选项”按钮。
【文件预览】:
ThinkUp-geoencoder-master
----view()
--------geoencoder.map.iframe.tpl(1KB)
--------geoencoder.nearest.tpl(2KB)
--------geoencoder.account.index.tpl(1KB)
--------geoencoder.map.tpl(2KB)
----model()
--------class.GeoEncoderPlugin.php(3KB)
--------class.GeoEncoderCrawler.php(14KB)
----controller()
--------class.MapController.php(7KB)
--------geoencoder.php(2KB)
--------class.GeoEncoderPluginConfigurationController.php(3KB)
----assets()
--------js()
--------css()
----README.md(886B)
----map.php(1KB)
----tests()
--------testdata()
--------classes()
--------TestOfGeoEncoderPluginConfigurationController.php(12KB)
--------TestOfMapController.php(8KB)
--------TestOfGeoEncoderPlugin.php(17KB)
--------all_tests.php(1KB)