You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Can composite sources only be used with point and line geometries?
The text was updated successfully, but these errors were encountered:
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...
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.
Can composite sources only be used with point and line geometries?
The text was updated successfully, but these errors were encountered: