文件名称:tilestache-providers:映射特定的Tilestache提供程序
文件大小:11KB
文件格式:ZIP
更新时间:2024-06-11 14:02:31
Python
Tilestache提供者 这将包含Mapzen特定的Tilestache提供程序。 希望这最终将消除对Tilestache叉子的需要。 提供者 代理人 尽管Tilestache包含代理提供程序,但它希望收到图像响应。 该代理提供程序期望响应已被格式化,并直接将其写回即可。 样本配置 "all": { "allowed origin": "*", "provider": { "class": "mapzen.providers:Proxy", "kwargs": { "url": "http://127.0.0.1:8080/all/{Z}/{X}/{Y}.${format}" } } }
【文件预览】:
tilestache-providers-master
----mapzen()
--------cache()
--------util.py(267B)
--------provider()
--------__init__.py(2B)
--------mimetypes.py(644B)
----tests()
--------cache()
--------provider()
--------__init__.py(2B)
--------test_response.py(2KB)
--------test_coord_valid.py(1KB)
----setup.py(676B)
----.gitignore(47B)
----circle.yml(287B)
----README.md(781B)