{ "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 9, "name": "pMetrering_wegen", "type": "Feature Layer", "parentLayer": null, "defaultVisibility": false, "minScale": 0, "maxScale": 0, "canScaleSymbols": false, "geometryType": "esriGeometryPoint", "description": "", "copyrightText": "", "editFieldsInfo": null, "ownershipBasedAccessControlForFeatures": null, "syncCanReturnChanges": false, "relationships": [], "isDataVersioned": false, "isDataArchived": false, "isDataBranchVersioned": false, "isDataReplicaTracked": false, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": true, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportsValidateSQL": true, "supportsCoordinatesQuantization": true, "supportsCalculate": true, "supportsASyncCalculate": true, "supportsDatumTransformation": true, "advancedQueryCapabilities": { "supportsPagination": true, "supportsTrueCurve": true, "supportsQueryWithDistance": true, "supportsReturningQueryExtent": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsQueryWithResultType": true, "supportsReturningGeometryCentroid": false, "supportsSqlExpression": true, "supportsQueryWithDatumTransformation": true }, "advancedEditingCapabilities": { "supportedSqlFormatsInCalculate": [ "standard" ] }, "hasMetadata": true, "extent": { "xmin": 19552.03500000015, "ymin": 307252.61499999836, "xmax": 277965.7179999985, "ymax": 609436.2809999995, "spatialReference": { "wkid": 28992, "latestWkid": 28992, "xyTolerance": 0.001, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -30515500, "falseY": -30279500, "xyUnits": 10000, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "sourceSpatialReference": { "wkid": 28992, "latestWkid": 28992, "xyTolerance": 0.001, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -30515500, "falseY": -30279500, "xyUnits": 10000, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 }, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 156, 156, 156, 0 ], "size": 6, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 0, 0, 0 ], "width": 0.4 } } }, "scaleSymbols": false, "transparency": 0, "labelingInfo": [ { "labelExpressionInfo": {"expression": "var weg = $feature.RIJKSWEGNR;\nvar hectoletter = $feature.HECTOLETTER\nvar hm = $feature.HECTOWAARDE;\nvar zijde = Left(Lower($feature.WEGZIJDE), 2);\nvar nweg = ['237','197','204','207','208','210','226','227','228','230','238','257','259','261','271','275','281','294','295','298','300','325','326','327','332','340','348'];\n\nif (weg == null||IsEmpty(weg)||(Upper(weg) == 'ONBEKEND')||weg <= 0){\n return ' ' + TextFormatting.NewLine + hm + ' ';\n }else{\n if (Left(zijde, 2) == 'mi'||Lower(zijde) == 'geen informatie'){\n return 'A' + weg + ' ' + hectoletter + TextFormatting.NewLine + hm + ' ';\n }else{\n if (Includes(nweg, weg)){\n // Wegnummer op 1e regel, hectometer + richting op 2e regel\n return 'N' + weg + ' ' + hectoletter + TextFormatting.NewLine + hm + ' ' + zijde;\n }else{ \n // Wegnummer op 1e regel, hectometer + richting op 2e regel\n return 'A' + weg + ' ' + hectoletter + TextFormatting.NewLine + hm + ' ' + zijde;\n}}}"}, "labelPlacement": "esriServerPointLabelPlacementAboveCenter", "deconflictionStrategy": "static", "stackLabel": true, "stackRowLength": 24, "stackAlignment": "textSymbol", "removeDuplicates": "none", "useCodedValues": true, "maxScale": 0, "minScale": 3500, "name": "Alle_Hecto", "priority": -1, "symbol": { "type": "esriTS", "color": [ 255, 255, 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": "Tahoma", "size": 6.5, "style": "normal", "weight": "normal", "decoration": "none" } } }, { "labelExpressionInfo": {"expression": "var weg = $feature.RIJKSWEGNR;\nvar hectoletter = $feature.HECTOLETTER\nvar hm = $feature.HECTOWAARDE;\nvar zijde = Left(Lower($feature.WEGZIJDE), 2);\nvar nweg = ['237','197','204','207','208','210','226','227','228','230','238','257','259','261','271','275','281','294','295','298','300','325','326','327','332','340','348'];\nvar ahectoltr = ['a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z'];\n\nif (Includes(ahectoltr, hectoletter)){\n return null;\n }else{\n if (weg == null||IsEmpty(weg)||(Upper(weg) == 'ONBEKEND')||weg <= 0){\n return ' ' + TextFormatting.NewLine + hm + ' ';\n }else{\n if (Left(zijde, 2) == 'mi'||Lower(zijde) == 'geen informatie'){\n return 'A' + weg + ' ' + hectoletter + TextFormatting.NewLine + hm + ' ';\n }else{\n if (Includes(nweg, weg) && zijde == 're'){\n // Wegnummer op 1e regel, hectometer + richting op 2e regel\n return 'N' + weg + ' ' + hectoletter + TextFormatting.NewLine + hm + ' ';\n }else{\n if (zijde == 're'){\n // Wegnummer op 1e regel, hectometer + richting op 2e regel\n return 'A' + weg + ' ' + hectoletter + TextFormatting.NewLine + hm + ' ';\n}}}}}"}, "labelPlacement": "esriServerPointLabelPlacementCenterCenter", "deconflictionStrategy": "static", "stackLabel": true, "stackRowLength": 24, "stackAlignment": "dynamic", "removeDuplicates": "none", "useCodedValues": true, "maxScale": 3501, "minScale": 10000, "name": "Alle_Hecto_r", "priority": -1, "symbol": { "type": "esriTS", "color": [ 255, 255, 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": "Tahoma", "size": 6.5, "style": "normal", "weight": "normal", "decoration": "none" } } }, { "labelExpressionInfo": {"expression": "var weg = $feature.RIJKSWEGNR;\nvar hectoletter = $feature.HECTOLETTER\nvar hm = $feature.HECTOWAARDE;\nvar zijde = Left(Lower($feature.WEGZIJDE), 2);\nvar nweg = ['237','197','204','207','208','210','226','227','228','230','238','257','259','261','271','275','281','294','295','298','300','325','326','327','332','340','348'];\nvar ahectoltr = ['a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z'];\n\nif (Includes(ahectoltr, hectoletter)){\n return null;\n }else{\n if ((weg == null || IsEmpty(weg) || (Upper(weg) == 'ONBEKEND') || weg <= 0) && zijde == 're' && right(hm, 2) == ',0'){\n return ' ' + TextFormatting.NewLine + hm + ' ';\n }else{\n if ((Left(zijde, 2) == 'mi'||Lower(zijde) == 'geen informatie') && right(hm, 2) == ',0'){\n return 'A' + weg + ' ' + hectoletter + TextFormatting.NewLine + hm + ' ';\n }else{\n if (Includes(nweg, weg) && zijde == 're' && right(hm, 2) == ',0'){\n // Wegnummer op 1e regel, hectometer + richting op 2e regel\n return 'N' + weg + ' ' + hectoletter + TextFormatting.NewLine + hm + ' ';\n }else{\n if (zijde == 're' && right(hm, 2) == ',0'){\n // Wegnummer op 1e regel, hectometer + richting op 2e regel\n return 'A' + weg + ' ' + hectoletter + TextFormatting.NewLine + hm + ' ';\n}}}}}"}, "labelPlacement": "esriServerPointLabelPlacementCenterCenter", "deconflictionStrategy": "static", "stackLabel": true, "stackRowLength": 24, "stackAlignment": "dynamic", "removeDuplicates": "none", "useCodedValues": true, "maxScale": 10001, "minScale": 30000, "name": "Hecto_elke_km", "priority": -1, "symbol": { "type": "esriTS", "color": [ 255, 255, 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": "Tahoma", "size": 6.5, "style": "normal", "weight": "normal", "decoration": "none" } } }, { "labelExpressionInfo": {"expression": "var weg = $feature.RIJKSWEGNR;\nvar hectoletter = $feature.HECTOLETTER\nvar hm = $feature.HECTOWAARDE;\nvar zijde = Left(Lower($feature.WEGZIJDE), 2);\nvar ahectoltr = ['a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z'];\n\n\nif (Includes(ahectoltr, hectoletter)){\n return null;\n }else{\n if ((Right(hm, 3) == '0,0' || Right(hm, 3) == '5,0') && zijde == 're'){\n return hm;\n}}\n\n"}, "labelPlacement": "esriServerPointLabelPlacementAboveRight", "deconflictionStrategy": "dynamic", "stackLabel": true, "stackRowLength": 24, "stackAlignment": "dynamic", "removeDuplicates": "none", "useCodedValues": true, "maxScale": 30001, "minScale": 150000, "name": "Hecto_elke_5km", "priority": -1, "symbol": { "type": "esriTS", "color": [ 0, 112, 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": "Verdana", "size": 8, "style": "normal", "weight": "bold", "decoration": "none" } } } ] }, "hasM": false, "hasZ": true, "enableZDefaults": false, "supportsVCSProjection": true, "allowGeometryUpdates": true, "allowTrueCurvesUpdates": true, "onlyAllowTrueCurveUpdatesByTrueCurveClients": true, "hasAttachments": false, "supportsApplyEditsWithGlobalIds": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "objectIdField": "objectid", "globalIdField": "", "displayField": "GLOBAL_1GIS_ID", "typeIdField": "", "subtypeField": "", "fields": [ { "name": "objectid", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "global_1gis_id", "type": "esriFieldTypeString", "alias": "GLOBAL_1GIS_ID", "domain": null, "editable": true, "nullable": true, "length": 36, "defaultValue": null, "modelName": "GLOBAL_1GIS_ID" }, { "name": "type", "type": "esriFieldTypeString", "alias": "TYPE", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "TYPE" }, { "name": "onderhouder", "type": "esriFieldTypeString", "alias": "ONDERHOUDER", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "ONDERHOUDER" }, { "name": "beheerder", "type": "esriFieldTypeString", "alias": "BEHEERDER", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "BEHEERDER" }, { "name": "eigenaar", "type": "esriFieldTypeString", "alias": "EIGENAAR", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "EIGENAAR" }, { "name": "niveau", "type": "esriFieldTypeInteger", "alias": "NIVEAU", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "NIVEAU" }, { "name": "datumaanleg", "type": "esriFieldTypeDate", "alias": "DATUMAANLEG", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "DATUMAANLEG" }, { "name": "verwijzing", "type": "esriFieldTypeString", "alias": "VERWIJZING", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "VERWIJZING" }, { "name": "infox1", "type": "esriFieldTypeString", "alias": "INFOx1", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "INFOx1" }, { "name": "infox2", "type": "esriFieldTypeString", "alias": "INFOx2", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "INFOx2" }, { "name": "infox3", "type": "esriFieldTypeString", "alias": "INFOx3", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "INFOx3" }, { "name": "nen_systeemdeel", "type": "esriFieldTypeString", "alias": "NEN_SYSTEEMDEEL", "domain": null, "editable": true, "nullable": true, "length": 35, "defaultValue": null, "modelName": "NEN_SYSTEEMDEEL" }, { "name": "nen_beheerobject", "type": "esriFieldTypeString", "alias": "NEN_BEHEEROBJECT", "domain": null, "editable": true, "nullable": true, "length": 25, "defaultValue": null, "modelName": "NEN_BEHEEROBJECT" }, { "name": "nen_element", "type": "esriFieldTypeString", "alias": "NEN_ELEMENT", "domain": null, "editable": true, "nullable": true, "length": 25, "defaultValue": null, "modelName": "NEN_ELEMENT" }, { "name": "nen_bouwdeel", "type": "esriFieldTypeString", "alias": "NEN_BOUWDEEL", "domain": null, "editable": true, "nullable": true, "length": 25, "defaultValue": null, "modelName": "NEN_BOUWDEEL" }, { "name": "opdrachtnummer", "type": "esriFieldTypeString", "alias": "OPDRACHTNUMMER", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "OPDRACHTNUMMER" }, { "name": "datum_inwinning_geometrie", "type": "esriFieldTypeDate", "alias": "DATUM_INWINNING_GEOMETRIE", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "DATUM_INWINNING_GEOMETRIE" }, { "name": "inwinner", "type": "esriFieldTypeString", "alias": "INWINNER", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "INWINNER" }, { "name": "methode_inwinning", "type": "esriFieldTypeString", "alias": "METHODE_INWINNING", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "METHODE_INWINNING" }, { "name": "datum_controle", "type": "esriFieldTypeDate", "alias": "DATUM_CONTROLE", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "DATUM_CONTROLE" }, { "name": "aardnetwerk", "type": "esriFieldTypeString", "alias": "AARDNETWERK", "domain": null, "editable": true, "nullable": true, "length": 15, "defaultValue": null, "modelName": "AARDNETWERK" }, { "name": "dtb_bron_id", "type": "esriFieldTypeString", "alias": "DTB_BRON_ID", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "DTB_BRON_ID" }, { "name": "kg_bron_id", "type": "esriFieldTypeString", "alias": "KG_BRON_ID", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "KG_BRON_ID" }, { "name": "datum_mutatie", "type": "esriFieldTypeDate", "alias": "DATUM_MUTATIE", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "DATUM_MUTATIE" }, { "name": "muteerder", "type": "esriFieldTypeString", "alias": "MUTEERDER", "domain": null, "editable": true, "nullable": true, "length": 80, "defaultValue": null, "modelName": "MUTEERDER" }, { "name": "pjt_id", "type": "esriFieldTypeInteger", "alias": "PJT_ID", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "PJT_ID" }, { "name": "gisobjid", "type": "esriFieldTypeString", "alias": "GISOBJID", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "GISOBJID" }, { "name": "rotatie", "type": "esriFieldTypeDouble", "alias": "ROTATIE", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "ROTATIE" }, { "name": "bevestiging", "type": "esriFieldTypeString", "alias": "BEVESTIGING", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "BEVESTIGING" }, { "name": "hectowaarde", "type": "esriFieldTypeString", "alias": "HECTOWAARDE", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "HECTOWAARDE" }, { "name": "hectoletter", "type": "esriFieldTypeString", "alias": "HECTOLETTER", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "HECTOLETTER" }, { "name": "rijkswegnr", "type": "esriFieldTypeString", "alias": "RIJKSWEGNR", "domain": null, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "RIJKSWEGNR" }, { "name": "vmax", "type": "esriFieldTypeInteger", "alias": "VMAX", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "VMAX" }, { "name": "wegzijde", "type": "esriFieldTypeString", "alias": "WEGZIJDE", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "WEGZIJDE" }, { "name": "conflicterend", "type": "esriFieldTypeString", "alias": "CONFLICTEREND", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "CONFLICTEREND" }, { "name": "conflict_overige_attributen", "type": "esriFieldTypeString", "alias": "CONFLICT_OVERIGE_ATTRIBUTEN", "domain": null, "editable": true, "nullable": true, "length": 1000, "defaultValue": null, "modelName": "CONFLICT_OVERIGE_ATTRIBUTEN" } ], "geometryField": { "name": "shape", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "SHAPE" }, "indexes": [ { "name": "r10664_sde_rowid_uk", "fields": "objectid", "isAscending": true, "isUnique": true, "description": "" }, { "name": "a10264_ix1", "fields": "shape", "isAscending": true, "isUnique": true, "description": "" } ], "dateFieldsTimeReference": { "timeZone": "W. Europe Standard Time", "respectsDaylightSaving": true }, "types": [], "templates": [ { "name": "pMetrering_wegen", "description": "", "prototype": { "attributes": { "conflicterend": null, "conflict_overige_attributen": null, "global_1gis_id": null, "type": null, "onderhouder": null, "beheerder": null, "eigenaar": null, "niveau": null, "datumaanleg": null, "verwijzing": null, "infox1": null, "infox2": null, "infox3": null, "nen_systeemdeel": null, "nen_beheerobject": null, "nen_element": null, "nen_bouwdeel": null, "opdrachtnummer": null, "datum_inwinning_geometrie": null, "inwinner": null, "methode_inwinning": null, "datum_controle": null, "aardnetwerk": null, "dtb_bron_id": null, "kg_bron_id": null, "datum_mutatie": null, "muteerder": null, "pjt_id": null, "gisobjid": null, "rotatie": null, "bevestiging": null, "hectowaarde": null, "hectoletter": null, "rijkswegnr": null, "vmax": null, "wegzijde": null } }, "drawingTool": "esriFeatureEditToolPoint" } ], "maxRecordCount": 2000, "supportedQueryFormats": "JSON, geoJSON, PBF", "capabilities": "Query", "useStandardizedQueries": true, "standardMaxRecordCount": 32000, "tileMaxRecordCount": 8000, "standardMaxRecordCountNoGeometry": 32000, "maxRecordCountFactor": 1 }