{ "currentVersion": 10.81, "cimVersion": "2.6.0", "id": 9, "name": "pMetrering_wegen", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPoint", "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 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "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" } } } ] }, "defaultVisibility": false, "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 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "GLOBAL_1GIS_ID", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "objectid", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "global_1gis_id", "type": "esriFieldTypeString", "alias": "GLOBAL_1GIS_ID", "length": 36, "domain": null }, { "name": "type", "type": "esriFieldTypeString", "alias": "TYPE", "length": 255, "domain": null }, { "name": "onderhouder", "type": "esriFieldTypeString", "alias": "ONDERHOUDER", "length": 255, "domain": null }, { "name": "beheerder", "type": "esriFieldTypeString", "alias": "BEHEERDER", "length": 255, "domain": null }, { "name": "eigenaar", "type": "esriFieldTypeString", "alias": "EIGENAAR", "length": 255, "domain": null }, { "name": "niveau", "type": "esriFieldTypeInteger", "alias": "NIVEAU", "domain": null }, { "name": "datumaanleg", "type": "esriFieldTypeDate", "alias": "DATUMAANLEG", "length": 8, "domain": null }, { "name": "verwijzing", "type": "esriFieldTypeString", "alias": "VERWIJZING", "length": 255, "domain": null }, { "name": "infox1", "type": "esriFieldTypeString", "alias": "INFOx1", "length": 255, "domain": null }, { "name": "infox2", "type": "esriFieldTypeString", "alias": "INFOx2", "length": 255, "domain": null }, { "name": "infox3", "type": "esriFieldTypeString", "alias": "INFOx3", "length": 255, "domain": null }, { "name": "nen_systeemdeel", "type": "esriFieldTypeString", "alias": "NEN_SYSTEEMDEEL", "length": 35, "domain": null }, { "name": "nen_beheerobject", "type": "esriFieldTypeString", "alias": "NEN_BEHEEROBJECT", "length": 25, "domain": null }, { "name": "nen_element", "type": "esriFieldTypeString", "alias": "NEN_ELEMENT", "length": 25, "domain": null }, { "name": "nen_bouwdeel", "type": "esriFieldTypeString", "alias": "NEN_BOUWDEEL", "length": 25, "domain": null }, { "name": "opdrachtnummer", "type": "esriFieldTypeString", "alias": "OPDRACHTNUMMER", "length": 255, "domain": null }, { "name": "datum_inwinning_geometrie", "type": "esriFieldTypeDate", "alias": "DATUM_INWINNING_GEOMETRIE", "length": 8, "domain": null }, { "name": "inwinner", "type": "esriFieldTypeString", "alias": "INWINNER", "length": 255, "domain": null }, { "name": "methode_inwinning", "type": "esriFieldTypeString", "alias": "METHODE_INWINNING", "length": 255, "domain": null }, { "name": "datum_controle", "type": "esriFieldTypeDate", "alias": "DATUM_CONTROLE", "length": 8, "domain": null }, { "name": "aardnetwerk", "type": "esriFieldTypeString", "alias": "AARDNETWERK", "length": 15, "domain": null }, { "name": "dtb_bron_id", "type": "esriFieldTypeString", "alias": "DTB_BRON_ID", "length": 255, "domain": null }, { "name": "kg_bron_id", "type": "esriFieldTypeString", "alias": "KG_BRON_ID", "length": 255, "domain": null }, { "name": "datum_mutatie", "type": "esriFieldTypeDate", "alias": "DATUM_MUTATIE", "length": 8, "domain": null }, { "name": "muteerder", "type": "esriFieldTypeString", "alias": "MUTEERDER", "length": 80, "domain": null }, { "name": "pjt_id", "type": "esriFieldTypeInteger", "alias": "PJT_ID", "domain": null }, { "name": "gisobjid", "type": "esriFieldTypeString", "alias": "GISOBJID", "length": 255, "domain": null }, { "name": "rotatie", "type": "esriFieldTypeDouble", "alias": "ROTATIE", "domain": null }, { "name": "bevestiging", "type": "esriFieldTypeString", "alias": "BEVESTIGING", "length": 255, "domain": null }, { "name": "hectowaarde", "type": "esriFieldTypeString", "alias": "HECTOWAARDE", "length": 255, "domain": null }, { "name": "hectoletter", "type": "esriFieldTypeString", "alias": "HECTOLETTER", "length": 255, "domain": null }, { "name": "rijkswegnr", "type": "esriFieldTypeString", "alias": "RIJKSWEGNR", "length": 10, "domain": null }, { "name": "vmax", "type": "esriFieldTypeInteger", "alias": "VMAX", "domain": null }, { "name": "wegzijde", "type": "esriFieldTypeString", "alias": "WEGZIJDE", "length": 255, "domain": null }, { "name": "conflicterend", "type": "esriFieldTypeString", "alias": "CONFLICTEREND", "length": 255, "domain": null }, { "name": "conflict_overige_attributen", "type": "esriFieldTypeString", "alias": "CONFLICT_OVERIGE_ATTRIBUTEN", "length": 1000, "domain": null }, { "name": "shape", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null } ], "geometryField": { "name": "shape", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "r10664_sde_rowid_uk", "fields": "objectid", "isAscending": true, "isUnique": true, "description": "" }, { "name": "a10264_ix1", "fields": "shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": true, "capabilities": "Query,Map,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "hasZ": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsPagination": true, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "supportsDatumTransformation": true, "dateFieldsTimeReference": { "timeZone": "W. Europe Standard Time", "respectsDaylightSaving": true }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true }