{
 "layers": [
  {
   "currentVersion": 11.3,
   "cimVersion": "3.3.0",
   "id": 1,
   "name": "Vejprojekt - fase 3 - detailbesigtigelse - ekstern",
   "type": "Group Layer",
   "description": "",
   "geometryType": null,
   "copyrightText": "",
   "parentLayer": null,
   "subLayers": [
    {
     "id": 2,
     "name": "Vejprojekt - fase 3 - detailbesigtigelse - ekstern - linjer"
    },
    {
     "id": 3,
     "name": "Vejprojekt - fase 3 - detailbesigtigelse - ekstern - omrids"
    },
    {
     "id": 9,
     "name": "Vejprojekt - fase 3 - detailbesigtigelse - ekstern - stationering"
    },
    {
     "id": 4,
     "name": "Vejprojekt - fase 3 - detailbesigtigelse - ekstern - tekster"
    }
   ],
   "minScale": 0,
   "maxScale": 0,
   "defaultVisibility": true,
   "extent": {
    "xmin": 453787.4676999999,
    "ymin": 6062092.4165,
    "xmax": 764461.9148000004,
    "ymax": 6398740.9969999995,
    "spatialReference": {
     "wkid": 25832,
     "latestWkid": 25832,
     "xyTolerance": 0.001,
     "zTolerance": 0.001,
     "mTolerance": 0.001,
     "falseX": -5120900,
     "falseY": -9998100,
     "xyUnits": 10000,
     "falseZ": -100000,
     "zUnits": 10000,
     "falseM": -100000,
     "mUnits": 10000
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeNone",
   "displayField": "",
   "typeIdField": null,
   "subtypeFieldName": null,
   "subtypeField": null,
   "defaultSubtypeCode": null,
   "fields": null,
   "geometryField": {},
   "indexes": [],
   "subtypes": [],
   "relationships": [],
   "canModifyLayer": false,
   "canScaleSymbols": true,
   "hasLabels": false,
   "capabilities": "Map,Query",
   "supportsStatistics": false,
   "supportsExceedsLimitStatistics": false,
   "supportsAdvancedQueries": false,
   "supportedQueryFormats": "JSON, geoJSON, PBF",
   "isDataVersioned": false,
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true,
   "advancedQueryCapabilities": {
    "useStandardizedQueries": true,
    "supportsStatistics": false,
    "supportsPercentileStatistics": false,
    "supportsHavingClause": false,
    "supportsOrderBy": false,
    "supportsDistinct": false,
    "supportsCountDistinct": false,
    "supportsAdvancedQueryRelated": true,
    "supportsQueryRelatedPagination": true,
    "supportsPagination": false,
    "supportsLod": false,
    "supportsQueryWithLodSR": false,
    "supportsTrueCurve": true,
    "supportsQueryWithDatumTransformation": true,
    "supportsReturningQueryExtent": true,
    "supportsQueryWithDistance": true,
    "supportsSqlExpression": false,
    "supportsTimeRelation": true,
    "supportsSqlFormat": false,
    "supportsQueryAnalytic": false,
    "supportsCurrentUserQueries": true
   },
   "supportsDatumTransformation": true,
   "dateFieldsTimeReference": null,
   "preferredTimeReference": null,
   "datesInUnknownTimezone": false,
   "hasMetadata": true,
   "isDataArchived": false,
   "archivingInfo": {
    "supportsQueryWithHistoricMoment": false,
    "startArchivingMoment": -1
   },
   "supportsCoordinatesQuantization": true,
   "supportsDynamicLegends": false
  },
  {
   "currentVersion": 11.3,
   "cimVersion": "3.3.0",
   "id": 2,
   "name": "Vejprojekt - fase 3 - detailbesigtigelse - ekstern - linjer",
   "type": "Feature Layer",
   "description": "",
   "geometryType": "esriGeometryPolyline",
   "sourceSpatialReference": {
    "wkid": 25832,
    "latestWkid": 25832,
    "xyTolerance": 0.001,
    "zTolerance": 0.001,
    "mTolerance": 0.001,
    "falseX": -5120900,
    "falseY": -9998100,
    "xyUnits": 10000,
    "falseZ": -100000,
    "zUnits": 10000,
    "falseM": 0,
    "mUnits": 1
   },
   "copyrightText": "",
   "parentLayer": {
    "id": 1,
    "name": "Vejprojekt - fase 3 - detailbesigtigelse - ekstern"
   },
   "subLayers": [],
   "minScale": 100000,
   "maxScale": 0,
   "drawingInfo": {
    "renderer": {
     "type": "uniqueValue",
     "valueExpression": "When(\n    // Symbolisering på fagmodeltype\n    $feature.fagmodeltype == 'AFV', \"Afvanding\",\n    $feature.fagmodeltype == 'BA', \"Bassin\",\n    $feature.fagmodeltype == 'BV', \"Bygværker\",\n    $feature.fagmodeltype == 'CL', \"Centerlinje\",\n    $feature.fagmodeltype == 'HGN', \"Hegn\",\n    $feature.fagmodeltype == 'SSK', \"Støjskærm\",\n    $feature.fagmodeltype == 'VL', \"Vandløb\",\n    // Finder \"færdig vej, kant\" ved at finde de rækker som indeholder \"FME_VPD_FV_vejkant_\" i fview.\n    $feature.fagmodeltype == 'FV' && Find(\"FME_VPD_fv_vejkant_\", $feature.fview) ==0 , \"Færdig vej, kant\",\n    // De resterende rækker i fagmodeltypen \"FV\" er blot færdig vej.\n    $feature.fagmodeltype == 'FV', \"Færdig vej\",\n\n    // Symbolisering på fview uden \"vejkant\" eller med \"FME_VPD_bv_\"\n    /*(Find(\"FME_VPD_fv_\", $feature.fview) == 0 &&\n    Find(\"vejkant\", $feature.fview) == -1),\n    \"Færdig vej\",\n\n    // Symbolisering på fview med \"vejkant\"\n    Find(\"FME_VPD_fv_vejkant_\", $feature.fview) == 0, \"Færdig vej, kant\",\n*/\n    // Standardkategori\n    \"Andet\"\n)",
     "valueExpressionTitle": "Custom",
     "uniqueValueGroups": [
      {
       "heading": "Fagmodeltype",
       "classes": [
        {
         "label": "Afvanding",
         "description": "Afvanding",
         "symbol": {
          "type": "esriSLS",
          "style": "esriSLSSolid",
          "color": [
           0,
           0,
           255,
           255
          ],
          "width": 1
         },
         "values": [
          [
           "Afvanding"
          ]
         ]
        },
        {
         "label": "Bassin",
         "description": "Bassin",
         "symbol": {
          "type": "esriSLS",
          "style": "esriSLSSolid",
          "color": [
           115,
           178,
           255,
           255
          ],
          "width": 1
         },
         "values": [
          [
           "Bassin"
          ]
         ]
        },
        {
         "label": "Centerlinje",
         "description": "Centerlinje",
         "symbol": {
          "type": "esriSLS",
          "style": "esriSLSSolid",
          "color": [
           168,
           0,
           0,
           255
          ],
          "width": 1
         },
         "values": [
          [
           "Centerlinje"
          ]
         ]
        },
        {
         "label": "Færdig vej",
         "description": "Færdig vej",
         "symbol": {
          "type": "esriSLS",
          "style": "esriSLSSolid",
          "color": [
           79,
           79,
           79,
           255
          ],
          "width": 1
         },
         "values": [
          [
           "Færdig vej"
          ]
         ]
        },
        {
         "label": "Færdig vej - vejkant",
         "description": "Færdig vej - vejkant",
         "symbol": {
          "type": "esriSLS",
          "style": "esriSLSSolid",
          "color": [
           0,
           0,
           0,
           255
          ],
          "width": 1
         },
         "values": [
          [
           "Færdig vej, kant"
          ]
         ]
        },
        {
         "label": "Hegn",
         "description": "Hegn",
         "symbol": {
          "type": "esriSLS",
          "style": "esriSLSSolid",
          "color": [
           169,
           0,
           230,
           255
          ],
          "width": 1
         },
         "values": [
          [
           "Hegn"
          ]
         ]
        },
        {
         "label": "Støjskærm",
         "description": "Støjskærm",
         "symbol": {
          "type": "esriSLS",
          "style": "esriSLSSolid",
          "color": [
           230,
           152,
           0,
           255
          ],
          "width": 1
         },
         "values": [
          [
           "Støjskærm"
          ]
         ]
        },
        {
         "label": "Vandløb",
         "description": "Vandløb",
         "symbol": {
          "type": "esriSLS",
          "style": "esriSLSSolid",
          "color": [
           0,
           76,
           115,
           255
          ],
          "width": 1
         },
         "values": [
          [
           "Vandløb"
          ]
         ]
        }
       ]
      }
     ],
     "uniqueValueInfos": [
      {
       "symbol": {
        "type": "esriSLS",
        "style": "esriSLSSolid",
        "color": [
         0,
         0,
         255,
         255
        ],
        "width": 1
       },
       "value": "Afvanding",
       "label": "Afvanding"
      },
      {
       "symbol": {
        "type": "esriSLS",
        "style": "esriSLSSolid",
        "color": [
         115,
         178,
         255,
         255
        ],
        "width": 1
       },
       "value": "Bassin",
       "label": "Bassin"
      },
      {
       "symbol": {
        "type": "esriSLS",
        "style": "esriSLSSolid",
        "color": [
         168,
         0,
         0,
         255
        ],
        "width": 1
       },
       "value": "Centerlinje",
       "label": "Centerlinje"
      },
      {
       "symbol": {
        "type": "esriSLS",
        "style": "esriSLSSolid",
        "color": [
         79,
         79,
         79,
         255
        ],
        "width": 1
       },
       "value": "Færdig vej",
       "label": "Færdig vej"
      },
      {
       "symbol": {
        "type": "esriSLS",
        "style": "esriSLSSolid",
        "color": [
         0,
         0,
         0,
         255
        ],
        "width": 1
       },
       "value": "Færdig vej, kant",
       "label": "Færdig vej - vejkant"
      },
      {
       "symbol": {
        "type": "esriSLS",
        "style": "esriSLSSolid",
        "color": [
         169,
         0,
         230,
         255
        ],
        "width": 1
       },
       "value": "Hegn",
       "label": "Hegn"
      },
      {
       "symbol": {
        "type": "esriSLS",
        "style": "esriSLSSolid",
        "color": [
         230,
         152,
         0,
         255
        ],
        "width": 1
       },
       "value": "Støjskærm",
       "label": "Støjskærm"
      },
      {
       "symbol": {
        "type": "esriSLS",
        "style": "esriSLSSolid",
        "color": [
         0,
         76,
         115,
         255
        ],
        "width": 1
       },
       "value": "Vandløb",
       "label": "Vandløb"
      }
     ],
     "fieldDelimiter": ";",
     "authoringInfo": {
      "colorRamp": {
       "type": "multipart",
       "colorRamps": [
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          252,
          222,
          204,
          255
         ],
         "toColor": [
          252,
          222,
          204,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          190,
          182,
          252,
          255
         ],
         "toColor": [
          190,
          182,
          252,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          188,
          252,
          182,
          255
         ],
         "toColor": [
          188,
          252,
          182,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          179,
          252,
          252,
          255
         ],
         "toColor": [
          179,
          252,
          252,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          252,
          179,
          222,
          255
         ],
         "toColor": [
          252,
          179,
          222,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          210,
          221,
          252,
          255
         ],
         "toColor": [
          210,
          221,
          252,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          252,
          249,
          189,
          255
         ],
         "toColor": [
          252,
          249,
          189,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          212,
          252,
          217,
          255
         ],
         "toColor": [
          212,
          252,
          217,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          252,
          185,
          182,
          255
         ],
         "toColor": [
          252,
          185,
          182,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          241,
          207,
          252,
          255
         ],
         "toColor": [
          241,
          207,
          252,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          250,
          179,
          252,
          255
         ],
         "toColor": [
          250,
          179,
          252,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          222,
          252,
          189,
          255
         ],
         "toColor": [
          222,
          252,
          189,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          210,
          242,
          252,
          255
         ],
         "toColor": [
          210,
          242,
          252,
          255
         ]
        }
       ]
      }
     }
    },
    "scaleSymbols": false,
    "transparency": 0,
    "labelingInfo": null
   },
   "defaultVisibility": true,
   "extent": {
    "xmin": 453787.4676999999,
    "ymin": 6062092.4165,
    "xmax": 726647.4007000001,
    "ymax": 6398740.9969999995,
    "spatialReference": {
     "wkid": 25832,
     "latestWkid": 25832,
     "xyTolerance": 0.001,
     "zTolerance": 0.001,
     "mTolerance": 0.001,
     "falseX": -5120900,
     "falseY": -9998100,
     "xyUnits": 10000,
     "falseZ": -100000,
     "zUnits": 10000,
     "falseM": -100000,
     "mUnits": 10000
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
   "displayField": "fname",
   "typeIdField": null,
   "subtypeFieldName": null,
   "subtypeField": null,
   "defaultSubtypeCode": null,
   "fields": [
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "lagnavn",
     "type": "esriFieldTypeString",
     "alias": "lagnavn",
     "length": 80,
     "domain": null
    },
    {
     "name": "fcode",
     "type": "esriFieldTypeString",
     "alias": "fcode",
     "length": 20,
     "domain": null
    },
    {
     "name": "fname",
     "type": "esriFieldTypeString",
     "alias": "fname",
     "length": 200,
     "domain": null
    },
    {
     "name": "fview",
     "type": "esriFieldTypeString",
     "alias": "fview",
     "length": 200,
     "domain": null
    },
    {
     "name": "etape",
     "type": "esriFieldTypeString",
     "alias": "etape",
     "length": 10,
     "domain": null
    },
    {
     "name": "fase",
     "type": "esriFieldTypeString",
     "alias": "fase",
     "length": 5,
     "domain": null
    },
    {
     "name": "fagmodeltype",
     "type": "esriFieldTypeString",
     "alias": "fagmodeltype",
     "length": 5,
     "domain": null
    },
    {
     "name": "disclaim",
     "type": "esriFieldTypeString",
     "alias": "disclaim",
     "length": 400,
     "domain": null
    },
    {
     "name": "tekst",
     "type": "esriFieldTypeString",
     "alias": "tekst",
     "length": 200,
     "domain": null
    },
    {
     "name": "rotation",
     "type": "esriFieldTypeDouble",
     "alias": "rotation",
     "domain": null
    },
    {
     "name": "tekst_str",
     "type": "esriFieldTypeDouble",
     "alias": "tekst_str",
     "domain": null
    },
    {
     "name": "category",
     "type": "esriFieldTypeSmallInteger",
     "alias": "category",
     "domain": null
    },
    {
     "name": "initialer_redigeret",
     "type": "esriFieldTypeString",
     "alias": "initialer_redigeret",
     "length": 20,
     "domain": null
    },
    {
     "name": "dato_redigeret",
     "type": "esriFieldTypeDate",
     "alias": "dato_redigeret",
     "length": 8,
     "domain": null
    },
    {
     "name": "datasaet",
     "type": "esriFieldTypeString",
     "alias": "datasaet",
     "length": 255,
     "domain": null
    },
    {
     "name": "besigt",
     "type": "esriFieldTypeString",
     "alias": "besigt",
     "length": 5,
     "domain": null
    },
    {
     "name": "statename",
     "type": "esriFieldTypeString",
     "alias": "statename",
     "length": 50,
     "domain": null
    },
    {
     "name": "projectwise_ID",
     "type": "esriFieldTypeString",
     "alias": "projectwise_ID",
     "length": 50,
     "domain": null
    },
    {
     "name": "timestamp",
     "type": "esriFieldTypeDate",
     "alias": "timestamp",
     "length": 8,
     "domain": null
    },
    {
     "name": "SHAPE",
     "type": "esriFieldTypeGeometry",
     "alias": "SHAPE",
     "domain": null
    },
    {
     "name": "SHAPE.STLength()",
     "type": "esriFieldTypeDouble",
     "alias": "SHAPE.STLength()",
     "domain": null
    },
    {
     "name": "filnavn",
     "type": "esriFieldTypeString",
     "alias": "filnavn",
     "length": 255,
     "domain": null
    },
    {
     "name": "status",
     "type": "esriFieldTypeString",
     "alias": "status",
     "length": 255,
     "domain": null
    }
   ],
   "geometryField": {
    "name": "SHAPE",
    "type": "esriFieldTypeGeometry",
    "alias": "SHAPE"
   },
   "indexes": [
    {
     "name": "R5411_pk",
     "fields": "OBJECTID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "S4335_idx",
     "fields": "SHAPE",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    }
   ],
   "subtypes": [],
   "relationships": [],
   "canModifyLayer": true,
   "canScaleSymbols": false,
   "hasLabels": false,
   "capabilities": "Map,Query,Data",
   "maxRecordCount": 2000,
   "supportsStatistics": true,
   "supportsExceedsLimitStatistics": true,
   "supportsAdvancedQueries": true,
   "hasZ": true,
   "supportedQueryFormats": "JSON, geoJSON, PBF",
   "isDataVersioned": false,
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true,
   "supportedSpatialRelationships": [
    "esriSpatialRelIntersects",
    "esriSpatialRelContains",
    "esriSpatialRelCrosses",
    "esriSpatialRelEnvelopeIntersects",
    "esriSpatialRelIndexIntersects",
    "esriSpatialRelOverlaps",
    "esriSpatialRelTouches",
    "esriSpatialRelWithin",
    "esriSpatialRelRelation"
   ],
   "advancedQueryCapabilities": {
    "useStandardizedQueries": true,
    "supportsStatistics": true,
    "supportsPercentileStatistics": true,
    "supportsHavingClause": true,
    "supportsOrderBy": true,
    "supportsDistinct": true,
    "supportsCountDistinct": true,
    "supportsAdvancedQueryRelated": true,
    "supportsQueryRelatedPagination": true,
    "supportsPagination": true,
    "supportsLod": false,
    "supportsQueryWithLodSR": false,
    "supportsTrueCurve": true,
    "supportsQueryWithDatumTransformation": true,
    "supportsReturningQueryExtent": true,
    "supportsQueryWithDistance": true,
    "supportsSqlExpression": true,
    "supportsTimeRelation": true,
    "supportsSqlFormat": false,
    "supportsQueryAnalytic": true,
    "supportsCurrentUserQueries": true
   },
   "supportsDatumTransformation": true,
   "advancedQueryAnalyticCapabilities": {
    "supportsLinearRegression": true,
    "supportsAsync": false,
    "supportsPercentileAnalytic": true
   },
   "dateFieldsTimeReference": null,
   "preferredTimeReference": null,
   "datesInUnknownTimezone": false,
   "hasGeometryProperties": true,
   "geometryProperties": {
    "shapeLengthFieldName": "SHAPE.STLength()",
    "units": "esriMeters",
    "mapUnits": {"uwkid": 9001}
   },
   "hasMetadata": true,
   "isDataArchived": false,
   "archivingInfo": {
    "supportsQueryWithHistoricMoment": false,
    "startArchivingMoment": -1
   },
   "supportsCoordinatesQuantization": true,
   "supportsDynamicLegends": true
  },
  {
   "currentVersion": 11.3,
   "cimVersion": "3.3.0",
   "id": 3,
   "name": "Vejprojekt - fase 3 - detailbesigtigelse - ekstern - omrids",
   "type": "Feature Layer",
   "description": "",
   "geometryType": "esriGeometryPolyline",
   "sourceSpatialReference": {
    "wkid": 25832,
    "latestWkid": 25832,
    "xyTolerance": 0.001,
    "zTolerance": 0.001,
    "mTolerance": 0.001,
    "falseX": -5120900,
    "falseY": -9998100,
    "xyUnits": 10000,
    "falseZ": -100000,
    "zUnits": 10000,
    "falseM": 0,
    "mUnits": 1
   },
   "copyrightText": "",
   "parentLayer": {
    "id": 1,
    "name": "Vejprojekt - fase 3 - detailbesigtigelse - ekstern"
   },
   "subLayers": [],
   "minScale": 0,
   "maxScale": 100000,
   "drawingInfo": {
    "renderer": {
     "type": "uniqueValue",
     "field1": "fagmodeltype",
     "uniqueValueGroups": [
      {
       "heading": "Famodeltype",
       "classes": [
        {
         "label": "CL",
         "description": "CL",
         "symbol": {
          "type": "esriSLS",
          "style": "esriSLSSolid",
          "color": [
           168,
           0,
           0,
           255
          ],
          "width": 1
         },
         "values": [
          [
           "CL"
          ]
         ]
        },
        {
         "label": "FV",
         "description": "FV",
         "symbol": {
          "type": "esriSLS",
          "style": "esriSLSSolid",
          "color": [
           0,
           0,
           0,
           255
          ],
          "width": 1
         },
         "values": [
          [
           "FV"
          ]
         ]
        }
       ]
      }
     ],
     "uniqueValueInfos": [
      {
       "symbol": {
        "type": "esriSLS",
        "style": "esriSLSSolid",
        "color": [
         168,
         0,
         0,
         255
        ],
        "width": 1
       },
       "value": "CL",
       "label": "CL"
      },
      {
       "symbol": {
        "type": "esriSLS",
        "style": "esriSLSSolid",
        "color": [
         0,
         0,
         0,
         255
        ],
        "width": 1
       },
       "value": "FV",
       "label": "FV"
      }
     ],
     "fieldDelimiter": ",",
     "authoringInfo": {
      "colorRamp": {
       "type": "multipart",
       "colorRamps": [
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          252,
          222,
          204,
          255
         ],
         "toColor": [
          252,
          222,
          204,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          190,
          182,
          252,
          255
         ],
         "toColor": [
          190,
          182,
          252,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          188,
          252,
          182,
          255
         ],
         "toColor": [
          188,
          252,
          182,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          179,
          252,
          252,
          255
         ],
         "toColor": [
          179,
          252,
          252,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          252,
          179,
          222,
          255
         ],
         "toColor": [
          252,
          179,
          222,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          210,
          221,
          252,
          255
         ],
         "toColor": [
          210,
          221,
          252,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          252,
          249,
          189,
          255
         ],
         "toColor": [
          252,
          249,
          189,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          212,
          252,
          217,
          255
         ],
         "toColor": [
          212,
          252,
          217,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          252,
          185,
          182,
          255
         ],
         "toColor": [
          252,
          185,
          182,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          241,
          207,
          252,
          255
         ],
         "toColor": [
          241,
          207,
          252,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          250,
          179,
          252,
          255
         ],
         "toColor": [
          250,
          179,
          252,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          222,
          252,
          189,
          255
         ],
         "toColor": [
          222,
          252,
          189,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          210,
          242,
          252,
          255
         ],
         "toColor": [
          210,
          242,
          252,
          255
         ]
        }
       ]
      }
     }
    },
    "scaleSymbols": false,
    "transparency": 0,
    "labelingInfo": null
   },
   "defaultVisibility": true,
   "extent": {
    "xmin": 453787.4676999999,
    "ymin": 6062092.4165,
    "xmax": 726646.6350999996,
    "ymax": 6398602.6372,
    "spatialReference": {
     "wkid": 25832,
     "latestWkid": 25832,
     "xyTolerance": 0.001,
     "zTolerance": 0.001,
     "mTolerance": 0.001,
     "falseX": -5120900,
     "falseY": -9998100,
     "xyUnits": 10000,
     "falseZ": -100000,
     "zUnits": 10000,
     "falseM": -100000,
     "mUnits": 10000
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
   "displayField": "etape",
   "typeIdField": null,
   "subtypeFieldName": null,
   "subtypeField": null,
   "defaultSubtypeCode": null,
   "fields": [
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "dato_redigeret",
     "type": "esriFieldTypeDate",
     "alias": "dato_redigeret",
     "length": 8,
     "domain": null
    },
    {
     "name": "besigt",
     "type": "esriFieldTypeString",
     "alias": "besigt",
     "length": 5,
     "domain": null
    },
    {
     "name": "etape",
     "type": "esriFieldTypeString",
     "alias": "etape",
     "length": 10,
     "domain": null
    },
    {
     "name": "fase",
     "type": "esriFieldTypeString",
     "alias": "fase",
     "length": 5,
     "domain": null
    },
    {
     "name": "statename",
     "type": "esriFieldTypeString",
     "alias": "statename",
     "length": 50,
     "domain": null
    },
    {
     "name": "fagmodeltype",
     "type": "esriFieldTypeString",
     "alias": "fagmodeltype",
     "length": 5,
     "domain": null
    },
    {
     "name": "SHAPE",
     "type": "esriFieldTypeGeometry",
     "alias": "SHAPE",
     "domain": null
    },
    {
     "name": "SHAPE.STLength()",
     "type": "esriFieldTypeDouble",
     "alias": "SHAPE.STLength()",
     "domain": null
    }
   ],
   "geometryField": {
    "name": "SHAPE",
    "type": "esriFieldTypeGeometry",
    "alias": "SHAPE"
   },
   "indexes": [
    {
     "name": "R5418_pk",
     "fields": "OBJECTID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "S4342_idx",
     "fields": "SHAPE",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    }
   ],
   "subtypes": [],
   "relationships": [],
   "canModifyLayer": true,
   "canScaleSymbols": false,
   "hasLabels": false,
   "capabilities": "Map,Query,Data",
   "maxRecordCount": 2000,
   "supportsStatistics": true,
   "supportsExceedsLimitStatistics": true,
   "supportsAdvancedQueries": true,
   "hasZ": true,
   "supportedQueryFormats": "JSON, geoJSON, PBF",
   "isDataVersioned": false,
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true,
   "supportedSpatialRelationships": [
    "esriSpatialRelIntersects",
    "esriSpatialRelContains",
    "esriSpatialRelCrosses",
    "esriSpatialRelEnvelopeIntersects",
    "esriSpatialRelIndexIntersects",
    "esriSpatialRelOverlaps",
    "esriSpatialRelTouches",
    "esriSpatialRelWithin",
    "esriSpatialRelRelation"
   ],
   "advancedQueryCapabilities": {
    "useStandardizedQueries": true,
    "supportsStatistics": true,
    "supportsPercentileStatistics": true,
    "supportsHavingClause": true,
    "supportsOrderBy": true,
    "supportsDistinct": true,
    "supportsCountDistinct": true,
    "supportsAdvancedQueryRelated": true,
    "supportsQueryRelatedPagination": true,
    "supportsPagination": true,
    "supportsLod": false,
    "supportsQueryWithLodSR": false,
    "supportsTrueCurve": true,
    "supportsQueryWithDatumTransformation": true,
    "supportsReturningQueryExtent": true,
    "supportsQueryWithDistance": true,
    "supportsSqlExpression": true,
    "supportsTimeRelation": true,
    "supportsSqlFormat": false,
    "supportsQueryAnalytic": true,
    "supportsCurrentUserQueries": true
   },
   "supportsDatumTransformation": true,
   "advancedQueryAnalyticCapabilities": {
    "supportsLinearRegression": true,
    "supportsAsync": false,
    "supportsPercentileAnalytic": true
   },
   "dateFieldsTimeReference": null,
   "preferredTimeReference": null,
   "datesInUnknownTimezone": false,
   "hasGeometryProperties": true,
   "geometryProperties": {
    "shapeLengthFieldName": "SHAPE.STLength()",
    "units": "esriMeters",
    "mapUnits": {"uwkid": 9001}
   },
   "hasMetadata": true,
   "isDataArchived": false,
   "archivingInfo": {
    "supportsQueryWithHistoricMoment": false,
    "startArchivingMoment": -1
   },
   "supportsCoordinatesQuantization": true,
   "supportsDynamicLegends": true
  },
  {
   "currentVersion": 11.3,
   "cimVersion": "3.3.0",
   "id": 9,
   "name": "Vejprojekt - fase 3 - detailbesigtigelse - ekstern - stationering",
   "type": "Feature Layer",
   "description": "",
   "geometryType": "esriGeometryPoint",
   "sourceSpatialReference": {
    "wkid": 25832,
    "latestWkid": 25832,
    "xyTolerance": 0.001,
    "zTolerance": 0.001,
    "mTolerance": 0.001,
    "falseX": -5120900,
    "falseY": -9998100,
    "xyUnits": 10000,
    "falseZ": 0,
    "zUnits": 1,
    "falseM": 0,
    "mUnits": 1
   },
   "copyrightText": "",
   "parentLayer": {
    "id": 1,
    "name": "Vejprojekt - fase 3 - detailbesigtigelse - ekstern"
   },
   "subLayers": [],
   "minScale": 100000,
   "maxScale": 0,
   "drawingInfo": {
    "renderer": {
     "type": "simple",
     "symbol": {
      "type": "esriSMS",
      "style": "esriSMSCircle",
      "color": [
       57,
       168,
       114,
       0
      ],
      "size": 4,
      "angle": 0,
      "xoffset": 0,
      "yoffset": 0,
      "outline": {
       "color": [
        0,
        0,
        0,
        255
       ],
       "width": 0.7
      }
     }
    },
    "scaleSymbols": false,
    "transparency": 0,
    "labelingInfo": [
     {
      "labelExpressionInfo": {
       "expression": "$feature.tekst",
       "title": "Custom"
      },
      "labelPlacement": "esriServerPointLabelPlacementAboveRight",
      "deconflictionStrategy": "dynamic",
      "textLayout": "straight",
      "labelAngleInfo": {
       "angleExpressionInfo": {
        "expression": "$feature[\"rotation\"]",
        "returnType": "number"
       },
       "rotationType": "arithmetic"
      },
      "textOrientation": "page",
      "stackLabel": true,
      "stackAlignment": "dynamic",
      "removeDuplicates": "none",
      "stackRowLength": 24,
      "where": "tekst LIKE '%000%'",
      "useCodedValues": true,
      "maxScale": 0,
      "minScale": 30000,
      "name": "Stationering 1km < 30.000",
      "priority": -1,
      "symbol": {
       "type": "esriTS",
       "color": [
        168,
        0,
        0,
        255
       ],
       "backgroundColor": null,
       "borderLineColor": null,
       "borderLineSize": null,
       "verticalAlignment": "bottom",
       "horizontalAlignment": "left",
       "rightToLeft": false,
       "angle": 0,
       "xoffset": 0,
       "yoffset": 0,
       "kerning": true,
       "haloColor": null,
       "haloSize": null,
       "font": {
        "family": "Arial",
        "size": 12,
        "style": "normal",
        "weight": "bold",
        "decoration": "none"
       }
      }
     },
     {
      "labelExpressionInfo": {
       "expression": "$feature.tekst",
       "title": "Custom"
      },
      "labelPlacement": "esriServerPointLabelPlacementAboveRight",
      "deconflictionStrategy": "dynamic",
      "textLayout": "straight",
      "labelAngleInfo": {
       "angleExpressionInfo": {
        "expression": "$feature[\"rotation\"]",
        "returnType": "number"
       },
       "rotationType": "arithmetic"
      },
      "textOrientation": "page",
      "stackLabel": true,
      "stackAlignment": "dynamic",
      "removeDuplicates": "none",
      "stackRowLength": 24,
      "where": "tekst LIKE '%000%'",
      "useCodedValues": true,
      "maxScale": 30000,
      "minScale": 70000,
      "name": "Stationering 1km > 30.000",
      "priority": -1,
      "symbol": {
       "type": "esriTS",
       "color": [
        168,
        0,
        0,
        255
       ],
       "backgroundColor": null,
       "borderLineColor": null,
       "borderLineSize": null,
       "verticalAlignment": "bottom",
       "horizontalAlignment": "left",
       "rightToLeft": false,
       "angle": 0,
       "xoffset": 0,
       "yoffset": 0,
       "kerning": true,
       "haloColor": null,
       "haloSize": null,
       "font": {
        "family": "Arial",
        "size": 11,
        "style": "normal",
        "weight": "normal",
        "decoration": "none"
       }
      }
     },
     {
      "labelExpressionInfo": {
       "expression": "$feature.tekst",
       "title": "Custom"
      },
      "labelPlacement": "esriServerPointLabelPlacementAboveRight",
      "deconflictionStrategy": "dynamic",
      "textLayout": "straight",
      "labelAngleInfo": {
       "angleExpressionInfo": {
        "expression": "$feature[\"rotation\"]",
        "returnType": "number"
       },
       "rotationType": "arithmetic"
      },
      "textOrientation": "page",
      "stackLabel": true,
      "stackAlignment": "dynamic",
      "removeDuplicates": "none",
      "stackRowLength": 24,
      "where": "tekst NOT LIKE '%000%'",
      "useCodedValues": true,
      "maxScale": 0,
      "minScale": 8000.000000000001,
      "name": "Stationering 100m < 8.000",
      "priority": -1,
      "symbol": {
       "type": "esriTS",
       "color": [
        168,
        0,
        0,
        255
       ],
       "backgroundColor": null,
       "borderLineColor": null,
       "borderLineSize": null,
       "verticalAlignment": "bottom",
       "horizontalAlignment": "left",
       "rightToLeft": false,
       "angle": 0,
       "xoffset": 0,
       "yoffset": 0,
       "kerning": true,
       "haloColor": null,
       "haloSize": null,
       "font": {
        "family": "Arial",
        "size": 11,
        "style": "normal",
        "weight": "normal",
        "decoration": "none"
       }
      }
     },
     {
      "labelExpressionInfo": {
       "expression": "$feature.tekst",
       "title": "Custom"
      },
      "labelPlacement": "esriServerPointLabelPlacementAboveRight",
      "deconflictionStrategy": "dynamic",
      "textLayout": "straight",
      "labelAngleInfo": {
       "angleExpressionInfo": {
        "expression": "$feature[\"rotation\"]",
        "returnType": "number"
       },
       "rotationType": "arithmetic"
      },
      "textOrientation": "page",
      "stackLabel": true,
      "stackAlignment": "dynamic",
      "removeDuplicates": "none",
      "stackRowLength": 24,
      "where": "tekst NOT LIKE '%000%' And tekst LIKE '%500%'",
      "useCodedValues": true,
      "maxScale": 8000.000000000001,
      "minScale": 30000,
      "name": "Stationering 500m >8.000 <30.000",
      "priority": -1,
      "symbol": {
       "type": "esriTS",
       "color": [
        168,
        0,
        0,
        255
       ],
       "backgroundColor": null,
       "borderLineColor": null,
       "borderLineSize": null,
       "verticalAlignment": "bottom",
       "horizontalAlignment": "left",
       "rightToLeft": false,
       "angle": 0,
       "xoffset": 0,
       "yoffset": 0,
       "kerning": true,
       "haloColor": null,
       "haloSize": null,
       "font": {
        "family": "Arial",
        "size": 11,
        "style": "normal",
        "weight": "normal",
        "decoration": "none"
       }
      }
     }
    ]
   },
   "defaultVisibility": true,
   "extent": {
    "xmin": 455083.8383999998,
    "ymin": 6075302.110200001,
    "xmax": 764461.9148000004,
    "ymax": 6332093.2753,
    "spatialReference": {
     "wkid": 25832,
     "latestWkid": 25832,
     "xyTolerance": 0.001,
     "zTolerance": 0.001,
     "mTolerance": 0.001,
     "falseX": -5120900,
     "falseY": -9998100,
     "xyUnits": 10000,
     "falseZ": -100000,
     "zUnits": 10000,
     "falseM": -100000,
     "mUnits": 10000
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
   "displayField": "fname",
   "typeIdField": null,
   "subtypeFieldName": null,
   "subtypeField": null,
   "defaultSubtypeCode": null,
   "fields": [
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "lagnavn",
     "type": "esriFieldTypeString",
     "alias": "lagnavn",
     "length": 80,
     "domain": null
    },
    {
     "name": "tekst",
     "type": "esriFieldTypeString",
     "alias": "tekst",
     "length": 200,
     "domain": null
    },
    {
     "name": "rotation",
     "type": "esriFieldTypeDouble",
     "alias": "rotation",
     "domain": null
    },
    {
     "name": "tekst_str",
     "type": "esriFieldTypeDouble",
     "alias": "tekst_str",
     "domain": null
    },
    {
     "name": "fcode",
     "type": "esriFieldTypeString",
     "alias": "fcode",
     "length": 20,
     "domain": null
    },
    {
     "name": "fname",
     "type": "esriFieldTypeString",
     "alias": "fname",
     "length": 200,
     "domain": null
    },
    {
     "name": "category",
     "type": "esriFieldTypeSmallInteger",
     "alias": "category",
     "domain": null
    },
    {
     "name": "fview",
     "type": "esriFieldTypeString",
     "alias": "fview",
     "length": 20,
     "domain": null
    },
    {
     "name": "initialer_redigeret",
     "type": "esriFieldTypeString",
     "alias": "initialer_redigeret",
     "length": 20,
     "domain": null
    },
    {
     "name": "dato_redigeret",
     "type": "esriFieldTypeDate",
     "alias": "dato_redigeret",
     "length": 8,
     "domain": null
    },
    {
     "name": "datasaet",
     "type": "esriFieldTypeString",
     "alias": "datasaet",
     "length": 255,
     "domain": null
    },
    {
     "name": "besigt",
     "type": "esriFieldTypeString",
     "alias": "besigt",
     "length": 5,
     "domain": null
    },
    {
     "name": "etape",
     "type": "esriFieldTypeString",
     "alias": "etape",
     "length": 10,
     "domain": null
    },
    {
     "name": "fase",
     "type": "esriFieldTypeString",
     "alias": "fase",
     "length": 5,
     "domain": null
    },
    {
     "name": "statename",
     "type": "esriFieldTypeString",
     "alias": "statename",
     "length": 50,
     "domain": null
    },
    {
     "name": "projectwise_ID",
     "type": "esriFieldTypeString",
     "alias": "projectwise_ID",
     "length": 50,
     "domain": null
    },
    {
     "name": "fagmodeltype",
     "type": "esriFieldTypeString",
     "alias": "fagmodeltype",
     "length": 5,
     "domain": null
    },
    {
     "name": "timestamp",
     "type": "esriFieldTypeDate",
     "alias": "timestamp",
     "length": 8,
     "domain": null
    },
    {
     "name": "disclaim",
     "type": "esriFieldTypeString",
     "alias": "disclaim",
     "length": 400,
     "domain": null
    },
    {
     "name": "SHAPE",
     "type": "esriFieldTypeGeometry",
     "alias": "SHAPE",
     "domain": null
    },
    {
     "name": "filnavn",
     "type": "esriFieldTypeString",
     "alias": "filnavn",
     "length": 255,
     "domain": null
    },
    {
     "name": "status",
     "type": "esriFieldTypeString",
     "alias": "status",
     "length": 255,
     "domain": null
    }
   ],
   "geometryField": {
    "name": "SHAPE",
    "type": "esriFieldTypeGeometry",
    "alias": "SHAPE"
   },
   "indexes": [
    {
     "name": "R5408_pk",
     "fields": "OBJECTID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "S4332_idx",
     "fields": "SHAPE",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    }
   ],
   "subtypes": [],
   "relationships": [],
   "canModifyLayer": true,
   "canScaleSymbols": false,
   "hasLabels": true,
   "capabilities": "Map,Query,Data",
   "maxRecordCount": 2000,
   "supportsStatistics": true,
   "supportsExceedsLimitStatistics": true,
   "supportsAdvancedQueries": true,
   "supportedQueryFormats": "JSON, geoJSON, PBF",
   "isDataVersioned": false,
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true,
   "supportedSpatialRelationships": [
    "esriSpatialRelIntersects",
    "esriSpatialRelContains",
    "esriSpatialRelCrosses",
    "esriSpatialRelEnvelopeIntersects",
    "esriSpatialRelIndexIntersects",
    "esriSpatialRelOverlaps",
    "esriSpatialRelTouches",
    "esriSpatialRelWithin",
    "esriSpatialRelRelation"
   ],
   "advancedQueryCapabilities": {
    "useStandardizedQueries": true,
    "supportsStatistics": true,
    "supportsPercentileStatistics": true,
    "supportsHavingClause": true,
    "supportsOrderBy": true,
    "supportsDistinct": true,
    "supportsCountDistinct": true,
    "supportsAdvancedQueryRelated": true,
    "supportsQueryRelatedPagination": true,
    "supportsPagination": true,
    "supportsLod": false,
    "supportsQueryWithLodSR": false,
    "supportsTrueCurve": true,
    "supportsQueryWithDatumTransformation": true,
    "supportsReturningQueryExtent": true,
    "supportsQueryWithDistance": true,
    "supportsSqlExpression": true,
    "supportsTimeRelation": true,
    "supportsSqlFormat": false,
    "supportsQueryAnalytic": true,
    "supportsCurrentUserQueries": true
   },
   "supportsDatumTransformation": true,
   "advancedQueryAnalyticCapabilities": {
    "supportsLinearRegression": true,
    "supportsAsync": false,
    "supportsPercentileAnalytic": true
   },
   "dateFieldsTimeReference": null,
   "preferredTimeReference": null,
   "datesInUnknownTimezone": false,
   "hasMetadata": true,
   "isDataArchived": false,
   "archivingInfo": {
    "supportsQueryWithHistoricMoment": false,
    "startArchivingMoment": -1
   },
   "supportsCoordinatesQuantization": true,
   "supportsDynamicLegends": true
  },
  {
   "currentVersion": 11.3,
   "cimVersion": "3.3.0",
   "id": 4,
   "name": "Vejprojekt - fase 3 - detailbesigtigelse - ekstern - tekster",
   "type": "Feature Layer",
   "description": "",
   "geometryType": "esriGeometryPoint",
   "sourceSpatialReference": {
    "wkid": 25832,
    "latestWkid": 25832,
    "xyTolerance": 0.001,
    "zTolerance": 0.001,
    "mTolerance": 0.001,
    "falseX": -5120900,
    "falseY": -9998100,
    "xyUnits": 10000,
    "falseZ": 0,
    "zUnits": 1,
    "falseM": 0,
    "mUnits": 1
   },
   "copyrightText": "",
   "parentLayer": {
    "id": 1,
    "name": "Vejprojekt - fase 3 - detailbesigtigelse - ekstern"
   },
   "subLayers": [],
   "minScale": 100000,
   "maxScale": 0,
   "referenceScale": 500.0,
   "drawingInfo": {
    "renderer": {
     "type": "simple",
     "symbol": {
      "type": "esriSMS",
      "style": "esriSMSCircle",
      "color": [
       57,
       168,
       114,
       0
      ],
      "size": 4,
      "angle": 0,
      "xoffset": 0,
      "yoffset": 0,
      "outline": {
       "color": [
        0,
        0,
        0,
        255
       ],
       "width": 0.7
      }
     }
    },
    "scaleSymbols": true,
    "transparency": 0,
    "labelingInfo": [
     {
      "labelExpressionInfo": {
       "expression": "$feature.tekst",
       "title": "Custom"
      },
      "labelPlacement": "esriServerPointLabelPlacementCenterRight",
      "deconflictionStrategy": "none",
      "textLayout": "straight",
      "labelAngleInfo": {
       "angleExpressionInfo": {
        "expression": "$feature[\"rotation\"]",
        "returnType": "number"
       },
       "rotationType": "arithmetic"
      },
      "textOrientation": "direction",
      "stackLabel": true,
      "stackAlignment": "dynamic",
      "removeDuplicates": "none",
      "stackRowLength": 24,
      "where": "fagmodeltype = 'AFV' And tekst <> 'V'",
      "useCodedValues": true,
      "maxScale": 0,
      "minScale": 10000,
      "name": "Afvanding - alle tekster ens størrelse",
      "priority": -1,
      "symbol": {
       "type": "esriTS",
       "color": [
        0,
        0,
        255,
        255
       ],
       "backgroundColor": null,
       "borderLineColor": null,
       "borderLineSize": null,
       "verticalAlignment": "bottom",
       "horizontalAlignment": "left",
       "rightToLeft": false,
       "angle": 0,
       "xoffset": 0,
       "yoffset": 0,
       "kerning": true,
       "haloColor": null,
       "haloSize": null,
       "font": {
        "family": "Arial",
        "size": 6,
        "style": "normal",
        "weight": "normal",
        "decoration": "none"
       }
      }
     },
     {
      "labelExpressionInfo": {
       "expression": "$feature.tekst",
       "title": "Custom"
      },
      "labelPlacement": "esriServerPointLabelPlacementCenterCenter",
      "deconflictionStrategy": "none",
      "textLayout": "straight",
      "labelAngleInfo": {
       "angleExpressionInfo": {
        "expression": "$feature[\"rotation\"]",
        "returnType": "number"
       },
       "rotationType": "arithmetic"
      },
      "textOrientation": "direction",
      "stackLabel": true,
      "stackAlignment": "dynamic",
      "removeDuplicates": "none",
      "stackRowLength": 24,
      "where": "fagmodeltype = 'AFV' And tekst = 'V'",
      "useCodedValues": true,
      "maxScale": 0,
      "minScale": 10000,
      "name": "Afvanding - faldpile",
      "priority": -1,
      "symbol": {
       "type": "esriTS",
       "color": [
        0,
        0,
        255,
        255
       ],
       "backgroundColor": null,
       "borderLineColor": null,
       "borderLineSize": null,
       "verticalAlignment": "bottom",
       "horizontalAlignment": "left",
       "rightToLeft": false,
       "angle": 0,
       "xoffset": 0,
       "yoffset": 0,
       "kerning": true,
       "haloColor": null,
       "haloSize": null,
       "font": {
        "family": "Arial",
        "size": 10,
        "style": "normal",
        "weight": "normal",
        "decoration": "none"
       }
      }
     }
    ]
   },
   "defaultVisibility": true,
   "extent": {
    "xmin": 455083.8383999998,
    "ymin": 6075302.110200001,
    "xmax": 764461.9148000004,
    "ymax": 6332093.2753,
    "spatialReference": {
     "wkid": 25832,
     "latestWkid": 25832,
     "xyTolerance": 0.001,
     "zTolerance": 0.001,
     "mTolerance": 0.001,
     "falseX": -5120900,
     "falseY": -9998100,
     "xyUnits": 10000,
     "falseZ": -100000,
     "zUnits": 10000,
     "falseM": -100000,
     "mUnits": 10000
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
   "displayField": "fname",
   "typeIdField": null,
   "subtypeFieldName": null,
   "subtypeField": null,
   "defaultSubtypeCode": null,
   "fields": [
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "lagnavn",
     "type": "esriFieldTypeString",
     "alias": "lagnavn",
     "length": 80,
     "domain": null
    },
    {
     "name": "tekst",
     "type": "esriFieldTypeString",
     "alias": "tekst",
     "length": 200,
     "domain": null
    },
    {
     "name": "rotation",
     "type": "esriFieldTypeDouble",
     "alias": "rotation",
     "domain": null
    },
    {
     "name": "tekst_str",
     "type": "esriFieldTypeDouble",
     "alias": "tekst_str",
     "domain": null
    },
    {
     "name": "fcode",
     "type": "esriFieldTypeString",
     "alias": "fcode",
     "length": 20,
     "domain": null
    },
    {
     "name": "fname",
     "type": "esriFieldTypeString",
     "alias": "fname",
     "length": 200,
     "domain": null
    },
    {
     "name": "category",
     "type": "esriFieldTypeSmallInteger",
     "alias": "category",
     "domain": null
    },
    {
     "name": "fview",
     "type": "esriFieldTypeString",
     "alias": "fview",
     "length": 20,
     "domain": null
    },
    {
     "name": "initialer_redigeret",
     "type": "esriFieldTypeString",
     "alias": "initialer_redigeret",
     "length": 20,
     "domain": null
    },
    {
     "name": "dato_redigeret",
     "type": "esriFieldTypeDate",
     "alias": "dato_redigeret",
     "length": 8,
     "domain": null
    },
    {
     "name": "datasaet",
     "type": "esriFieldTypeString",
     "alias": "datasaet",
     "length": 255,
     "domain": null
    },
    {
     "name": "besigt",
     "type": "esriFieldTypeString",
     "alias": "besigt",
     "length": 5,
     "domain": null
    },
    {
     "name": "etape",
     "type": "esriFieldTypeString",
     "alias": "etape",
     "length": 10,
     "domain": null
    },
    {
     "name": "fase",
     "type": "esriFieldTypeString",
     "alias": "fase",
     "length": 5,
     "domain": null
    },
    {
     "name": "statename",
     "type": "esriFieldTypeString",
     "alias": "statename",
     "length": 50,
     "domain": null
    },
    {
     "name": "projectwise_ID",
     "type": "esriFieldTypeString",
     "alias": "projectwise_ID",
     "length": 50,
     "domain": null
    },
    {
     "name": "fagmodeltype",
     "type": "esriFieldTypeString",
     "alias": "fagmodeltype",
     "length": 5,
     "domain": null
    },
    {
     "name": "timestamp",
     "type": "esriFieldTypeDate",
     "alias": "timestamp",
     "length": 8,
     "domain": null
    },
    {
     "name": "disclaim",
     "type": "esriFieldTypeString",
     "alias": "disclaim",
     "length": 400,
     "domain": null
    },
    {
     "name": "SHAPE",
     "type": "esriFieldTypeGeometry",
     "alias": "SHAPE",
     "domain": null
    },
    {
     "name": "filnavn",
     "type": "esriFieldTypeString",
     "alias": "filnavn",
     "length": 255,
     "domain": null
    },
    {
     "name": "status",
     "type": "esriFieldTypeString",
     "alias": "status",
     "length": 255,
     "domain": null
    }
   ],
   "geometryField": {
    "name": "SHAPE",
    "type": "esriFieldTypeGeometry",
    "alias": "SHAPE"
   },
   "indexes": [
    {
     "name": "R5408_pk",
     "fields": "OBJECTID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "S4332_idx",
     "fields": "SHAPE",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    }
   ],
   "subtypes": [],
   "relationships": [],
   "canModifyLayer": true,
   "canScaleSymbols": true,
   "hasLabels": true,
   "capabilities": "Map,Query,Data",
   "maxRecordCount": 2000,
   "supportsStatistics": true,
   "supportsExceedsLimitStatistics": true,
   "supportsAdvancedQueries": true,
   "supportedQueryFormats": "JSON, geoJSON, PBF",
   "isDataVersioned": false,
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true,
   "supportedSpatialRelationships": [
    "esriSpatialRelIntersects",
    "esriSpatialRelContains",
    "esriSpatialRelCrosses",
    "esriSpatialRelEnvelopeIntersects",
    "esriSpatialRelIndexIntersects",
    "esriSpatialRelOverlaps",
    "esriSpatialRelTouches",
    "esriSpatialRelWithin",
    "esriSpatialRelRelation"
   ],
   "advancedQueryCapabilities": {
    "useStandardizedQueries": true,
    "supportsStatistics": true,
    "supportsPercentileStatistics": true,
    "supportsHavingClause": true,
    "supportsOrderBy": true,
    "supportsDistinct": true,
    "supportsCountDistinct": true,
    "supportsAdvancedQueryRelated": true,
    "supportsQueryRelatedPagination": true,
    "supportsPagination": true,
    "supportsLod": false,
    "supportsQueryWithLodSR": false,
    "supportsTrueCurve": true,
    "supportsQueryWithDatumTransformation": true,
    "supportsReturningQueryExtent": true,
    "supportsQueryWithDistance": true,
    "supportsSqlExpression": true,
    "supportsTimeRelation": true,
    "supportsSqlFormat": false,
    "supportsQueryAnalytic": true,
    "supportsCurrentUserQueries": true
   },
   "supportsDatumTransformation": true,
   "advancedQueryAnalyticCapabilities": {
    "supportsLinearRegression": true,
    "supportsAsync": false,
    "supportsPercentileAnalytic": true
   },
   "dateFieldsTimeReference": null,
   "preferredTimeReference": null,
   "datesInUnknownTimezone": false,
   "hasMetadata": true,
   "isDataArchived": false,
   "archivingInfo": {
    "supportsQueryWithHistoricMoment": false,
    "startArchivingMoment": -1
   },
   "supportsCoordinatesQuantization": true,
   "supportsDynamicLegends": true
  },
  {
   "currentVersion": 11.3,
   "cimVersion": "3.3.0",
   "id": 5,
   "name": "Ekspropriation - fase 3 - detailbesigtigelse - ekstern",
   "type": "Group Layer",
   "description": "",
   "geometryType": null,
   "copyrightText": "",
   "parentLayer": null,
   "subLayers": [
    {
     "id": 6,
     "name": "Ekspropriation - fase 3 - detailbesigtigelse - ekstern - linjer"
    },
    {
     "id": 7,
     "name": "Ekspropriation - fase 3 - detailbesigtigelse - ekstern - polygoner"
    }
   ],
   "minScale": 0,
   "maxScale": 0,
   "defaultVisibility": true,
   "extent": {
    "xmin": 455439.74650000036,
    "ymin": 6073254.688200001,
    "xmax": 726941.2525000004,
    "ymax": 6371291.3565,
    "spatialReference": {
     "wkid": 25832,
     "latestWkid": 25832,
     "xyTolerance": 0.001,
     "zTolerance": 0.001,
     "mTolerance": 0.001,
     "falseX": -5120900,
     "falseY": -9998100,
     "xyUnits": 10000,
     "falseZ": -100000,
     "zUnits": 10000,
     "falseM": -100000,
     "mUnits": 10000
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeNone",
   "displayField": "",
   "typeIdField": null,
   "subtypeFieldName": null,
   "subtypeField": null,
   "defaultSubtypeCode": null,
   "fields": null,
   "geometryField": {},
   "indexes": [],
   "subtypes": [],
   "relationships": [],
   "canModifyLayer": false,
   "canScaleSymbols": true,
   "hasLabels": false,
   "capabilities": "Map,Query",
   "supportsStatistics": false,
   "supportsExceedsLimitStatistics": false,
   "supportsAdvancedQueries": false,
   "supportedQueryFormats": "JSON, geoJSON, PBF",
   "isDataVersioned": false,
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true,
   "advancedQueryCapabilities": {
    "useStandardizedQueries": true,
    "supportsStatistics": false,
    "supportsPercentileStatistics": false,
    "supportsHavingClause": false,
    "supportsOrderBy": false,
    "supportsDistinct": false,
    "supportsCountDistinct": false,
    "supportsAdvancedQueryRelated": true,
    "supportsQueryRelatedPagination": true,
    "supportsPagination": false,
    "supportsLod": false,
    "supportsQueryWithLodSR": false,
    "supportsTrueCurve": true,
    "supportsQueryWithDatumTransformation": true,
    "supportsReturningQueryExtent": true,
    "supportsQueryWithDistance": true,
    "supportsSqlExpression": false,
    "supportsTimeRelation": true,
    "supportsSqlFormat": false,
    "supportsQueryAnalytic": false,
    "supportsCurrentUserQueries": true
   },
   "supportsDatumTransformation": true,
   "dateFieldsTimeReference": null,
   "preferredTimeReference": null,
   "datesInUnknownTimezone": false,
   "hasMetadata": true,
   "isDataArchived": false,
   "archivingInfo": {
    "supportsQueryWithHistoricMoment": false,
    "startArchivingMoment": -1
   },
   "supportsCoordinatesQuantization": true,
   "supportsDynamicLegends": false
  },
  {
   "currentVersion": 11.3,
   "cimVersion": "3.3.0",
   "id": 6,
   "name": "Ekspropriation - fase 3 - detailbesigtigelse - ekstern - linjer",
   "type": "Feature Layer",
   "description": "",
   "geometryType": "esriGeometryPolyline",
   "sourceSpatialReference": {
    "wkid": 25832,
    "latestWkid": 25832,
    "xyTolerance": 0.001,
    "zTolerance": 0.001,
    "mTolerance": 0.001,
    "falseX": -5120900,
    "falseY": -9998100,
    "xyUnits": 10000,
    "falseZ": 0,
    "zUnits": 1,
    "falseM": 0,
    "mUnits": 1
   },
   "copyrightText": "",
   "parentLayer": {
    "id": 5,
    "name": "Ekspropriation - fase 3 - detailbesigtigelse - ekstern"
   },
   "subLayers": [],
   "minScale": 100000,
   "maxScale": 0,
   "drawingInfo": {
    "renderer": {
     "type": "uniqueValue",
     "field1": "lagnavn",
     "uniqueValueGroups": [
      {
       "heading": "Ekspropriationstype",
       "classes": [
        {
         "label": "Midlertidig brug",
         "description": "Midlertidig brug",
         "symbol": {
          "type": "esriSLS",
          "style": "esriSLSDash",
          "color": [
           0,
           255,
           0,
           255
          ],
          "width": 1
         },
         "values": [
          [
           "TX_A_FKT_ArbAr"
          ],
          [
           "Midlertidig brug"
          ]
         ]
        },
        {
         "label": "Nye jordfordelingsskel",
         "description": "Nye jordfordelingsskel",
         "symbol": {
          "type": "esriSLS",
          "style": "esriSLSDash",
          "color": [
           0,
           0,
           0,
           255
          ],
          "width": 1
         },
         "values": [
          [
           "TK_A_BAS_Skl--"
          ],
          [
           "Nye jordfordelingskel"
          ],
          [
           "Jordfordelingsskel"
          ]
         ]
        },
        {
         "label": "Permanent til vejareal",
         "description": "Permanent til vejareal",
         "symbol": {
          "type": "esriSLS",
          "style": "esriSLSDash",
          "color": [
           255,
           0,
           0,
           255
          ],
          "width": 1
         },
         "values": [
          [
           "TK_A_BAS_Skl--_VEJ"
          ],
          [
           "Ekspropriationsgrænser"
          ]
         ]
        },
        {
         "label": "Servitutbelagt areal",
         "description": "Servitutbelagt areal",
         "symbol": {
          "type": "esriSLS",
          "style": "esriSLSDash",
          "color": [
           230,
           230,
           0,
           255
          ],
          "width": 2
         },
         "values": [
          [
           "TK_A_ADM_Serv-"
          ],
          [
           "Servitutgrænser"
          ]
         ]
        }
       ]
      }
     ],
     "uniqueValueInfos": [
      {
       "symbol": {
        "type": "esriSLS",
        "style": "esriSLSDash",
        "color": [
         0,
         255,
         0,
         255
        ],
        "width": 1
       },
       "value": "TX_A_FKT_ArbAr",
       "label": "Midlertidig brug"
      },
      {
       "symbol": {
        "type": "esriSLS",
        "style": "esriSLSDash",
        "color": [
         0,
         255,
         0,
         255
        ],
        "width": 1
       },
       "value": "Midlertidig brug",
       "label": "Midlertidig brug"
      },
      {
       "symbol": {
        "type": "esriSLS",
        "style": "esriSLSDash",
        "color": [
         0,
         0,
         0,
         255
        ],
        "width": 1
       },
       "value": "TK_A_BAS_Skl--",
       "label": "Nye jordfordelingsskel"
      },
      {
       "symbol": {
        "type": "esriSLS",
        "style": "esriSLSDash",
        "color": [
         0,
         0,
         0,
         255
        ],
        "width": 1
       },
       "value": "Nye jordfordelingskel",
       "label": "Nye jordfordelingsskel"
      },
      {
       "symbol": {
        "type": "esriSLS",
        "style": "esriSLSDash",
        "color": [
         0,
         0,
         0,
         255
        ],
        "width": 1
       },
       "value": "Jordfordelingsskel",
       "label": "Nye jordfordelingsskel"
      },
      {
       "symbol": {
        "type": "esriSLS",
        "style": "esriSLSDash",
        "color": [
         255,
         0,
         0,
         255
        ],
        "width": 1
       },
       "value": "TK_A_BAS_Skl--_VEJ",
       "label": "Permanent til vejareal"
      },
      {
       "symbol": {
        "type": "esriSLS",
        "style": "esriSLSDash",
        "color": [
         255,
         0,
         0,
         255
        ],
        "width": 1
       },
       "value": "Ekspropriationsgrænser",
       "label": "Permanent til vejareal"
      },
      {
       "symbol": {
        "type": "esriSLS",
        "style": "esriSLSDash",
        "color": [
         230,
         230,
         0,
         255
        ],
        "width": 2
       },
       "value": "TK_A_ADM_Serv-",
       "label": "Servitutbelagt areal"
      },
      {
       "symbol": {
        "type": "esriSLS",
        "style": "esriSLSDash",
        "color": [
         230,
         230,
         0,
         255
        ],
        "width": 2
       },
       "value": "Servitutgrænser",
       "label": "Servitutbelagt areal"
      }
     ],
     "fieldDelimiter": ",",
     "authoringInfo": {
      "colorRamp": {
       "type": "multipart",
       "colorRamps": [
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          0,
          255,
          195,
          255
         ],
         "toColor": [
          0,
          255,
          195,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          0,
          115,
          76,
          255
         ],
         "toColor": [
          0,
          115,
          76,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          0,
          76,
          168,
          255
         ],
         "toColor": [
          0,
          76,
          168,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          102,
          119,
          204,
          255
         ],
         "toColor": [
          102,
          119,
          204,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          0,
          38,
          115,
          255
         ],
         "toColor": [
          0,
          38,
          115,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          191,
          210,
          255,
          255
         ],
         "toColor": [
          191,
          210,
          255,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          166,
          206,
          227,
          255
         ],
         "toColor": [
          166,
          206,
          227,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          31,
          121,
          181,
          255
         ],
         "toColor": [
          31,
          121,
          181,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          177,
          222,
          138,
          255
         ],
         "toColor": [
          177,
          222,
          138,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          76,
          230,
          0,
          255
         ],
         "toColor": [
          76,
          230,
          0,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          165,
          245,
          122,
          255
         ],
         "toColor": [
          165,
          245,
          122,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          112,
          168,
          0,
          255
         ],
         "toColor": [
          112,
          168,
          0,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          51,
          161,
          43,
          255
         ],
         "toColor": [
          51,
          161,
          43,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          250,
          154,
          152,
          255
         ],
         "toColor": [
          250,
          154,
          152,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          230,
          0,
          168,
          255
         ],
         "toColor": [
          230,
          0,
          168,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          168,
          0,
          230,
          255
         ],
         "toColor": [
          168,
          0,
          230,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          170,
          102,
          204,
          255
         ],
         "toColor": [
          170,
          102,
          204,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          168,
          0,
          0,
          255
         ],
         "toColor": [
          168,
          0,
          0,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          115,
          0,
          0,
          255
         ],
         "toColor": [
          115,
          0,
          0,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          245,
          122,
          122,
          255
         ],
         "toColor": [
          245,
          122,
          122,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          227,
          25,
          28,
          255
         ],
         "toColor": [
          227,
          25,
          28,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          252,
          191,
          111,
          255
         ],
         "toColor": [
          252,
          191,
          111,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          230,
          230,
          0,
          255
         ],
         "toColor": [
          230,
          230,
          0,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          115,
          115,
          0,
          255
         ],
         "toColor": [
          115,
          115,
          0,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          255,
          128,
          0,
          255
         ],
         "toColor": [
          255,
          128,
          0,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          168,
          56,
          0,
          255
         ],
         "toColor": [
          168,
          56,
          0,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          255,
          85,
          0,
          255
         ],
         "toColor": [
          255,
          85,
          0,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          202,
          178,
          214,
          255
         ],
         "toColor": [
          202,
          178,
          214,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          106,
          61,
          153,
          255
         ],
         "toColor": [
          106,
          61,
          153,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          255,
          255,
          153,
          255
         ],
         "toColor": [
          255,
          255,
          153,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          176,
          88,
          40,
          255
         ],
         "toColor": [
          176,
          88,
          40,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          105,
          105,
          105,
          255
         ],
         "toColor": [
          105,
          105,
          105,
          255
         ]
        }
       ]
      }
     }
    },
    "scaleSymbols": false,
    "transparency": 0,
    "labelingInfo": [
     {
      "labelExpressionInfo": {
       "expression": "when(\n// symboliserer på fview\n$feature.fview == \"FME_VPD_cl_3\",$feature.tekst,\" \")",
       "title": "Custom"
      },
      "labelPlacement": "esriServerLinePlacementAboveAlong",
      "textLayout": "straight",
      "deconflictionStrategy": "dynamic",
      "allowOverrun": true,
      "repeatLabel": false,
      "lineConnection": "minimizeLabels",
      "useClippedGeometry": true,
      "stackLabel": true,
      "stackAlignment": "dynamic",
      "removeDuplicates": "none",
      "stackRowLength": 24,
      "useCodedValues": true,
      "maxScale": 0,
      "minScale": 0,
      "name": "Class 1",
      "priority": -1,
      "symbol": {
       "type": "esriTS",
       "color": [
        0,
        0,
        0,
        255
       ],
       "backgroundColor": null,
       "borderLineColor": null,
       "borderLineSize": null,
       "verticalAlignment": "bottom",
       "horizontalAlignment": "left",
       "rightToLeft": false,
       "angle": 0,
       "xoffset": 0,
       "yoffset": 0,
       "kerning": true,
       "haloColor": null,
       "haloSize": null,
       "font": {
        "family": "Tahoma",
        "size": 10,
        "style": "normal",
        "weight": "normal",
        "decoration": "none"
       }
      }
     }
    ]
   },
   "defaultVisibility": true,
   "extent": {
    "xmin": 455439.74650000036,
    "ymin": 6073254.688200001,
    "xmax": 726941.2525000004,
    "ymax": 6371291.3565,
    "spatialReference": {
     "wkid": 25832,
     "latestWkid": 25832,
     "xyTolerance": 0.001,
     "zTolerance": 0.001,
     "mTolerance": 0.001,
     "falseX": -5120900,
     "falseY": -9998100,
     "xyUnits": 10000,
     "falseZ": -100000,
     "zUnits": 10000,
     "falseM": -100000,
     "mUnits": 10000
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
   "displayField": "fname",
   "typeIdField": null,
   "subtypeFieldName": null,
   "subtypeField": null,
   "defaultSubtypeCode": null,
   "fields": [
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "lagnavn",
     "type": "esriFieldTypeString",
     "alias": "lagnavn",
     "length": 80,
     "domain": null
    },
    {
     "name": "tekst",
     "type": "esriFieldTypeString",
     "alias": "tekst",
     "length": 200,
     "domain": null
    },
    {
     "name": "rotation",
     "type": "esriFieldTypeDouble",
     "alias": "rotation",
     "domain": null
    },
    {
     "name": "tekst_str",
     "type": "esriFieldTypeDouble",
     "alias": "tekst_str",
     "domain": null
    },
    {
     "name": "fcode",
     "type": "esriFieldTypeString",
     "alias": "fcode",
     "length": 20,
     "domain": null
    },
    {
     "name": "fname",
     "type": "esriFieldTypeString",
     "alias": "fname",
     "length": 200,
     "domain": null
    },
    {
     "name": "category",
     "type": "esriFieldTypeSmallInteger",
     "alias": "category",
     "domain": null
    },
    {
     "name": "fview",
     "type": "esriFieldTypeString",
     "alias": "fview",
     "length": 20,
     "domain": null
    },
    {
     "name": "initialer_redigeret",
     "type": "esriFieldTypeString",
     "alias": "initialer_redigeret",
     "length": 20,
     "domain": null
    },
    {
     "name": "dato_redigeret",
     "type": "esriFieldTypeDate",
     "alias": "dato_redigeret",
     "length": 8,
     "domain": null
    },
    {
     "name": "datasaet",
     "type": "esriFieldTypeString",
     "alias": "datasaet",
     "length": 255,
     "domain": null
    },
    {
     "name": "besigt",
     "type": "esriFieldTypeString",
     "alias": "besigt",
     "length": 5,
     "domain": null
    },
    {
     "name": "etape",
     "type": "esriFieldTypeString",
     "alias": "etape",
     "length": 10,
     "domain": null
    },
    {
     "name": "fase",
     "type": "esriFieldTypeString",
     "alias": "fase",
     "length": 5,
     "domain": null
    },
    {
     "name": "statename",
     "type": "esriFieldTypeString",
     "alias": "statename",
     "length": 50,
     "domain": null
    },
    {
     "name": "projectwise_ID",
     "type": "esriFieldTypeString",
     "alias": "projectwise_ID",
     "length": 50,
     "domain": null
    },
    {
     "name": "fagmodeltype",
     "type": "esriFieldTypeString",
     "alias": "fagmodeltype",
     "length": 5,
     "domain": null
    },
    {
     "name": "timestamp",
     "type": "esriFieldTypeDate",
     "alias": "timestamp",
     "length": 8,
     "domain": null
    },
    {
     "name": "SHAPE",
     "type": "esriFieldTypeGeometry",
     "alias": "SHAPE",
     "domain": null
    },
    {
     "name": "SHAPE.STLength()",
     "type": "esriFieldTypeDouble",
     "alias": "SHAPE.STLength()",
     "domain": null
    },
    {
     "name": "disclaim",
     "type": "esriFieldTypeString",
     "alias": "disclaim",
     "length": 400,
     "domain": null
    },
    {
     "name": "filnavn",
     "type": "esriFieldTypeString",
     "alias": "filnavn",
     "length": 255,
     "domain": null
    },
    {
     "name": "status",
     "type": "esriFieldTypeString",
     "alias": "status",
     "length": 255,
     "domain": null
    }
   ],
   "geometryField": {
    "name": "SHAPE",
    "type": "esriFieldTypeGeometry",
    "alias": "SHAPE"
   },
   "indexes": [
    {
     "name": "R5409_pk",
     "fields": "OBJECTID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "S4333_idx",
     "fields": "SHAPE",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    }
   ],
   "subtypes": [],
   "relationships": [],
   "canModifyLayer": true,
   "canScaleSymbols": false,
   "hasLabels": true,
   "capabilities": "Map,Query,Data",
   "maxRecordCount": 2000,
   "supportsStatistics": true,
   "supportsExceedsLimitStatistics": true,
   "supportsAdvancedQueries": true,
   "supportedQueryFormats": "JSON, geoJSON, PBF",
   "isDataVersioned": false,
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true,
   "supportedSpatialRelationships": [
    "esriSpatialRelIntersects",
    "esriSpatialRelContains",
    "esriSpatialRelCrosses",
    "esriSpatialRelEnvelopeIntersects",
    "esriSpatialRelIndexIntersects",
    "esriSpatialRelOverlaps",
    "esriSpatialRelTouches",
    "esriSpatialRelWithin",
    "esriSpatialRelRelation"
   ],
   "advancedQueryCapabilities": {
    "useStandardizedQueries": true,
    "supportsStatistics": true,
    "supportsPercentileStatistics": true,
    "supportsHavingClause": true,
    "supportsOrderBy": true,
    "supportsDistinct": true,
    "supportsCountDistinct": true,
    "supportsAdvancedQueryRelated": true,
    "supportsQueryRelatedPagination": true,
    "supportsPagination": true,
    "supportsLod": false,
    "supportsQueryWithLodSR": false,
    "supportsTrueCurve": true,
    "supportsQueryWithDatumTransformation": true,
    "supportsReturningQueryExtent": true,
    "supportsQueryWithDistance": true,
    "supportsSqlExpression": true,
    "supportsTimeRelation": true,
    "supportsSqlFormat": false,
    "supportsQueryAnalytic": true,
    "supportsCurrentUserQueries": true
   },
   "supportsDatumTransformation": true,
   "advancedQueryAnalyticCapabilities": {
    "supportsLinearRegression": true,
    "supportsAsync": false,
    "supportsPercentileAnalytic": true
   },
   "dateFieldsTimeReference": null,
   "preferredTimeReference": null,
   "datesInUnknownTimezone": false,
   "hasGeometryProperties": true,
   "geometryProperties": {
    "shapeLengthFieldName": "SHAPE.STLength()",
    "units": "esriMeters",
    "mapUnits": {"uwkid": 9001}
   },
   "hasMetadata": true,
   "isDataArchived": false,
   "archivingInfo": {
    "supportsQueryWithHistoricMoment": false,
    "startArchivingMoment": -1
   },
   "supportsCoordinatesQuantization": true,
   "supportsDynamicLegends": true
  },
  {
   "currentVersion": 11.3,
   "cimVersion": "3.3.0",
   "id": 7,
   "name": "Ekspropriation - fase 3 - detailbesigtigelse - ekstern - polygoner",
   "type": "Feature Layer",
   "description": "",
   "geometryType": "esriGeometryPolygon",
   "sourceSpatialReference": {
    "wkid": 25832,
    "latestWkid": 25832,
    "xyTolerance": 0.001,
    "zTolerance": 0.001,
    "mTolerance": 0.001,
    "falseX": -5120900,
    "falseY": -9998100,
    "xyUnits": 10000,
    "falseZ": 0,
    "zUnits": 1,
    "falseM": 0,
    "mUnits": 1
   },
   "copyrightText": "",
   "parentLayer": {
    "id": 5,
    "name": "Ekspropriation - fase 3 - detailbesigtigelse - ekstern"
   },
   "subLayers": [],
   "minScale": 100000,
   "maxScale": 0,
   "drawingInfo": {
    "renderer": {
     "type": "uniqueValue",
     "field1": "lagnavn",
     "uniqueValueGroups": [
      {
       "heading": "Ekspropriationstype",
       "classes": [
        {
         "label": "Midlertidig brug",
         "description": "Midlertidig brug",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           0,
           0,
           0,
           0
          ],
          "outline": {
           "type": "esriSLS",
           "style": "esriSLSDash",
           "color": [
            0,
            255,
            0,
            255
           ],
           "width": 1
          }
         },
         "values": [
          [
           "TX_A_FKT_ArbAr"
          ],
          [
           "Midlertidig brug"
          ]
         ]
        },
        {
         "label": "Nye jordfordelingsskel",
         "description": "Nye jordfordelingsskel",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           0,
           0,
           0,
           0
          ],
          "outline": {
           "type": "esriSLS",
           "style": "esriSLSDash",
           "color": [
            0,
            0,
            0,
            255
           ],
           "width": 1
          }
         },
         "values": [
          [
           "TK_A_BAS_Skl--"
          ]
         ]
        },
        {
         "label": "Servitutbelagt areal",
         "description": "Servitutbelagt areal",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           0,
           0,
           0,
           0
          ],
          "outline": {
           "type": "esriSLS",
           "style": "esriSLSDash",
           "color": [
            230,
            230,
            0,
            255
           ],
           "width": 2
          }
         },
         "values": [
          [
           "TK_A_ADM_Serv-"
          ],
          [
           "Servitutgrænser"
          ]
         ]
        },
        {
         "label": "Permanent til vejareal",
         "description": "Permanent til vejareal",
         "symbol": {
          "type": "esriSFS",
          "style": "esriSFSSolid",
          "color": [
           0,
           0,
           0,
           0
          ],
          "outline": {
           "type": "esriSLS",
           "style": "esriSLSDash",
           "color": [
            255,
            0,
            0,
            255
           ],
           "width": 1
          }
         },
         "values": [
          [
           "TK_A_BAS_Skl--_VEJ"
          ],
          [
           "Ekspropriationsgrænser"
          ]
         ]
        }
       ]
      }
     ],
     "uniqueValueInfos": [
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         0,
         0,
         0,
         0
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSDash",
         "color": [
          0,
          255,
          0,
          255
         ],
         "width": 1
        }
       },
       "value": "TX_A_FKT_ArbAr",
       "label": "Midlertidig brug"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         0,
         0,
         0,
         0
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSDash",
         "color": [
          0,
          255,
          0,
          255
         ],
         "width": 1
        }
       },
       "value": "Midlertidig brug",
       "label": "Midlertidig brug"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         0,
         0,
         0,
         0
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSDash",
         "color": [
          0,
          0,
          0,
          255
         ],
         "width": 1
        }
       },
       "value": "TK_A_BAS_Skl--",
       "label": "Nye jordfordelingsskel"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         0,
         0,
         0,
         0
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSDash",
         "color": [
          230,
          230,
          0,
          255
         ],
         "width": 2
        }
       },
       "value": "TK_A_ADM_Serv-",
       "label": "Servitutbelagt areal"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         0,
         0,
         0,
         0
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSDash",
         "color": [
          230,
          230,
          0,
          255
         ],
         "width": 2
        }
       },
       "value": "Servitutgrænser",
       "label": "Servitutbelagt areal"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         0,
         0,
         0,
         0
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSDash",
         "color": [
          255,
          0,
          0,
          255
         ],
         "width": 1
        }
       },
       "value": "TK_A_BAS_Skl--_VEJ",
       "label": "Permanent til vejareal"
      },
      {
       "symbol": {
        "type": "esriSFS",
        "style": "esriSFSSolid",
        "color": [
         0,
         0,
         0,
         0
        ],
        "outline": {
         "type": "esriSLS",
         "style": "esriSLSDash",
         "color": [
          255,
          0,
          0,
          255
         ],
         "width": 1
        }
       },
       "value": "Ekspropriationsgrænser",
       "label": "Permanent til vejareal"
      }
     ],
     "fieldDelimiter": ",",
     "authoringInfo": {
      "colorRamp": {
       "type": "multipart",
       "colorRamps": [
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          86,
          143,
          227,
          255
         ],
         "toColor": [
          86,
          143,
          227,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          217,
          240,
          103,
          255
         ],
         "toColor": [
          217,
          240,
          103,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          250,
          107,
          102,
          255
         ],
         "toColor": [
          250,
          107,
          102,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          105,
          250,
          231,
          255
         ],
         "toColor": [
          105,
          250,
          231,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          230,
          83,
          222,
          255
         ],
         "toColor": [
          230,
          83,
          222,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          135,
          116,
          80,
          255
         ],
         "toColor": [
          135,
          116,
          80,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          212,
          142,
          186,
          255
         ],
         "toColor": [
          212,
          142,
          186,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          67,
          156,
          59,
          255
         ],
         "toColor": [
          67,
          156,
          59,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          62,
          135,
          130,
          255
         ],
         "toColor": [
          62,
          135,
          130,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          97,
          56,
          130,
          255
         ],
         "toColor": [
          97,
          56,
          130,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          130,
          51,
          67,
          255
         ],
         "toColor": [
          130,
          51,
          67,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          130,
          93,
          240,
          255
         ],
         "toColor": [
          130,
          93,
          240,
          255
         ]
        },
        {
         "type": "algorithmic",
         "algorithm": "esriCIELabAlgorithm",
         "fromColor": [
          240,
          175,
          115,
          255
         ],
         "toColor": [
          240,
          175,
          115,
          255
         ]
        }
       ]
      }
     }
    },
    "scaleSymbols": false,
    "transparency": 0,
    "labelingInfo": null
   },
   "defaultVisibility": true,
   "extent": {
    "xmin": 468478.70529999956,
    "ymin": 6073254.688200001,
    "xmax": 726639.4576000003,
    "ymax": 6371260.180500001,
    "spatialReference": {
     "wkid": 25832,
     "latestWkid": 25832,
     "xyTolerance": 0.001,
     "zTolerance": 0.001,
     "mTolerance": 0.001,
     "falseX": -5120900,
     "falseY": -9998100,
     "xyUnits": 10000,
     "falseZ": -100000,
     "zUnits": 10000,
     "falseM": -100000,
     "mUnits": 10000
    }
   },
   "hasAttachments": false,
   "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
   "displayField": "fname",
   "typeIdField": null,
   "subtypeFieldName": null,
   "subtypeField": null,
   "defaultSubtypeCode": null,
   "fields": [
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "disclaim",
     "type": "esriFieldTypeString",
     "alias": "disclaim",
     "length": 400,
     "domain": null
    },
    {
     "name": "lagnavn",
     "type": "esriFieldTypeString",
     "alias": "lagnavn",
     "length": 80,
     "domain": null
    },
    {
     "name": "tekst",
     "type": "esriFieldTypeString",
     "alias": "tekst",
     "length": 200,
     "domain": null
    },
    {
     "name": "rotation",
     "type": "esriFieldTypeDouble",
     "alias": "rotation",
     "domain": null
    },
    {
     "name": "tekst_str",
     "type": "esriFieldTypeDouble",
     "alias": "tekst_str",
     "domain": null
    },
    {
     "name": "fcode",
     "type": "esriFieldTypeString",
     "alias": "fcode",
     "length": 20,
     "domain": null
    },
    {
     "name": "fname",
     "type": "esriFieldTypeString",
     "alias": "fname",
     "length": 200,
     "domain": null
    },
    {
     "name": "category",
     "type": "esriFieldTypeSmallInteger",
     "alias": "category",
     "domain": null
    },
    {
     "name": "fview",
     "type": "esriFieldTypeString",
     "alias": "fview",
     "length": 20,
     "domain": null
    },
    {
     "name": "initialer_redigeret",
     "type": "esriFieldTypeString",
     "alias": "initialer_redigeret",
     "length": 20,
     "domain": null
    },
    {
     "name": "dato_redigeret",
     "type": "esriFieldTypeDate",
     "alias": "dato_redigeret",
     "length": 8,
     "domain": null
    },
    {
     "name": "datasaet",
     "type": "esriFieldTypeString",
     "alias": "datasaet",
     "length": 255,
     "domain": null
    },
    {
     "name": "besigt",
     "type": "esriFieldTypeString",
     "alias": "besigt",
     "length": 5,
     "domain": null
    },
    {
     "name": "etape",
     "type": "esriFieldTypeString",
     "alias": "etape",
     "length": 10,
     "domain": null
    },
    {
     "name": "fase",
     "type": "esriFieldTypeString",
     "alias": "fase",
     "length": 5,
     "domain": null
    },
    {
     "name": "statename",
     "type": "esriFieldTypeString",
     "alias": "statename",
     "length": 50,
     "domain": null
    },
    {
     "name": "projectwise_ID",
     "type": "esriFieldTypeString",
     "alias": "projectwise_ID",
     "length": 50,
     "domain": null
    },
    {
     "name": "fagmodeltype",
     "type": "esriFieldTypeString",
     "alias": "fagmodeltype",
     "length": 5,
     "domain": null
    },
    {
     "name": "timestamp",
     "type": "esriFieldTypeDate",
     "alias": "timestamp",
     "length": 8,
     "domain": null
    },
    {
     "name": "SHAPE",
     "type": "esriFieldTypeGeometry",
     "alias": "SHAPE",
     "domain": null
    },
    {
     "name": "filnavn",
     "type": "esriFieldTypeString",
     "alias": "filnavn",
     "length": 255,
     "domain": null
    },
    {
     "name": "status",
     "type": "esriFieldTypeString",
     "alias": "status",
     "length": 255,
     "domain": null
    },
    {
     "name": "SHAPE.STArea()",
     "type": "esriFieldTypeDouble",
     "alias": "SHAPE.STArea()",
     "domain": null
    },
    {
     "name": "SHAPE.STLength()",
     "type": "esriFieldTypeDouble",
     "alias": "SHAPE.STLength()",
     "domain": null
    }
   ],
   "geometryField": {
    "name": "SHAPE",
    "type": "esriFieldTypeGeometry",
    "alias": "SHAPE"
   },
   "indexes": [
    {
     "name": "R5410_pk",
     "fields": "OBJECTID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "S4334_idx",
     "fields": "SHAPE",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    }
   ],
   "subtypes": [],
   "relationships": [],
   "canModifyLayer": true,
   "canScaleSymbols": false,
   "hasLabels": false,
   "capabilities": "Map,Query,Data",
   "maxRecordCount": 2000,
   "supportsStatistics": true,
   "supportsExceedsLimitStatistics": true,
   "supportsAdvancedQueries": true,
   "supportedQueryFormats": "JSON, geoJSON, PBF",
   "isDataVersioned": false,
   "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
   "useStandardizedQueries": true,
   "supportedSpatialRelationships": [
    "esriSpatialRelIntersects",
    "esriSpatialRelContains",
    "esriSpatialRelCrosses",
    "esriSpatialRelEnvelopeIntersects",
    "esriSpatialRelIndexIntersects",
    "esriSpatialRelOverlaps",
    "esriSpatialRelTouches",
    "esriSpatialRelWithin",
    "esriSpatialRelRelation"
   ],
   "advancedQueryCapabilities": {
    "useStandardizedQueries": true,
    "supportsStatistics": true,
    "supportsPercentileStatistics": true,
    "supportsHavingClause": true,
    "supportsOrderBy": true,
    "supportsDistinct": true,
    "supportsCountDistinct": true,
    "supportsAdvancedQueryRelated": true,
    "supportsQueryRelatedPagination": true,
    "supportsPagination": true,
    "supportsLod": false,
    "supportsQueryWithLodSR": false,
    "supportsTrueCurve": true,
    "supportsQueryWithDatumTransformation": true,
    "supportsReturningQueryExtent": true,
    "supportsQueryWithDistance": true,
    "supportsSqlExpression": true,
    "supportsTimeRelation": true,
    "supportsSqlFormat": false,
    "supportsQueryAnalytic": true,
    "supportsCurrentUserQueries": true
   },
   "supportsDatumTransformation": true,
   "advancedQueryAnalyticCapabilities": {
    "supportsLinearRegression": true,
    "supportsAsync": false,
    "supportsPercentileAnalytic": true
   },
   "dateFieldsTimeReference": null,
   "preferredTimeReference": null,
   "datesInUnknownTimezone": false,
   "hasGeometryProperties": true,
   "geometryProperties": {
    "shapeAreaFieldName": "SHAPE.STArea()",
    "shapeLengthFieldName": "SHAPE.STLength()",
    "units": "esriMeters",
    "mapUnits": {"uwkid": 9001}
   },
   "hasMetadata": true,
   "isDataArchived": false,
   "archivingInfo": {
    "supportsQueryWithHistoricMoment": false,
    "startArchivingMoment": -1
   },
   "supportsCoordinatesQuantization": true,
   "supportsDynamicLegends": true
  }
 ],
 "tables": []
}