Vector tiles vineyards demodataset not loading in Openlayers #1173
-
I'm trying to add the Vineyards Vector Tiles using the OGC Vector Tile source in OpenLayers. I get a 404 http response for tilematrixsets url. I tested it the same code with a vectortile URL from a ldproxy instancethat I'm running locally, and I don't have that issue there. The tilematrixset url returns a page (see image below) and the data loads fine. Can this be an issue with the configuration of the vineyards dataset? I have added the data to Openlayers before and it used to work. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@codehub-rony - Thanks for this. I have fixed the 404 issue in the demo.ldproxy.net APIs. The reason for the 404 was that originally the tile matrix sets were resources in the TILES building block, but they have been moved to their own TILE_MATRIX_SETS building block, which was not enabled for the vineyards APIs. Change: ldproxy/demo@0b3e05e. |
Beta Was this translation helpful? Give feedback.
@codehub-rony - Thanks for this. I have fixed the 404 issue in the demo.ldproxy.net APIs. The reason for the 404 was that originally the tile matrix sets were resources in the TILES building block, but they have been moved to their own TILE_MATRIX_SETS building block, which was not enabled for the vineyards APIs. Change: ldproxy/demo@0b3e05e.