-
-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Composite Catalog Endpoint Only Showing First Source #652
Comments
@jtwiest I'm not sure I understood. You ask for two "Tile Sources" - which is different from "MVT layers" -- each tile source can have more than one layers. Each MVT layer should have its own object in the |
Improve merging of multiple tilejsons Fix maplibre#652
I think i found the issue, fixed in #653 |
Improve merging of multiple tilejsons Fix #652
Looks like that fixed it! Thank you @nyurik |
sure, i still need to do a release (we have had some issues with the docker for mac, so may have to revert that part) |
released as 0.8.2 |
Using version 0.8.0
We're using composite sources and the catalog endpoint only seems to be listed the first vector layer vs. all of them. The tiles endpoint with the same composite sources does render all of the correct layers. Below you can see I'm requesting a composite of
tiles.layer_one
andtiles.layer_two
, it's confirmed Martin sees both layers since they're listed in thetiles
url in the response however thevector_layers
array only lists the first composite layertiles.layer_one
vs. both.When using mapbox this does actually appear to work fine, both layers one and two are available to the user. The downside however is that every time I try to add layer two as a layer to the map, I get the following error:
Error: Source layer "tiles.layer_two" does not exist on source "my_source" as specified by style layer "layer_two"
The text was updated successfully, but these errors were encountered: