We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e2429b commit 7c19ad1Copy full SHA for 7c19ad1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-maplibre-gl",
3
- "version": "5.4.0",
+ "version": "5.4.1",
4
"description": "Vue 3 plugin for maplibre-gl",
5
"keywords": [
6
"vue",
src/plugins/draw/styles.ts
@@ -47,9 +47,7 @@ export const DefaultDrawStyles: DrawStyle[] = [
47
'text-font' : [ 'Open Sans Bold' ],
48
'text-size' : 24,
49
'text-justify' : 'center',
50
- 'text-anchor' : 'center',
51
- 'symbol-placement': 'point',
52
- 'text-overlap' : 'always'
+ 'text-anchor' : 'center'
53
},
54
paint : {
55
'text-color' : '#e74b3c',
0 commit comments