Skip to content

Instantly share code, notes, and snippets.

@rayrayzayzay
Created February 23, 2023 03:08
Show Gist options
  • Save rayrayzayzay/a66ad4ec1b2652d847a0e98239148fed to your computer and use it in GitHub Desktop.
Save rayrayzayzay/a66ad4ec1b2652d847a0e98239148fed to your computer and use it in GitHub Desktop.
public generateExpression(): MapLibreExpression {
return [
"interpolate",
["exponential", this.base],
["zoom"],
...this.stops.map((stop) => [stop[0] - 1, stop[1]]).flat(),
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment