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 get these error messages (for several layers) in the browser console with a stylesheet that used to work fine couple of months ago:
"Vector tile source "osm" layer "water" does not use vector tile spec v2 and therefore may have some rendering errors."
Hi @musicformellons, sorry to hear you're having problems. I suspect it's because of a new strict topology check on the geometry in the tiles that Mapbox GL performs. The v2 Mapbox Vector Tile format is very strict about this, even though for rendering the map it's often fine.
We have made some progress in being v2 MVT format compliment in our v1 Mapzen Vector Tiles service which are currently available on our development server. Please have a look and see if they work better for you:
Thanks for your explanation and suggestions. Development gives same messages seems to me, so I will stick to 'production' server. Messages do not give any obvious rendering issues. Always nice to be compliant though!
I get these error messages (for several layers) in the browser console with a stylesheet that used to work fine couple of months ago:
"Vector tile source "osm" layer "water" does not use vector tile spec v2 and therefore may have some rendering errors."
Possibly related to this:
osm2vectortiles/osm2vectortiles#388
Any solution?
The text was updated successfully, but these errors were encountered: