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

MVT Layer spec v2? #525

Closed
chriswhong opened this issue Jan 26, 2017 · 3 comments
Closed

MVT Layer spec v2? #525

chriswhong opened this issue Jan 26, 2017 · 3 comments

Comments

@chriswhong
Copy link

Hi, I am seeing this error when rendering carto vector tiles with MapboxGL v0.31.0:

facilities_explorer_and_slack

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!!

@arethasamuel
Copy link

arethasamuel commented Jan 26, 2017

  1. Sorry, this is unrelated to your error, but were you able to display line features? through mvt? i get some funny looking lines, polygons and point features are showing correctly.

(i also got this warning myself)

@chriswhong
Copy link
Author

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)

@Algunenano
Copy link
Contributor

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants