GithubHelp home page GithubHelp logo

Comments (3)

dwachsmuth avatar dwachsmuth commented on August 23, 2024 1

Arrgh, sorry, you're right—I had a misnamed field. Many apologies for not triple-checking that ahead of time!

(I had previously tried to make it pickable to do this exact verification, but that didn't work either, presumably because I had misnamed the field....)

from rdeck.

anthonynorth avatar anthonynorth commented on August 23, 2024

Your reprex looks ok, so I assume that the problem is data.

The default colour for NA is black, so this suggests that the field doesn't exist, is not numeric, or all values are null / nan. You can easily verify this by making the layer pickable and adding a tooltip.

Example using country boundaries:

rdeck() |>
  add_mvt_layer(
    data = mvt_url("mapbox.country-boundaries-v1"),
    get_fill_color = scale_color_linear(
      col = color_group,
      palette = viridis::viridis(6),
      limits = c(1, 6)
    ),
    auto_highlight = TRUE,
    pickable = TRUE,
    tooltip = TRUE
  )

image

from rdeck.

anthonynorth avatar anthonynorth commented on August 23, 2024

You might also try looking at the tile json, which you can access via: https://api.mapbox.com/v4/dwachsmuth.borough_5.json?access_token=<your token>

from rdeck.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.