{
  "geography": {
    "id": "sc_county",
    "label": "South Carolina counties",
    "urlPrefix": "sc",
    "scope": "South Carolina",
    "feature": "Counties",
    "ogIllustration": "sc_county_og.png",
    "dataPreparation": {
      "recommended": {
        "header": "County",
        "examples": ["Abbeville", "Aiken", "Allendale"],
        "note": "Use South Carolina county names. The word County may be included or omitted."
      },
      "alternatives": [
        {
          "header": "FIPS",
          "examples": ["45001", "45003", "45005"],
          "note": "Five-digit county FIPS codes are also supported and provide the most precise match."
        }
      ],
      "note": "A County column can be used by itself because this geography is limited to South Carolina."
    },
    "appConfig": {
      "boundaryFile": "sc_bndry.json",
      "polygonsFile": "sc_county_poly.json",
      "lookupFile": "sc_county_lookup.csv"
    }
  },
  "join": {
    "primary": { 
      "type": "fips5",
      "csv_lookup": "fips",
      "GeoJSON_feature": "STCNTYFIPS",
      "aliases": ["FIPS", "FIPS5", "GEOID", "geoid", "CountyFIPS", "County FIPS"],
      "normalize":{ "digits": true, "pad": 5 }
    },
    "labels": {
      "titleFormat": "suffix",
      "reportTextOverride": "County",
      "featureSingularOverride": "County",
      "featurePluralOverride": "Counties"
    },
    "crosswalks": [
      {
        "fromType": "county_name",
        "toType": "fips5",
        "lookupColumns": { "from": "county", "to": "fips" },
        "aliases": ["County", "County Name", "NAME", "County Names", "Counties", "County Nm"],
        "normalize": { "case": "lower", "trim": true, "strip_punct": true, "strip_suffixes": [" county"] }
      }
    ],
    "lookupCsv": {
      "columns": {
        "id": "fips",
        "name": "county",
        "lat": "Latitude",
        "lng": "Longitude"
      }
    },
    "logo": {
      "enabled": true,
      "padX": 0.10,
      "padY": 0.20,

      "sizePct": 0.18,
      "minPx": 44,
      "maxPx": 110,

      "boundsWidthPct": 0.20,
      "boundsMinPx": 36,

      "opacity": 0.95,
      "zIndex": 1000,

      "iconUrl": null,
      "title": "CU Ag Tech",
      "linkUrl": "https://cuagtech.com/"
    }
  },
  "display": {
    "dataLabels": {
      "minZoom": 6.5,
      "viewportOnly": true,
      "maxVisibleLabels": 200
    },
    "surface": {
      "maxResolution": 600
    }
  }
}
