Skip to content
  • This project
    • Loading...
  • Sign in

任超 / js.CadastralSystem

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • CadastralSystem
  • src
  • assets
  • json
  • graphicSymbol.json
  • 杨威's avatar
    gis空间查询 属性查询展示 · 8f92fc89
    8f92fc89
    杨威 committed 2020-12-07 14:01:21 +0800
graphicSymbol.json 464 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
{
  "pointSymbol": {

  },
  "lineSymbol": {

  },
  "fillSymbol": {
    "defaultSymbol": {
      "type": "simple-fill",
      "color": [ 0,233, 245, 0.4 ],
      "style": "solid",
      "outline": {
        "color": "#00e9f5",
        "width": 1
      }
    },
    "highlightSymbol": {
      "type": "simple-fill",
      "color": [ 245,3, 37, 0.4 ],
      "style": "solid",
      "outline": {
        "color": "#f50325",
        "width": 1
      }
    }

  }
}