Sign in

简柏林 / thingskit-view · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • thingskit-view
  • ..
  • MapAmap
  • data.json
  • Initial commit
    a7f18193
    xp.Huang authored
    2023-02-20 11:03:39 +0800  
    Browse Files »
data.json 334 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
{
  "markers": [
    {
      "name": "某某地市",
      "value": 10,
      "position": [116.300467, 39.907761]
    },
    {
      "name": "某某地市",
      "value": 15,
      "position": [116.400567, 39.908761]
    },
    {
      "name": "某某地市",
      "value": 20,
      "position": [116.200467, 39.937761]
    }
  ]
}