map.addSource('some id', {
type: 'geojson',
data: {
"type": "FeatureCollection",
"features": [{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
-76.53063297271729,
39.18174077994108
]
}}]}});
The above code throws - "Input data given to 'some id' is not a valid GeoJSON object." Anyone knows if I'm missing something here?