[pygeoapi] image based map tile providers
Travis Kirstine
traviskirstine at gmail.com
Tue May 3 08:55:39 PDT 2022
Are image map tile providers supported?
It appears that MVT works but not image based services. In the docs it
indicates that "- type: tile" is allowed but this will throw a invalid
plugin error:
File
"/home/ubuntu/pygeoapi/lib/python3.8/site-packages/pygeoapi-0.13.dev0-py3.8.egg/pygeoapi/plugin.py",
line 94, in load_plugin
raise InvalidPluginError(msg)
pygeoapi.plugin.InvalidPluginError: Plugin tile not found
My basic config:
mycollection:
type: collection
# collection info ......................
providers:
- type: tile
name: image
data: https://tile.openstreetmap.org/{z}/{x}/{y}.png
options:
zoom:
min: 0
max: 21
schemes:
- WebMercatorQuad
format:
name: png
mimetype: image/png
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pygeoapi/attachments/20220503/860fbfa2/attachment.htm>
More information about the pygeoapi
mailing list