alyssaxuu / mapus

A map tool with real-time collaboration 🗺️
MIT License
3.36k stars 212 forks source link

export text to geojson #15

Open 3xxx opened 7 months ago

3xxx commented 7 months ago

Snipaste_2024-02-11_10-35-25

{
    "type": "Feature",
    "properties":
    {
      "textMarker": true,
      "text": "测试文字1",
      "icon":
      {
        "options":
        {
          "className": "pm-text-marker",
          "html":
          {
            "_leaflet_id": 230
          }
        },
        "_initHooksCalled": true
      },
      "type": "marker"
    },
    "geometry":
    {
      "type": "Point",
      "coordinates": [113.305435, 23.125837]
    }
  },