Skip to content
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 source issue - only partial data returned. #1488

Open
CitaZane opened this issue Aug 27, 2024 · 1 comment
Open

Composite source issue - only partial data returned. #1488

CitaZane opened this issue Aug 27, 2024 · 1 comment

Comments

@CitaZane
Copy link

Hello,

I'm encountering issues when creating composite source requests. I'm using Martin version 0.14.2.

I'm attempting to combine two sources ex. 'points', 'polygons', and when making request /tiles/points,polygons/{z}/{x}/{y},
by default only the first defined source (point) is returned. Polygon tile is only included if no point is in the same tile.
When requesting the tiles as separate sources the tiles are there.
Screenshot from 2024-08-27 16-39-36

Can composite sources only be used with point and line geometries?

@nyurik
Copy link
Member

nyurik commented Aug 27, 2024

Composite sources should combine any type of sources (as long as they are all MVTs) - regardless of the geometry type. Of course there could always be a bug in the code...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants