{
  "layers" : [ {
    "cimVersion" : "3.2.0",
    "id" : 0,
    "name" : "Anot_LimitesMaritimos",
    "type" : "Annotation Layer",
    "description" : "",
    "geometryType" : "esriGeometryPolygon",
    "sourceSpatialReference" : {
      "wkid" : 4326,
      "latestWkid" : 4326,
      "xyTolerance" : 8.983152841195215E-9,
      "zTolerance" : 0.001,
      "mTolerance" : 0.001,
      "falseX" : -400,
      "falseY" : -400,
      "xyUnits" : 9.999999999999999E8,
      "falseZ" : -100000,
      "zUnits" : 10000,
      "falseM" : -100000,
      "mUnits" : 10000
    },
    "copyrightText" : "",
    "parentLayer" : null,
    "subLayers" : [ {
      "id" : 1,
      "name" : "Default"
    } ],
    "minScale" : 0,
    "maxScale" : 0,
    "defaultVisibility" : true,
    "extent" : {
      "xmin" : -85.24707939799998,
      "ymin" : -3.317997628999933,
      "xmax" : -67.17946353799994,
      "ymax" : 16.654130612000074,
      "spatialReference" : {
        "wkid" : 4326,
        "latestWkid" : 4326,
        "xyTolerance" : 8.983152841195215E-9,
        "zTolerance" : 0.001,
        "mTolerance" : 0.001,
        "falseX" : -400,
        "falseY" : -400,
        "xyUnits" : 9.999999999999999E8,
        "falseZ" : -100000,
        "zUnits" : 10000,
        "falseM" : -100000,
        "mUnits" : 10000
      }
    },
    "hasAttachments" : false,
    "htmlPopupType" : "esriServerHTMLPopupTypeNone",
    "displayField" : "TextString",
    "typeIdField" : "AnnotationClassID",
    "subtypeFieldName" : "AnnotationClassID",
    "subtypeField" : "AnnotationClassID",
    "defaultSubtypeCode" : 0,
    "fields" : [ {
      "name" : "OBJECTID",
      "type" : "esriFieldTypeOID",
      "alias" : "OBJECTID",
      "domain" : null
    }, {
      "name" : "Shape",
      "type" : "esriFieldTypeGeometry",
      "alias" : "Shape",
      "domain" : null
    }, {
      "name" : "FeatureID",
      "type" : "esriFieldTypeInteger",
      "alias" : "FeatureID",
      "domain" : null
    }, {
      "name" : "ZOrder",
      "type" : "esriFieldTypeInteger",
      "alias" : "ZOrder",
      "domain" : null
    }, {
      "name" : "AnnotationClassID",
      "type" : "esriFieldTypeInteger",
      "alias" : "AnnotationClassID",
      "domain" : null
    }, {
      "name" : "Element",
      "type" : "esriFieldTypeBlob",
      "alias" : "Element",
      "domain" : null
    }, {
      "name" : "SymbolID",
      "type" : "esriFieldTypeInteger",
      "alias" : "SymbolID",
      "domain" : null
    }, {
      "name" : "Status",
      "type" : "esriFieldTypeSmallInteger",
      "alias" : "Status",
      "domain" : {
        "type" : "codedValue",
        "name" : "AnnotationStatus",
        "description" : "Valid annotation state values.",
        "codedValues" : [ {
          "name" : "Placed",
          "code" : 0
        }, {
          "name" : "Unplaced",
          "code" : 1
        } ],
        "mergePolicy" : "esriMPTDefaultValue",
        "splitPolicy" : "esriSPTDuplicate"
      }
    }, {
      "name" : "TextString",
      "type" : "esriFieldTypeString",
      "alias" : "TextString",
      "length" : 255,
      "domain" : null
    }, {
      "name" : "FontName",
      "type" : "esriFieldTypeString",
      "alias" : "FontName",
      "length" : 255,
      "domain" : null
    }, {
      "name" : "FontSize",
      "type" : "esriFieldTypeDouble",
      "alias" : "FontSize",
      "domain" : null
    }, {
      "name" : "Bold",
      "type" : "esriFieldTypeSmallInteger",
      "alias" : "Bold",
      "domain" : {
        "type" : "codedValue",
        "name" : "BooleanSymbolValue",
        "description" : "Valid values are Yes and No.",
        "codedValues" : [ {
          "name" : "Yes",
          "code" : 1
        }, {
          "name" : "No",
          "code" : 0
        } ],
        "mergePolicy" : "esriMPTDefaultValue",
        "splitPolicy" : "esriSPTDuplicate"
      }
    }, {
      "name" : "Italic",
      "type" : "esriFieldTypeSmallInteger",
      "alias" : "Italic",
      "domain" : {
        "type" : "codedValue",
        "name" : "BooleanSymbolValue",
        "description" : "Valid values are Yes and No.",
        "codedValues" : [ {
          "name" : "Yes",
          "code" : 1
        }, {
          "name" : "No",
          "code" : 0
        } ],
        "mergePolicy" : "esriMPTDefaultValue",
        "splitPolicy" : "esriSPTDuplicate"
      }
    }, {
      "name" : "Underline",
      "type" : "esriFieldTypeSmallInteger",
      "alias" : "Underline",
      "domain" : {
        "type" : "codedValue",
        "name" : "BooleanSymbolValue",
        "description" : "Valid values are Yes and No.",
        "codedValues" : [ {
          "name" : "Yes",
          "code" : 1
        }, {
          "name" : "No",
          "code" : 0
        } ],
        "mergePolicy" : "esriMPTDefaultValue",
        "splitPolicy" : "esriSPTDuplicate"
      }
    }, {
      "name" : "VerticalAlignment",
      "type" : "esriFieldTypeSmallInteger",
      "alias" : "VerticalAlignment",
      "domain" : {
        "type" : "codedValue",
        "name" : "VerticalAlignment",
        "description" : "Valid symbol vertical alignment values.",
        "codedValues" : [ {
          "name" : "Top",
          "code" : 0
        }, {
          "name" : "Center",
          "code" : 1
        }, {
          "name" : "Baseline",
          "code" : 2
        }, {
          "name" : "Bottom",
          "code" : 3
        } ],
        "mergePolicy" : "esriMPTDefaultValue",
        "splitPolicy" : "esriSPTDuplicate"
      }
    }, {
      "name" : "HorizontalAlignment",
      "type" : "esriFieldTypeSmallInteger",
      "alias" : "HorizontalAlignment",
      "domain" : {
        "type" : "codedValue",
        "name" : "HorizontalAlignment",
        "description" : "Valid horizontal symbol alignment values.",
        "codedValues" : [ {
          "name" : "Left",
          "code" : 0
        }, {
          "name" : "Center",
          "code" : 1
        }, {
          "name" : "Right",
          "code" : 2
        }, {
          "name" : "Full",
          "code" : 3
        } ],
        "mergePolicy" : "esriMPTDefaultValue",
        "splitPolicy" : "esriSPTDuplicate"
      }
    }, {
      "name" : "XOffset",
      "type" : "esriFieldTypeDouble",
      "alias" : "XOffset",
      "domain" : null
    }, {
      "name" : "YOffset",
      "type" : "esriFieldTypeDouble",
      "alias" : "YOffset",
      "domain" : null
    }, {
      "name" : "Angle",
      "type" : "esriFieldTypeDouble",
      "alias" : "Angle",
      "domain" : null
    }, {
      "name" : "FontLeading",
      "type" : "esriFieldTypeDouble",
      "alias" : "FontLeading",
      "domain" : null
    }, {
      "name" : "WordSpacing",
      "type" : "esriFieldTypeDouble",
      "alias" : "WordSpacing",
      "domain" : null
    }, {
      "name" : "CharacterWidth",
      "type" : "esriFieldTypeDouble",
      "alias" : "CharacterWidth",
      "domain" : null
    }, {
      "name" : "CharacterSpacing",
      "type" : "esriFieldTypeDouble",
      "alias" : "CharacterSpacing",
      "domain" : null
    }, {
      "name" : "FlipAngle",
      "type" : "esriFieldTypeDouble",
      "alias" : "FlipAngle",
      "domain" : null
    }, {
      "name" : "Override",
      "type" : "esriFieldTypeInteger",
      "alias" : "Override",
      "domain" : null
    }, {
      "name" : "SHAPE_STArea_1",
      "type" : "esriFieldTypeDouble",
      "alias" : "SHAPE_STArea_1",
      "domain" : null
    }, {
      "name" : "SHAPE_STLength_1",
      "type" : "esriFieldTypeDouble",
      "alias" : "SHAPE_STLength_1",
      "domain" : null
    }, {
      "name" : "GlobalID",
      "type" : "esriFieldTypeGlobalID",
      "alias" : "GlobalID",
      "length" : 38,
      "domain" : null
    }, {
      "name" : "Shape_Length",
      "type" : "esriFieldTypeDouble",
      "alias" : "Shape_Length",
      "domain" : null
    }, {
      "name" : "Shape_Area",
      "type" : "esriFieldTypeDouble",
      "alias" : "Shape_Area",
      "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" : "FDO_GlobalID",
      "fields" : "GlobalID",
      "isAscending" : true,
      "isUnique" : false,
      "description" : ""
    }, {
      "name" : "I7Status",
      "fields" : "Status",
      "isAscending" : true,
      "isUnique" : false,
      "description" : ""
    }, {
      "name" : "I7AnnotationClas",
      "fields" : "AnnotationClassID",
      "isAscending" : true,
      "isUnique" : false,
      "description" : ""
    } ],
    "types" : [ {
      "domains" : {
        "Status" : {
          "type" : "inherited"
        },
        "Bold" : {
          "type" : "inherited"
        },
        "Italic" : {
          "type" : "inherited"
        },
        "Underline" : {
          "type" : "inherited"
        },
        "VerticalAlignment" : {
          "type" : "inherited"
        },
        "HorizontalAlignment" : {
          "type" : "inherited"
        }
      },
      "id" : 0,
      "name" : "Default"
    } ],
    "subtypes" : [ {
      "domains" : {
        "Status" : {
          "type" : "inherited"
        },
        "Bold" : {
          "type" : "inherited"
        },
        "Italic" : {
          "type" : "inherited"
        },
        "Underline" : {
          "type" : "inherited"
        },
        "VerticalAlignment" : {
          "type" : "inherited"
        },
        "HorizontalAlignment" : {
          "type" : "inherited"
        }
      },
      "defaultValues" : {
        "FeatureID" : null,
        "ZOrder" : null,
        "AnnotationClassID" : null,
        "Element" : null,
        "SymbolID" : null,
        "Status" : 0,
        "TextString" : null,
        "FontName" : null,
        "FontSize" : null,
        "Bold" : null,
        "Italic" : null,
        "Underline" : null,
        "VerticalAlignment" : null,
        "HorizontalAlignment" : null,
        "XOffset" : null,
        "YOffset" : null,
        "Angle" : null,
        "FontLeading" : null,
        "WordSpacing" : null,
        "CharacterWidth" : null,
        "CharacterSpacing" : null,
        "FlipAngle" : null,
        "Override" : null,
        "SHAPE_STArea_1" : null,
        "SHAPE_STLength_1" : null,
        "GlobalID" : null
      },
      "code" : 0,
      "name" : "Default"
    } ],
    "relationships" : [ ],
    "canModifyLayer" : false,
    "canScaleSymbols" : false,
    "hasLabels" : false,
    "capabilities" : "Map",
    "maxRecordCount" : 1000,
    "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" : null,
    "preferredTimeReference" : null,
    "datesInUnknownTimezone" : false,
    "hasGeometryProperties" : true,
    "geometryProperties" : {
      "shapeAreaFieldName" : "Shape_Area",
      "shapeLengthFieldName" : "Shape_Length",
      "units" : "esriDecimalDegrees",
      "mapUnits" : {
        "uwkid" : 9102
      }
    },
    "hasMetadata" : true,
    "isDataArchived" : false,
    "archivingInfo" : {
      "supportsQueryWithHistoricMoment" : false,
      "startArchivingMoment" : -1
    },
    "supportsCoordinatesQuantization" : true,
    "supportsDynamicLegends" : false,
    "currentVersion" : 10.81
  }, {
    "cimVersion" : "3.2.0",
    "id" : 1,
    "name" : "Default",
    "type" : "Annotation SubLayer",
    "description" : "",
    "geometryType" : null,
    "copyrightText" : "",
    "parentLayer" : {
      "id" : 0,
      "name" : "Anot_LimitesMaritimos"
    },
    "subLayers" : [ ],
    "minScale" : 0,
    "maxScale" : 0,
    "defaultVisibility" : true,
    "extent" : {
      "xmin" : -85.24707939799998,
      "ymin" : -3.317997628999933,
      "xmax" : -67.17946353799994,
      "ymax" : 16.654130612000074,
      "spatialReference" : {
        "wkid" : 4326,
        "latestWkid" : 4326,
        "xyTolerance" : 8.983152841195215E-9,
        "zTolerance" : 0.001,
        "mTolerance" : 0.001,
        "falseX" : -400,
        "falseY" : -400,
        "xyUnits" : 9.999999999999999E8,
        "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" : false,
    "hasLabels" : false,
    "capabilities" : "Map",
    "supportsStatistics" : false,
    "supportsExceedsLimitStatistics" : false,
    "supportsAdvancedQueries" : false,
    "supportedQueryFormats" : "JSON, geoJSON, PBF",
    "isDataVersioned" : false,
    "ownershipBasedAccessControlForFeatures" : {
      "allowOthersToQuery" : true
    },
    "advancedQueryCapabilities" : {
      "useStandardizedQueries" : false,
      "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" : true,
      "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" : 10.81
  }, {
    "cimVersion" : "3.2.0",
    "id" : 3,
    "name" : "unidades_",
    "type" : "Feature Layer",
    "description" : "",
    "geometryType" : "esriGeometryPoint",
    "sourceSpatialReference" : {
      "wkid" : 4326,
      "latestWkid" : 4326,
      "xyTolerance" : 8.983152841195215E-9,
      "zTolerance" : 0.001,
      "mTolerance" : 0.001,
      "falseX" : -400,
      "falseY" : -400,
      "xyUnits" : 9.999999999999999E8,
      "falseZ" : -100000,
      "zUnits" : 10000,
      "falseM" : -100000,
      "mUnits" : 10000
    },
    "copyrightText" : "",
    "parentLayer" : null,
    "subLayers" : [ ],
    "minScale" : 0,
    "maxScale" : 0,
    "referenceScale" : 0.0,
    "drawingInfo" : {
      "renderer" : {
        "type" : "simple",
        "symbol" : {
          "type" : "esriSMS",
          "style" : "esriSMSCircle",
          "color" : [ 255, 255, 255, 127 ],
          "size" : 8,
          "angle" : 0,
          "xoffset" : 0,
          "yoffset" : 0,
          "outline" : {
            "color" : [ 0, 0, 0, 255 ],
            "width" : 0
          }
        }
      },
      "scaleSymbols" : true,
      "transparency" : 0,
      "labelingInfo" : [ {
        "labelExpressionInfo" : {
          "expression" : "$feature.Descripcion"
        },
        "labelPlacement" : "esriServerPointLabelPlacementBelowLeft",
        "deconflictionStrategy" : "static",
        "stackLabel" : true,
        "stackAlignment" : "dynamic",
        "removeDuplicates" : "none",
        "stackRowLength" : 24,
        "useCodedValues" : true,
        "maxScale" : 0,
        "minScale" : 0,
        "name" : "Class 1",
        "priority" : -1,
        "symbol" : {
          "type" : "esriTS",
          "color" : [ 225, 225, 225, 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 Rounded MT Bold",
            "size" : 8,
            "style" : "normal",
            "weight" : "normal",
            "decoration" : "none"
          }
        }
      } ]
    },
    "defaultVisibility" : true,
    "extent" : {
      "xmin" : -81.70293054499996,
      "ymin" : -3.88548749499995,
      "xmax" : -67.47675460999994,
      "ymax" : 13.37225582900004,
      "spatialReference" : {
        "wkid" : 4326,
        "latestWkid" : 4326,
        "xyTolerance" : 8.983152841195215E-9,
        "zTolerance" : 0.001,
        "mTolerance" : 0.001,
        "falseX" : -400,
        "falseY" : -400,
        "xyUnits" : 9.999999999999999E8,
        "falseZ" : -100000,
        "zUnits" : 10000,
        "falseM" : -100000,
        "mUnits" : 10000
      }
    },
    "hasAttachments" : false,
    "htmlPopupType" : "esriServerHTMLPopupTypeAsHTMLText",
    "displayField" : "Dependencia",
    "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" : "Dependencia",
      "type" : "esriFieldTypeString",
      "alias" : "Dependencia",
      "length" : 20,
      "domain" : null
    }, {
      "name" : "Descripcion",
      "type" : "esriFieldTypeString",
      "alias" : "Descripcion",
      "length" : 100,
      "domain" : null
    }, {
      "name" : "Tipo",
      "type" : "esriFieldTypeString",
      "alias" : "Tipo",
      "length" : 50,
      "domain" : {
        "type" : "codedValue",
        "name" : "UnidadFloreTipo",
        "description" : "",
        "codedValues" : [ {
          "name" : "Unidades mayores",
          "code" : "1"
        }, {
          "name" : "Pilot",
          "code" : "2"
        }, {
          "name" : "Marítima",
          "code" : "3"
        }, {
          "name" : "Fluvial",
          "code" : "4"
        } ],
        "mergePolicy" : "esriMPTDefaultValue",
        "splitPolicy" : "esriSPTDefaultValue"
      }
    }, {
      "name" : "Categoria",
      "type" : "esriFieldTypeString",
      "alias" : "Categoria",
      "length" : 50,
      "domain" : null
    }, {
      "name" : "Imagen",
      "type" : "esriFieldTypeString",
      "alias" : "Imagen",
      "length" : 300,
      "domain" : null
    }, {
      "name" : "GlobalID",
      "type" : "esriFieldTypeGlobalID",
      "alias" : "GlobalID",
      "length" : 38,
      "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" : "FDO_GlobalID",
      "fields" : "GlobalID",
      "isAscending" : true,
      "isUnique" : false,
      "description" : ""
    } ],
    "subtypes" : [ ],
    "relationships" : [ ],
    "canModifyLayer" : false,
    "canScaleSymbols" : false,
    "hasLabels" : true,
    "capabilities" : "Map",
    "maxRecordCount" : 1000,
    "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" : null,
    "preferredTimeReference" : null,
    "datesInUnknownTimezone" : false,
    "hasMetadata" : true,
    "isDataArchived" : false,
    "archivingInfo" : {
      "supportsQueryWithHistoricMoment" : false,
      "startArchivingMoment" : -1
    },
    "supportsCoordinatesQuantization" : true,
    "supportsDynamicLegends" : true,
    "currentVersion" : 10.81
  }, {
    "cimVersion" : "3.2.0",
    "id" : 4,
    "name" : "Unidades",
    "type" : "Feature Layer",
    "description" : "",
    "geometryType" : "esriGeometryPoint",
    "sourceSpatialReference" : {
      "wkid" : 4326,
      "latestWkid" : 4326,
      "xyTolerance" : 8.983152841195215E-9,
      "zTolerance" : 0.001,
      "mTolerance" : 0.001,
      "falseX" : -400,
      "falseY" : -400,
      "xyUnits" : 9.999999999999999E8,
      "falseZ" : -100000,
      "zUnits" : 10000,
      "falseM" : -100000,
      "mUnits" : 10000
    },
    "copyrightText" : "",
    "parentLayer" : null,
    "subLayers" : [ ],
    "minScale" : 0,
    "maxScale" : 0,
    "referenceScale" : 0.0,
    "drawingInfo" : {
      "renderer" : {
        "type" : "simple",
        "symbol" : {
          "type" : "esriSMS",
          "style" : "esriSMSCircle",
          "color" : [ 0, 0, 0, 255 ],
          "size" : 13,
          "angle" : 0,
          "xoffset" : 0,
          "yoffset" : -0.39,
          "outline" : {
            "color" : [ 0, 0, 0, 0 ],
            "width" : 0
          }
        }
      },
      "scaleSymbols" : true,
      "transparency" : 0,
      "labelingInfo" : null
    },
    "defaultVisibility" : true,
    "extent" : {
      "xmin" : -81.70293054499996,
      "ymin" : -3.88548749499995,
      "xmax" : -67.47675460999994,
      "ymax" : 13.37225582900004,
      "spatialReference" : {
        "wkid" : 4326,
        "latestWkid" : 4326,
        "xyTolerance" : 8.983152841195215E-9,
        "zTolerance" : 0.001,
        "mTolerance" : 0.001,
        "falseX" : -400,
        "falseY" : -400,
        "xyUnits" : 9.999999999999999E8,
        "falseZ" : -100000,
        "zUnits" : 10000,
        "falseM" : -100000,
        "mUnits" : 10000
      }
    },
    "hasAttachments" : false,
    "htmlPopupType" : "esriServerHTMLPopupTypeAsHTMLText",
    "displayField" : "Dependencia",
    "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" : "Dependencia",
      "type" : "esriFieldTypeString",
      "alias" : "Dependencia",
      "length" : 20,
      "domain" : null
    }, {
      "name" : "Descripcion",
      "type" : "esriFieldTypeString",
      "alias" : "Descripcion",
      "length" : 100,
      "domain" : null
    }, {
      "name" : "Tipo",
      "type" : "esriFieldTypeString",
      "alias" : "Tipo",
      "length" : 50,
      "domain" : {
        "type" : "codedValue",
        "name" : "UnidadFloreTipo",
        "description" : "",
        "codedValues" : [ {
          "name" : "Unidades mayores",
          "code" : "1"
        }, {
          "name" : "Pilot",
          "code" : "2"
        }, {
          "name" : "Marítima",
          "code" : "3"
        }, {
          "name" : "Fluvial",
          "code" : "4"
        } ],
        "mergePolicy" : "esriMPTDefaultValue",
        "splitPolicy" : "esriSPTDefaultValue"
      }
    }, {
      "name" : "Categoria",
      "type" : "esriFieldTypeString",
      "alias" : "Categoria",
      "length" : 50,
      "domain" : null
    }, {
      "name" : "Imagen",
      "type" : "esriFieldTypeString",
      "alias" : "Imagen",
      "length" : 300,
      "domain" : null
    }, {
      "name" : "GlobalID",
      "type" : "esriFieldTypeGlobalID",
      "alias" : "GlobalID",
      "length" : 38,
      "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" : "FDO_GlobalID",
      "fields" : "GlobalID",
      "isAscending" : true,
      "isUnique" : false,
      "description" : ""
    } ],
    "subtypes" : [ ],
    "relationships" : [ ],
    "canModifyLayer" : false,
    "canScaleSymbols" : false,
    "hasLabels" : false,
    "capabilities" : "Map",
    "maxRecordCount" : 1000,
    "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" : null,
    "preferredTimeReference" : null,
    "datesInUnknownTimezone" : false,
    "hasMetadata" : true,
    "isDataArchived" : false,
    "archivingInfo" : {
      "supportsQueryWithHistoricMoment" : false,
      "startArchivingMoment" : -1
    },
    "supportsCoordinatesQuantization" : true,
    "supportsDynamicLegends" : true,
    "currentVersion" : 10.81
  }, {
    "cimVersion" : "3.2.0",
    "id" : 5,
    "name" : "LimiteMaritimoInternacional_NoDefinido",
    "type" : "Feature Layer",
    "description" : "",
    "geometryType" : "esriGeometryPoint",
    "sourceSpatialReference" : {
      "wkid" : 4326,
      "latestWkid" : 4326,
      "xyTolerance" : 8.983152841195215E-9,
      "zTolerance" : 0.001,
      "mTolerance" : 0.001,
      "falseX" : -400,
      "falseY" : -400,
      "xyUnits" : 9.999999999999999E8,
      "falseZ" : -100000,
      "zUnits" : 10000,
      "falseM" : -100000,
      "mUnits" : 10000
    },
    "copyrightText" : "",
    "parentLayer" : null,
    "subLayers" : [ ],
    "minScale" : 0,
    "maxScale" : 0,
    "referenceScale" : 0.0,
    "drawingInfo" : {
      "renderer" : {
        "type" : "simple",
        "symbol" : {
          "type" : "esriPMS",
          "url" : "773b0c752e31f9d64af99f8f52e28039",
          "imageData" : "iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA0UlEQVQ4jaWTgQ2CMBBFX5MuQR3DNdAxcAxxDBlDXcM1dIwzlx5YKy0RLyEl3PXdv9/i+TN8LSkQHDxWA4BWAAfDWkBn6+8AgQBsFxpQU9AmsK40hreCHmiyXNq9l281d4V6fXOxQCHHgpom8UNjGBX58YtBrsQnVzN1BU4u1rxHGMPFgiDx7HPIE9jn98IX3J9T0MxdKl9z3yRPQIFdKr8ECLaqUQfbeDYT1eRFgHbTWadCBQncgEt1BJtfO6v0j1CgwEbvQ5rPT0FNKv59c/kXxKYzdb25Ib0AAAAASUVORK5CYII=",
          "contentType" : "image/png",
          "width" : 12,
          "height" : 12,
          "angle" : 0,
          "xoffset" : 0,
          "yoffset" : 0
        }
      },
      "scaleSymbols" : true,
      "transparency" : 0,
      "labelingInfo" : null
    },
    "defaultVisibility" : true,
    "extent" : {
      "xmin" : -85.53166406999998,
      "ymin" : 2.0529468860000293,
      "xmax" : -70.77900583399997,
      "ymax" : 11.951504670000077,
      "spatialReference" : {
        "wkid" : 4326,
        "latestWkid" : 4326,
        "xyTolerance" : 8.983152841195215E-9,
        "zTolerance" : 0.001,
        "mTolerance" : 0.001,
        "falseX" : -400,
        "falseY" : -400,
        "xyUnits" : 9.999999999999999E8,
        "falseZ" : -100000,
        "zUnits" : 10000,
        "falseM" : -100000,
        "mUnits" : 10000
      }
    },
    "hasAttachments" : false,
    "htmlPopupType" : "esriServerHTMLPopupTypeAsHTMLText",
    "displayField" : "OBJECTID",
    "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" : "GlobalID",
      "type" : "esriFieldTypeGlobalID",
      "alias" : "GlobalID",
      "length" : 38,
      "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" : "FDO_GlobalID",
      "fields" : "GlobalID",
      "isAscending" : true,
      "isUnique" : false,
      "description" : ""
    } ],
    "subtypes" : [ ],
    "relationships" : [ ],
    "canModifyLayer" : false,
    "canScaleSymbols" : false,
    "hasLabels" : false,
    "capabilities" : "Map",
    "maxRecordCount" : 1000,
    "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" : null,
    "preferredTimeReference" : null,
    "datesInUnknownTimezone" : false,
    "hasMetadata" : true,
    "isDataArchived" : false,
    "archivingInfo" : {
      "supportsQueryWithHistoricMoment" : false,
      "startArchivingMoment" : -1
    },
    "supportsCoordinatesQuantization" : true,
    "supportsDynamicLegends" : true,
    "currentVersion" : 10.81
  }, {
    "cimVersion" : "3.2.0",
    "id" : 6,
    "name" : "Capitaniasmaritimas",
    "type" : "Feature Layer",
    "description" : "",
    "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" : -100000,
      "zUnits" : 10000,
      "falseM" : -100000,
      "mUnits" : 10000
    },
    "copyrightText" : "",
    "parentLayer" : null,
    "subLayers" : [ ],
    "minScale" : 0,
    "maxScale" : 0,
    "referenceScale" : 0.0,
    "drawingInfo" : {
      "renderer" : {
        "type" : "simple",
        "symbol" : {
          "type" : "esriSLS",
          "style" : "esriSLSSolid",
          "color" : [ 32, 142, 140, 255 ],
          "width" : 1
        }
      },
      "scaleSymbols" : true,
      "transparency" : 0,
      "labelingInfo" : null
    },
    "defaultVisibility" : true,
    "extent" : {
      "xmin" : -85.16647209999996,
      "ymin" : 1.4166666670000723,
      "xmax" : -69.49166666699995,
      "ymax" : 16.169444445000067,
      "spatialReference" : {
        "wkid" : 4326,
        "latestWkid" : 4326,
        "xyTolerance" : 8.983152841195215E-9,
        "zTolerance" : 0.001,
        "mTolerance" : 0.001,
        "falseX" : -400,
        "falseY" : -400,
        "xyUnits" : 9.999999999999999E8,
        "falseZ" : -100000,
        "zUnits" : 10000,
        "falseM" : -100000,
        "mUnits" : 10000
      }
    },
    "hasAttachments" : false,
    "htmlPopupType" : "esriServerHTMLPopupTypeAsHTMLText",
    "displayField" : "CodigoCapi",
    "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" : "CodigoCapi",
      "type" : "esriFieldTypeString",
      "alias" : "Código",
      "length" : 50,
      "domain" : null
    }, {
      "name" : "Nombre",
      "type" : "esriFieldTypeString",
      "alias" : "Nombre",
      "length" : 50,
      "domain" : {
        "type" : "codedValue",
        "name" : "Capitanias",
        "description" : "Capitanias",
        "codedValues" : [ {
          "name" : "Buenaventura",
          "code" : "1"
        }, {
          "name" : "Tumaco",
          "code" : "2"
        }, {
          "name" : "Barranquilla",
          "code" : "3"
        }, {
          "name" : "Santa Marta",
          "code" : "4"
        }, {
          "name" : "Cartagena",
          "code" : "5"
        }, {
          "name" : "Riohacha",
          "code" : "6"
        }, {
          "name" : "San Andrés",
          "code" : "7"
        }, {
          "name" : "Turbo",
          "code" : "8"
        }, {
          "name" : "Coveñas",
          "code" : "9"
        }, {
          "name" : "Guapi",
          "code" : "11"
        }, {
          "name" : "Providencia",
          "code" : "12"
        }, {
          "name" : "Puerto Carreño",
          "code" : "15"
        }, {
          "name" : "Leticia",
          "code" : "16"
        }, {
          "name" : "Puerto Leguizamo",
          "code" : "19"
        }, {
          "name" : "Bahía Solano",
          "code" : "10"
        }, {
          "name" : "Puerto Bolívar",
          "code" : "14"
        }, {
          "name" : "Puerto Inírida",
          "code" : "17"
        }, {
          "name" : "Arauca",
          "code" : "20"
        } ],
        "mergePolicy" : "esriMPTDefaultValue",
        "splitPolicy" : "esriSPTDefaultValue"
      }
    }, {
      "name" : "Clasificac",
      "type" : "esriFieldTypeString",
      "alias" : "Clasificación",
      "length" : 50,
      "domain" : null
    }, {
      "name" : "Categoria",
      "type" : "esriFieldTypeString",
      "alias" : "Categoría",
      "length" : 50,
      "domain" : null
    }, {
      "name" : "SIGLA",
      "type" : "esriFieldTypeString",
      "alias" : "Sigla",
      "length" : 50,
      "domain" : null
    }, {
      "name" : "Observacio",
      "type" : "esriFieldTypeString",
      "alias" : "Observaciones",
      "length" : 254,
      "domain" : null
    }, {
      "name" : "SHAPE_STAr",
      "type" : "esriFieldTypeDouble",
      "alias" : "SHAPE_STAr",
      "domain" : null
    }, {
      "name" : "SHAPE_STLe",
      "type" : "esriFieldTypeDouble",
      "alias" : "SHAPE_STLe",
      "domain" : null
    }, {
      "name" : "GlobalID",
      "type" : "esriFieldTypeGlobalID",
      "alias" : "GlobalID",
      "length" : 38,
      "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" : "FDO_GlobalID",
      "fields" : "GlobalID",
      "isAscending" : true,
      "isUnique" : false,
      "description" : ""
    } ],
    "subtypes" : [ ],
    "relationships" : [ ],
    "canModifyLayer" : false,
    "canScaleSymbols" : false,
    "hasLabels" : false,
    "capabilities" : "Map",
    "maxRecordCount" : 1000,
    "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" : null,
    "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,
    "currentVersion" : 10.81
  }, {
    "cimVersion" : "3.2.0",
    "id" : 7,
    "name" : "LimiteMaritimoInternacional",
    "type" : "Feature Layer",
    "description" : "",
    "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" : -100000,
      "zUnits" : 10000,
      "falseM" : -100000,
      "mUnits" : 10000
    },
    "copyrightText" : "",
    "parentLayer" : null,
    "subLayers" : [ ],
    "minScale" : 0,
    "maxScale" : 0,
    "referenceScale" : 0.0,
    "drawingInfo" : {
      "renderer" : {
        "type" : "uniqueValue",
        "field1" : "DIEUUALIMT",
        "uniqueValueGroups" : [ {
          "heading" : "DIEUUALIMT",
          "classes" : [ {
            "label" : "ESGUERRA - BÁRCENAS 24 MARZO 1928",
            "description" : "ESGUERRA - BÁRCENAS 24 MARZO 1928",
            "symbol" : {
              "type" : "esriSLS",
              "style" : "esriSLSSolid",
              "color" : [ 255, 255, 115, 255 ],
              "width" : 2
            },
            "values" : [ [ "ESGUERRA - BÁRCENAS 24 MARZO 1928" ] ]
          }, {
            "label" : "FERNÁNDEZ - FACIO 17 MARZO 1977",
            "description" : "FERNÁNDEZ - FACIO 17 MARZO 1977",
            "symbol" : {
              "type" : "esriSLS",
              "style" : "esriSLSSolid",
              "color" : [ 255, 255, 115, 255 ],
              "width" : 2
            },
            "values" : [ [ "FERNÁNDEZ - FACIO 17 MARZO 1977" ] ]
          }, {
            "label" : "LIÉVANO - BOYD 20 NOVIEMBRE 1976",
            "description" : "LIÉVANO - BOYD 20 NOVIEMBRE 1976",
            "symbol" : {
              "type" : "esriSLS",
              "style" : "esriSLSSolid",
              "color" : [ 255, 255, 115, 255 ],
              "width" : 2
            },
            "values" : [ [ "LIÉVANO - BOYD 20 NOVIEMBRE 1976" ] ]
          }, {
            "label" : "LIÉVANO - BRUTUS 17 FEBRERO 1978",
            "description" : "LIÉVANO - BRUTUS 17 FEBRERO 1978",
            "symbol" : {
              "type" : "esriSLS",
              "style" : "esriSLSSolid",
              "color" : [ 255, 255, 115, 255 ],
              "width" : 2
            },
            "values" : [ [ "LIÉVANO - BRUTUS 17 FEBRERO 1978" ] ]
          }, {
            "label" : "LIÉVANO - JIMÉNEZ 13 ENERO 1978",
            "description" : "LIÉVANO - JIMÉNEZ 13 ENERO 1978",
            "symbol" : {
              "type" : "esriSLS",
              "style" : "esriSLSSolid",
              "color" : [ 255, 255, 115, 255 ],
              "width" : 2
            },
            "values" : [ [ "LIÉVANO - JIMÉNEZ 13 ENERO 1978" ] ]
          }, {
            "label" : "LIÉVANO - LUCIO 23 AGOSTO 1975",
            "description" : "LIÉVANO - LUCIO 23 AGOSTO 1975",
            "symbol" : {
              "type" : "esriSLS",
              "style" : "esriSLSSolid",
              "color" : [ 255, 255, 115, 255 ],
              "width" : 2
            },
            "values" : [ [ "LIÉVANO - LUCIO 23 AGOSTO 1975" ] ]
          }, {
            "label" : "LLOREDA - GUTIERREZ 6 ABRIL 1984",
            "description" : "LLOREDA - GUTIERREZ 6 ABRIL 1984",
            "symbol" : {
              "type" : "esriSLS",
              "style" : "esriSLSSolid",
              "color" : [ 255, 255, 115, 255 ],
              "width" : 2
            },
            "values" : [ [ "LLOREDA - GUTIERREZ 6 ABRIL 1984" ] ]
          }, {
            "label" : "PROYECCIÓN SEGÚN TRATADO LIÉVANO  - JIMÉNEZ (13 ENERO 1978)",
            "description" : "PROYECCIÓN SEGÚN TRATADO LIÉVANO  - JIMÉNEZ (13 ENERO 1978)",
            "symbol" : {
              "type" : "esriSLS",
              "style" : "esriSLSSolid",
              "color" : [ 255, 255, 115, 255 ],
              "width" : 2
            },
            "values" : [ [ "PROYECCIÓN SEGÚN TRATADO LIÉVANO  - JIMÉNEZ (13 ENERO 1978)" ] ]
          }, {
            "label" : "RAMÍREZ - LOPEZ 2 AGOSTO 1986",
            "description" : "RAMÍREZ - LOPEZ 2 AGOSTO 1986",
            "symbol" : {
              "type" : "esriSLS",
              "style" : "esriSLSSolid",
              "color" : [ 255, 255, 115, 255 ],
              "width" : 2
            },
            "values" : [ [ "RAMÍREZ - LOPEZ 2 AGOSTO 1986" ] ]
          }, {
            "label" : "SANÍN - ROBERTSON 12 NOVIEMBRE 1993",
            "description" : "SANÍN - ROBERTSON 12 NOVIEMBRE 1993",
            "symbol" : {
              "type" : "esriSLS",
              "style" : "esriSLSSolid",
              "color" : [ 255, 255, 115, 255 ],
              "width" : 2
            },
            "values" : [ [ "SANÍN - ROBERTSON 12 NOVIEMBRE 1993" ] ]
          } ]
        } ],
        "uniqueValueInfos" : [ {
          "symbol" : {
            "type" : "esriSLS",
            "style" : "esriSLSSolid",
            "color" : [ 255, 255, 115, 255 ],
            "width" : 2
          },
          "value" : "ESGUERRA - BÁRCENAS 24 MARZO 1928",
          "label" : "ESGUERRA - BÁRCENAS 24 MARZO 1928"
        }, {
          "symbol" : {
            "type" : "esriSLS",
            "style" : "esriSLSSolid",
            "color" : [ 255, 255, 115, 255 ],
            "width" : 2
          },
          "value" : "FERNÁNDEZ - FACIO 17 MARZO 1977",
          "label" : "FERNÁNDEZ - FACIO 17 MARZO 1977"
        }, {
          "symbol" : {
            "type" : "esriSLS",
            "style" : "esriSLSSolid",
            "color" : [ 255, 255, 115, 255 ],
            "width" : 2
          },
          "value" : "LIÉVANO - BOYD 20 NOVIEMBRE 1976",
          "label" : "LIÉVANO - BOYD 20 NOVIEMBRE 1976"
        }, {
          "symbol" : {
            "type" : "esriSLS",
            "style" : "esriSLSSolid",
            "color" : [ 255, 255, 115, 255 ],
            "width" : 2
          },
          "value" : "LIÉVANO - BRUTUS 17 FEBRERO 1978",
          "label" : "LIÉVANO - BRUTUS 17 FEBRERO 1978"
        }, {
          "symbol" : {
            "type" : "esriSLS",
            "style" : "esriSLSSolid",
            "color" : [ 255, 255, 115, 255 ],
            "width" : 2
          },
          "value" : "LIÉVANO - JIMÉNEZ 13 ENERO 1978",
          "label" : "LIÉVANO - JIMÉNEZ 13 ENERO 1978"
        }, {
          "symbol" : {
            "type" : "esriSLS",
            "style" : "esriSLSSolid",
            "color" : [ 255, 255, 115, 255 ],
            "width" : 2
          },
          "value" : "LIÉVANO - LUCIO 23 AGOSTO 1975",
          "label" : "LIÉVANO - LUCIO 23 AGOSTO 1975"
        }, {
          "symbol" : {
            "type" : "esriSLS",
            "style" : "esriSLSSolid",
            "color" : [ 255, 255, 115, 255 ],
            "width" : 2
          },
          "value" : "LLOREDA - GUTIERREZ 6 ABRIL 1984",
          "label" : "LLOREDA - GUTIERREZ 6 ABRIL 1984"
        }, {
          "symbol" : {
            "type" : "esriSLS",
            "style" : "esriSLSSolid",
            "color" : [ 255, 255, 115, 255 ],
            "width" : 2
          },
          "value" : "PROYECCIÓN SEGÚN TRATADO LIÉVANO  - JIMÉNEZ (13 ENERO 1978)",
          "label" : "PROYECCIÓN SEGÚN TRATADO LIÉVANO  - JIMÉNEZ (13 ENERO 1978)"
        }, {
          "symbol" : {
            "type" : "esriSLS",
            "style" : "esriSLSSolid",
            "color" : [ 255, 255, 115, 255 ],
            "width" : 2
          },
          "value" : "RAMÍREZ - LOPEZ 2 AGOSTO 1986",
          "label" : "RAMÍREZ - LOPEZ 2 AGOSTO 1986"
        }, {
          "symbol" : {
            "type" : "esriSLS",
            "style" : "esriSLSSolid",
            "color" : [ 255, 255, 115, 255 ],
            "width" : 2
          },
          "value" : "SANÍN - ROBERTSON 12 NOVIEMBRE 1993",
          "label" : "SANÍN - ROBERTSON 12 NOVIEMBRE 1993"
        } ],
        "fieldDelimiter" : ",",
        "authoringInfo" : {
          "colorRamp" : {
            "type" : "multipart",
            "colorRamps" : [ {
              "type" : "algorithmic",
              "algorithm" : "esriCIELabAlgorithm",
              "fromColor" : [ 252, 212, 210, 255 ],
              "toColor" : [ 252, 212, 210, 255 ]
            }, {
              "type" : "algorithmic",
              "algorithm" : "esriCIELabAlgorithm",
              "fromColor" : [ 187, 252, 190, 255 ],
              "toColor" : [ 187, 252, 190, 255 ]
            }, {
              "type" : "algorithmic",
              "algorithm" : "esriCIELabAlgorithm",
              "fromColor" : [ 182, 184, 252, 255 ],
              "toColor" : [ 182, 184, 252, 255 ]
            }, {
              "type" : "algorithmic",
              "algorithm" : "esriCIELabAlgorithm",
              "fromColor" : [ 182, 243, 252, 255 ],
              "toColor" : [ 182, 243, 252, 255 ]
            }, {
              "type" : "algorithmic",
              "algorithm" : "esriCIELabAlgorithm",
              "fromColor" : [ 252, 187, 238, 255 ],
              "toColor" : [ 252, 187, 238, 255 ]
            }, {
              "type" : "algorithmic",
              "algorithm" : "esriCIELabAlgorithm",
              "fromColor" : [ 252, 239, 182, 255 ],
              "toColor" : [ 252, 239, 182, 255 ]
            }, {
              "type" : "algorithmic",
              "algorithm" : "esriCIELabAlgorithm",
              "fromColor" : [ 215, 252, 225, 255 ],
              "toColor" : [ 215, 252, 225, 255 ]
            }, {
              "type" : "algorithmic",
              "algorithm" : "esriCIELabAlgorithm",
              "fromColor" : [ 192, 215, 252, 255 ],
              "toColor" : [ 192, 215, 252, 255 ]
            }, {
              "type" : "algorithmic",
              "algorithm" : "esriCIELabAlgorithm",
              "fromColor" : [ 238, 212, 252, 255 ],
              "toColor" : [ 238, 212, 252, 255 ]
            }, {
              "type" : "algorithmic",
              "algorithm" : "esriCIELabAlgorithm",
              "fromColor" : [ 228, 179, 252, 255 ],
              "toColor" : [ 228, 179, 252, 255 ]
            }, {
              "type" : "algorithmic",
              "algorithm" : "esriCIELabAlgorithm",
              "fromColor" : [ 252, 231, 202, 255 ],
              "toColor" : [ 252, 231, 202, 255 ]
            }, {
              "type" : "algorithmic",
              "algorithm" : "esriCIELabAlgorithm",
              "fromColor" : [ 228, 252, 182, 255 ],
              "toColor" : [ 228, 252, 182, 255 ]
            }, {
              "type" : "algorithmic",
              "algorithm" : "esriCIELabAlgorithm",
              "fromColor" : [ 252, 184, 189, 255 ],
              "toColor" : [ 252, 184, 189, 255 ]
            } ]
          }
        }
      },
      "scaleSymbols" : true,
      "transparency" : 0,
      "labelingInfo" : null
    },
    "defaultVisibility" : true,
    "extent" : {
      "xmin" : -84.99999999999994,
      "ymin" : 1.4166666670000723,
      "xmax" : -69.49166666699995,
      "ymax" : 16.169444445000067,
      "spatialReference" : {
        "wkid" : 4326,
        "latestWkid" : 4326,
        "xyTolerance" : 8.983152841195215E-9,
        "zTolerance" : 0.001,
        "mTolerance" : 0.001,
        "falseX" : -400,
        "falseY" : -400,
        "xyUnits" : 9.999999999999999E8,
        "falseZ" : -100000,
        "zUnits" : 10000,
        "falseM" : -100000,
        "mUnits" : 10000
      }
    },
    "hasAttachments" : false,
    "htmlPopupType" : "esriServerHTMLPopupTypeAsHTMLText",
    "displayField" : "DIEUUALIME",
    "typeIdField" : null,
    "subtypeFieldName" : null,
    "subtypeField" : null,
    "defaultSubtypeCode" : null,
    "fields" : [ {
      "name" : "OBJECTID_1",
      "type" : "esriFieldTypeOID",
      "alias" : "OBJECTID_1",
      "domain" : null
    }, {
      "name" : "Shape",
      "type" : "esriFieldTypeGeometry",
      "alias" : "Shape",
      "domain" : null
    }, {
      "name" : "OBJECTID",
      "type" : "esriFieldTypeInteger",
      "alias" : "OBJECTID",
      "domain" : null
    }, {
      "name" : "DIEUUALIME",
      "type" : "esriFieldTypeString",
      "alias" : "DIEUUALIME",
      "length" : 50,
      "domain" : null
    }, {
      "name" : "DIEUUALIMP",
      "type" : "esriFieldTypeString",
      "alias" : "DIEUUALIMP",
      "length" : 30,
      "domain" : null
    }, {
      "name" : "DIEUUALIMT",
      "type" : "esriFieldTypeString",
      "alias" : "DIEUUALIMT",
      "length" : 100,
      "domain" : null
    }, {
      "name" : "SHAPE_STLe",
      "type" : "esriFieldTypeDouble",
      "alias" : "SHAPE_STLe",
      "domain" : null
    }, {
      "name" : "GlobalID",
      "type" : "esriFieldTypeGlobalID",
      "alias" : "GlobalID",
      "length" : 38,
      "domain" : null
    }, {
      "name" : "Shape_Length",
      "type" : "esriFieldTypeDouble",
      "alias" : "Shape_Length",
      "domain" : null
    } ],
    "geometryField" : {
      "name" : "Shape",
      "type" : "esriFieldTypeGeometry",
      "alias" : "Shape"
    },
    "indexes" : [ {
      "name" : "FDO_OBJECTID_1",
      "fields" : "OBJECTID_1",
      "isAscending" : true,
      "isUnique" : true,
      "description" : ""
    }, {
      "name" : "FDO_Shape",
      "fields" : "Shape",
      "isAscending" : true,
      "isUnique" : false,
      "description" : ""
    }, {
      "name" : "FDO_GlobalID",
      "fields" : "GlobalID",
      "isAscending" : true,
      "isUnique" : false,
      "description" : ""
    } ],
    "subtypes" : [ ],
    "relationships" : [ ],
    "canModifyLayer" : false,
    "canScaleSymbols" : false,
    "hasLabels" : false,
    "capabilities" : "Map",
    "maxRecordCount" : 1000,
    "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" : null,
    "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,
    "currentVersion" : 10.81
  }, {
    "cimVersion" : "3.2.0",
    "id" : 8,
    "name" : "Capitaniasfluvial",
    "type" : "Feature Layer",
    "description" : "",
    "geometryType" : "esriGeometryPolygon",
    "sourceSpatialReference" : {
      "wkid" : 4326,
      "latestWkid" : 4326,
      "xyTolerance" : 8.983152841195215E-9,
      "zTolerance" : 0.001,
      "mTolerance" : 0.001,
      "falseX" : -400,
      "falseY" : -400,
      "xyUnits" : 9.999999999999999E8,
      "falseZ" : -100000,
      "zUnits" : 10000,
      "falseM" : -100000,
      "mUnits" : 10000
    },
    "copyrightText" : "",
    "parentLayer" : null,
    "subLayers" : [ ],
    "minScale" : 0,
    "maxScale" : 0,
    "referenceScale" : 0.0,
    "drawingInfo" : {
      "renderer" : {
        "type" : "simple",
        "symbol" : {
          "type" : "esriSFS",
          "style" : "esriSFSSolid",
          "color" : [ 0, 77, 168, 255 ],
          "outline" : {
            "type" : "esriSLS",
            "style" : "esriSLSSolid",
            "color" : [ 0, 38, 115, 255 ],
            "width" : 2
          }
        }
      },
      "scaleSymbols" : true,
      "transparency" : 0,
      "labelingInfo" : null
    },
    "defaultVisibility" : true,
    "extent" : {
      "xmin" : -76.51817201599994,
      "ymin" : -4.22712861399998,
      "xmax" : -67.31367869199994,
      "ymax" : 7.10614623500004,
      "spatialReference" : {
        "wkid" : 4326,
        "latestWkid" : 4326,
        "xyTolerance" : 8.983152841195215E-9,
        "zTolerance" : 0.001,
        "mTolerance" : 0.001,
        "falseX" : -400,
        "falseY" : -400,
        "xyUnits" : 9.999999999999999E8,
        "falseZ" : -100000,
        "zUnits" : 10000,
        "falseM" : -100000,
        "mUnits" : 10000
      }
    },
    "hasAttachments" : false,
    "htmlPopupType" : "esriServerHTMLPopupTypeAsHTMLText",
    "displayField" : "CodigoCapi",
    "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" : "CodigoCapi",
      "type" : "esriFieldTypeString",
      "alias" : "Código",
      "length" : 50,
      "domain" : null
    }, {
      "name" : "Nombre",
      "type" : "esriFieldTypeString",
      "alias" : "Nombre",
      "length" : 50,
      "domain" : {
        "type" : "codedValue",
        "name" : "Capitanias",
        "description" : "Capitanias",
        "codedValues" : [ {
          "name" : "Buenaventura",
          "code" : "1"
        }, {
          "name" : "Tumaco",
          "code" : "2"
        }, {
          "name" : "Barranquilla",
          "code" : "3"
        }, {
          "name" : "Santa Marta",
          "code" : "4"
        }, {
          "name" : "Cartagena",
          "code" : "5"
        }, {
          "name" : "Riohacha",
          "code" : "6"
        }, {
          "name" : "San Andrés",
          "code" : "7"
        }, {
          "name" : "Turbo",
          "code" : "8"
        }, {
          "name" : "Coveñas",
          "code" : "9"
        }, {
          "name" : "Guapi",
          "code" : "11"
        }, {
          "name" : "Providencia",
          "code" : "12"
        }, {
          "name" : "Puerto Carreño",
          "code" : "15"
        }, {
          "name" : "Leticia",
          "code" : "16"
        }, {
          "name" : "Puerto Leguizamo",
          "code" : "19"
        }, {
          "name" : "Bahía Solano",
          "code" : "10"
        }, {
          "name" : "Puerto Bolívar",
          "code" : "14"
        }, {
          "name" : "Puerto Inírida",
          "code" : "17"
        }, {
          "name" : "Arauca",
          "code" : "20"
        } ],
        "mergePolicy" : "esriMPTDefaultValue",
        "splitPolicy" : "esriSPTDefaultValue"
      }
    }, {
      "name" : "Clasificac",
      "type" : "esriFieldTypeString",
      "alias" : "Clasificación",
      "length" : 50,
      "domain" : null
    }, {
      "name" : "Categoria",
      "type" : "esriFieldTypeString",
      "alias" : "Categoría",
      "length" : 50,
      "domain" : null
    }, {
      "name" : "SIGLA",
      "type" : "esriFieldTypeString",
      "alias" : "Sigla",
      "length" : 50,
      "domain" : null
    }, {
      "name" : "Observacio",
      "type" : "esriFieldTypeString",
      "alias" : "Observaciones",
      "length" : 254,
      "domain" : null
    }, {
      "name" : "SHAPE_STAr",
      "type" : "esriFieldTypeDouble",
      "alias" : "SHAPE_STAr",
      "domain" : null
    }, {
      "name" : "SHAPE_STLe",
      "type" : "esriFieldTypeDouble",
      "alias" : "SHAPE_STLe",
      "domain" : null
    }, {
      "name" : "GlobalID",
      "type" : "esriFieldTypeGlobalID",
      "alias" : "GlobalID",
      "length" : 38,
      "domain" : null
    }, {
      "name" : "Shape_Length",
      "type" : "esriFieldTypeDouble",
      "alias" : "Shape_Length",
      "domain" : null
    }, {
      "name" : "Shape_Area",
      "type" : "esriFieldTypeDouble",
      "alias" : "Shape_Area",
      "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" : "FDO_GlobalID",
      "fields" : "GlobalID",
      "isAscending" : true,
      "isUnique" : false,
      "description" : ""
    } ],
    "subtypes" : [ ],
    "relationships" : [ ],
    "canModifyLayer" : false,
    "canScaleSymbols" : false,
    "hasLabels" : false,
    "capabilities" : "Map",
    "maxRecordCount" : 1000,
    "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" : null,
    "preferredTimeReference" : null,
    "datesInUnknownTimezone" : false,
    "hasGeometryProperties" : true,
    "geometryProperties" : {
      "shapeAreaFieldName" : "Shape_Area",
      "shapeLengthFieldName" : "Shape_Length",
      "units" : "esriDecimalDegrees",
      "mapUnits" : {
        "uwkid" : 9102
      }
    },
    "hasMetadata" : true,
    "isDataArchived" : false,
    "archivingInfo" : {
      "supportsQueryWithHistoricMoment" : false,
      "startArchivingMoment" : -1
    },
    "supportsCoordinatesQuantization" : true,
    "supportsDynamicLegends" : true,
    "currentVersion" : 10.81
  }, {
    "cimVersion" : "3.2.0",
    "id" : 9,
    "name" : "EspaciosMaritimos_Pol",
    "type" : "Feature Layer",
    "description" : "",
    "geometryType" : "esriGeometryPolygon",
    "sourceSpatialReference" : {
      "wkid" : 4326,
      "latestWkid" : 4326,
      "xyTolerance" : 8.983152841195215E-9,
      "zTolerance" : 0.001,
      "mTolerance" : 0.001,
      "falseX" : -400,
      "falseY" : -400,
      "xyUnits" : 9.999999999999999E8,
      "falseZ" : -100000,
      "zUnits" : 10000,
      "falseM" : -100000,
      "mUnits" : 10000
    },
    "copyrightText" : "",
    "parentLayer" : null,
    "subLayers" : [ ],
    "minScale" : 0,
    "maxScale" : 0,
    "referenceScale" : 0.0,
    "drawingInfo" : {
      "renderer" : {
        "type" : "uniqueValue",
        "field1" : "Nombre",
        "defaultSymbol" : {
          "type" : "esriSFS",
          "style" : "esriSFSSolid",
          "color" : [ 255, 255, 0, 51 ],
          "outline" : {
            "type" : "esriSLS",
            "style" : "esriSLSSolid",
            "color" : [ 255, 255, 0, 0 ],
            "width" : 0.7
          }
        },
        "defaultLabel" : "",
        "uniqueValueGroups" : [ {
          "heading" : "Nombre",
          "classes" : [ {
            "label" : "LIÉVANO - LUCIO",
            "description" : "LIÉVANO - LUCIO",
            "symbol" : {
              "type" : "esriSFS",
              "style" : "esriSFSSolid",
              "color" : [ 255, 255, 0, 76 ],
              "outline" : {
                "type" : "esriSLS",
                "style" : "esriSLSSolid",
                "color" : [ 110, 110, 110, 0 ],
                "width" : 0.7
              }
            },
            "values" : [ [ "LIÉVANO - LUCIO" ] ]
          }, {
            "label" : "RÉGIMEN COMÚN COL - JAM",
            "description" : "RÉGIMEN COMÚN COL - JAM",
            "symbol" : {
              "type" : "esriSFS",
              "style" : "esriSFSBackwardDiagonal",
              "color" : [ 255, 255, 0, 255 ],
              "outline" : {
                "type" : "esriSLS",
                "style" : "esriSLSSolid",
                "color" : [ 255, 255, 115, 255 ],
                "width" : 2
              }
            },
            "values" : [ [ "RÉGIMEN COMÚN COL - JAM" ] ]
          }, {
            "label" : "ZONA DE INVESTIGACIÓN CIENTÍFICA Y EXPLOTACIÓN PESQUERA COMÚN",
            "description" : "ZONA DE INVESTIGACIÓN CIENTÍFICA Y EXPLOTACIÓN PESQUERA COMÚN",
            "symbol" : {
              "type" : "esriSFS",
              "style" : "esriSFSSolid",
              "color" : [ 255, 255, 0, 76 ],
              "outline" : {
                "type" : "esriSLS",
                "style" : "esriSLSSolid",
                "color" : [ 110, 110, 110, 0 ],
                "width" : 0.7
              }
            },
            "values" : [ [ "ZONA DE INVESTIGACIÓN CIENTÍFICA Y EXPLOTACIÓN PESQUERA COMÚN" ] ]
          } ]
        } ],
        "uniqueValueInfos" : [ {
          "symbol" : {
            "type" : "esriSFS",
            "style" : "esriSFSSolid",
            "color" : [ 255, 255, 0, 76 ],
            "outline" : {
              "type" : "esriSLS",
              "style" : "esriSLSSolid",
              "color" : [ 110, 110, 110, 0 ],
              "width" : 0.7
            }
          },
          "value" : "LIÉVANO - LUCIO",
          "label" : "LIÉVANO - LUCIO"
        }, {
          "symbol" : {
            "type" : "esriSFS",
            "style" : "esriSFSBackwardDiagonal",
            "color" : [ 255, 255, 0, 255 ],
            "outline" : {
              "type" : "esriSLS",
              "style" : "esriSLSSolid",
              "color" : [ 255, 255, 115, 255 ],
              "width" : 2
            }
          },
          "value" : "RÉGIMEN COMÚN COL - JAM",
          "label" : "RÉGIMEN COMÚN COL - JAM"
        }, {
          "symbol" : {
            "type" : "esriSFS",
            "style" : "esriSFSSolid",
            "color" : [ 255, 255, 0, 76 ],
            "outline" : {
              "type" : "esriSLS",
              "style" : "esriSLSSolid",
              "color" : [ 110, 110, 110, 0 ],
              "width" : 0.7
            }
          },
          "value" : "ZONA DE INVESTIGACIÓN CIENTÍFICA Y EXPLOTACIÓN PESQUERA COMÚN",
          "label" : "ZONA DE INVESTIGACIÓN CIENTÍFICA Y EXPLOTACIÓN PESQUERA COMÚN"
        } ],
        "fieldDelimiter" : ",",
        "authoringInfo" : {
          "colorRamp" : {
            "type" : "multipart",
            "colorRamps" : [ {
              "type" : "algorithmic",
              "algorithm" : "esriCIELabAlgorithm",
              "fromColor" : [ 252, 212, 210, 255 ],
              "toColor" : [ 252, 212, 210, 255 ]
            }, {
              "type" : "algorithmic",
              "algorithm" : "esriCIELabAlgorithm",
              "fromColor" : [ 187, 252, 190, 255 ],
              "toColor" : [ 187, 252, 190, 255 ]
            }, {
              "type" : "algorithmic",
              "algorithm" : "esriCIELabAlgorithm",
              "fromColor" : [ 182, 184, 252, 255 ],
              "toColor" : [ 182, 184, 252, 255 ]
            }, {
              "type" : "algorithmic",
              "algorithm" : "esriCIELabAlgorithm",
              "fromColor" : [ 182, 243, 252, 255 ],
              "toColor" : [ 182, 243, 252, 255 ]
            }, {
              "type" : "algorithmic",
              "algorithm" : "esriCIELabAlgorithm",
              "fromColor" : [ 252, 187, 238, 255 ],
              "toColor" : [ 252, 187, 238, 255 ]
            }, {
              "type" : "algorithmic",
              "algorithm" : "esriCIELabAlgorithm",
              "fromColor" : [ 252, 239, 182, 255 ],
              "toColor" : [ 252, 239, 182, 255 ]
            }, {
              "type" : "algorithmic",
              "algorithm" : "esriCIELabAlgorithm",
              "fromColor" : [ 215, 252, 225, 255 ],
              "toColor" : [ 215, 252, 225, 255 ]
            }, {
              "type" : "algorithmic",
              "algorithm" : "esriCIELabAlgorithm",
              "fromColor" : [ 192, 215, 252, 255 ],
              "toColor" : [ 192, 215, 252, 255 ]
            }, {
              "type" : "algorithmic",
              "algorithm" : "esriCIELabAlgorithm",
              "fromColor" : [ 238, 212, 252, 255 ],
              "toColor" : [ 238, 212, 252, 255 ]
            }, {
              "type" : "algorithmic",
              "algorithm" : "esriCIELabAlgorithm",
              "fromColor" : [ 228, 179, 252, 255 ],
              "toColor" : [ 228, 179, 252, 255 ]
            }, {
              "type" : "algorithmic",
              "algorithm" : "esriCIELabAlgorithm",
              "fromColor" : [ 252, 231, 202, 255 ],
              "toColor" : [ 252, 231, 202, 255 ]
            }, {
              "type" : "algorithmic",
              "algorithm" : "esriCIELabAlgorithm",
              "fromColor" : [ 228, 252, 182, 255 ],
              "toColor" : [ 228, 252, 182, 255 ]
            }, {
              "type" : "algorithmic",
              "algorithm" : "esriCIELabAlgorithm",
              "fromColor" : [ 252, 184, 189, 255 ],
              "toColor" : [ 252, 184, 189, 255 ]
            } ]
          }
        }
      },
      "scaleSymbols" : true,
      "transparency" : 0,
      "labelingInfo" : null
    },
    "defaultVisibility" : true,
    "extent" : {
      "xmin" : -85.00022302899998,
      "ymin" : 1.2490636470000709,
      "xmax" : -71.66666666699996,
      "ymax" : 16.169444445000067,
      "spatialReference" : {
        "wkid" : 4326,
        "latestWkid" : 4326,
        "xyTolerance" : 8.983152841195215E-9,
        "zTolerance" : 0.001,
        "mTolerance" : 0.001,
        "falseX" : -400,
        "falseY" : -400,
        "xyUnits" : 9.999999999999999E8,
        "falseZ" : -100000,
        "zUnits" : 10000,
        "falseM" : -100000,
        "mUnits" : 10000
      }
    },
    "hasAttachments" : false,
    "htmlPopupType" : "esriServerHTMLPopupTypeAsHTMLText",
    "displayField" : "Nombre",
    "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" : "Nombre",
      "type" : "esriFieldTypeString",
      "alias" : "Nombre",
      "length" : 100,
      "domain" : null
    }, {
      "name" : "GlobalID",
      "type" : "esriFieldTypeGlobalID",
      "alias" : "GlobalID",
      "length" : 38,
      "domain" : null
    }, {
      "name" : "Shape_Length",
      "type" : "esriFieldTypeDouble",
      "alias" : "Shape_Length",
      "domain" : null
    }, {
      "name" : "Shape_Area",
      "type" : "esriFieldTypeDouble",
      "alias" : "Shape_Area",
      "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" : "FDO_GlobalID",
      "fields" : "GlobalID",
      "isAscending" : true,
      "isUnique" : false,
      "description" : ""
    } ],
    "subtypes" : [ ],
    "relationships" : [ ],
    "canModifyLayer" : false,
    "canScaleSymbols" : false,
    "hasLabels" : false,
    "capabilities" : "Map",
    "maxRecordCount" : 1000,
    "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" : null,
    "preferredTimeReference" : null,
    "datesInUnknownTimezone" : false,
    "hasGeometryProperties" : true,
    "geometryProperties" : {
      "shapeAreaFieldName" : "Shape_Area",
      "shapeLengthFieldName" : "Shape_Length",
      "units" : "esriDecimalDegrees",
      "mapUnits" : {
        "uwkid" : 9102
      }
    },
    "hasMetadata" : true,
    "isDataArchived" : false,
    "archivingInfo" : {
      "supportsQueryWithHistoricMoment" : false,
      "startArchivingMoment" : -1
    },
    "supportsCoordinatesQuantization" : true,
    "supportsDynamicLegends" : true,
    "currentVersion" : 10.81
  } ],
  "tables" : [ ]
}