这有效,并在地图上放置了一个圆圈
layers = [circle([ 46.95, -122 ], { radius: 5000 })];
ngx-leaflet 中是否有任何控件(或 trix)可以让我做这样的事情?
layers = [circle([ 46.95, -122 ], { radius: 5000, label:'my label' })];
与https://github.com/w8r/leaflet-labeled-circle的工作方式相同。
或者 - 我应该如何将传单标签圈与 ngx 传单一起使用?