WebGL从功能中获取字符串值



是否可以从特性中获取字符串值?现在是一个数字值。。。字符串值的使用可以是例如colorstring。。。

["get","attributeName"]为每个特征获取一个数字属性值

只有数值可以用于数值运算,但["get","attributeName"]应该为字符串值返回一个字符串

例如,在本例中https://openlayers.org/en/latest/examples/webgl-points-layer.html

如果您编辑

"symbol": {
"symbolType": "circle",
"size": [
"interpolate",
[
"linear"
],
[
"get",
"population"
],
40000,
8,
2000000,
28
],

"symbol": {
"symbolType": "circle",
"size": [
"match",
[
"get",
"country"
],
"br",
8,
28
],

巴西所有城市的圆圈都是8号,其他地方是28号。

相关内容

  • 没有找到相关文章

最新更新