Teyvat.moe icon indicating copy to clipboard operation
Teyvat.moe copied to clipboard

[EDITOR] Qingxin

Open Neofaucheur opened this issue 3 years ago • 4 comments

{
  "name": {
    "en": "Qingxin"
  },
  "cluster": true,
  "icons": {
    "filter": "none",
    "base": {
      "marker": true
    },
    "done": {
      "marker": true
    }
  },
  "data": [
    {
      "geometry": {
        "type": "Point",
        "coordinates": [
          -37.59573590243414,
          24.730224609375004
        ]
      },
      "type": "Feature",
      "properties": {
        "popupTitle": {
          "en": "Qingxin"
        },
        "popupContent": {
          "en": "There's another one right next to the one already listed, a bit higher."
        },
        "popupMedia": ""
      },
      "id": 1
    }
  ]
}

Neofaucheur avatar Dec 27 '20 11:12 Neofaucheur

Don't think you want to refer to what is already 'listed' for pop-up content. It won't make much sense to those who click on said marker.

Guessing maybe you thought it was for comments to the app creator? I would just add those to the bottom of your post.

sgtoutlaw avatar Dec 27 '20 12:12 sgtoutlaw

Guessing maybe you thought it was for comments to the app creator?

Yes, exactly. I only realized it wasn't after pasting it here... Should I remove the "popupContent" entirely or should I leave a empty string in "en"?

Neofaucheur avatar Dec 27 '20 13:12 Neofaucheur

Oh, I am sure that MasterEric can fix it, I was just letting you know for further edits.

sgtoutlaw avatar Dec 27 '20 13:12 sgtoutlaw

Yep, the "Popup Title", "Popup Content", and "Media" fields represent what the user sees when the marker is clicked and the popup is displayed. The primary use is to explain how to reach or unlock a certain marker,

I can fix this easily, as it's just text.

EliteMasterEric avatar Dec 28 '20 00:12 EliteMasterEric