We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ca72a3 commit c202b17Copy full SHA for c202b17
web/src/beta/features/PluginPlayground/Plugins/presets/layerStyles/filterFeaturebyStyle.ts
@@ -73,7 +73,19 @@ const samplePointData = {
73
url: "https://reearth.github.io/visualizer-plugin-sample-data/public/geojson/sample_population_marker.geojson"
74
75
},
76
- marker: {},
+ marker: {
77
+ label: true,
78
+ labelBackground: true,
79
+ labelBackgroundColor: "#00000080",
80
+ labelPosition: "top",
81
+ labelText: {
82
+ expression: "\${ls_name}",
83
+ },
84
+ labelTypography: {
85
+ color: "#FFFFFF",
86
+ fontSize: 12,
87
88
89
};
90
91
// Add the layer to Re:Earth
0 commit comments