Skip to content

MVT, regionMapping, and bin calculations? #6397

Answered by nf-s
Joebjammin asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Joebjammin

Some of those properties in your catalog aren't supported in v8 - tableStyle is quite different now

We have a catalog converter which can help to translate those old properties - https://catalog-converter.terria.io/

At the moment we don't have binning methods implemented - we have an issue here #4228

We also don't support those "color brewer" strings ("5-class Oranges") - issue #5215

So you need to split it into

  • "numberOfBins": 5
  • "colorPalette": "Oranges"

This config works for me

{
  "id": "3",
  "name": "HEALTH INSURANCE COVERAGE",
  "type": "csv",
  "url": "data/HEALTH INSURANCE COVERAGE - DP03 FLC 2019.csv",
  "description": "",
  "opacity": 0.8,
  "defaultStyle": {
    

Replies: 2 comments 10 replies

Comment options

You must be logged in to vote
5 replies
@Joebjammin
Comment options

@nf-s
Comment options

@nf-s
Comment options

@Joebjammin
Comment options

@nf-s
Comment options

Answer selected by Joebjammin
Comment options

You must be logged in to vote
5 replies
@Joebjammin
Comment options

@nf-s
Comment options

@nf-s
Comment options

@Joebjammin
Comment options

@nf-s
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants