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 currently using a MVT layer based on TerriaJs' implementation. I've customized it to support drawing points as circles. However, I would like to use your library as it is more complete than what I am using.
I'm running into an issue though. It seems that with your library, entire tiles are colored, rather than having circles drawn. Polygons seem to work just fine.
const p = new MVTImageryProvider(exampleConfig);
layers.addImageryProvider(p);
Attached is a screen shot with both my MVT layer and yours. My library is drawing yellow circles, while yours is coloring some tiles entirely teal, rather than drawing teal circles.
The text was updated successfully, but these errors were encountered:
I'm currently using a MVT layer based on TerriaJs' implementation. I've customized it to support drawing points as circles. However, I would like to use your library as it is more complete than what I am using.
I'm running into an issue though. It seems that with your library, entire tiles are colored, rather than having circles drawn. Polygons seem to work just fine.
Here is my config:
And I am using it:
Attached is a screen shot with both my MVT layer and yours. My library is drawing yellow circles, while yours is coloring some tiles entirely teal, rather than drawing teal circles.
The text was updated successfully, but these errors were encountered: