#7227 closed enhancement (fixed)
MVT: Improve driver search for TileJSON metadata
Reported by: | jpalmer | Owned by: | Even Rouault |
---|---|---|---|
Priority: | normal | Milestone: | 2.3.0 |
Component: | default | Version: | svn-trunk |
Severity: | normal | Keywords: | MVT |
Cc: |
Description
OGR MVT driver only searches for /path/to/metadata.json and it would be good to also search for /path/to.json (e.g http://localhost:32769/data/parcels.json) to support Tileserver-gl TileJSON endpoints without having to set the metadata_file open options.
Change History (4)
comment:1 by , 5 years ago
comment:2 by , 5 years ago
Yes. It's documented is the source data tileserver-gl docs: https://github.com/klokantech/tileserver-gl/blob/master/docs/endpoints.rst
Note:
See TracTickets
for help on using tickets.
So you mean that if you open "MVT:http://localhost:32769/data/parcels/{z}", it should try to fetch "http://localhost:32769/data/parcels.json". Have the parcels.json file and parcels/ subdirectory always the same radix ?