-
Notifications
You must be signed in to change notification settings - Fork 81
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
MVT Layer spec v2? #525
Comments
(i also got this warning myself) |
We have only been using points and polygons. I actually did try to set up a line feature and got a lot of weird noise on the screen (lots of horizontal lines styled the way I wanted my line feature styled) |
This should have been addressed with carto/node-mapnik 3.6.2-carto.8 (Windshaft 4.7.1): [
{
"version": 2, <<<<<<<<<<<<<<<<<<<<<<<<<<<
"name": "field_shapes",
"extent": 4096,
"features": [
{
"type": 1,
"id": 1,
"properties": {
"cartodb_id": 1,
"data": 0,
"status2": false
},
"geometry": [
9,
682,
8178
]
},
{
"type": 1,
"id": 2,
"properties": {
"cartodb_id": 2,
"data": 0,
"status2": false
},
"geometry": [
9,
4096,
4096
]
}
]
}
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I am seeing this error when rendering carto vector tiles with MapboxGL v0.31.0:
Just wondering if there is any plan to update the vector tiles. They don't seem to have any rendering errors, just this warning popping up in the JS console. Thanks!!
The text was updated successfully, but these errors were encountered: