{
 "layers": [
  {
   "currentVersion": 10.2,
   "id": 0,
   "name": "道路注记2000",
   "type": "Annotation Layer",
   "description": "",
   "geometryType": "esriGeometryPolygon",
   "copyrightText": "",
   "parentLayer": null,
   "subLayers": [
    {
     "id": 1,
     "name": "道路注记20001_Default"
    },
    {
     "id": 2,
     "name": "道路注记20002_Default"
    }
   ],
   "minScale": 0,
   "maxScale": 0,
   "defaultVisibility": true,
   "extent": {
    "xmin": 106800.51647949219,
    "ymin": 281482.0980834961,
    "xmax": 165067.9974975586,
    "ymax": 324418.82427978516,
    "spatialReference": {
     "wkid": 2345,
     "latestWkid": 2345
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
   "displayField": "TextString",
   "typeIdField": "AnnotationClassID",
   "fields": [
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "SHAPE",
     "type": "esriFieldTypeGeometry",
     "alias": "SHAPE",
     "domain": null
    },
    {
     "name": "FeatureID",
     "type": "esriFieldTypeInteger",
     "alias": "FeatureID",
     "domain": null
    },
    {
     "name": "ZOrder",
     "type": "esriFieldTypeInteger",
     "alias": "ZOrder",
     "domain": null
    },
    {
     "name": "AnnotationClassID",
     "type": "esriFieldTypeInteger",
     "alias": "AnnotationClassID",
     "domain": null
    },
    {
     "name": "SymbolID",
     "type": "esriFieldTypeInteger",
     "alias": "SymbolID",
     "domain": null
    },
    {
     "name": "Status",
     "type": "esriFieldTypeSmallInteger",
     "alias": "Status",
     "domain": null
    },
    {
     "name": "TextString",
     "type": "esriFieldTypeString",
     "alias": "TextString",
     "length": 255,
     "domain": null
    },
    {
     "name": "FontName",
     "type": "esriFieldTypeString",
     "alias": "FontName",
     "length": 255,
     "domain": null
    },
    {
     "name": "FontSize",
     "type": "esriFieldTypeDouble",
     "alias": "FontSize",
     "domain": null
    },
    {
     "name": "Bold",
     "type": "esriFieldTypeSmallInteger",
     "alias": "Bold",
     "domain": null
    },
    {
     "name": "Italic",
     "type": "esriFieldTypeSmallInteger",
     "alias": "Italic",
     "domain": null
    },
    {
     "name": "Underline",
     "type": "esriFieldTypeSmallInteger",
     "alias": "Underline",
     "domain": null
    },
    {
     "name": "VerticalAlignment",
     "type": "esriFieldTypeSmallInteger",
     "alias": "VerticalAlignment",
     "domain": null
    },
    {
     "name": "HorizontalAlignment",
     "type": "esriFieldTypeSmallInteger",
     "alias": "HorizontalAlignment",
     "domain": null
    },
    {
     "name": "XOffset",
     "type": "esriFieldTypeDouble",
     "alias": "XOffset",
     "domain": null
    },
    {
     "name": "YOffset",
     "type": "esriFieldTypeDouble",
     "alias": "YOffset",
     "domain": null
    },
    {
     "name": "Angle",
     "type": "esriFieldTypeDouble",
     "alias": "Angle",
     "domain": null
    },
    {
     "name": "FontLeading",
     "type": "esriFieldTypeDouble",
     "alias": "FontLeading",
     "domain": null
    },
    {
     "name": "WordSpacing",
     "type": "esriFieldTypeDouble",
     "alias": "WordSpacing",
     "domain": null
    },
    {
     "name": "CharacterWidth",
     "type": "esriFieldTypeDouble",
     "alias": "CharacterWidth",
     "domain": null
    },
    {
     "name": "CharacterSpacing",
     "type": "esriFieldTypeDouble",
     "alias": "CharacterSpacing",
     "domain": null
    },
    {
     "name": "FlipAngle",
     "type": "esriFieldTypeDouble",
     "alias": "FlipAngle",
     "domain": null
    },
    {
     "name": "Override",
     "type": "esriFieldTypeInteger",
     "alias": "Override",
     "domain": null
    },
    {
     "name": "SHAPE_Length",
     "type": "esriFieldTypeDouble",
     "alias": "SHAPE_Length",
     "domain": null
    },
    {
     "name": "SHAPE_Area",
     "type": "esriFieldTypeDouble",
     "alias": "SHAPE_Area",
     "domain": null
    }
   ],
   "types": [
    {
     "id": 0,
     "name": "默认",
     "domains": {
      "Status": {
       "type": "codedValue",
       "name": "AnnotationStatus",
       "codedValues": [
        {
         "name": "已放置",
         "code": 0
        },
        {
         "name": "未放置",
         "code": 1
        }
       ]
      },
      "Bold": {
       "type": "codedValue",
       "name": "布尔型符号值",
       "codedValues": [
        {
         "name": "是",
         "code": 1
        },
        {
         "name": "无",
         "code": 0
        }
       ]
      },
      "Italic": {
       "type": "codedValue",
       "name": "布尔型符号值",
       "codedValues": [
        {
         "name": "是",
         "code": 1
        },
        {
         "name": "无",
         "code": 0
        }
       ]
      },
      "Underline": {
       "type": "codedValue",
       "name": "布尔型符号值",
       "codedValues": [
        {
         "name": "是",
         "code": 1
        },
        {
         "name": "无",
         "code": 0
        }
       ]
      },
      "VerticalAlignment": {
       "type": "codedValue",
       "name": "垂直对齐",
       "codedValues": [
        {
         "name": "上",
         "code": 0
        },
        {
         "name": "居中",
         "code": 1
        },
        {
         "name": "基线",
         "code": 2
        },
        {
         "name": "下",
         "code": 3
        }
       ]
      },
      "HorizontalAlignment": {
       "type": "codedValue",
       "name": "水平对齐",
       "codedValues": [
        {
         "name": "左",
         "code": 0
        },
        {
         "name": "居中",
         "code": 1
        },
        {
         "name": "右",
         "code": 2
        },
        {
         "name": "全部",
         "code": 3
        }
       ]
      }
     }
    },
    {
     "id": 1,
     "name": "kk",
     "domains": {
      "Status": {
       "type": "codedValue",
       "name": "AnnotationStatus",
       "codedValues": [
        {
         "name": "已放置",
         "code": 0
        },
        {
         "name": "未放置",
         "code": 1
        }
       ]
      },
      "Bold": {
       "type": "codedValue",
       "name": "布尔型符号值",
       "codedValues": [
        {
         "name": "是",
         "code": 1
        },
        {
         "name": "无",
         "code": 0
        }
       ]
      },
      "Italic": {
       "type": "codedValue",
       "name": "布尔型符号值",
       "codedValues": [
        {
         "name": "是",
         "code": 1
        },
        {
         "name": "无",
         "code": 0
        }
       ]
      },
      "Underline": {
       "type": "codedValue",
       "name": "布尔型符号值",
       "codedValues": [
        {
         "name": "是",
         "code": 1
        },
        {
         "name": "无",
         "code": 0
        }
       ]
      },
      "VerticalAlignment": {
       "type": "codedValue",
       "name": "垂直对齐",
       "codedValues": [
        {
         "name": "上",
         "code": 0
        },
        {
         "name": "居中",
         "code": 1
        },
        {
         "name": "基线",
         "code": 2
        },
        {
         "name": "下",
         "code": 3
        }
       ]
      },
      "HorizontalAlignment": {
       "type": "codedValue",
       "name": "水平对齐",
       "codedValues": [
        {
         "name": "左",
         "code": 0
        },
        {
         "name": "居中",
         "code": 1
        },
        {
         "name": "右",
         "code": 2
        },
        {
         "name": "全部",
         "code": 3
        }
       ]
      }
     }
    }
   ],
   "relationships": [
    {
     "id": 0,
     "name": "道路",
     "relatedTableId": 30,
     "role": "esriRelRoleDestination",
     "keyField": "FeatureID",
     "cardinality": "esriRelCardinalityOneToMany",
     "composite": true
    }
   ],
   "canModifyLayer": false,
   "canScaleSymbols": true,
   "hasLabels": false,
   "capabilities": "Map,Query,Data",
   "maxRecordCount": 1000,
   "supportsStatistics": true,
   "supportsAdvancedQueries": true,
   "supportedQueryFormats": "JSON, AMF",
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true
  },
  {
   "currentVersion": 10.2,
   "id": 1,
   "name": "道路注记20001_Default",
   "type": "Annotation SubLayer",
   "description": "",
   "geometryType": null,
   "copyrightText": "",
   "parentLayer": {
    "id": 0,
    "name": "道路注记2000"
   },
   "subLayers": [],
   "minScale": 0,
   "maxScale": 0,
   "defaultVisibility": true,
   "extent": {
    "xmin": 106800.51647949219,
    "ymin": 281482.0980834961,
    "xmax": 165067.9974975586,
    "ymax": 324418.82427978516,
    "spatialReference": {
     "wkid": 2345,
     "latestWkid": 2345
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeNone",
   "displayField": "",
   "typeIdField": null,
   "fields": null,
   "relationships": [],
   "canModifyLayer": false,
   "canScaleSymbols": false,
   "hasLabels": false,
   "capabilities": "Map,Query",
   "supportsStatistics": false,
   "supportsAdvancedQueries": false,
   "supportedQueryFormats": "JSON, AMF",
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true
  },
  {
   "currentVersion": 10.2,
   "id": 2,
   "name": "道路注记20002_Default",
   "type": "Annotation SubLayer",
   "description": "",
   "geometryType": null,
   "copyrightText": "",
   "parentLayer": {
    "id": 0,
    "name": "道路注记2000"
   },
   "subLayers": [],
   "minScale": 0,
   "maxScale": 0,
   "defaultVisibility": true,
   "extent": {
    "xmin": 106800.51647949219,
    "ymin": 281482.0980834961,
    "xmax": 165067.9974975586,
    "ymax": 324418.82427978516,
    "spatialReference": {
     "wkid": 2345,
     "latestWkid": 2345
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeNone",
   "displayField": "",
   "typeIdField": null,
   "fields": null,
   "relationships": [],
   "canModifyLayer": false,
   "canScaleSymbols": false,
   "hasLabels": false,
   "capabilities": "Map,Query",
   "supportsStatistics": false,
   "supportsAdvancedQueries": false,
   "supportedQueryFormats": "JSON, AMF",
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true
  },
  {
   "currentVersion": 10.2,
   "id": 3,
   "name": "1:2000",
   "type": "Group Layer",
   "description": "",
   "geometryType": null,
   "copyrightText": "",
   "parentLayer": null,
   "subLayers": [
    {
     "id": 4,
     "name": "建筑物注记20002021"
    },
    {
     "id": 6,
     "name": "建筑物注记2000"
    },
    {
     "id": 8,
     "name": "小区注记2000"
    },
    {
     "id": 11,
     "name": "新建筑物"
    },
    {
     "id": 12,
     "name": "地界"
    },
    {
     "id": 13,
     "name": "居民地设施"
    },
    {
     "id": 14,
     "name": "地上出入口"
    },
    {
     "id": 15,
     "name": "建筑物"
    },
    {
     "id": 16,
     "name": "面"
    }
   ],
   "minScale": 0,
   "maxScale": 1001,
   "defaultVisibility": true,
   "extent": {
    "xmin": 145901.08087158203,
    "ymin": 296580.63592529297,
    "xmax": 155588.9794921875,
    "ymax": 307325.1428833008,
    "spatialReference": {
     "wkid": 2345,
     "latestWkid": 2345
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeNone",
   "displayField": "",
   "typeIdField": null,
   "fields": null,
   "relationships": [],
   "canModifyLayer": false,
   "canScaleSymbols": false,
   "hasLabels": false,
   "capabilities": "Map,Query",
   "supportsStatistics": false,
   "supportsAdvancedQueries": false,
   "supportedQueryFormats": "JSON, AMF",
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true
  },
  {
   "currentVersion": 10.2,
   "id": 4,
   "name": "建筑物注记20002021",
   "type": "Annotation Layer",
   "description": "",
   "geometryType": "esriGeometryPolygon",
   "copyrightText": "",
   "parentLayer": {
    "id": 3,
    "name": "1:2000"
   },
   "subLayers": [
    {
     "id": 5,
     "name": "默认"
    }
   ],
   "minScale": 0,
   "maxScale": 0,
   "defaultVisibility": true,
   "extent": {
    "xmin": 145923.8078169548,
    "ymin": 296599.14215580735,
    "xmax": 154665.0681189086,
    "ymax": 304979.52849244187,
    "spatialReference": {
     "wkid": 2345,
     "latestWkid": 2345
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
   "displayField": "TextString",
   "typeIdField": null,
   "fields": [
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "SHAPE",
     "type": "esriFieldTypeGeometry",
     "alias": "SHAPE",
     "domain": null
    },
    {
     "name": "FeatureID",
     "type": "esriFieldTypeInteger",
     "alias": "FeatureID",
     "domain": null
    },
    {
     "name": "ZOrder",
     "type": "esriFieldTypeInteger",
     "alias": "ZOrder",
     "domain": null
    },
    {
     "name": "AnnotationClassID",
     "type": "esriFieldTypeInteger",
     "alias": "AnnotationClassID",
     "domain": null
    },
    {
     "name": "SymbolID",
     "type": "esriFieldTypeInteger",
     "alias": "SymbolID",
     "domain": null
    },
    {
     "name": "Status",
     "type": "esriFieldTypeSmallInteger",
     "alias": "Status",
     "domain": {
      "type": "codedValue",
      "name": "AnnotationStatus",
      "codedValues": [
       {
        "name": "已放置",
        "code": 0
       },
       {
        "name": "未放置",
        "code": 1
       }
      ]
     }
    },
    {
     "name": "TextString",
     "type": "esriFieldTypeString",
     "alias": "TextString",
     "length": 255,
     "domain": null
    },
    {
     "name": "FontName",
     "type": "esriFieldTypeString",
     "alias": "FontName",
     "length": 255,
     "domain": null
    },
    {
     "name": "FontSize",
     "type": "esriFieldTypeDouble",
     "alias": "FontSize",
     "domain": null
    },
    {
     "name": "Bold",
     "type": "esriFieldTypeSmallInteger",
     "alias": "Bold",
     "domain": {
      "type": "codedValue",
      "name": "布尔型符号值",
      "codedValues": [
       {
        "name": "是",
        "code": 1
       },
       {
        "name": "无",
        "code": 0
       }
      ]
     }
    },
    {
     "name": "Italic",
     "type": "esriFieldTypeSmallInteger",
     "alias": "Italic",
     "domain": {
      "type": "codedValue",
      "name": "布尔型符号值",
      "codedValues": [
       {
        "name": "是",
        "code": 1
       },
       {
        "name": "无",
        "code": 0
       }
      ]
     }
    },
    {
     "name": "Underline",
     "type": "esriFieldTypeSmallInteger",
     "alias": "Underline",
     "domain": {
      "type": "codedValue",
      "name": "布尔型符号值",
      "codedValues": [
       {
        "name": "是",
        "code": 1
       },
       {
        "name": "无",
        "code": 0
       }
      ]
     }
    },
    {
     "name": "VerticalAlignment",
     "type": "esriFieldTypeSmallInteger",
     "alias": "VerticalAlignment",
     "domain": {
      "type": "codedValue",
      "name": "垂直对齐",
      "codedValues": [
       {
        "name": "上",
        "code": 0
       },
       {
        "name": "居中",
        "code": 1
       },
       {
        "name": "基线",
        "code": 2
       },
       {
        "name": "下",
        "code": 3
       }
      ]
     }
    },
    {
     "name": "HorizontalAlignment",
     "type": "esriFieldTypeSmallInteger",
     "alias": "HorizontalAlignment",
     "domain": {
      "type": "codedValue",
      "name": "水平对齐",
      "codedValues": [
       {
        "name": "左",
        "code": 0
       },
       {
        "name": "居中",
        "code": 1
       },
       {
        "name": "右",
        "code": 2
       },
       {
        "name": "全部",
        "code": 3
       }
      ]
     }
    },
    {
     "name": "XOffset",
     "type": "esriFieldTypeDouble",
     "alias": "XOffset",
     "domain": null
    },
    {
     "name": "YOffset",
     "type": "esriFieldTypeDouble",
     "alias": "YOffset",
     "domain": null
    },
    {
     "name": "Angle",
     "type": "esriFieldTypeDouble",
     "alias": "Angle",
     "domain": null
    },
    {
     "name": "FontLeading",
     "type": "esriFieldTypeDouble",
     "alias": "FontLeading",
     "domain": null
    },
    {
     "name": "WordSpacing",
     "type": "esriFieldTypeDouble",
     "alias": "WordSpacing",
     "domain": null
    },
    {
     "name": "CharacterWidth",
     "type": "esriFieldTypeDouble",
     "alias": "CharacterWidth",
     "domain": null
    },
    {
     "name": "CharacterSpacing",
     "type": "esriFieldTypeDouble",
     "alias": "CharacterSpacing",
     "domain": null
    },
    {
     "name": "FlipAngle",
     "type": "esriFieldTypeDouble",
     "alias": "FlipAngle",
     "domain": null
    },
    {
     "name": "Override",
     "type": "esriFieldTypeInteger",
     "alias": "Override",
     "domain": null
    },
    {
     "name": "Entity",
     "type": "esriFieldTypeString",
     "alias": "Entity",
     "length": 16,
     "domain": null
    },
    {
     "name": "Handle",
     "type": "esriFieldTypeString",
     "alias": "Handle",
     "length": 16,
     "domain": null
    },
    {
     "name": "Owner",
     "type": "esriFieldTypeString",
     "alias": "Owner",
     "length": 16,
     "domain": null
    },
    {
     "name": "Layer",
     "type": "esriFieldTypeString",
     "alias": "Layer",
     "length": 255,
     "domain": null
    },
    {
     "name": "LyrFrzn",
     "type": "esriFieldTypeSmallInteger",
     "alias": "LyrFrzn",
     "domain": null
    },
    {
     "name": "LyrLock",
     "type": "esriFieldTypeSmallInteger",
     "alias": "LyrLock",
     "domain": null
    },
    {
     "name": "LyrOn",
     "type": "esriFieldTypeSmallInteger",
     "alias": "LyrOn",
     "domain": null
    },
    {
     "name": "LyrVPFrzn",
     "type": "esriFieldTypeSmallInteger",
     "alias": "LyrVPFrzn",
     "domain": null
    },
    {
     "name": "LyrHandle",
     "type": "esriFieldTypeString",
     "alias": "LyrHandle",
     "length": 16,
     "domain": null
    },
    {
     "name": "Color",
     "type": "esriFieldTypeSmallInteger",
     "alias": "Color",
     "domain": null
    },
    {
     "name": "EntColor",
     "type": "esriFieldTypeSmallInteger",
     "alias": "EntColor",
     "domain": null
    },
    {
     "name": "LyrColor",
     "type": "esriFieldTypeSmallInteger",
     "alias": "LyrColor",
     "domain": null
    },
    {
     "name": "BlkColor",
     "type": "esriFieldTypeSmallInteger",
     "alias": "BlkColor",
     "domain": null
    },
    {
     "name": "Linetype",
     "type": "esriFieldTypeString",
     "alias": "Linetype",
     "length": 255,
     "domain": null
    },
    {
     "name": "EntLinetype",
     "type": "esriFieldTypeString",
     "alias": "EntLinetype",
     "length": 255,
     "domain": null
    },
    {
     "name": "LyrLnType",
     "type": "esriFieldTypeString",
     "alias": "LyrLnType",
     "length": 255,
     "domain": null
    },
    {
     "name": "BlkLinetype",
     "type": "esriFieldTypeString",
     "alias": "BlkLinetype",
     "length": 255,
     "domain": null
    },
    {
     "name": "Elevation",
     "type": "esriFieldTypeDouble",
     "alias": "Elevation",
     "domain": null
    },
    {
     "name": "Thickness",
     "type": "esriFieldTypeDouble",
     "alias": "Thickness",
     "domain": null
    },
    {
     "name": "LineWt",
     "type": "esriFieldTypeSmallInteger",
     "alias": "LineWt",
     "domain": null
    },
    {
     "name": "EntLineWt",
     "type": "esriFieldTypeSmallInteger",
     "alias": "EntLineWt",
     "domain": null
    },
    {
     "name": "LyrLineWt",
     "type": "esriFieldTypeSmallInteger",
     "alias": "LyrLineWt",
     "domain": null
    },
    {
     "name": "BlkLineWt",
     "type": "esriFieldTypeSmallInteger",
     "alias": "BlkLineWt",
     "domain": null
    },
    {
     "name": "RefName",
     "type": "esriFieldTypeString",
     "alias": "RefName",
     "length": 255,
     "domain": null
    },
    {
     "name": "LTScale",
     "type": "esriFieldTypeDouble",
     "alias": "LTScale",
     "domain": null
    },
    {
     "name": "ExtX",
     "type": "esriFieldTypeDouble",
     "alias": "ExtX",
     "domain": null
    },
    {
     "name": "ExtY",
     "type": "esriFieldTypeDouble",
     "alias": "ExtY",
     "domain": null
    },
    {
     "name": "ExtZ",
     "type": "esriFieldTypeDouble",
     "alias": "ExtZ",
     "domain": null
    },
    {
     "name": "DocName",
     "type": "esriFieldTypeString",
     "alias": "DocName",
     "length": 255,
     "domain": null
    },
    {
     "name": "DocPath",
     "type": "esriFieldTypeString",
     "alias": "DocPath",
     "length": 4096,
     "domain": null
    },
    {
     "name": "DocType",
     "type": "esriFieldTypeString",
     "alias": "DocType",
     "length": 32,
     "domain": null
    },
    {
     "name": "DocVer",
     "type": "esriFieldTypeString",
     "alias": "DocVer",
     "length": 16,
     "domain": null
    },
    {
     "name": "ScaleX",
     "type": "esriFieldTypeDouble",
     "alias": "ScaleX",
     "domain": null
    },
    {
     "name": "ScaleY",
     "type": "esriFieldTypeDouble",
     "alias": "ScaleY",
     "domain": null
    },
    {
     "name": "ScaleZ",
     "type": "esriFieldTypeDouble",
     "alias": "ScaleZ",
     "domain": null
    },
    {
     "name": "Style",
     "type": "esriFieldTypeString",
     "alias": "Style",
     "length": 255,
     "domain": null
    },
    {
     "name": "FontID",
     "type": "esriFieldTypeSmallInteger",
     "alias": "FontID",
     "domain": null
    },
    {
     "name": "Text",
     "type": "esriFieldTypeString",
     "alias": "Text",
     "length": 255,
     "domain": null
    },
    {
     "name": "Height",
     "type": "esriFieldTypeDouble",
     "alias": "Height",
     "domain": null
    },
    {
     "name": "TxtAngle",
     "type": "esriFieldTypeDouble",
     "alias": "TxtAngle",
     "domain": null
    },
    {
     "name": "TxtWidth",
     "type": "esriFieldTypeDouble",
     "alias": "TxtWidth",
     "domain": null
    },
    {
     "name": "TxtOblique",
     "type": "esriFieldTypeDouble",
     "alias": "TxtOblique",
     "domain": null
    },
    {
     "name": "TxtGenType",
     "type": "esriFieldTypeString",
     "alias": "TxtGenType",
     "length": 32,
     "domain": null
    },
    {
     "name": "TxtJust",
     "type": "esriFieldTypeString",
     "alias": "TxtJust",
     "length": 32,
     "domain": null
    },
    {
     "name": "VertAlign",
     "type": "esriFieldTypeString",
     "alias": "VertAlign",
     "length": 32,
     "domain": null
    },
    {
     "name": "TxtFont",
     "type": "esriFieldTypeString",
     "alias": "TxtFont",
     "length": 255,
     "domain": null
    },
    {
     "name": "TxtBoxHt",
     "type": "esriFieldTypeDouble",
     "alias": "TxtBoxHt",
     "domain": null
    },
    {
     "name": "TxtBoxWd",
     "type": "esriFieldTypeDouble",
     "alias": "TxtBoxWd",
     "domain": null
    },
    {
     "name": "TxtRefWd",
     "type": "esriFieldTypeDouble",
     "alias": "TxtRefWd",
     "domain": null
    },
    {
     "name": "TxtAttach",
     "type": "esriFieldTypeSmallInteger",
     "alias": "TxtAttach",
     "domain": null
    },
    {
     "name": "TxtDir",
     "type": "esriFieldTypeSmallInteger",
     "alias": "TxtDir",
     "domain": null
    },
    {
     "name": "LnSpace",
     "type": "esriFieldTypeSmallInteger",
     "alias": "LnSpace",
     "domain": null
    },
    {
     "name": "SpaceFct",
     "type": "esriFieldTypeDouble",
     "alias": "SpaceFct",
     "domain": null
    },
    {
     "name": "TxtMemo",
     "type": "esriFieldTypeString",
     "alias": "TxtMemo",
     "length": 2048,
     "domain": null
    },
    {
     "name": "SHAPE_Length",
     "type": "esriFieldTypeDouble",
     "alias": "SHAPE_Length",
     "domain": null
    },
    {
     "name": "SHAPE_Area",
     "type": "esriFieldTypeDouble",
     "alias": "SHAPE_Area",
     "domain": null
    }
   ],
   "relationships": [],
   "canModifyLayer": false,
   "canScaleSymbols": true,
   "hasLabels": false,
   "capabilities": "Map,Query,Data",
   "maxRecordCount": 1000,
   "supportsStatistics": true,
   "supportsAdvancedQueries": true,
   "supportedQueryFormats": "JSON, AMF",
   "effectiveMaxScale": 1001,
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true
  },
  {
   "currentVersion": 10.2,
   "id": 5,
   "name": "默认",
   "type": "Annotation SubLayer",
   "description": "",
   "geometryType": null,
   "copyrightText": "",
   "parentLayer": {
    "id": 4,
    "name": "建筑物注记20002021"
   },
   "subLayers": [],
   "minScale": 0,
   "maxScale": 0,
   "defaultVisibility": true,
   "extent": {
    "xmin": 145923.8078169548,
    "ymin": 296599.14215580735,
    "xmax": 154665.0681189086,
    "ymax": 304979.52849244187,
    "spatialReference": {
     "wkid": 2345,
     "latestWkid": 2345
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeNone",
   "displayField": "",
   "typeIdField": null,
   "fields": null,
   "relationships": [],
   "canModifyLayer": false,
   "canScaleSymbols": false,
   "hasLabels": false,
   "capabilities": "Map,Query",
   "supportsStatistics": false,
   "supportsAdvancedQueries": false,
   "supportedQueryFormats": "JSON, AMF",
   "effectiveMaxScale": 1001,
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true
  },
  {
   "currentVersion": 10.2,
   "id": 6,
   "name": "建筑物注记2000",
   "type": "Annotation Layer",
   "description": "",
   "geometryType": "esriGeometryPolygon",
   "copyrightText": "",
   "parentLayer": {
    "id": 3,
    "name": "1:2000"
   },
   "subLayers": [
    {
     "id": 7,
     "name": "默认"
    }
   ],
   "minScale": 0,
   "maxScale": 0,
   "defaultVisibility": true,
   "extent": {
    "xmin": 146305.36169433594,
    "ymin": 299087.9562988281,
    "xmax": 148623.40228271484,
    "ymax": 301203.6422729492,
    "spatialReference": {
     "wkid": 2345,
     "latestWkid": 2345
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
   "displayField": "TextString",
   "typeIdField": null,
   "fields": [
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "SHAPE",
     "type": "esriFieldTypeGeometry",
     "alias": "SHAPE",
     "domain": null
    },
    {
     "name": "FeatureID",
     "type": "esriFieldTypeInteger",
     "alias": "FeatureID",
     "domain": null
    },
    {
     "name": "ZOrder",
     "type": "esriFieldTypeInteger",
     "alias": "ZOrder",
     "domain": null
    },
    {
     "name": "AnnotationClassID",
     "type": "esriFieldTypeInteger",
     "alias": "AnnotationClassID",
     "domain": null
    },
    {
     "name": "SymbolID",
     "type": "esriFieldTypeInteger",
     "alias": "SymbolID",
     "domain": null
    },
    {
     "name": "Status",
     "type": "esriFieldTypeSmallInteger",
     "alias": "Status",
     "domain": {
      "type": "codedValue",
      "name": "AnnotationStatus",
      "codedValues": [
       {
        "name": "已放置",
        "code": 0
       },
       {
        "name": "未放置",
        "code": 1
       }
      ]
     }
    },
    {
     "name": "TextString",
     "type": "esriFieldTypeString",
     "alias": "TextString",
     "length": 255,
     "domain": null
    },
    {
     "name": "FontName",
     "type": "esriFieldTypeString",
     "alias": "FontName",
     "length": 255,
     "domain": null
    },
    {
     "name": "FontSize",
     "type": "esriFieldTypeDouble",
     "alias": "FontSize",
     "domain": null
    },
    {
     "name": "Bold",
     "type": "esriFieldTypeSmallInteger",
     "alias": "Bold",
     "domain": {
      "type": "codedValue",
      "name": "布尔型符号值",
      "codedValues": [
       {
        "name": "是",
        "code": 1
       },
       {
        "name": "无",
        "code": 0
       }
      ]
     }
    },
    {
     "name": "Italic",
     "type": "esriFieldTypeSmallInteger",
     "alias": "Italic",
     "domain": {
      "type": "codedValue",
      "name": "布尔型符号值",
      "codedValues": [
       {
        "name": "是",
        "code": 1
       },
       {
        "name": "无",
        "code": 0
       }
      ]
     }
    },
    {
     "name": "Underline",
     "type": "esriFieldTypeSmallInteger",
     "alias": "Underline",
     "domain": {
      "type": "codedValue",
      "name": "布尔型符号值",
      "codedValues": [
       {
        "name": "是",
        "code": 1
       },
       {
        "name": "无",
        "code": 0
       }
      ]
     }
    },
    {
     "name": "VerticalAlignment",
     "type": "esriFieldTypeSmallInteger",
     "alias": "VerticalAlignment",
     "domain": {
      "type": "codedValue",
      "name": "垂直对齐",
      "codedValues": [
       {
        "name": "上",
        "code": 0
       },
       {
        "name": "居中",
        "code": 1
       },
       {
        "name": "基线",
        "code": 2
       },
       {
        "name": "下",
        "code": 3
       }
      ]
     }
    },
    {
     "name": "HorizontalAlignment",
     "type": "esriFieldTypeSmallInteger",
     "alias": "HorizontalAlignment",
     "domain": {
      "type": "codedValue",
      "name": "水平对齐",
      "codedValues": [
       {
        "name": "左",
        "code": 0
       },
       {
        "name": "居中",
        "code": 1
       },
       {
        "name": "右",
        "code": 2
       },
       {
        "name": "全部",
        "code": 3
       }
      ]
     }
    },
    {
     "name": "XOffset",
     "type": "esriFieldTypeDouble",
     "alias": "XOffset",
     "domain": null
    },
    {
     "name": "YOffset",
     "type": "esriFieldTypeDouble",
     "alias": "YOffset",
     "domain": null
    },
    {
     "name": "Angle",
     "type": "esriFieldTypeDouble",
     "alias": "Angle",
     "domain": null
    },
    {
     "name": "FontLeading",
     "type": "esriFieldTypeDouble",
     "alias": "FontLeading",
     "domain": null
    },
    {
     "name": "WordSpacing",
     "type": "esriFieldTypeDouble",
     "alias": "WordSpacing",
     "domain": null
    },
    {
     "name": "CharacterWidth",
     "type": "esriFieldTypeDouble",
     "alias": "CharacterWidth",
     "domain": null
    },
    {
     "name": "CharacterSpacing",
     "type": "esriFieldTypeDouble",
     "alias": "CharacterSpacing",
     "domain": null
    },
    {
     "name": "FlipAngle",
     "type": "esriFieldTypeDouble",
     "alias": "FlipAngle",
     "domain": null
    },
    {
     "name": "Override",
     "type": "esriFieldTypeInteger",
     "alias": "Override",
     "domain": null
    },
    {
     "name": "SHAPE_Length",
     "type": "esriFieldTypeDouble",
     "alias": "SHAPE_Length",
     "domain": null
    },
    {
     "name": "SHAPE_Area",
     "type": "esriFieldTypeDouble",
     "alias": "SHAPE_Area",
     "domain": null
    }
   ],
   "relationships": [],
   "canModifyLayer": false,
   "canScaleSymbols": true,
   "hasLabels": false,
   "capabilities": "Map,Query,Data",
   "maxRecordCount": 1000,
   "supportsStatistics": true,
   "supportsAdvancedQueries": true,
   "supportedQueryFormats": "JSON, AMF",
   "effectiveMaxScale": 1001,
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true
  },
  {
   "currentVersion": 10.2,
   "id": 7,
   "name": "默认",
   "type": "Annotation SubLayer",
   "description": "",
   "geometryType": null,
   "copyrightText": "",
   "parentLayer": {
    "id": 6,
    "name": "建筑物注记2000"
   },
   "subLayers": [],
   "minScale": 0,
   "maxScale": 0,
   "defaultVisibility": true,
   "extent": {
    "xmin": 146305.36169433594,
    "ymin": 299087.9562988281,
    "xmax": 148623.40228271484,
    "ymax": 301203.6422729492,
    "spatialReference": {
     "wkid": 2345,
     "latestWkid": 2345
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeNone",
   "displayField": "",
   "typeIdField": null,
   "fields": null,
   "relationships": [],
   "canModifyLayer": false,
   "canScaleSymbols": false,
   "hasLabels": false,
   "capabilities": "Map,Query",
   "supportsStatistics": false,
   "supportsAdvancedQueries": false,
   "supportedQueryFormats": "JSON, AMF",
   "effectiveMaxScale": 1001,
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true
  },
  {
   "currentVersion": 10.2,
   "id": 8,
   "name": "小区注记2000",
   "type": "Annotation Layer",
   "description": "",
   "geometryType": "esriGeometryPolygon",
   "copyrightText": "",
   "parentLayer": {
    "id": 3,
    "name": "1:2000"
   },
   "subLayers": [
    {
     "id": 9,
     "name": "小区"
    },
    {
     "id": 10,
     "name": "中学"
    }
   ],
   "minScale": 0,
   "maxScale": 0,
   "defaultVisibility": true,
   "extent": {
    "xmin": 145943.67810058594,
    "ymin": 296839.9417114258,
    "xmax": 155588.9794921875,
    "ymax": 307325.1428833008,
    "spatialReference": {
     "wkid": 2345,
     "latestWkid": 2345
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
   "displayField": "TextString",
   "typeIdField": "AnnotationClassID",
   "fields": [
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "SHAPE",
     "type": "esriFieldTypeGeometry",
     "alias": "SHAPE",
     "domain": null
    },
    {
     "name": "FeatureID",
     "type": "esriFieldTypeInteger",
     "alias": "FeatureID",
     "domain": null
    },
    {
     "name": "ZOrder",
     "type": "esriFieldTypeInteger",
     "alias": "ZOrder",
     "domain": null
    },
    {
     "name": "AnnotationClassID",
     "type": "esriFieldTypeInteger",
     "alias": "AnnotationClassID",
     "domain": null
    },
    {
     "name": "SymbolID",
     "type": "esriFieldTypeInteger",
     "alias": "SymbolID",
     "domain": null
    },
    {
     "name": "Status",
     "type": "esriFieldTypeSmallInteger",
     "alias": "Status",
     "domain": null
    },
    {
     "name": "TextString",
     "type": "esriFieldTypeString",
     "alias": "TextString",
     "length": 255,
     "domain": null
    },
    {
     "name": "FontName",
     "type": "esriFieldTypeString",
     "alias": "FontName",
     "length": 255,
     "domain": null
    },
    {
     "name": "FontSize",
     "type": "esriFieldTypeDouble",
     "alias": "FontSize",
     "domain": null
    },
    {
     "name": "Bold",
     "type": "esriFieldTypeSmallInteger",
     "alias": "Bold",
     "domain": null
    },
    {
     "name": "Italic",
     "type": "esriFieldTypeSmallInteger",
     "alias": "Italic",
     "domain": null
    },
    {
     "name": "Underline",
     "type": "esriFieldTypeSmallInteger",
     "alias": "Underline",
     "domain": null
    },
    {
     "name": "VerticalAlignment",
     "type": "esriFieldTypeSmallInteger",
     "alias": "VerticalAlignment",
     "domain": null
    },
    {
     "name": "HorizontalAlignment",
     "type": "esriFieldTypeSmallInteger",
     "alias": "HorizontalAlignment",
     "domain": null
    },
    {
     "name": "XOffset",
     "type": "esriFieldTypeDouble",
     "alias": "XOffset",
     "domain": null
    },
    {
     "name": "YOffset",
     "type": "esriFieldTypeDouble",
     "alias": "YOffset",
     "domain": null
    },
    {
     "name": "Angle",
     "type": "esriFieldTypeDouble",
     "alias": "Angle",
     "domain": null
    },
    {
     "name": "FontLeading",
     "type": "esriFieldTypeDouble",
     "alias": "FontLeading",
     "domain": null
    },
    {
     "name": "WordSpacing",
     "type": "esriFieldTypeDouble",
     "alias": "WordSpacing",
     "domain": null
    },
    {
     "name": "CharacterWidth",
     "type": "esriFieldTypeDouble",
     "alias": "CharacterWidth",
     "domain": null
    },
    {
     "name": "CharacterSpacing",
     "type": "esriFieldTypeDouble",
     "alias": "CharacterSpacing",
     "domain": null
    },
    {
     "name": "FlipAngle",
     "type": "esriFieldTypeDouble",
     "alias": "FlipAngle",
     "domain": null
    },
    {
     "name": "Override",
     "type": "esriFieldTypeInteger",
     "alias": "Override",
     "domain": null
    },
    {
     "name": "SHAPE_Length",
     "type": "esriFieldTypeDouble",
     "alias": "SHAPE_Length",
     "domain": null
    },
    {
     "name": "SHAPE_Area",
     "type": "esriFieldTypeDouble",
     "alias": "SHAPE_Area",
     "domain": null
    }
   ],
   "types": [
    {
     "id": 0,
     "name": "默认",
     "domains": {
      "Status": {
       "type": "codedValue",
       "name": "AnnotationStatus",
       "codedValues": [
        {
         "name": "已放置",
         "code": 0
        },
        {
         "name": "未放置",
         "code": 1
        }
       ]
      },
      "Bold": {
       "type": "codedValue",
       "name": "布尔型符号值",
       "codedValues": [
        {
         "name": "是",
         "code": 1
        },
        {
         "name": "无",
         "code": 0
        }
       ]
      },
      "Italic": {
       "type": "codedValue",
       "name": "布尔型符号值",
       "codedValues": [
        {
         "name": "是",
         "code": 1
        },
        {
         "name": "无",
         "code": 0
        }
       ]
      },
      "Underline": {
       "type": "codedValue",
       "name": "布尔型符号值",
       "codedValues": [
        {
         "name": "是",
         "code": 1
        },
        {
         "name": "无",
         "code": 0
        }
       ]
      },
      "VerticalAlignment": {
       "type": "codedValue",
       "name": "垂直对齐",
       "codedValues": [
        {
         "name": "上",
         "code": 0
        },
        {
         "name": "居中",
         "code": 1
        },
        {
         "name": "基线",
         "code": 2
        },
        {
         "name": "下",
         "code": 3
        }
       ]
      },
      "HorizontalAlignment": {
       "type": "codedValue",
       "name": "水平对齐",
       "codedValues": [
        {
         "name": "左",
         "code": 0
        },
        {
         "name": "居中",
         "code": 1
        },
        {
         "name": "右",
         "code": 2
        },
        {
         "name": "全部",
         "code": 3
        }
       ]
      }
     }
    },
    {
     "id": 1,
     "name": "kk",
     "domains": {
      "Status": {
       "type": "codedValue",
       "name": "AnnotationStatus",
       "codedValues": [
        {
         "name": "已放置",
         "code": 0
        },
        {
         "name": "未放置",
         "code": 1
        }
       ]
      },
      "Bold": {
       "type": "codedValue",
       "name": "布尔型符号值",
       "codedValues": [
        {
         "name": "是",
         "code": 1
        },
        {
         "name": "无",
         "code": 0
        }
       ]
      },
      "Italic": {
       "type": "codedValue",
       "name": "布尔型符号值",
       "codedValues": [
        {
         "name": "是",
         "code": 1
        },
        {
         "name": "无",
         "code": 0
        }
       ]
      },
      "Underline": {
       "type": "codedValue",
       "name": "布尔型符号值",
       "codedValues": [
        {
         "name": "是",
         "code": 1
        },
        {
         "name": "无",
         "code": 0
        }
       ]
      },
      "VerticalAlignment": {
       "type": "codedValue",
       "name": "垂直对齐",
       "codedValues": [
        {
         "name": "上",
         "code": 0
        },
        {
         "name": "居中",
         "code": 1
        },
        {
         "name": "基线",
         "code": 2
        },
        {
         "name": "下",
         "code": 3
        }
       ]
      },
      "HorizontalAlignment": {
       "type": "codedValue",
       "name": "水平对齐",
       "codedValues": [
        {
         "name": "左",
         "code": 0
        },
        {
         "name": "居中",
         "code": 1
        },
        {
         "name": "右",
         "code": 2
        },
        {
         "name": "全部",
         "code": 3
        }
       ]
      }
     }
    }
   ],
   "relationships": [],
   "canModifyLayer": false,
   "canScaleSymbols": true,
   "hasLabels": false,
   "capabilities": "Map,Query,Data",
   "maxRecordCount": 1000,
   "supportsStatistics": true,
   "supportsAdvancedQueries": true,
   "supportedQueryFormats": "JSON, AMF",
   "effectiveMaxScale": 1001,
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true
  },
  {
   "currentVersion": 10.2,
   "id": 9,
   "name": "小区",
   "type": "Annotation SubLayer",
   "description": "",
   "geometryType": null,
   "copyrightText": "",
   "parentLayer": {
    "id": 8,
    "name": "小区注记2000"
   },
   "subLayers": [],
   "minScale": 0,
   "maxScale": 0,
   "defaultVisibility": true,
   "extent": {
    "xmin": 145943.67810058594,
    "ymin": 296839.9417114258,
    "xmax": 155588.9794921875,
    "ymax": 307325.1428833008,
    "spatialReference": {
     "wkid": 2345,
     "latestWkid": 2345
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeNone",
   "displayField": "",
   "typeIdField": null,
   "fields": null,
   "relationships": [],
   "canModifyLayer": false,
   "canScaleSymbols": false,
   "hasLabels": false,
   "capabilities": "Map,Query",
   "supportsStatistics": false,
   "supportsAdvancedQueries": false,
   "supportedQueryFormats": "JSON, AMF",
   "effectiveMaxScale": 1001,
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true
  },
  {
   "currentVersion": 10.2,
   "id": 10,
   "name": "中学",
   "type": "Annotation SubLayer",
   "description": "",
   "geometryType": null,
   "copyrightText": "",
   "parentLayer": {
    "id": 8,
    "name": "小区注记2000"
   },
   "subLayers": [],
   "minScale": 0,
   "maxScale": 0,
   "defaultVisibility": true,
   "extent": {
    "xmin": 145943.67810058594,
    "ymin": 296839.9417114258,
    "xmax": 155588.9794921875,
    "ymax": 307325.1428833008,
    "spatialReference": {
     "wkid": 2345,
     "latestWkid": 2345
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeNone",
   "displayField": "",
   "typeIdField": null,
   "fields": null,
   "relationships": [],
   "canModifyLayer": false,
   "canScaleSymbols": false,
   "hasLabels": false,
   "capabilities": "Map,Query",
   "supportsStatistics": false,
   "supportsAdvancedQueries": false,
   "supportedQueryFormats": "JSON, AMF",
   "effectiveMaxScale": 1001,
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true
  },
  {
   "currentVersion": 10.2,
   "id": 11,
   "name": "新建筑物",
   "type": "Feature Layer",
   "description": "",
   "geometryType": "esriGeometryPolygon",
   "copyrightText": "",
   "parentLayer": {
    "id": 3,
    "name": "1:2000"
   },
   "subLayers": [],
   "minScale": 0,
   "maxScale": 0,
   "drawingInfo": {
    "renderer": {
     "type": "uniqueValue",
     "field1": "RuleID",
     "field2": null,
     "field3": null,
     "fieldDelimiter": ", ",
     "defaultSymbol": {
      "type": "esriSFS",
      "style": "esriSFSSolid",
      "color": [
       255,
       0,
       0,
       255
      ],
      "outline": null
     },
     "defaultLabel": "Invalid Rule",
     "uniqueValueInfos": [
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         250,
         217,
         134,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          110,
          110,
          110,
          255
         ],
         "width": 0.4
        }
       },
       "value": "1",
       "label": "Rule_2",
       "description": null
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         168,
         210,
         232,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          110,
          110,
          110,
          255
         ],
         "width": 0.4
        }
       },
       "value": "2",
       "label": "Rule_3",
       "description": null
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         232,
         154,
         82,
         255
        ],
        "outline": null
       },
       "value": "3",
       "label": "Rule_6",
       "description": null
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         168,
         112,
         0,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          98,
          111,
          94,
          255
         ],
         "width": 1
        }
       },
       "value": "4",
       "label": "Rule_7",
       "description": null
      }
     ]
    },
    "transparency": 0,
    "labelingInfo": null
   },
   "defaultVisibility": true,
   "extent": {
    "xmin": 146056.8101196289,
    "ymin": 297079.5061035156,
    "xmax": 154740.63311767578,
    "ymax": 304803.0651245117,
    "spatialReference": {
     "wkid": 2345,
     "latestWkid": 2345
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
   "displayField": "type",
   "typeIdField": null,
   "fields": [
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "Shape",
     "type": "esriFieldTypeGeometry",
     "alias": "Shape",
     "domain": null
    },
    {
     "name": "Id",
     "type": "esriFieldTypeInteger",
     "alias": "Id",
     "domain": null
    },
    {
     "name": "type",
     "type": "esriFieldTypeString",
     "alias": "type",
     "length": 50,
     "domain": null
    },
    {
     "name": "层数",
     "type": "esriFieldTypeString",
     "alias": "层数",
     "length": 50,
     "domain": null
    },
    {
     "name": "备注",
     "type": "esriFieldTypeString",
     "alias": "备注",
     "length": 50,
     "domain": null
    },
    {
     "name": "Shape_Length",
     "type": "esriFieldTypeDouble",
     "alias": "Shape_Length",
     "domain": null
    },
    {
     "name": "Shape_Area",
     "type": "esriFieldTypeDouble",
     "alias": "Shape_Area",
     "domain": null
    },
    {
     "name": "RULE",
     "type": "esriFieldTypeString",
     "alias": "RULE",
     "length": 50,
     "domain": null
    },
    {
     "name": "RuleID",
     "type": "esriFieldTypeInteger",
     "alias": "RuleID",
     "domain": {
      "type": "codedValue",
      "name": "新建筑物_Rep_Rules",
      "codedValues": [
       {
        "name": "Rule_2",
        "code": 1
       },
       {
        "name": "Rule_3",
        "code": 2
       },
       {
        "name": "Rule_6",
        "code": 3
       },
       {
        "name": "Rule_7",
        "code": 4
       },
       {
        "name": "自由式制图表达",
        "code": -1
       }
      ]
     }
    }
   ],
   "relationships": [],
   "canModifyLayer": false,
   "canScaleSymbols": false,
   "hasLabels": false,
   "capabilities": "Map,Query,Data",
   "maxRecordCount": 1000,
   "supportsStatistics": true,
   "supportsAdvancedQueries": true,
   "supportedQueryFormats": "JSON, AMF",
   "effectiveMaxScale": 1001,
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true
  },
  {
   "currentVersion": 10.2,
   "id": 12,
   "name": "地界",
   "type": "Feature Layer",
   "description": "",
   "geometryType": "esriGeometryPolygon",
   "copyrightText": "",
   "parentLayer": {
    "id": 3,
    "name": "1:2000"
   },
   "subLayers": [],
   "minScale": 0,
   "maxScale": 0,
   "drawingInfo": {
    "renderer": {
     "type": "simple",
     "symbol": {
      "type": "esriSFS",
      "style": "esriSFSSolid",
      "color": [
       0,
       0,
       0,
       0
      ],
      "outline": {
       "type": "esriSLS",
       "style": "esriSLSDash",
       "color": [
        230,
        0,
        0,
        255
       ],
       "width": 2.5
      }
     },
     "label": "",
     "description": ""
    },
    "transparency": 0,
    "labelingInfo": null
   },
   "defaultVisibility": false,
   "extent": {
    "xmin": 145901.08087158203,
    "ymin": 296580.63592529297,
    "xmax": 154745.00427246094,
    "ymax": 305010.8295288086,
    "spatialReference": {
     "wkid": 2345,
     "latestWkid": 2345
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
   "displayField": "YDXZ",
   "typeIdField": null,
   "fields": [
    {
     "name": "Shape",
     "type": "esriFieldTypeGeometry",
     "alias": "Shape",
     "domain": null
    },
    {
     "name": "Shape_Length",
     "type": "esriFieldTypeDouble",
     "alias": "Shape_Length",
     "domain": null
    },
    {
     "name": "Shape_Area",
     "type": "esriFieldTypeDouble",
     "alias": "Shape_Area",
     "domain": null
    },
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeInteger",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "YDXZ",
     "type": "esriFieldTypeString",
     "alias": "YDXZ",
     "length": 50,
     "domain": null
    },
    {
     "name": "BH",
     "type": "esriFieldTypeString",
     "alias": "BH",
     "length": 50,
     "domain": null
    },
    {
     "name": "YDXZBM",
     "type": "esriFieldTypeString",
     "alias": "YDXZBM",
     "length": 254,
     "domain": null
    },
    {
     "name": "GHMJ",
     "type": "esriFieldTypeDouble",
     "alias": "GHMJ",
     "domain": null
    },
    {
     "name": "RJL",
     "type": "esriFieldTypeString",
     "alias": "RJL",
     "length": 254,
     "domain": null
    },
    {
     "name": "JZMD",
     "type": "esriFieldTypeString",
     "alias": "JZMD",
     "length": 254,
     "domain": null
    },
    {
     "name": "LDL",
     "type": "esriFieldTypeString",
     "alias": "LDL",
     "length": 254,
     "domain": null
    },
    {
     "name": "JZXG",
     "type": "esriFieldTypeString",
     "alias": "JZXG",
     "length": 254,
     "domain": null
    },
    {
     "name": "PTSS",
     "type": "esriFieldTypeString",
     "alias": "PTSS",
     "length": 254,
     "domain": null
    },
    {
     "name": "SSGM",
     "type": "esriFieldTypeString",
     "alias": "SSGM",
     "length": 254,
     "domain": null
    },
    {
     "name": "BZ",
     "type": "esriFieldTypeString",
     "alias": "BZ",
     "length": 254,
     "domain": null
    },
    {
     "name": "STCCODE",
     "type": "esriFieldTypeString",
     "alias": "STCCODE",
     "length": 50,
     "domain": null
    },
    {
     "name": "SSQY",
     "type": "esriFieldTypeString",
     "alias": "SSQY",
     "length": 50,
     "domain": null
    },
    {
     "name": "Shape_Leng",
     "type": "esriFieldTypeDouble",
     "alias": "Shape_Leng",
     "domain": null
    },
    {
     "name": "XQMC",
     "type": "esriFieldTypeString",
     "alias": "XQMC",
     "length": 50,
     "domain": null
    },
    {
     "name": "bj",
     "type": "esriFieldTypeString",
     "alias": "bj",
     "length": 50,
     "domain": null
    },
    {
     "name": "编号",
     "type": "esriFieldTypeInteger",
     "alias": "编号",
     "domain": null
    },
    {
     "name": "OBJECTID_12",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID_12",
     "domain": null
    },
    {
     "name": "Shape_Le_1",
     "type": "esriFieldTypeDouble",
     "alias": "Shape_Le_1",
     "domain": null
    },
    {
     "name": "OBJECTID_1",
     "type": "esriFieldTypeInteger",
     "alias": "OBJECTID_1",
     "domain": null
    },
    {
     "name": "Shape_Le_2",
     "type": "esriFieldTypeDouble",
     "alias": "Shape_Le_2",
     "domain": null
    }
   ],
   "relationships": [],
   "canModifyLayer": false,
   "canScaleSymbols": false,
   "hasLabels": false,
   "capabilities": "Map,Query,Data",
   "maxRecordCount": 1000,
   "supportsStatistics": true,
   "supportsAdvancedQueries": true,
   "supportedQueryFormats": "JSON, AMF",
   "effectiveMaxScale": 1001,
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true
  },
  {
   "currentVersion": 10.2,
   "id": 13,
   "name": "居民地设施",
   "type": "Feature Layer",
   "description": "",
   "geometryType": "esriGeometryPolyline",
   "copyrightText": "",
   "parentLayer": {
    "id": 3,
    "name": "1:2000"
   },
   "subLayers": [],
   "minScale": 0,
   "maxScale": 0,
   "drawingInfo": {
    "renderer": {
     "type": "simple",
     "symbol": {
      "type": "esriSLS",
      "style": "esriSLSDashDotDot",
      "color": [
       245,
       122,
       182,
       255
      ],
      "width": 1.5
     },
     "label": "",
     "description": ""
    },
    "transparency": 0,
    "labelingInfo": null
   },
   "defaultVisibility": true,
   "extent": {
    "xmin": 145909.52800000002,
    "ymin": 297929.74462648894,
    "xmax": 154443.45819991064,
    "ymax": 304744.40693693503,
    "spatialReference": {
     "wkid": 2345,
     "latestWkid": 2345
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
   "displayField": "Entity",
   "typeIdField": null,
   "fields": [
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "Shape",
     "type": "esriFieldTypeGeometry",
     "alias": "Shape",
     "domain": null
    },
    {
     "name": "Entity",
     "type": "esriFieldTypeString",
     "alias": "Entity",
     "length": 16,
     "domain": null
    },
    {
     "name": "Layer",
     "type": "esriFieldTypeString",
     "alias": "Layer",
     "length": 255,
     "domain": null
    },
    {
     "name": "Color",
     "type": "esriFieldTypeSmallInteger",
     "alias": "Color",
     "domain": null
    },
    {
     "name": "Linetype",
     "type": "esriFieldTypeString",
     "alias": "Linetype",
     "length": 255,
     "domain": null
    },
    {
     "name": "Elevation",
     "type": "esriFieldTypeDouble",
     "alias": "Elevation",
     "domain": null
    },
    {
     "name": "LineWt",
     "type": "esriFieldTypeSmallInteger",
     "alias": "LineWt",
     "domain": null
    },
    {
     "name": "RefName",
     "type": "esriFieldTypeString",
     "alias": "RefName",
     "length": 255,
     "domain": null
    },
    {
     "name": "type",
     "type": "esriFieldTypeString",
     "alias": "type",
     "length": 50,
     "domain": null
    },
    {
     "name": "Shape_Length",
     "type": "esriFieldTypeDouble",
     "alias": "Shape_Length",
     "domain": null
    }
   ],
   "relationships": [],
   "canModifyLayer": false,
   "canScaleSymbols": false,
   "hasLabels": false,
   "capabilities": "Map,Query,Data",
   "maxRecordCount": 1000,
   "supportsStatistics": true,
   "supportsAdvancedQueries": true,
   "hasZ": true,
   "supportedQueryFormats": "JSON, AMF",
   "effectiveMaxScale": 1001,
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true
  },
  {
   "currentVersion": 10.2,
   "id": 14,
   "name": "地上出入口",
   "type": "Feature Layer",
   "description": "",
   "geometryType": "esriGeometryPoint",
   "copyrightText": "",
   "parentLayer": {
    "id": 3,
    "name": "1:2000"
   },
   "subLayers": [],
   "minScale": 3000,
   "maxScale": 1001,
   "drawingInfo": {
    "renderer": {
     "type": "simple",
     "symbol": {
      "type": "esriPMS",
      "url": "85a9cc6b1c2af5c23a3a2986f7906d0a",
      "imageData": "iVBORw0KGgoAAAANSUhEUgAAABcAAAAYCAYAAAARfGZ1AAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAPZJREFUSInNlTsOgkAURS9KZAWuCXdgZ0liLJilQGNBZ2lvwaxJGhoRg2Khwfkzw4TE20DDuScveY8QMyb8D3ic9cM7JYE/nAVOKFLD4+wEYGch9ynSFMhwne1IQQTkLSXEDJ+YFkgBGOCCdV+mCDa5fYMwIqN5VTf2YEV+cMWs19vCncjYG82dxyJEC+/LlHsCcC7Swn2MjXDW1qdQCRchjrM/ynBKAt12OhlTcpDhikTh6tV2j4U9mQ8PF+zvl/3C0Zo7YLI5U1DVDa7nxMgbFk1xGdVj+RZYb6j1yeU+KJaIb50rdBwOAEieoLD6pU2A+2VW+Bt5aF2vM5K1vwAAAABJRU5ErkJggg==",
      "contentType": "image/png",
      "width": 17,
      "height": 18,
      "angle": 0,
      "xoffset": 0,
      "yoffset": 0
     },
     "label": "",
     "description": ""
    },
    "transparency": 0,
    "labelingInfo": null
   },
   "defaultVisibility": true,
   "extent": {
    "xmin": 145904.41888427734,
    "ymin": 296969.9351196289,
    "xmax": 154597.20611572266,
    "ymax": 304951.33728027344,
    "spatialReference": {
     "wkid": 2345,
     "latestWkid": 2345
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
   "displayField": "type",
   "typeIdField": null,
   "fields": [
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeInteger",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "Shape",
     "type": "esriFieldTypeGeometry",
     "alias": "Shape",
     "domain": null
    },
    {
     "name": "type",
     "type": "esriFieldTypeString",
     "alias": "type",
     "length": 50,
     "domain": null
    },
    {
     "name": "OBJECTID_12",
     "type": "esriFieldTypeOID",
     "alias": "FID",
     "domain": null
    },
    {
     "name": "OBJECTID_4",
     "type": "esriFieldTypeInteger",
     "alias": "OBJECTID_4",
     "domain": null
    },
    {
     "name": "ename",
     "type": "esriFieldTypeString",
     "alias": "ename",
     "length": 50,
     "domain": null
    },
    {
     "name": "OBJECTID_1",
     "type": "esriFieldTypeInteger",
     "alias": "OBJECTID_1",
     "domain": null
    }
   ],
   "relationships": [],
   "canModifyLayer": false,
   "canScaleSymbols": false,
   "hasLabels": false,
   "capabilities": "Map,Query,Data",
   "maxRecordCount": 1000,
   "supportsStatistics": true,
   "supportsAdvancedQueries": true,
   "hasZ": true,
   "hasM": true,
   "supportedQueryFormats": "JSON, AMF",
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true
  },
  {
   "currentVersion": 10.2,
   "id": 15,
   "name": "建筑物",
   "type": "Feature Layer",
   "description": "",
   "geometryType": "esriGeometryPolygon",
   "copyrightText": "",
   "parentLayer": {
    "id": 3,
    "name": "1:2000"
   },
   "subLayers": [],
   "minScale": 0,
   "maxScale": 0,
   "drawingInfo": {
    "renderer": {
     "type": "uniqueValue",
     "field1": "RuleID_1",
     "field2": null,
     "field3": null,
     "fieldDelimiter": ", ",
     "defaultSymbol": {
      "type": "esriSFS",
      "style": "esriSFSSolid",
      "color": [
       255,
       0,
       0,
       255
      ],
      "outline": null
     },
     "defaultLabel": "Invalid Rule",
     "uniqueValueInfos": [
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         212,
         255,
         245,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          212,
          255,
          245,
          255
         ],
         "width": 1
        }
       },
       "value": "1",
       "label": "Rule_1",
       "description": null
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         250,
         217,
         134,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          104,
          104,
          104,
          255
         ],
         "width": 1
        }
       },
       "value": "2",
       "label": "Rule_2",
       "description": null
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         168,
         210,
         232,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          104,
          104,
          104,
          255
         ],
         "width": 1
        }
       },
       "value": "3",
       "label": "Rule_3",
       "description": null
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         255,
         247,
         247,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          231,
          223,
          222,
          255
         ],
         "width": 0.4
        }
       },
       "value": "4",
       "label": "Rule_4",
       "description": null
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         255,
         247,
         247,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          231,
          223,
          222,
          255
         ],
         "width": 0.4
        }
       },
       "value": "5",
       "label": "Rule_5",
       "description": null
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         232,
         154,
         82,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          104,
          104,
          104,
          255
         ],
         "width": 1
        }
       },
       "value": "6",
       "label": "Rule_6",
       "description": null
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         168,
         112,
         0,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          104,
          104,
          104,
          255
         ],
         "width": 1
        }
       },
       "value": "7",
       "label": "Rule_7",
       "description": null
      }
     ]
    },
    "transparency": 0,
    "labelingInfo": null
   },
   "defaultVisibility": true,
   "extent": {
    "xmin": 145914.8461303711,
    "ymin": 296595.162109375,
    "xmax": 154421.42510986328,
    "ymax": 304981.79669189453,
    "spatialReference": {
     "wkid": 2345,
     "latestWkid": 2345
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
   "displayField": "MC",
   "typeIdField": null,
   "fields": [
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "Shape",
     "type": "esriFieldTypeGeometry",
     "alias": "Shape",
     "domain": null
    },
    {
     "name": "MC",
     "type": "esriFieldTypeString",
     "alias": "MC",
     "length": 50,
     "domain": null
    },
    {
     "name": "LX",
     "type": "esriFieldTypeString",
     "alias": "LX",
     "length": 50,
     "domain": null
    },
    {
     "name": "MJ",
     "type": "esriFieldTypeDouble",
     "alias": "MJ",
     "domain": null
    },
    {
     "name": "BZ",
     "type": "esriFieldTypeString",
     "alias": "BZ",
     "length": 50,
     "domain": null
    },
    {
     "name": "GXRQ",
     "type": "esriFieldTypeDate",
     "alias": "GXRQ",
     "length": 8,
     "domain": null
    },
    {
     "name": "GXR",
     "type": "esriFieldTypeString",
     "alias": "GXR",
     "length": 50,
     "domain": null
    },
    {
     "name": "GXLY",
     "type": "esriFieldTypeString",
     "alias": "GXLY",
     "length": 50,
     "domain": null
    },
    {
     "name": "DH",
     "type": "esriFieldTypeString",
     "alias": "DH",
     "length": 20,
     "domain": null
    },
    {
     "name": "GD",
     "type": "esriFieldTypeDouble",
     "alias": "GD",
     "domain": null
    },
    {
     "name": "DXCS",
     "type": "esriFieldTypeInteger",
     "alias": "DXCS",
     "domain": null
    },
    {
     "name": "RULEID",
     "type": "esriFieldTypeInteger",
     "alias": "RULEID",
     "domain": null
    },
    {
     "name": "Shape_Length",
     "type": "esriFieldTypeDouble",
     "alias": "Shape_Length",
     "domain": null
    },
    {
     "name": "Shape_Area",
     "type": "esriFieldTypeDouble",
     "alias": "Shape_Area",
     "domain": null
    },
    {
     "name": "RuleID_1",
     "type": "esriFieldTypeInteger",
     "alias": "RuleID_1",
     "domain": {
      "type": "codedValue",
      "name": "建筑物_Rep_Rules",
      "codedValues": [
       {
        "name": "Rule_1",
        "code": 1
       },
       {
        "name": "Rule_2",
        "code": 2
       },
       {
        "name": "Rule_3",
        "code": 3
       },
       {
        "name": "Rule_4",
        "code": 4
       },
       {
        "name": "Rule_5",
        "code": 5
       },
       {
        "name": "Rule_6",
        "code": 6
       },
       {
        "name": "Rule_7",
        "code": 7
       },
       {
        "name": "自由式制图表达",
        "code": -1
       }
      ]
     }
    },
    {
     "name": "CS",
     "type": "esriFieldTypeInteger",
     "alias": "CS",
     "domain": null
    },
    {
     "name": "type",
     "type": "esriFieldTypeString",
     "alias": "type",
     "length": 50,
     "domain": null
    },
    {
     "name": "QSLX",
     "type": "esriFieldTypeString",
     "alias": "QSLX",
     "length": 50,
     "domain": null
    },
    {
     "name": "FWLX",
     "type": "esriFieldTypeString",
     "alias": "FWLX",
     "length": 50,
     "domain": null
    }
   ],
   "relationships": [],
   "canModifyLayer": false,
   "canScaleSymbols": false,
   "hasLabels": false,
   "capabilities": "Map,Query,Data",
   "maxRecordCount": 1000,
   "supportsStatistics": true,
   "supportsAdvancedQueries": true,
   "hasZ": true,
   "hasM": true,
   "supportedQueryFormats": "JSON, AMF",
   "effectiveMaxScale": 1001,
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true
  },
  {
   "currentVersion": 10.2,
   "id": 16,
   "name": "面",
   "type": "Feature Layer",
   "description": "",
   "geometryType": "esriGeometryPolygon",
   "copyrightText": "",
   "parentLayer": {
    "id": 3,
    "name": "1:2000"
   },
   "subLayers": [],
   "minScale": 0,
   "maxScale": 0,
   "drawingInfo": {
    "renderer": {
     "type": "uniqueValue",
     "field1": "type",
     "field2": null,
     "field3": null,
     "fieldDelimiter": ", ",
     "defaultSymbol": null,
     "defaultLabel": null,
     "uniqueValueInfos": [
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         229,
         229,
         228,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          178,
          178,
          178,
          255
         ],
         "width": 0.4
        }
       },
       "value": "人行路",
       "label": "人行路",
       "description": ""
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSForwardDiagonal",
        "color": [
         178,
         178,
         178,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          178,
          178,
          178,
          255
         ],
         "width": 0.4
        }
       },
       "value": "其他",
       "label": "其他",
       "description": ""
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         210,
         255,
         190,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          110,
          110,
          110,
          255
         ],
         "width": 0.4
        }
       },
       "value": "后退绿地",
       "label": "后退绿地",
       "description": ""
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         88,
         124,
         141,
         255
        ],
        "outline": null
       },
       "value": "地下建筑物出入口",
       "label": "地下建筑物出入口",
       "description": ""
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         205,
         170,
         102,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          110,
          110,
          110,
          255
         ],
         "width": 0.4
        }
       },
       "value": "建筑",
       "label": "建筑",
       "description": ""
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         0,
         112,
         255,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          110,
          110,
          110,
          255
         ],
         "width": 0.4
        }
       },
       "value": "水系",
       "label": "水系",
       "description": ""
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         183,
         205,
         145,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          110,
          110,
          110,
          255
         ],
         "width": 0.4
        }
       },
       "value": "绿地",
       "label": "绿地",
       "description": ""
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         194,
         198,
         207,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          156,
          156,
          156,
          255
         ],
         "width": 0.4
        }
       },
       "value": "车行路",
       "label": "车行路",
       "description": ""
      }
     ]
    },
    "transparency": 0,
    "labelingInfo": null
   },
   "defaultVisibility": true,
   "extent": {
    "xmin": 145901.09008789062,
    "ymin": 296580.63592529297,
    "xmax": 154745.00427246094,
    "ymax": 305011.1135253906,
    "spatialReference": {
     "wkid": 2345,
     "latestWkid": 2345
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
   "displayField": "Entity",
   "typeIdField": null,
   "fields": [
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "Shape",
     "type": "esriFieldTypeGeometry",
     "alias": "Shape",
     "domain": null
    },
    {
     "name": "Entity",
     "type": "esriFieldTypeString",
     "alias": "Entity",
     "length": 16,
     "domain": null
    },
    {
     "name": "Layer",
     "type": "esriFieldTypeString",
     "alias": "Layer",
     "length": 254,
     "domain": null
    },
    {
     "name": "Color",
     "type": "esriFieldTypeSmallInteger",
     "alias": "Color",
     "domain": null
    },
    {
     "name": "Linetype",
     "type": "esriFieldTypeString",
     "alias": "Linetype",
     "length": 254,
     "domain": null
    },
    {
     "name": "Elevation",
     "type": "esriFieldTypeDouble",
     "alias": "Elevation",
     "domain": null
    },
    {
     "name": "LineWt",
     "type": "esriFieldTypeSmallInteger",
     "alias": "LineWt",
     "domain": null
    },
    {
     "name": "RefName",
     "type": "esriFieldTypeString",
     "alias": "RefName",
     "length": 254,
     "domain": null
    },
    {
     "name": "type",
     "type": "esriFieldTypeString",
     "alias": "type",
     "length": 50,
     "domain": null
    },
    {
     "name": "Shape_Length",
     "type": "esriFieldTypeDouble",
     "alias": "Shape_Length",
     "domain": null
    },
    {
     "name": "Shape_Area",
     "type": "esriFieldTypeDouble",
     "alias": "Shape_Area",
     "domain": null
    },
    {
     "name": "Shape_Leng",
     "type": "esriFieldTypeDouble",
     "alias": "Shape_Leng",
     "domain": null
    },
    {
     "name": "Id",
     "type": "esriFieldTypeInteger",
     "alias": "Id",
     "domain": null
    },
    {
     "name": "层数",
     "type": "esriFieldTypeString",
     "alias": "层数",
     "length": 50,
     "domain": null
    },
    {
     "name": "备注",
     "type": "esriFieldTypeString",
     "alias": "备注",
     "length": 50,
     "domain": null
    }
   ],
   "relationships": [],
   "canModifyLayer": false,
   "canScaleSymbols": false,
   "hasLabels": false,
   "capabilities": "Map,Query,Data",
   "maxRecordCount": 1000,
   "supportsStatistics": true,
   "supportsAdvancedQueries": true,
   "hasZ": true,
   "hasM": true,
   "supportedQueryFormats": "JSON, AMF",
   "effectiveMaxScale": 1001,
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true
  },
  {
   "currentVersion": 10.2,
   "id": 17,
   "name": "1:1000",
   "type": "Group Layer",
   "description": "",
   "geometryType": null,
   "copyrightText": "",
   "parentLayer": null,
   "subLayers": [
    {
     "id": 18,
     "name": "建筑物注记10002021"
    },
    {
     "id": 20,
     "name": "建筑物注记1000_1"
    },
    {
     "id": 22,
     "name": "新建筑物"
    },
    {
     "id": 23,
     "name": "地界"
    },
    {
     "id": 24,
     "name": "居民地设施"
    },
    {
     "id": 25,
     "name": "树木"
    },
    {
     "id": 26,
     "name": "地上出入口"
    },
    {
     "id": 27,
     "name": "地下出入口"
    },
    {
     "id": 28,
     "name": "建筑物"
    },
    {
     "id": 29,
     "name": "面"
    }
   ],
   "minScale": 1000,
   "maxScale": 0,
   "defaultVisibility": true,
   "extent": {
    "xmin": 145901.08087158203,
    "ymin": 296580.63592529297,
    "xmax": 154745.00427246094,
    "ymax": 305011.1135253906,
    "spatialReference": {
     "wkid": 2345,
     "latestWkid": 2345
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeNone",
   "displayField": "",
   "typeIdField": null,
   "fields": null,
   "relationships": [],
   "canModifyLayer": false,
   "canScaleSymbols": false,
   "hasLabels": false,
   "capabilities": "Map,Query",
   "supportsStatistics": false,
   "supportsAdvancedQueries": false,
   "supportedQueryFormats": "JSON, AMF",
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true
  },
  {
   "currentVersion": 10.2,
   "id": 18,
   "name": "建筑物注记10002021",
   "type": "Annotation Layer",
   "description": "",
   "geometryType": "esriGeometryPolygon",
   "copyrightText": "",
   "parentLayer": {
    "id": 17,
    "name": "1:1000"
   },
   "subLayers": [
    {
     "id": 19,
     "name": "默认"
    }
   ],
   "minScale": 0,
   "maxScale": 0,
   "defaultVisibility": true,
   "extent": {
    "xmin": 145923.8078169548,
    "ymin": 296600.5633833717,
    "xmax": 154654.99429504998,
    "ymax": 304976.1690008596,
    "spatialReference": {
     "wkid": 2345,
     "latestWkid": 2345
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
   "displayField": "TextString",
   "typeIdField": null,
   "fields": [
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "SHAPE",
     "type": "esriFieldTypeGeometry",
     "alias": "SHAPE",
     "domain": null
    },
    {
     "name": "FeatureID",
     "type": "esriFieldTypeInteger",
     "alias": "FeatureID",
     "domain": null
    },
    {
     "name": "ZOrder",
     "type": "esriFieldTypeInteger",
     "alias": "ZOrder",
     "domain": null
    },
    {
     "name": "AnnotationClassID",
     "type": "esriFieldTypeInteger",
     "alias": "AnnotationClassID",
     "domain": null
    },
    {
     "name": "SymbolID",
     "type": "esriFieldTypeInteger",
     "alias": "SymbolID",
     "domain": null
    },
    {
     "name": "Status",
     "type": "esriFieldTypeSmallInteger",
     "alias": "Status",
     "domain": {
      "type": "codedValue",
      "name": "AnnotationStatus",
      "codedValues": [
       {
        "name": "已放置",
        "code": 0
       },
       {
        "name": "未放置",
        "code": 1
       }
      ]
     }
    },
    {
     "name": "TextString",
     "type": "esriFieldTypeString",
     "alias": "TextString",
     "length": 255,
     "domain": null
    },
    {
     "name": "FontName",
     "type": "esriFieldTypeString",
     "alias": "FontName",
     "length": 255,
     "domain": null
    },
    {
     "name": "FontSize",
     "type": "esriFieldTypeDouble",
     "alias": "FontSize",
     "domain": null
    },
    {
     "name": "Bold",
     "type": "esriFieldTypeSmallInteger",
     "alias": "Bold",
     "domain": {
      "type": "codedValue",
      "name": "布尔型符号值",
      "codedValues": [
       {
        "name": "是",
        "code": 1
       },
       {
        "name": "无",
        "code": 0
       }
      ]
     }
    },
    {
     "name": "Italic",
     "type": "esriFieldTypeSmallInteger",
     "alias": "Italic",
     "domain": {
      "type": "codedValue",
      "name": "布尔型符号值",
      "codedValues": [
       {
        "name": "是",
        "code": 1
       },
       {
        "name": "无",
        "code": 0
       }
      ]
     }
    },
    {
     "name": "Underline",
     "type": "esriFieldTypeSmallInteger",
     "alias": "Underline",
     "domain": {
      "type": "codedValue",
      "name": "布尔型符号值",
      "codedValues": [
       {
        "name": "是",
        "code": 1
       },
       {
        "name": "无",
        "code": 0
       }
      ]
     }
    },
    {
     "name": "VerticalAlignment",
     "type": "esriFieldTypeSmallInteger",
     "alias": "VerticalAlignment",
     "domain": {
      "type": "codedValue",
      "name": "垂直对齐",
      "codedValues": [
       {
        "name": "上",
        "code": 0
       },
       {
        "name": "居中",
        "code": 1
       },
       {
        "name": "基线",
        "code": 2
       },
       {
        "name": "下",
        "code": 3
       }
      ]
     }
    },
    {
     "name": "HorizontalAlignment",
     "type": "esriFieldTypeSmallInteger",
     "alias": "HorizontalAlignment",
     "domain": {
      "type": "codedValue",
      "name": "水平对齐",
      "codedValues": [
       {
        "name": "左",
        "code": 0
       },
       {
        "name": "居中",
        "code": 1
       },
       {
        "name": "右",
        "code": 2
       },
       {
        "name": "全部",
        "code": 3
       }
      ]
     }
    },
    {
     "name": "XOffset",
     "type": "esriFieldTypeDouble",
     "alias": "XOffset",
     "domain": null
    },
    {
     "name": "YOffset",
     "type": "esriFieldTypeDouble",
     "alias": "YOffset",
     "domain": null
    },
    {
     "name": "Angle",
     "type": "esriFieldTypeDouble",
     "alias": "Angle",
     "domain": null
    },
    {
     "name": "FontLeading",
     "type": "esriFieldTypeDouble",
     "alias": "FontLeading",
     "domain": null
    },
    {
     "name": "WordSpacing",
     "type": "esriFieldTypeDouble",
     "alias": "WordSpacing",
     "domain": null
    },
    {
     "name": "CharacterWidth",
     "type": "esriFieldTypeDouble",
     "alias": "CharacterWidth",
     "domain": null
    },
    {
     "name": "CharacterSpacing",
     "type": "esriFieldTypeDouble",
     "alias": "CharacterSpacing",
     "domain": null
    },
    {
     "name": "FlipAngle",
     "type": "esriFieldTypeDouble",
     "alias": "FlipAngle",
     "domain": null
    },
    {
     "name": "Override",
     "type": "esriFieldTypeInteger",
     "alias": "Override",
     "domain": null
    },
    {
     "name": "Entity",
     "type": "esriFieldTypeString",
     "alias": "Entity",
     "length": 16,
     "domain": null
    },
    {
     "name": "Handle",
     "type": "esriFieldTypeString",
     "alias": "Handle",
     "length": 16,
     "domain": null
    },
    {
     "name": "Owner",
     "type": "esriFieldTypeString",
     "alias": "Owner",
     "length": 16,
     "domain": null
    },
    {
     "name": "Layer",
     "type": "esriFieldTypeString",
     "alias": "Layer",
     "length": 255,
     "domain": null
    },
    {
     "name": "LyrFrzn",
     "type": "esriFieldTypeSmallInteger",
     "alias": "LyrFrzn",
     "domain": null
    },
    {
     "name": "LyrLock",
     "type": "esriFieldTypeSmallInteger",
     "alias": "LyrLock",
     "domain": null
    },
    {
     "name": "LyrOn",
     "type": "esriFieldTypeSmallInteger",
     "alias": "LyrOn",
     "domain": null
    },
    {
     "name": "LyrVPFrzn",
     "type": "esriFieldTypeSmallInteger",
     "alias": "LyrVPFrzn",
     "domain": null
    },
    {
     "name": "LyrHandle",
     "type": "esriFieldTypeString",
     "alias": "LyrHandle",
     "length": 16,
     "domain": null
    },
    {
     "name": "Color",
     "type": "esriFieldTypeSmallInteger",
     "alias": "Color",
     "domain": null
    },
    {
     "name": "EntColor",
     "type": "esriFieldTypeSmallInteger",
     "alias": "EntColor",
     "domain": null
    },
    {
     "name": "LyrColor",
     "type": "esriFieldTypeSmallInteger",
     "alias": "LyrColor",
     "domain": null
    },
    {
     "name": "BlkColor",
     "type": "esriFieldTypeSmallInteger",
     "alias": "BlkColor",
     "domain": null
    },
    {
     "name": "Linetype",
     "type": "esriFieldTypeString",
     "alias": "Linetype",
     "length": 255,
     "domain": null
    },
    {
     "name": "EntLinetype",
     "type": "esriFieldTypeString",
     "alias": "EntLinetype",
     "length": 255,
     "domain": null
    },
    {
     "name": "LyrLnType",
     "type": "esriFieldTypeString",
     "alias": "LyrLnType",
     "length": 255,
     "domain": null
    },
    {
     "name": "BlkLinetype",
     "type": "esriFieldTypeString",
     "alias": "BlkLinetype",
     "length": 255,
     "domain": null
    },
    {
     "name": "Elevation",
     "type": "esriFieldTypeDouble",
     "alias": "Elevation",
     "domain": null
    },
    {
     "name": "Thickness",
     "type": "esriFieldTypeDouble",
     "alias": "Thickness",
     "domain": null
    },
    {
     "name": "LineWt",
     "type": "esriFieldTypeSmallInteger",
     "alias": "LineWt",
     "domain": null
    },
    {
     "name": "EntLineWt",
     "type": "esriFieldTypeSmallInteger",
     "alias": "EntLineWt",
     "domain": null
    },
    {
     "name": "LyrLineWt",
     "type": "esriFieldTypeSmallInteger",
     "alias": "LyrLineWt",
     "domain": null
    },
    {
     "name": "BlkLineWt",
     "type": "esriFieldTypeSmallInteger",
     "alias": "BlkLineWt",
     "domain": null
    },
    {
     "name": "RefName",
     "type": "esriFieldTypeString",
     "alias": "RefName",
     "length": 255,
     "domain": null
    },
    {
     "name": "LTScale",
     "type": "esriFieldTypeDouble",
     "alias": "LTScale",
     "domain": null
    },
    {
     "name": "ExtX",
     "type": "esriFieldTypeDouble",
     "alias": "ExtX",
     "domain": null
    },
    {
     "name": "ExtY",
     "type": "esriFieldTypeDouble",
     "alias": "ExtY",
     "domain": null
    },
    {
     "name": "ExtZ",
     "type": "esriFieldTypeDouble",
     "alias": "ExtZ",
     "domain": null
    },
    {
     "name": "DocName",
     "type": "esriFieldTypeString",
     "alias": "DocName",
     "length": 255,
     "domain": null
    },
    {
     "name": "DocPath",
     "type": "esriFieldTypeString",
     "alias": "DocPath",
     "length": 4096,
     "domain": null
    },
    {
     "name": "DocType",
     "type": "esriFieldTypeString",
     "alias": "DocType",
     "length": 32,
     "domain": null
    },
    {
     "name": "DocVer",
     "type": "esriFieldTypeString",
     "alias": "DocVer",
     "length": 16,
     "domain": null
    },
    {
     "name": "ScaleX",
     "type": "esriFieldTypeDouble",
     "alias": "ScaleX",
     "domain": null
    },
    {
     "name": "ScaleY",
     "type": "esriFieldTypeDouble",
     "alias": "ScaleY",
     "domain": null
    },
    {
     "name": "ScaleZ",
     "type": "esriFieldTypeDouble",
     "alias": "ScaleZ",
     "domain": null
    },
    {
     "name": "Style",
     "type": "esriFieldTypeString",
     "alias": "Style",
     "length": 255,
     "domain": null
    },
    {
     "name": "FontID",
     "type": "esriFieldTypeSmallInteger",
     "alias": "FontID",
     "domain": null
    },
    {
     "name": "Text",
     "type": "esriFieldTypeString",
     "alias": "Text",
     "length": 255,
     "domain": null
    },
    {
     "name": "Height",
     "type": "esriFieldTypeDouble",
     "alias": "Height",
     "domain": null
    },
    {
     "name": "TxtAngle",
     "type": "esriFieldTypeDouble",
     "alias": "TxtAngle",
     "domain": null
    },
    {
     "name": "TxtWidth",
     "type": "esriFieldTypeDouble",
     "alias": "TxtWidth",
     "domain": null
    },
    {
     "name": "TxtOblique",
     "type": "esriFieldTypeDouble",
     "alias": "TxtOblique",
     "domain": null
    },
    {
     "name": "TxtGenType",
     "type": "esriFieldTypeString",
     "alias": "TxtGenType",
     "length": 32,
     "domain": null
    },
    {
     "name": "TxtJust",
     "type": "esriFieldTypeString",
     "alias": "TxtJust",
     "length": 32,
     "domain": null
    },
    {
     "name": "VertAlign",
     "type": "esriFieldTypeString",
     "alias": "VertAlign",
     "length": 32,
     "domain": null
    },
    {
     "name": "TxtFont",
     "type": "esriFieldTypeString",
     "alias": "TxtFont",
     "length": 255,
     "domain": null
    },
    {
     "name": "TxtBoxHt",
     "type": "esriFieldTypeDouble",
     "alias": "TxtBoxHt",
     "domain": null
    },
    {
     "name": "TxtBoxWd",
     "type": "esriFieldTypeDouble",
     "alias": "TxtBoxWd",
     "domain": null
    },
    {
     "name": "TxtRefWd",
     "type": "esriFieldTypeDouble",
     "alias": "TxtRefWd",
     "domain": null
    },
    {
     "name": "TxtAttach",
     "type": "esriFieldTypeSmallInteger",
     "alias": "TxtAttach",
     "domain": null
    },
    {
     "name": "TxtDir",
     "type": "esriFieldTypeSmallInteger",
     "alias": "TxtDir",
     "domain": null
    },
    {
     "name": "LnSpace",
     "type": "esriFieldTypeSmallInteger",
     "alias": "LnSpace",
     "domain": null
    },
    {
     "name": "SpaceFct",
     "type": "esriFieldTypeDouble",
     "alias": "SpaceFct",
     "domain": null
    },
    {
     "name": "TxtMemo",
     "type": "esriFieldTypeString",
     "alias": "TxtMemo",
     "length": 2048,
     "domain": null
    },
    {
     "name": "SHAPE_Length",
     "type": "esriFieldTypeDouble",
     "alias": "SHAPE_Length",
     "domain": null
    },
    {
     "name": "SHAPE_Area",
     "type": "esriFieldTypeDouble",
     "alias": "SHAPE_Area",
     "domain": null
    }
   ],
   "relationships": [],
   "canModifyLayer": false,
   "canScaleSymbols": true,
   "hasLabels": false,
   "capabilities": "Map,Query,Data",
   "maxRecordCount": 1000,
   "supportsStatistics": true,
   "supportsAdvancedQueries": true,
   "supportedQueryFormats": "JSON, AMF",
   "effectiveMinScale": 1000,
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true
  },
  {
   "currentVersion": 10.2,
   "id": 19,
   "name": "默认",
   "type": "Annotation SubLayer",
   "description": "",
   "geometryType": null,
   "copyrightText": "",
   "parentLayer": {
    "id": 18,
    "name": "建筑物注记10002021"
   },
   "subLayers": [],
   "minScale": 0,
   "maxScale": 0,
   "defaultVisibility": true,
   "extent": {
    "xmin": 145923.8078169548,
    "ymin": 296600.5633833717,
    "xmax": 154654.99429504998,
    "ymax": 304976.1690008596,
    "spatialReference": {
     "wkid": 2345,
     "latestWkid": 2345
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeNone",
   "displayField": "",
   "typeIdField": null,
   "fields": null,
   "relationships": [],
   "canModifyLayer": false,
   "canScaleSymbols": false,
   "hasLabels": false,
   "capabilities": "Map,Query",
   "supportsStatistics": false,
   "supportsAdvancedQueries": false,
   "supportedQueryFormats": "JSON, AMF",
   "effectiveMinScale": 1000,
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true
  },
  {
   "currentVersion": 10.2,
   "id": 20,
   "name": "建筑物注记1000_1",
   "type": "Annotation Layer",
   "description": "",
   "geometryType": "esriGeometryPolygon",
   "copyrightText": "",
   "parentLayer": {
    "id": 17,
    "name": "1:1000"
   },
   "subLayers": [
    {
     "id": 21,
     "name": "默认"
    }
   ],
   "minScale": 0,
   "maxScale": 0,
   "defaultVisibility": true,
   "extent": {
    "xmin": 146308.51531982422,
    "ymin": 299087.9948730469,
    "xmax": 148615.29748535156,
    "ymax": 301189.23712158203,
    "spatialReference": {
     "wkid": 2345,
     "latestWkid": 2345
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
   "displayField": "TextString",
   "typeIdField": null,
   "fields": [
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "SHAPE",
     "type": "esriFieldTypeGeometry",
     "alias": "SHAPE",
     "domain": null
    },
    {
     "name": "FeatureID",
     "type": "esriFieldTypeInteger",
     "alias": "FeatureID",
     "domain": null
    },
    {
     "name": "ZOrder",
     "type": "esriFieldTypeInteger",
     "alias": "ZOrder",
     "domain": null
    },
    {
     "name": "AnnotationClassID",
     "type": "esriFieldTypeInteger",
     "alias": "AnnotationClassID",
     "domain": null
    },
    {
     "name": "SymbolID",
     "type": "esriFieldTypeInteger",
     "alias": "SymbolID",
     "domain": null
    },
    {
     "name": "Status",
     "type": "esriFieldTypeSmallInteger",
     "alias": "Status",
     "domain": {
      "type": "codedValue",
      "name": "AnnotationStatus",
      "codedValues": [
       {
        "name": "已放置",
        "code": 0
       },
       {
        "name": "未放置",
        "code": 1
       }
      ]
     }
    },
    {
     "name": "TextString",
     "type": "esriFieldTypeString",
     "alias": "TextString",
     "length": 255,
     "domain": null
    },
    {
     "name": "FontName",
     "type": "esriFieldTypeString",
     "alias": "FontName",
     "length": 255,
     "domain": null
    },
    {
     "name": "FontSize",
     "type": "esriFieldTypeDouble",
     "alias": "FontSize",
     "domain": null
    },
    {
     "name": "Bold",
     "type": "esriFieldTypeSmallInteger",
     "alias": "Bold",
     "domain": {
      "type": "codedValue",
      "name": "布尔型符号值",
      "codedValues": [
       {
        "name": "是",
        "code": 1
       },
       {
        "name": "无",
        "code": 0
       }
      ]
     }
    },
    {
     "name": "Italic",
     "type": "esriFieldTypeSmallInteger",
     "alias": "Italic",
     "domain": {
      "type": "codedValue",
      "name": "布尔型符号值",
      "codedValues": [
       {
        "name": "是",
        "code": 1
       },
       {
        "name": "无",
        "code": 0
       }
      ]
     }
    },
    {
     "name": "Underline",
     "type": "esriFieldTypeSmallInteger",
     "alias": "Underline",
     "domain": {
      "type": "codedValue",
      "name": "布尔型符号值",
      "codedValues": [
       {
        "name": "是",
        "code": 1
       },
       {
        "name": "无",
        "code": 0
       }
      ]
     }
    },
    {
     "name": "VerticalAlignment",
     "type": "esriFieldTypeSmallInteger",
     "alias": "VerticalAlignment",
     "domain": {
      "type": "codedValue",
      "name": "垂直对齐",
      "codedValues": [
       {
        "name": "上",
        "code": 0
       },
       {
        "name": "居中",
        "code": 1
       },
       {
        "name": "基线",
        "code": 2
       },
       {
        "name": "下",
        "code": 3
       }
      ]
     }
    },
    {
     "name": "HorizontalAlignment",
     "type": "esriFieldTypeSmallInteger",
     "alias": "HorizontalAlignment",
     "domain": {
      "type": "codedValue",
      "name": "水平对齐",
      "codedValues": [
       {
        "name": "左",
        "code": 0
       },
       {
        "name": "居中",
        "code": 1
       },
       {
        "name": "右",
        "code": 2
       },
       {
        "name": "全部",
        "code": 3
       }
      ]
     }
    },
    {
     "name": "XOffset",
     "type": "esriFieldTypeDouble",
     "alias": "XOffset",
     "domain": null
    },
    {
     "name": "YOffset",
     "type": "esriFieldTypeDouble",
     "alias": "YOffset",
     "domain": null
    },
    {
     "name": "Angle",
     "type": "esriFieldTypeDouble",
     "alias": "Angle",
     "domain": null
    },
    {
     "name": "FontLeading",
     "type": "esriFieldTypeDouble",
     "alias": "FontLeading",
     "domain": null
    },
    {
     "name": "WordSpacing",
     "type": "esriFieldTypeDouble",
     "alias": "WordSpacing",
     "domain": null
    },
    {
     "name": "CharacterWidth",
     "type": "esriFieldTypeDouble",
     "alias": "CharacterWidth",
     "domain": null
    },
    {
     "name": "CharacterSpacing",
     "type": "esriFieldTypeDouble",
     "alias": "CharacterSpacing",
     "domain": null
    },
    {
     "name": "FlipAngle",
     "type": "esriFieldTypeDouble",
     "alias": "FlipAngle",
     "domain": null
    },
    {
     "name": "Override",
     "type": "esriFieldTypeInteger",
     "alias": "Override",
     "domain": null
    },
    {
     "name": "SHAPE_Length",
     "type": "esriFieldTypeDouble",
     "alias": "SHAPE_Length",
     "domain": null
    },
    {
     "name": "SHAPE_Area",
     "type": "esriFieldTypeDouble",
     "alias": "SHAPE_Area",
     "domain": null
    }
   ],
   "relationships": [],
   "canModifyLayer": false,
   "canScaleSymbols": true,
   "hasLabels": false,
   "capabilities": "Map,Query,Data",
   "maxRecordCount": 1000,
   "supportsStatistics": true,
   "supportsAdvancedQueries": true,
   "supportedQueryFormats": "JSON, AMF",
   "effectiveMinScale": 1000,
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true
  },
  {
   "currentVersion": 10.2,
   "id": 21,
   "name": "默认",
   "type": "Annotation SubLayer",
   "description": "",
   "geometryType": null,
   "copyrightText": "",
   "parentLayer": {
    "id": 20,
    "name": "建筑物注记1000_1"
   },
   "subLayers": [],
   "minScale": 0,
   "maxScale": 0,
   "defaultVisibility": true,
   "extent": {
    "xmin": 146308.51531982422,
    "ymin": 299087.9948730469,
    "xmax": 148615.29748535156,
    "ymax": 301189.23712158203,
    "spatialReference": {
     "wkid": 2345,
     "latestWkid": 2345
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeNone",
   "displayField": "",
   "typeIdField": null,
   "fields": null,
   "relationships": [],
   "canModifyLayer": false,
   "canScaleSymbols": false,
   "hasLabels": false,
   "capabilities": "Map,Query",
   "supportsStatistics": false,
   "supportsAdvancedQueries": false,
   "supportedQueryFormats": "JSON, AMF",
   "effectiveMinScale": 1000,
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true
  },
  {
   "currentVersion": 10.2,
   "id": 22,
   "name": "新建筑物",
   "type": "Feature Layer",
   "description": "",
   "geometryType": "esriGeometryPolygon",
   "copyrightText": "",
   "parentLayer": {
    "id": 17,
    "name": "1:1000"
   },
   "subLayers": [],
   "minScale": 0,
   "maxScale": 0,
   "drawingInfo": {
    "renderer": {
     "type": "uniqueValue",
     "field1": "RuleID",
     "field2": null,
     "field3": null,
     "fieldDelimiter": ", ",
     "defaultSymbol": {
      "type": "esriSFS",
      "style": "esriSFSSolid",
      "color": [
       255,
       0,
       0,
       255
      ],
      "outline": null
     },
     "defaultLabel": "Invalid Rule",
     "uniqueValueInfos": [
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         250,
         217,
         134,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          110,
          110,
          110,
          255
         ],
         "width": 0.4
        }
       },
       "value": "1",
       "label": "Rule_2",
       "description": null
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         168,
         210,
         232,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          110,
          110,
          110,
          255
         ],
         "width": 0.4
        }
       },
       "value": "2",
       "label": "Rule_3",
       "description": null
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         232,
         154,
         82,
         255
        ],
        "outline": null
       },
       "value": "3",
       "label": "Rule_6",
       "description": null
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         168,
         112,
         0,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          98,
          111,
          94,
          255
         ],
         "width": 1
        }
       },
       "value": "4",
       "label": "Rule_7",
       "description": null
      }
     ]
    },
    "transparency": 0,
    "labelingInfo": null
   },
   "defaultVisibility": true,
   "extent": {
    "xmin": 146056.8101196289,
    "ymin": 297079.5061035156,
    "xmax": 154740.63311767578,
    "ymax": 304803.0651245117,
    "spatialReference": {
     "wkid": 2345,
     "latestWkid": 2345
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
   "displayField": "type",
   "typeIdField": null,
   "fields": [
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "Shape",
     "type": "esriFieldTypeGeometry",
     "alias": "Shape",
     "domain": null
    },
    {
     "name": "Id",
     "type": "esriFieldTypeInteger",
     "alias": "Id",
     "domain": null
    },
    {
     "name": "type",
     "type": "esriFieldTypeString",
     "alias": "type",
     "length": 50,
     "domain": null
    },
    {
     "name": "层数",
     "type": "esriFieldTypeString",
     "alias": "层数",
     "length": 50,
     "domain": null
    },
    {
     "name": "备注",
     "type": "esriFieldTypeString",
     "alias": "备注",
     "length": 50,
     "domain": null
    },
    {
     "name": "Shape_Length",
     "type": "esriFieldTypeDouble",
     "alias": "Shape_Length",
     "domain": null
    },
    {
     "name": "Shape_Area",
     "type": "esriFieldTypeDouble",
     "alias": "Shape_Area",
     "domain": null
    },
    {
     "name": "RULE",
     "type": "esriFieldTypeString",
     "alias": "RULE",
     "length": 50,
     "domain": null
    },
    {
     "name": "RuleID",
     "type": "esriFieldTypeInteger",
     "alias": "RuleID",
     "domain": {
      "type": "codedValue",
      "name": "新建筑物_Rep_Rules",
      "codedValues": [
       {
        "name": "Rule_2",
        "code": 1
       },
       {
        "name": "Rule_3",
        "code": 2
       },
       {
        "name": "Rule_6",
        "code": 3
       },
       {
        "name": "Rule_7",
        "code": 4
       },
       {
        "name": "自由式制图表达",
        "code": -1
       }
      ]
     }
    }
   ],
   "relationships": [],
   "canModifyLayer": false,
   "canScaleSymbols": false,
   "hasLabels": false,
   "capabilities": "Map,Query,Data",
   "maxRecordCount": 1000,
   "supportsStatistics": true,
   "supportsAdvancedQueries": true,
   "supportedQueryFormats": "JSON, AMF",
   "effectiveMinScale": 1000,
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true
  },
  {
   "currentVersion": 10.2,
   "id": 23,
   "name": "地界",
   "type": "Feature Layer",
   "description": "",
   "geometryType": "esriGeometryPolygon",
   "copyrightText": "",
   "parentLayer": {
    "id": 17,
    "name": "1:1000"
   },
   "subLayers": [],
   "minScale": 0,
   "maxScale": 0,
   "drawingInfo": {
    "renderer": {
     "type": "simple",
     "symbol": {
      "type": "esriSFS",
      "style": "esriSFSSolid",
      "color": [
       0,
       0,
       0,
       0
      ],
      "outline": {
       "type": "esriSLS",
       "style": "esriSLSDash",
       "color": [
        230,
        0,
        0,
        255
       ],
       "width": 2.5
      }
     },
     "label": "",
     "description": ""
    },
    "transparency": 0,
    "labelingInfo": null
   },
   "defaultVisibility": true,
   "extent": {
    "xmin": 145901.08087158203,
    "ymin": 296580.63592529297,
    "xmax": 154745.00427246094,
    "ymax": 305010.8295288086,
    "spatialReference": {
     "wkid": 2345,
     "latestWkid": 2345
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
   "displayField": "YDXZ",
   "typeIdField": null,
   "fields": [
    {
     "name": "Shape",
     "type": "esriFieldTypeGeometry",
     "alias": "Shape",
     "domain": null
    },
    {
     "name": "Shape_Length",
     "type": "esriFieldTypeDouble",
     "alias": "Shape_Length",
     "domain": null
    },
    {
     "name": "Shape_Area",
     "type": "esriFieldTypeDouble",
     "alias": "Shape_Area",
     "domain": null
    },
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeInteger",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "YDXZ",
     "type": "esriFieldTypeString",
     "alias": "YDXZ",
     "length": 50,
     "domain": null
    },
    {
     "name": "BH",
     "type": "esriFieldTypeString",
     "alias": "BH",
     "length": 50,
     "domain": null
    },
    {
     "name": "YDXZBM",
     "type": "esriFieldTypeString",
     "alias": "YDXZBM",
     "length": 254,
     "domain": null
    },
    {
     "name": "GHMJ",
     "type": "esriFieldTypeDouble",
     "alias": "GHMJ",
     "domain": null
    },
    {
     "name": "RJL",
     "type": "esriFieldTypeString",
     "alias": "RJL",
     "length": 254,
     "domain": null
    },
    {
     "name": "JZMD",
     "type": "esriFieldTypeString",
     "alias": "JZMD",
     "length": 254,
     "domain": null
    },
    {
     "name": "LDL",
     "type": "esriFieldTypeString",
     "alias": "LDL",
     "length": 254,
     "domain": null
    },
    {
     "name": "JZXG",
     "type": "esriFieldTypeString",
     "alias": "JZXG",
     "length": 254,
     "domain": null
    },
    {
     "name": "PTSS",
     "type": "esriFieldTypeString",
     "alias": "PTSS",
     "length": 254,
     "domain": null
    },
    {
     "name": "SSGM",
     "type": "esriFieldTypeString",
     "alias": "SSGM",
     "length": 254,
     "domain": null
    },
    {
     "name": "BZ",
     "type": "esriFieldTypeString",
     "alias": "BZ",
     "length": 254,
     "domain": null
    },
    {
     "name": "STCCODE",
     "type": "esriFieldTypeString",
     "alias": "STCCODE",
     "length": 50,
     "domain": null
    },
    {
     "name": "SSQY",
     "type": "esriFieldTypeString",
     "alias": "SSQY",
     "length": 50,
     "domain": null
    },
    {
     "name": "Shape_Leng",
     "type": "esriFieldTypeDouble",
     "alias": "Shape_Leng",
     "domain": null
    },
    {
     "name": "XQMC",
     "type": "esriFieldTypeString",
     "alias": "XQMC",
     "length": 50,
     "domain": null
    },
    {
     "name": "bj",
     "type": "esriFieldTypeString",
     "alias": "bj",
     "length": 50,
     "domain": null
    },
    {
     "name": "编号",
     "type": "esriFieldTypeInteger",
     "alias": "编号",
     "domain": null
    },
    {
     "name": "OBJECTID_12",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID_12",
     "domain": null
    },
    {
     "name": "Shape_Le_1",
     "type": "esriFieldTypeDouble",
     "alias": "Shape_Le_1",
     "domain": null
    },
    {
     "name": "OBJECTID_1",
     "type": "esriFieldTypeInteger",
     "alias": "OBJECTID_1",
     "domain": null
    },
    {
     "name": "Shape_Le_2",
     "type": "esriFieldTypeDouble",
     "alias": "Shape_Le_2",
     "domain": null
    }
   ],
   "relationships": [],
   "canModifyLayer": false,
   "canScaleSymbols": false,
   "hasLabels": false,
   "capabilities": "Map,Query,Data",
   "maxRecordCount": 1000,
   "supportsStatistics": true,
   "supportsAdvancedQueries": true,
   "supportedQueryFormats": "JSON, AMF",
   "effectiveMinScale": 1000,
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true
  },
  {
   "currentVersion": 10.2,
   "id": 24,
   "name": "居民地设施",
   "type": "Feature Layer",
   "description": "",
   "geometryType": "esriGeometryPolyline",
   "copyrightText": "",
   "parentLayer": {
    "id": 17,
    "name": "1:1000"
   },
   "subLayers": [],
   "minScale": 0,
   "maxScale": 0,
   "drawingInfo": {
    "renderer": {
     "type": "simple",
     "symbol": {
      "type": "esriSLS",
      "style": "esriSLSDashDotDot",
      "color": [
       245,
       122,
       182,
       255
      ],
      "width": 1.5
     },
     "label": "",
     "description": ""
    },
    "transparency": 0,
    "labelingInfo": null
   },
   "defaultVisibility": true,
   "extent": {
    "xmin": 145909.52800000002,
    "ymin": 297929.74462648894,
    "xmax": 154443.45819991064,
    "ymax": 304744.40693693503,
    "spatialReference": {
     "wkid": 2345,
     "latestWkid": 2345
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
   "displayField": "Entity",
   "typeIdField": null,
   "fields": [
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "Shape",
     "type": "esriFieldTypeGeometry",
     "alias": "Shape",
     "domain": null
    },
    {
     "name": "Entity",
     "type": "esriFieldTypeString",
     "alias": "Entity",
     "length": 16,
     "domain": null
    },
    {
     "name": "Layer",
     "type": "esriFieldTypeString",
     "alias": "Layer",
     "length": 255,
     "domain": null
    },
    {
     "name": "Color",
     "type": "esriFieldTypeSmallInteger",
     "alias": "Color",
     "domain": null
    },
    {
     "name": "Linetype",
     "type": "esriFieldTypeString",
     "alias": "Linetype",
     "length": 255,
     "domain": null
    },
    {
     "name": "Elevation",
     "type": "esriFieldTypeDouble",
     "alias": "Elevation",
     "domain": null
    },
    {
     "name": "LineWt",
     "type": "esriFieldTypeSmallInteger",
     "alias": "LineWt",
     "domain": null
    },
    {
     "name": "RefName",
     "type": "esriFieldTypeString",
     "alias": "RefName",
     "length": 255,
     "domain": null
    },
    {
     "name": "type",
     "type": "esriFieldTypeString",
     "alias": "type",
     "length": 50,
     "domain": null
    },
    {
     "name": "Shape_Length",
     "type": "esriFieldTypeDouble",
     "alias": "Shape_Length",
     "domain": null
    }
   ],
   "relationships": [],
   "canModifyLayer": false,
   "canScaleSymbols": false,
   "hasLabels": false,
   "capabilities": "Map,Query,Data",
   "maxRecordCount": 1000,
   "supportsStatistics": true,
   "supportsAdvancedQueries": true,
   "hasZ": true,
   "supportedQueryFormats": "JSON, AMF",
   "effectiveMinScale": 1000,
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true
  },
  {
   "currentVersion": 10.2,
   "id": 25,
   "name": "树木",
   "type": "Feature Layer",
   "description": "",
   "geometryType": "esriGeometryPoint",
   "copyrightText": "",
   "parentLayer": {
    "id": 17,
    "name": "1:1000"
   },
   "subLayers": [],
   "minScale": 0,
   "maxScale": 0,
   "drawingInfo": {
    "renderer": {
     "type": "simple",
     "symbol": {
      "type": "esriPMS",
      "url": "da913203a04c9739ceef3f59fddea191",
      "imageData": "iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAk9JREFUKJGlkstPE1EYxc+9czvtdKYUilCwQBNNABOID4wxcWFcyEpjXJhSTVwYE0KBaHRhWLnQP0CxhZXGjRDYuDVxQeIfoCYaRJpSESVSbKf0MZ3ezsx1UdP4gMTEb/c98svJ+Q7DfxbbbbgYH+uzBT1BII63lrpvn52asv4ZMB+fuCIIHTZCxeHMdiVNVMwvLo2GxYp6DjYPRSbib/YCkIXHsevkkD0qwI9WCpykDH3fBiuePM06i2Sg9EKkWHYhMfFFEOn+SOxhqgF4Fh/zUdBrotO5KJgzWLNrNPm5AErA/D7ZIR7q+bCqB4rcDDNDDh/xdtwFcLUBYJQMCYFb775/C4qMI5dMC+0tXiR3TNiOQ5Nrury6kQ8DwICqLkFgcP7ReCw6mZhlAODYVKF9ttbKFXcyraPFJ6PKLexv8yKT4ygbdQ8VD0NZqp2BjdnoZGKmoYBSQUgZL9uC7khOl5H+aoARCpcb4BZgcgsemYr+Lv9ms1A0kpHm/jBR+uRkxVtXyHW+72DAm8lylE0LVhWgon4hM0pCPVqImq5I5NL08m+AyPj08sLTG+1UspT3H/PgVl1yT9CL7byJKgcKhoVkasfuLbcPAVj8+40lXrJXmF4oc7Vmwe2SgHCoCZoiYzmdh+qhAhXkwNC7aw4ciRSgk+ddSvNh+Av93Z2qFlCVImPUt7VlrmUN8wB1SA4ykrsComMzq3MPxu+FK01tPaLZoVRcwCZ2fEzKn5K0oU136ViHW3s1Ekvc2SuJuHwzsQ5g/Wf7+pfVE+xRPwDBnvAaoPTwQQAAAABJRU5ErkJggg==",
      "contentType": "image/png",
      "width": 12,
      "height": 10,
      "angle": 0,
      "xoffset": 0,
      "yoffset": 0
     },
     "label": "",
     "description": ""
    },
    "transparency": 0,
    "labelingInfo": null
   },
   "defaultVisibility": true,
   "extent": {
    "xmin": 145904.5689086914,
    "ymin": 296589.93127441406,
    "xmax": 154428.19372558594,
    "ymax": 304854.91131591797,
    "spatialReference": {
     "wkid": 2345,
     "latestWkid": 2345
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
   "displayField": "OBJECTID",
   "typeIdField": null,
   "fields": [
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "SHAPE",
     "type": "esriFieldTypeGeometry",
     "alias": "SHAPE",
     "domain": null
    }
   ],
   "relationships": [],
   "canModifyLayer": false,
   "canScaleSymbols": false,
   "hasLabels": false,
   "capabilities": "Map,Query,Data",
   "maxRecordCount": 1000,
   "supportsStatistics": true,
   "supportsAdvancedQueries": true,
   "supportedQueryFormats": "JSON, AMF",
   "effectiveMinScale": 1000,
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true
  },
  {
   "currentVersion": 10.2,
   "id": 26,
   "name": "地上出入口",
   "type": "Feature Layer",
   "description": "",
   "geometryType": "esriGeometryPoint",
   "copyrightText": "",
   "parentLayer": {
    "id": 17,
    "name": "1:1000"
   },
   "subLayers": [],
   "minScale": 0,
   "maxScale": 0,
   "drawingInfo": {
    "renderer": {
     "type": "simple",
     "symbol": {
      "type": "esriPMS",
      "url": "a7f3115cb8dd3baa9046fb77837022e3",
      "imageData": "iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAALpJREFUOI1jYaAyYKGfge4T/uPVubOAkXgDCRkGU4PFUEwDiTEMj6EsGAqggJ2F7d+PLZlMuMxi9JiI1VCEgVhcBtdEAsAZKT///MLpOgyA5EqcBv7fkU89F/7fkY9CS4XM//X8yyc2sg3E4jKiDCPoQjwWkGYgOWGHaeDOAkaSEjUywJoO0QA7C9s/kpIOVgPRXIkelsgAHix4sx6SoT///GIiGJZEFQ7ICnGFKY6iC7eBRGgkz0AyAAAGMUvxwQ85wAAAAABJRU5ErkJggg==",
      "contentType": "image/png",
      "width": 15,
      "height": 15,
      "angle": 0,
      "xoffset": 0,
      "yoffset": 0
     },
     "label": "",
     "description": ""
    },
    "transparency": 0,
    "labelingInfo": [
     {
      "labelPlacement": "esriServerPointLabelPlacementAboveRight",
      "where": null,
      "labelExpression": "[ename]",
      "useCodedValues": true,
      "symbol": {
       "type": "esriTS",
       "color": [
        0,
        0,
        0,
        255
       ],
       "backgroundColor": null,
       "borderLineColor": null,
       "borderLineSize": null,
       "verticalAlignment": "bottom",
       "horizontalAlignment": "center",
       "rightToLeft": false,
       "angle": 0,
       "xoffset": 0,
       "yoffset": 0,
       "kerning": true,
       "haloColor": null,
       "haloSize": null,
       "font": {
        "family": "Microsoft YaHei",
        "size": 10,
        "style": "normal",
        "weight": "normal",
        "decoration": "none"
       }
      },
      "minScale": 0,
      "maxScale": 0
     }
    ]
   },
   "defaultVisibility": true,
   "extent": {
    "xmin": 145904.41888427734,
    "ymin": 296969.9351196289,
    "xmax": 154597.20611572266,
    "ymax": 304951.33728027344,
    "spatialReference": {
     "wkid": 2345,
     "latestWkid": 2345
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
   "displayField": "type",
   "typeIdField": null,
   "fields": [
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeInteger",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "Shape",
     "type": "esriFieldTypeGeometry",
     "alias": "Shape",
     "domain": null
    },
    {
     "name": "type",
     "type": "esriFieldTypeString",
     "alias": "type",
     "length": 50,
     "domain": null
    },
    {
     "name": "OBJECTID_12",
     "type": "esriFieldTypeOID",
     "alias": "FID",
     "domain": null
    },
    {
     "name": "OBJECTID_4",
     "type": "esriFieldTypeInteger",
     "alias": "OBJECTID_4",
     "domain": null
    },
    {
     "name": "ename",
     "type": "esriFieldTypeString",
     "alias": "ename",
     "length": 50,
     "domain": null
    },
    {
     "name": "OBJECTID_1",
     "type": "esriFieldTypeInteger",
     "alias": "OBJECTID_1",
     "domain": null
    }
   ],
   "relationships": [],
   "canModifyLayer": false,
   "canScaleSymbols": false,
   "hasLabels": true,
   "capabilities": "Map,Query,Data",
   "maxRecordCount": 1000,
   "supportsStatistics": true,
   "supportsAdvancedQueries": true,
   "hasZ": true,
   "hasM": true,
   "supportedQueryFormats": "JSON, AMF",
   "effectiveMinScale": 1000,
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true
  },
  {
   "currentVersion": 10.2,
   "id": 27,
   "name": "地下出入口",
   "type": "Feature Layer",
   "description": "",
   "geometryType": "esriGeometryPoint",
   "copyrightText": "",
   "parentLayer": {
    "id": 17,
    "name": "1:1000"
   },
   "subLayers": [],
   "minScale": 0,
   "maxScale": 0,
   "drawingInfo": {
    "renderer": {
     "type": "uniqueValue",
     "field1": "type",
     "field2": null,
     "field3": null,
     "fieldDelimiter": ", ",
     "defaultSymbol": null,
     "defaultLabel": null,
     "uniqueValueInfos": [
      {
       "symbol": {
        "type": "esriPMS",
        "url": "0f21ca919430cc4d74b5c00d2bd21922",
        "imageData": "iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAALtJREFUOI2tk00OgjAUhD8IiazZeSe5hkuRxHMIa6+B1+Ac7roj0UQJC9PmJdLXljir/mS+zjRtwZ9UANB19Y75uAXwIr/RtkMBUMF+IjtsAVUwGJcooOe5pew7N7aya8SApFECplPzln4VZCHyZJ+8IAlZS6WC7F2sJQml+kmUUkcFWUhMHRWUUscLChnle1JBWh2754MlJdIU9UViDomuFvJ+J/lnZM7uZX9NAQFgyB4OZJrLCNTJFKEFs+hE83OUKfUAAAAASUVORK5CYII=",
        "contentType": "image/png",
        "width": 13,
        "height": 13,
        "angle": 0,
        "xoffset": 0,
        "yoffset": 0
       },
       "value": "人行出入口",
       "label": "人行出入口",
       "description": ""
      },
      {
       "symbol": {
        "type": "esriPMS",
        "url": "8eabc4ba318ebc20c0cbaa0fadfa8d8a",
        "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAsAAAAQCAYAAADAvYV+AAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAATBJREFUKJGV0C1PA0EUheF32qEDWRAshhV0E2ho6kgwFQgcqsHimhTBh8XVI/gFpIYafBUQNMEhii6BrNpiNkEsyQzpXvT2I02PvHlycnI1C0SbMHvBUZsHN0uqrnGsY9W7NdKdhgzUgLZzaA1g12RAVLifWlkZHZKqNoBeaPP4IQylGiEVosLDXDxEOsZR93w5SBL1NhOHoewMnexj6SRGLoDTmXjopOXBI6guyKtFriCbhqUI0kxKnBGrvgmygR9KM4X3SRzKEY4ikXoG8ErcpY5zlricwMapFohnAulDRuJYMbDt/bGX5rBjGaRh4cS36gvAA1LDdQrHuWYDu8CAuNBLcu/Jbo2jl8MWqgZuGE+knvDlB8MGgN7yVONjlV/bV98TGDWyiZSDgHIc8/kPKaduyoA77gwAAAAASUVORK5CYII=",
        "contentType": "image/png",
        "width": 8,
        "height": 12,
        "angle": 0,
        "xoffset": 0,
        "yoffset": 0
       },
       "value": "车库出入口",
       "label": "车库出入口",
       "description": ""
      }
     ]
    },
    "transparency": 0,
    "labelingInfo": null
   },
   "defaultVisibility": true,
   "extent": {
    "xmin": 145962.8162841797,
    "ymin": 296714.1270751953,
    "xmax": 154565.98889160156,
    "ymax": 304950.3259277344,
    "spatialReference": {
     "wkid": 2345,
     "latestWkid": 2345
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
   "displayField": "OBJECTID",
   "typeIdField": null,
   "fields": [
    {
     "name": "Shape",
     "type": "esriFieldTypeGeometry",
     "alias": "SHAPE",
     "domain": null
    },
    {
     "name": "type",
     "type": "esriFieldTypeString",
     "alias": "type",
     "length": 50,
     "domain": null
    },
    {
     "name": "OBJECTID_1",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID_1",
     "domain": null
    },
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeInteger",
     "alias": "OBJECTID",
     "domain": null
    }
   ],
   "relationships": [],
   "canModifyLayer": false,
   "canScaleSymbols": false,
   "hasLabels": false,
   "capabilities": "Map,Query,Data",
   "maxRecordCount": 1000,
   "supportsStatistics": true,
   "supportsAdvancedQueries": true,
   "supportedQueryFormats": "JSON, AMF",
   "effectiveMinScale": 1000,
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true
  },
  {
   "currentVersion": 10.2,
   "id": 28,
   "name": "建筑物",
   "type": "Feature Layer",
   "description": "",
   "geometryType": "esriGeometryPolygon",
   "copyrightText": "",
   "parentLayer": {
    "id": 17,
    "name": "1:1000"
   },
   "subLayers": [],
   "minScale": 0,
   "maxScale": 0,
   "drawingInfo": {
    "renderer": {
     "type": "uniqueValue",
     "field1": "RuleID_1",
     "field2": null,
     "field3": null,
     "fieldDelimiter": ", ",
     "defaultSymbol": {
      "type": "esriSFS",
      "style": "esriSFSSolid",
      "color": [
       255,
       0,
       0,
       255
      ],
      "outline": null
     },
     "defaultLabel": "Invalid Rule",
     "uniqueValueInfos": [
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         212,
         255,
         245,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          212,
          255,
          245,
          255
         ],
         "width": 1
        }
       },
       "value": "1",
       "label": "Rule_1",
       "description": null
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         250,
         217,
         134,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          104,
          104,
          104,
          255
         ],
         "width": 1
        }
       },
       "value": "2",
       "label": "Rule_2",
       "description": null
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         168,
         210,
         232,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          104,
          104,
          104,
          255
         ],
         "width": 1
        }
       },
       "value": "3",
       "label": "Rule_3",
       "description": null
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         255,
         247,
         247,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          231,
          223,
          222,
          255
         ],
         "width": 0.4
        }
       },
       "value": "4",
       "label": "Rule_4",
       "description": null
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         255,
         247,
         247,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          231,
          223,
          222,
          255
         ],
         "width": 0.4
        }
       },
       "value": "5",
       "label": "Rule_5",
       "description": null
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         232,
         154,
         82,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          104,
          104,
          104,
          255
         ],
         "width": 1
        }
       },
       "value": "6",
       "label": "Rule_6",
       "description": null
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         168,
         112,
         0,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          104,
          104,
          104,
          255
         ],
         "width": 1
        }
       },
       "value": "7",
       "label": "Rule_7",
       "description": null
      }
     ]
    },
    "transparency": 0,
    "labelingInfo": null
   },
   "defaultVisibility": true,
   "extent": {
    "xmin": 145914.8461303711,
    "ymin": 296595.162109375,
    "xmax": 154421.42510986328,
    "ymax": 304981.79669189453,
    "spatialReference": {
     "wkid": 2345,
     "latestWkid": 2345
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
   "displayField": "MC",
   "typeIdField": null,
   "fields": [
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "Shape",
     "type": "esriFieldTypeGeometry",
     "alias": "Shape",
     "domain": null
    },
    {
     "name": "MC",
     "type": "esriFieldTypeString",
     "alias": "MC",
     "length": 50,
     "domain": null
    },
    {
     "name": "LX",
     "type": "esriFieldTypeString",
     "alias": "LX",
     "length": 50,
     "domain": null
    },
    {
     "name": "MJ",
     "type": "esriFieldTypeDouble",
     "alias": "MJ",
     "domain": null
    },
    {
     "name": "BZ",
     "type": "esriFieldTypeString",
     "alias": "BZ",
     "length": 50,
     "domain": null
    },
    {
     "name": "GXRQ",
     "type": "esriFieldTypeDate",
     "alias": "GXRQ",
     "length": 8,
     "domain": null
    },
    {
     "name": "GXR",
     "type": "esriFieldTypeString",
     "alias": "GXR",
     "length": 50,
     "domain": null
    },
    {
     "name": "GXLY",
     "type": "esriFieldTypeString",
     "alias": "GXLY",
     "length": 50,
     "domain": null
    },
    {
     "name": "DH",
     "type": "esriFieldTypeString",
     "alias": "DH",
     "length": 20,
     "domain": null
    },
    {
     "name": "GD",
     "type": "esriFieldTypeDouble",
     "alias": "GD",
     "domain": null
    },
    {
     "name": "CS",
     "type": "esriFieldTypeInteger",
     "alias": "CS",
     "domain": null
    },
    {
     "name": "DXCS",
     "type": "esriFieldTypeInteger",
     "alias": "DXCS",
     "domain": null
    },
    {
     "name": "RULEID",
     "type": "esriFieldTypeInteger",
     "alias": "RULEID",
     "domain": null
    },
    {
     "name": "RuleID_1",
     "type": "esriFieldTypeInteger",
     "alias": "RuleID_1",
     "domain": {
      "type": "codedValue",
      "name": "建筑物_Rep_Rules",
      "codedValues": [
       {
        "name": "Rule_1",
        "code": 1
       },
       {
        "name": "Rule_2",
        "code": 2
       },
       {
        "name": "Rule_3",
        "code": 3
       },
       {
        "name": "Rule_4",
        "code": 4
       },
       {
        "name": "Rule_5",
        "code": 5
       },
       {
        "name": "Rule_6",
        "code": 6
       },
       {
        "name": "Rule_7",
        "code": 7
       },
       {
        "name": "自由式制图表达",
        "code": -1
       }
      ]
     }
    },
    {
     "name": "Shape_Length",
     "type": "esriFieldTypeDouble",
     "alias": "Shape_Length",
     "domain": null
    },
    {
     "name": "Shape_Area",
     "type": "esriFieldTypeDouble",
     "alias": "Shape_Area",
     "domain": null
    },
    {
     "name": "type",
     "type": "esriFieldTypeString",
     "alias": "type",
     "length": 50,
     "domain": null
    },
    {
     "name": "QSLX",
     "type": "esriFieldTypeString",
     "alias": "QSLX",
     "length": 50,
     "domain": null
    },
    {
     "name": "FWLX",
     "type": "esriFieldTypeString",
     "alias": "FWLX",
     "length": 50,
     "domain": null
    }
   ],
   "relationships": [],
   "canModifyLayer": false,
   "canScaleSymbols": false,
   "hasLabels": false,
   "capabilities": "Map,Query,Data",
   "maxRecordCount": 1000,
   "supportsStatistics": true,
   "supportsAdvancedQueries": true,
   "hasZ": true,
   "hasM": true,
   "supportedQueryFormats": "JSON, AMF",
   "effectiveMinScale": 1000,
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true
  },
  {
   "currentVersion": 10.2,
   "id": 29,
   "name": "面",
   "type": "Feature Layer",
   "description": "",
   "geometryType": "esriGeometryPolygon",
   "copyrightText": "",
   "parentLayer": {
    "id": 17,
    "name": "1:1000"
   },
   "subLayers": [],
   "minScale": 0,
   "maxScale": 0,
   "drawingInfo": {
    "renderer": {
     "type": "uniqueValue",
     "field1": "type",
     "field2": null,
     "field3": null,
     "fieldDelimiter": ", ",
     "defaultSymbol": null,
     "defaultLabel": null,
     "uniqueValueInfos": [
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         210,
         255,
         190,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          110,
          110,
          110,
          255
         ],
         "width": 0.4
        }
       },
       "value": "后退绿地",
       "label": "后退绿地",
       "description": ""
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         183,
         205,
         145,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          110,
          110,
          110,
          255
         ],
         "width": 0.4
        }
       },
       "value": "绿地",
       "label": "绿地",
       "description": ""
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         229,
         229,
         228,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          178,
          178,
          178,
          255
         ],
         "width": 0.4
        }
       },
       "value": "人行路",
       "label": "人行路",
       "description": ""
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         194,
         198,
         207,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          156,
          156,
          156,
          255
         ],
         "width": 0.4
        }
       },
       "value": "车行路",
       "label": "车行路",
       "description": ""
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSForwardDiagonal",
        "color": [
         178,
         178,
         178,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          178,
          178,
          178,
          255
         ],
         "width": 0.4
        }
       },
       "value": "其他",
       "label": "其他",
       "description": ""
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         88,
         124,
         141,
         255
        ],
        "outline": null
       },
       "value": "地下建筑物出入口",
       "label": "地下建筑物出入口",
       "description": ""
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         205,
         170,
         102,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          110,
          110,
          110,
          255
         ],
         "width": 0.4
        }
       },
       "value": "建筑",
       "label": "建筑",
       "description": ""
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         0,
         112,
         255,
         255
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSSolid",
         "color": [
          110,
          110,
          110,
          255
         ],
         "width": 0.4
        }
       },
       "value": "水系",
       "label": "水系",
       "description": ""
      }
     ]
    },
    "transparency": 0,
    "labelingInfo": null
   },
   "defaultVisibility": true,
   "extent": {
    "xmin": 145901.09008789062,
    "ymin": 296580.63592529297,
    "xmax": 154745.00427246094,
    "ymax": 305011.1135253906,
    "spatialReference": {
     "wkid": 2345,
     "latestWkid": 2345
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
   "displayField": "Entity",
   "typeIdField": null,
   "fields": [
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "Shape",
     "type": "esriFieldTypeGeometry",
     "alias": "Shape",
     "domain": null
    },
    {
     "name": "Entity",
     "type": "esriFieldTypeString",
     "alias": "Entity",
     "length": 16,
     "domain": null
    },
    {
     "name": "Layer",
     "type": "esriFieldTypeString",
     "alias": "Layer",
     "length": 254,
     "domain": null
    },
    {
     "name": "Color",
     "type": "esriFieldTypeSmallInteger",
     "alias": "Color",
     "domain": null
    },
    {
     "name": "Linetype",
     "type": "esriFieldTypeString",
     "alias": "Linetype",
     "length": 254,
     "domain": null
    },
    {
     "name": "Elevation",
     "type": "esriFieldTypeDouble",
     "alias": "Elevation",
     "domain": null
    },
    {
     "name": "LineWt",
     "type": "esriFieldTypeSmallInteger",
     "alias": "LineWt",
     "domain": null
    },
    {
     "name": "RefName",
     "type": "esriFieldTypeString",
     "alias": "RefName",
     "length": 254,
     "domain": null
    },
    {
     "name": "type",
     "type": "esriFieldTypeString",
     "alias": "type",
     "length": 50,
     "domain": null
    },
    {
     "name": "Shape_Length",
     "type": "esriFieldTypeDouble",
     "alias": "Shape_Length",
     "domain": null
    },
    {
     "name": "Shape_Area",
     "type": "esriFieldTypeDouble",
     "alias": "Shape_Area",
     "domain": null
    },
    {
     "name": "Shape_Leng",
     "type": "esriFieldTypeDouble",
     "alias": "Shape_Leng",
     "domain": null
    },
    {
     "name": "Id",
     "type": "esriFieldTypeInteger",
     "alias": "Id",
     "domain": null
    },
    {
     "name": "层数",
     "type": "esriFieldTypeString",
     "alias": "层数",
     "length": 50,
     "domain": null
    },
    {
     "name": "备注",
     "type": "esriFieldTypeString",
     "alias": "备注",
     "length": 50,
     "domain": null
    }
   ],
   "relationships": [],
   "canModifyLayer": false,
   "canScaleSymbols": false,
   "hasLabels": false,
   "capabilities": "Map,Query,Data",
   "maxRecordCount": 1000,
   "supportsStatistics": true,
   "supportsAdvancedQueries": true,
   "hasZ": true,
   "hasM": true,
   "supportedQueryFormats": "JSON, AMF",
   "effectiveMinScale": 1000,
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true
  },
  {
   "currentVersion": 10.2,
   "id": 30,
   "name": "道路",
   "type": "Feature Layer",
   "description": "",
   "geometryType": "esriGeometryPolyline",
   "copyrightText": "",
   "parentLayer": null,
   "subLayers": [],
   "minScale": 0,
   "maxScale": 0,
   "drawingInfo": {
    "renderer": {
     "type": "uniqueValue",
     "field1": "GBH",
     "field2": "XZ",
     "field3": null,
     "fieldDelimiter": ", ",
     "defaultSymbol": null,
     "defaultLabel": null,
     "uniqueValueInfos": [
      {
       "symbol": {
        "type": "esriSLS",
        "style": "esriSLSSolid",
        "color": [
         233,
         173,
         81,
         255
        ],
        "width": 4.5
       },
       "value": "420705, 已建",
       "label": "高速, 已建",
       "description": ""
      },
      {
       "symbol": {
        "type": "esriSLS",
        "style": "esriSLSSolid",
        "color": [
         204,
         194,
         162,
         255
        ],
        "width": 4.5
       },
       "value": "420200, 已建",
       "label": "快速路, 已建",
       "description": ""
      },
      {
       "symbol": {
        "type": "esriSLS",
        "style": "esriSLSSolid",
        "color": [
         231,
         226,
         217,
         255
        ],
        "width": 4.8
       },
       "value": "420200, 规划",
       "label": "快速路, 规划",
       "description": ""
      },
      {
       "symbol": {
        "type": "esriSLS",
        "style": "esriSLSSolid",
        "color": [
         204,
         194,
         162,
         255
        ],
        "width": 3.4016
       },
       "value": "420201, 已建",
       "label": "省道, 已建",
       "description": ""
      },
      {
       "symbol": {
        "type": "esriSLS",
        "style": "esriSLSSolid",
        "color": [
         204,
         194,
         162,
         255
        ],
        "width": 4.252
       },
       "value": "420301, 已建",
       "label": "县道, 已建",
       "description": ""
      },
      {
       "symbol": {
        "type": "esriSLS",
        "style": "esriSLSSolid",
        "color": [
         224,
         212,
         156,
         255
        ],
        "width": 3.8
       },
       "value": "430501, 已建",
       "label": "主干道, 已建",
       "description": ""
      },
      {
       "symbol": {
        "type": "esriSLS",
        "style": "esriSLSDash",
        "color": [
         234,
         229,
         208,
         255
        ],
        "width": 3.8
       },
       "value": "430501, 在建",
       "label": "主干道, 在建",
       "description": ""
      },
      {
       "symbol": {
        "type": "esriSLS",
        "style": "esriSLSDash",
        "color": [
         234,
         229,
         208,
         255
        ],
        "width": 3.8
       },
       "value": "430501, 规划",
       "label": "主干道,, 规划",
       "description": ""
      },
      {
       "symbol": {
        "type": "esriSLS",
        "style": "esriSLSSolid",
        "color": [
         225,
         224,
         212,
         255
        ],
        "width": 3.5
       },
       "value": "430502, 已建",
       "label": "次干道, 已建",
       "description": ""
      },
      {
       "symbol": {
        "type": "esriSLS",
        "style": "esriSLSDash",
        "color": [
         234,
         229,
         208,
         255
        ],
        "width": 3.5
       },
       "value": "430502, 在建",
       "label": "次干道, 在建",
       "description": ""
      },
      {
       "symbol": {
        "type": "esriSLS",
        "style": "esriSLSDash",
        "color": [
         234,
         229,
         208,
         255
        ],
        "width": 3.5
       },
       "value": "430502, 规划",
       "label": "次干道, 规划",
       "description": ""
      },
      {
       "symbol": {
        "type": "esriSLS",
        "style": "esriSLSSolid",
        "color": [
         225,
         224,
         212,
         255
        ],
        "width": 3.5
       },
       "value": "430503, 已建",
       "label": "支路, 已建",
       "description": ""
      },
      {
       "symbol": {
        "type": "esriSLS",
        "style": "esriSLSDash",
        "color": [
         234,
         229,
         208,
         255
        ],
        "width": 3.5
       },
       "value": "430503, 在建",
       "label": "支路, 在建",
       "description": ""
      },
      {
       "symbol": {
        "type": "esriSLS",
        "style": "esriSLSDash",
        "color": [
         234,
         229,
         208,
         255
        ],
        "width": 3.5
       },
       "value": "430503, 规划",
       "label": "支路, 规划",
       "description": ""
      },
      {
       "symbol": {
        "type": "esriSLS",
        "style": "esriSLSSolid",
        "color": [
         225,
         224,
         212,
         255
        ],
        "width": 2.8
       },
       "value": "<Null>, 已建",
       "label": "<空>, 已建",
       "description": ""
      },
      {
       "symbol": {
        "type": "esriSLS",
        "style": "esriSLSSolid",
        "color": [
         156,
         156,
         156,
         255
        ],
        "width": 1.2
       },
       "value": "450301, 已建",
       "label": "单层桥, 已建",
       "description": ""
      },
      {
       "symbol": {
        "type": "esriSLS",
        "style": "esriSLSDashDot",
        "color": [
         178,
         178,
         178,
         255
        ],
        "width": 1.2
       },
       "value": "450301, 规划",
       "label": "单层桥, 规划",
       "description": ""
      }
     ]
    },
    "transparency": 0,
    "labelingInfo": null
   },
   "defaultVisibility": true,
   "extent": {
    "xmin": 66120.5513305664,
    "ymin": 260868.53869628906,
    "xmax": 174232.26110839844,
    "ymax": 356717.8950805664,
    "spatialReference": {
     "wkid": 2345,
     "latestWkid": 2345
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
   "displayField": "MC",
   "typeIdField": null,
   "fields": [
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "Shape",
     "type": "esriFieldTypeGeometry",
     "alias": "Shape",
     "domain": null
    },
    {
     "name": "MC",
     "type": "esriFieldTypeString",
     "alias": "名称",
     "length": 50,
     "domain": null
    },
    {
     "name": "MC1",
     "type": "esriFieldTypeString",
     "alias": "名称1",
     "length": 50,
     "domain": null
    },
    {
     "name": "MC2",
     "type": "esriFieldTypeString",
     "alias": "名称2",
     "length": 50,
     "domain": null
    },
    {
     "name": "YWMC",
     "type": "esriFieldTypeString",
     "alias": "英文名称",
     "length": 50,
     "domain": null
    },
    {
     "name": "LX",
     "type": "esriFieldTypeString",
     "alias": "类型",
     "length": 50,
     "domain": null
    },
    {
     "name": "DJ",
     "type": "esriFieldTypeString",
     "alias": "等级",
     "length": 50,
     "domain": null
    },
    {
     "name": "XZ",
     "type": "esriFieldTypeString",
     "alias": "现状",
     "length": 50,
     "domain": null
    },
    {
     "name": "KD",
     "type": "esriFieldTypeDouble",
     "alias": "宽度",
     "domain": null
    },
    {
     "name": "CD",
     "type": "esriFieldTypeDouble",
     "alias": "长度",
     "domain": null
    },
    {
     "name": "GBH",
     "type": "esriFieldTypeString",
     "alias": "国标号",
     "length": 50,
     "domain": null
    },
    {
     "name": "SFJN",
     "type": "esriFieldTypeString",
     "alias": "是否界内",
     "length": 50,
     "domain": null
    },
    {
     "name": "BZ",
     "type": "esriFieldTypeString",
     "alias": "备注",
     "length": 50,
     "domain": null
    },
    {
     "name": "GXRQ",
     "type": "esriFieldTypeDate",
     "alias": "更新日期",
     "length": 8,
     "domain": null
    },
    {
     "name": "GXR",
     "type": "esriFieldTypeString",
     "alias": "更新人",
     "length": 50,
     "domain": null
    },
    {
     "name": "GXLY",
     "type": "esriFieldTypeString",
     "alias": "更新来源",
     "length": 50,
     "domain": null
    },
    {
     "name": "SFYX",
     "type": "esriFieldTypeString",
     "alias": "是否有效",
     "length": 50,
     "domain": null
    },
    {
     "name": "Shape_Length",
     "type": "esriFieldTypeDouble",
     "alias": "Shape_Length",
     "domain": null
    },
    {
     "name": "SHAPE_LENG",
     "type": "esriFieldTypeDouble",
     "alias": "Shape_Leng",
     "domain": null
    },
    {
     "name": "SHAPE_Le_1",
     "type": "esriFieldTypeDouble",
     "alias": "SHAPE_Le_1",
     "domain": null
    }
   ],
   "relationships": [
    {
     "id": 0,
     "name": "道路2000注记",
     "relatedTableId": 0,
     "role": "esriRelRoleOrigin",
     "keyField": "OBJECTID",
     "cardinality": "esriRelCardinalityOneToMany",
     "composite": true
    }
   ],
   "canModifyLayer": false,
   "canScaleSymbols": false,
   "hasLabels": false,
   "capabilities": "Map,Query,Data",
   "maxRecordCount": 1000,
   "supportsStatistics": true,
   "supportsAdvancedQueries": true,
   "supportedQueryFormats": "JSON, AMF",
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true
  }
 ],
 "tables": []
}