mapus icon indicating copy to clipboard operation
mapus copied to clipboard

export text to geojson

Open 3xxx opened this issue 1 year ago • 0 comments

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]
    }
  },

3xxx avatar Feb 11 '24 02:02 3xxx