사용자:Mai/연습장/2

{ "type": "FeatureCollection",

 "features": [
   {
     "type": "Feature",
     "properties": {"title": "{{{이름}}}", "marker-color": "5E74F3"},
     "geometry": {
       "type": "Point",
       "coordinates": [
         -122.3988,
         37.8013
       ]
     }
   }
 ]

}