{ "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 986, "name": "Airport Ways", "type": "Feature Layer", "description": "Vector data downloaded from the OpenStreetMap website", "geometryType": "esriGeometryPolyline", "sourceSpatialReference": { "wkid": 4326, "latestWkid": 4326, "xyTolerance": 8.983152841195215E-9, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -400, "falseY": -400, "xyUnits": 9.999999999999999E8, "falseZ": 0, "zUnits": 10000, "falseM": 0, "mUnits": 10000 }, "copyrightText": "Map data (c) OpenStreetMap, ODbL 1.0", "parentLayer": { "id": 985, "name": "Airport Footprints" }, "subLayers": [], "minScale": 144447.638572, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "aeroway", "uniqueValueGroups": [ { "heading": "Type", "classes": [ { "label": "Runways", "description": "Runways", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 178, 178, 178, 255 ], "width": 5 }, "values": [ [ "runway" ] ] }, { "label": "Taxiways", "description": "Taxiways", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 178, 178, 178, 255 ], "width": 2 }, "values": [ [ "taxiway" ] ] } ] } ], "uniqueValueInfos": [ { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 178, 178, 178, 255 ], "width": 5 }, "value": "runway", "label": "Runways" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 178, 178, 178, 255 ], "width": 2 }, "value": "taxiway", "label": "Taxiways" } ], "fieldDelimiter": ",", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 236, 187, 252, 255 ], "toColor": [ 236, 187, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 190, 252, 179, 255 ], "toColor": [ 190, 252, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 228, 215, 255 ], "toColor": [ 252, 228, 215, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 179, 245, 252, 255 ], "toColor": [ 179, 245, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 248, 187, 255 ], "toColor": [ 252, 248, 187, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 179, 182, 255 ], "toColor": [ 252, 179, 182, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 179, 207, 252, 255 ], "toColor": [ 179, 207, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 204, 232, 255 ], "toColor": [ 252, 204, 232, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 187, 252, 220, 255 ], "toColor": [ 187, 252, 220, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 229, 252, 212, 255 ], "toColor": [ 229, 252, 212, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 190, 187, 252, 255 ], "toColor": [ 190, 187, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 233, 215, 252, 255 ], "toColor": [ 233, 215, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 207, 234, 252, 255 ], "toColor": [ 207, 234, 252, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": -7900879.986648066, "ymin": 5333546.0755799115, "xmax": -7459128.3243806735, "ymax": 5988986.690006583, "spatialReference": { "wkid": 102100, "latestWkid": 3857, "xyTolerance": 0.001, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -20037700, "falseY": -30241100, "xyUnits": 1.4892314192838538E8, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "osm_name", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null }, { "name": "highway", "type": "esriFieldTypeString", "alias": "highway", "length": 30, "domain": { "type": "codedValue", "name": "WS7_highway_ln", "description": "", "codedValues": [ { "name": "motorway", "code": "motorway" }, { "name": "motorway_link", "code": "motorway_link" }, { "name": "trunk", "code": "trunk" }, { "name": "trunk_link", "code": "trunk_link" }, { "name": "primary", "code": "primary" }, { "name": "primary_link", "code": "primary_link" }, { "name": "secondary", "code": "secondary" }, { "name": "secondary_link", "code": "secondary_link" }, { "name": "tertiary", "code": "tertiary" }, { "name": "unclassified", "code": "unclassified" }, { "name": "road", "code": "road" }, { "name": "residential", "code": "residential" }, { "name": "living_street", "code": "living_street" }, { "name": "service", "code": "service" }, { "name": "track", "code": "track" }, { "name": "pedestrian", "code": "pedestrian" }, { "name": "raceway", "code": "raceway" }, { "name": "bus_guideway", "code": "bus_guideway" }, { "name": "path", "code": "path" }, { "name": "cycleway", "code": "cycleway" }, { "name": "footway", "code": "footway" }, { "name": "bridleway", "code": "bridleway" }, { "name": "byway", "code": "byway" }, { "name": "steps", "code": "steps" }, { "name": "ford", "code": "ford" }, { "name": "platform", "code": "platform" }, { "name": "construction", "code": "construction" }, { "name": "proposed", "code": "proposed" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "building", "type": "esriFieldTypeString", "alias": "building", "length": 30, "domain": { "type": "codedValue", "name": "WS7_building_ln", "description": "", "codedValues": [], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "natural", "type": "esriFieldTypeString", "alias": "natural", "length": 30, "domain": { "type": "codedValue", "name": "WS7_natural_ln", "description": "", "codedValues": [ { "name": "cliff", "code": "cliff" }, { "name": "coastline", "code": "coastline" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "waterway", "type": "esriFieldTypeString", "alias": "waterway", "length": 30, "domain": { "type": "codedValue", "name": "WS7_waterway_ln", "description": "", "codedValues": [ { "name": "stream", "code": "stream" }, { "name": "river", "code": "river" }, { "name": "canal", "code": "canal" }, { "name": "ditch", "code": "ditch" }, { "name": "drain", "code": "drain" }, { "name": "weir", "code": "weir" }, { "name": "dam", "code": "dam" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "amenity", "type": "esriFieldTypeString", "alias": "amenity", "length": 30, "domain": { "type": "codedValue", "name": "WS7_amenity_ln", "description": "", "codedValues": [ { "name": "marketplace", "code": "marketplace" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "landuse", "type": "esriFieldTypeString", "alias": "landuse", "length": 30, "domain": { "type": "codedValue", "name": "WS7_landuse_ln", "description": "", "codedValues": [], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "place", "type": "esriFieldTypeString", "alias": "place", "length": 30, "domain": { "type": "codedValue", "name": "WS7_place_ln", "description": "", "codedValues": [], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "railway", "type": "esriFieldTypeString", "alias": "railway", "length": 30, "domain": { "type": "codedValue", "name": "WS7_railway_ln", "description": "", "codedValues": [ { "name": "rail", "code": "rail" }, { "name": "tram", "code": "tram" }, { "name": "light_rail", "code": "light_rail" }, { "name": "abandoned", "code": "abandoned" }, { "name": "disused", "code": "disused" }, { "name": "subway", "code": "subway" }, { "name": "preserved", "code": "preserved" }, { "name": "construction", "code": "construction" }, { "name": "monorail", "code": "monorail" }, { "name": "funicular", "code": "funicular" }, { "name": "platform", "code": "platform" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "boundary", "type": "esriFieldTypeString", "alias": "boundary", "length": 30, "domain": { "type": "codedValue", "name": "WS7_boundary_ln", "description": "", "codedValues": [], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "power", "type": "esriFieldTypeString", "alias": "power", "length": 30, "domain": { "type": "codedValue", "name": "WS7_power_ln", "description": "", "codedValues": [ { "name": "line", "code": "line" }, { "name": "minor_line", "code": "minor_line" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "leisure", "type": "esriFieldTypeString", "alias": "leisure", "length": 30, "domain": { "type": "codedValue", "name": "WS7_leisure_ln", "description": "", "codedValues": [ { "name": "track", "code": "track" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "man_made", "type": "esriFieldTypeString", "alias": "man_made", "length": 30, "domain": { "type": "codedValue", "name": "WS7_man_made_ln", "description": "", "codedValues": [ { "name": "cutline", "code": "cutline" }, { "name": "pier", "code": "pier" }, { "name": "pipeline", "code": "pipeline" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "shop", "type": "esriFieldTypeString", "alias": "shop", "length": 30, "domain": { "type": "codedValue", "name": "WS7_shop_ln", "description": "", "codedValues": [], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "tourism", "type": "esriFieldTypeString", "alias": "tourism", "length": 30, "domain": { "type": "codedValue", "name": "WS7_tourism_ln", "description": "", "codedValues": [ { "name": "artwork", "code": "artwork" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "route", "type": "esriFieldTypeString", "alias": "route", "length": 30, "domain": { "type": "codedValue", "name": "WS7_route_ln", "description": "", "codedValues": [ { "name": "bicycle", "code": "bicycle" }, { "name": "bus", "code": "bus" }, { "name": "detour", "code": "detour" }, { "name": "ferry", "code": "ferry" }, { "name": "hiking", "code": "hiking" }, { "name": "mtb", "code": "mtb" }, { "name": "railway", "code": "railway" }, { "name": "road", "code": "road" }, { "name": "ski", "code": "ski" }, { "name": "train", "code": "train" }, { "name": "tram", "code": "tram" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "historic", "type": "esriFieldTypeString", "alias": "historic", "length": 30, "domain": { "type": "codedValue", "name": "WS7_historic_ln", "description": "", "codedValues": [], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "aeroway", "type": "esriFieldTypeString", "alias": "aeroway", "length": 30, "domain": { "type": "codedValue", "name": "WS7_aeroway_ln", "description": "", "codedValues": [ { "name": "runway", "code": "runway" }, { "name": "taxiway", "code": "taxiway" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "aerialway", "type": "esriFieldTypeString", "alias": "aerialway", "length": 30, "domain": { "type": "codedValue", "name": "WS7_aerialway_ln", "description": "", "codedValues": [ { "name": "cable_car", "code": "cable_car" }, { "name": "gondola", "code": "gondola" }, { "name": "chair_lift", "code": "chair_lift" }, { "name": "mixed_lift", "code": "mixed_lift" }, { "name": "drag_lift", "code": "drag_lift" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "barrier", "type": "esriFieldTypeString", "alias": "barrier", "length": 30, "domain": { "type": "codedValue", "name": "WS7_barrier_ln", "description": "", "codedValues": [ { "name": "hedge", "code": "hedge" }, { "name": "fence", "code": "fence" }, { "name": "wall", "code": "wall" }, { "name": "ditch", "code": "ditch" }, { "name": "retaining_wall", "code": "retaining_wall" }, { "name": "city_wall", "code": "city_wall" }, { "name": "bollard", "code": "bollard" }, { "name": "gate", "code": "gate" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "military", "type": "esriFieldTypeString", "alias": "military", "length": 30, "domain": { "type": "codedValue", "name": "WS7_military_ln", "description": "", "codedValues": [], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "geological", "type": "esriFieldTypeString", "alias": "geological", "length": 30, "domain": { "type": "codedValue", "name": "WS7_geological_ln", "description": "", "codedValues": [], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "OSMID", "type": "esriFieldTypeString", "alias": "OSMID", "length": 20, "domain": null }, { "name": "osmuser", "type": "esriFieldTypeString", "alias": "osmuser", "length": 100, "domain": null }, { "name": "osmuid", "type": "esriFieldTypeInteger", "alias": "osmuid", "domain": null }, { "name": "osmvisible", "type": "esriFieldTypeString", "alias": "osmvisible", "length": 20, "domain": null }, { "name": "osmversion", "type": "esriFieldTypeSmallInteger", "alias": "osmversion", "domain": null }, { "name": "osmchangeset", "type": "esriFieldTypeInteger", "alias": "osmchangeset", "domain": null }, { "name": "osmtimestamp", "type": "esriFieldTypeDate", "alias": "osmtimestamp", "length": 8, "domain": null }, { "name": "osmMemberOf", "type": "esriFieldTypeBlob", "alias": "osmMemberOf", "domain": null }, { "name": "osmTags", "type": "esriFieldTypeBlob", "alias": "osmTags", "domain": null }, { "name": "osmSupportingElement", "type": "esriFieldTypeString", "alias": "osmSupportingElement", "length": 5, "domain": null }, { "name": "osmMembers", "type": "esriFieldTypeBlob", "alias": "osmMembers", "domain": null }, { "name": "osm_aeroway", "type": "esriFieldTypeString", "alias": "aeroway(tag value)", "length": 100, "domain": null }, { "name": "osm_ref", "type": "esriFieldTypeString", "alias": "ref(tag value)", "length": 100, "domain": null }, { "name": "osm_source", "type": "esriFieldTypeString", "alias": "source(tag value)", "length": 100, "domain": null }, { "name": "osm_length", "type": "esriFieldTypeString", "alias": "length(tag value)", "length": 100, "domain": null }, { "name": "osm_surface", "type": "esriFieldTypeString", "alias": "surface(tag value)", "length": 100, "domain": null }, { "name": "osm_width", "type": "esriFieldTypeString", "alias": "width(tag value)", "length": 100, "domain": null }, { "name": "osm_name", "type": "esriFieldTypeString", "alias": "name(tag value)", "length": 100, "domain": null }, { "name": "osm_addr_58_state", "type": "esriFieldTypeString", "alias": "addr:state(tag value)", "length": 100, "domain": null }, { "name": "osm_ele", "type": "esriFieldTypeString", "alias": "ele(tag value)", "length": 100, "domain": null }, { "name": "osm_gnis_58_county_name", "type": "esriFieldTypeString", "alias": "gnis:county_name(tag value)", "length": 100, "domain": null }, { "name": "osm_condition", "type": "esriFieldTypeString", "alias": "condition(tag value)", "length": 100, "domain": null }, { "name": "osm_faa", "type": "esriFieldTypeString", "alias": "faa(tag value)", "length": 100, "domain": null }, { "name": "osm_status", "type": "esriFieldTypeString", "alias": "status(tag value)", "length": 100, "domain": null }, { "name": "osm_disused", "type": "esriFieldTypeString", "alias": "disused(tag value)", "length": 100, "domain": null }, { "name": "osm_service", "type": "esriFieldTypeString", "alias": "service(tag value)", "length": 100, "domain": null }, { "name": "osm_tiger_58_cfcc", "type": "esriFieldTypeString", "alias": "tiger:cfcc(tag value)", "length": 100, "domain": null }, { "name": "osm_tiger_58_county", "type": "esriFieldTypeString", "alias": "tiger:county(tag value)", "length": 100, "domain": null }, { "name": "osm_highway", "type": "esriFieldTypeString", "alias": "highway(tag value)", "length": 100, "domain": null }, { "name": "osm_note", "type": "esriFieldTypeString", "alias": "note(tag value)", "length": 100, "domain": null }, { "name": "osm_barrier", "type": "esriFieldTypeString", "alias": "barrier(tag value)", "length": 100, "domain": null }, { "name": "SHAPE_Length", "type": "esriFieldTypeDouble", "alias": "SHAPE_Length", "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "FDO_OBJECTID", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "FDO_SHAPE", "fields": "SHAPE", "isAscending": true, "isUnique": false, "description": "" }, { "name": "I72OSMID", "fields": "OSMID", "isAscending": true, "isUnique": false, "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}, "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "advancedQueryCapabilities": { "useStandardizedQueries": false, "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": true, "supportsQueryAnalytic": false, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "dateFieldsTimeReference": { "timeZone": "Eastern Standard Time", "respectsDaylightSaving": true }, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeLengthFieldName": "SHAPE_Length", "units": "esriDecimalDegrees", "mapUnits": {"uwkid": 9102} }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true }