webtoucher / yandex-tiles
地图瓦片生成库。
dev-master
2016-05-30 16:44 UTC
Requires
- php: >=5.4.0
This package is auto-updated.
Last update: 2024-09-14 21:36:13 UTC
README
这是一个用于生成地图瓦片的库。您可以使用它与Yandex地图API一起使用。
安装
安装此扩展的首选方式是通过composer。
运行以下命令之一:
$ php composer.phar require webtoucher/yandex-tiles "*"
或者将以下内容添加到您的composer.json
文件的require
部分:
"webtoucher/yandex-tiles": "*"
to the require
section of your composer.json
file.