map.on('load', function () {
map.addSource("markers", {
"type": "geojson",
"data": {
"type": "FeatureCollection",
"features": [{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [4.869929, 50.465887]
},
"properties": {
"marker-symbol": "pin-2"
"id or class?": ".."
}
}]
}
});
问问题
284 次