【发布时间】:2021-12-03 19:32:21
【问题描述】:
我目前正在为我的项目使用这个库
https://github.com/codersgyan/leaflet-store-locator
我将它添加到 JSON,但我无法显示图标
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ xxxxx, xxxxxx]
},
"properties": {
"name": "xxx",
"city": "xxx",
"address": "xxx",
"icon": {
"iconUrl": "https icon url",
"iconSize": [55, 55],
"iconAnchor": [50, 50],
"popupAnchor": [-15, -50],
"className": "dot"
}
}
},
【问题讨论】:
标签: javascript leaflet mapbox