{
  "type": "FeatureCollection",
  "name": "NMLP Service Area",
  "metadata": {
    "license": "CC-BY-4.0",
    "attribution": "New Mexico Literacy Project (newmexicoliteracyproject.org)",
    "author": "Josh Eldred",
    "datePublished": "2026-05-27",
    "description": "Geographic service area polygon for NMLP free book pickup. Three tiers reflect typical service-area economics: Tier 1 (core metro, 24-48hr pickup, no minimum) covers Bernalillo and Sandoval counties; Tier 2 (volume-justified extension) covers Valencia, southern Santa Fe, and East Mountains; Tier 3 (volume-justified statewide) covers any New Mexico location with sufficient donation size to justify the drive (typical threshold: estate-scale or organizational donation, 500+ lb). Phone NMLP at 702-496-4214 to confirm coverage for any specific address.",
    "tier_legend": {
      "1": "Core metro — 24–48 hour pickup, any quantity",
      "2": "Volume-justified extension — typical 3–7 day scheduling, minimum 3 boxes",
      "3": "Volume-justified statewide — coordinated scheduling, minimum 500 lb"
    }
  },
  "features": [
    {
      "type": "Feature",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -106.78,
              35.0
            ],
            [
              -106.78,
              35.25
            ],
            [
              -106.55,
              35.3
            ],
            [
              -106.4,
              35.25
            ],
            [
              -106.35,
              35.1
            ],
            [
              -106.4,
              34.95
            ],
            [
              -106.6,
              34.9
            ],
            [
              -106.78,
              35.0
            ]
          ]
        ]
      },
      "properties": {
        "tier": 1,
        "name": "NMLP Core Metro — 24-48 hour pickup",
        "description": "Bernalillo County + southern Sandoval County. Cities: Albuquerque, Rio Rancho, Corrales, Bernalillo, Placitas. Any quantity, no minimum, typically 24-48 hours from request to pickup.",
        "fill_color": "#c8553d",
        "fill_opacity": 0.35
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -106.85,
              34.55
            ],
            [
              -106.85,
              35.65
            ],
            [
              -105.85,
              35.85
            ],
            [
              -105.7,
              35.45
            ],
            [
              -106.1,
              34.8
            ],
            [
              -106.4,
              34.4
            ],
            [
              -106.85,
              34.55
            ]
          ]
        ]
      },
      "properties": {
        "tier": 2,
        "name": "NMLP Volume-Justified Extension",
        "description": "Valencia County (Los Lunas, Belen), southern Santa Fe County (Madrid, Cerrillos), East Mountains (Tijeras, Cedar Crest, Sandia Park, Edgewood), northern Sandoval County (Cuba area). Typically 3-7 day scheduling, minimum ~3 boxes.",
        "fill_color": "#e9d5b8",
        "fill_opacity": 0.3
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -109.05,
              31.33
            ],
            [
              -109.05,
              37.0
            ],
            [
              -103.0,
              37.0
            ],
            [
              -103.0,
              32.0
            ],
            [
              -106.55,
              31.78
            ],
            [
              -109.05,
              31.33
            ]
          ]
        ]
      },
      "properties": {
        "tier": 3,
        "name": "NMLP Volume-Justified Statewide",
        "description": "Statewide coverage for volume-justified pickups (typical threshold: 500+ lb estate-scale or organizational donation). Documented pickups include Socorro (5,000 lb May 2026), Santa Fe (multiple), Las Vegas NM, Taos, Española, Las Cruces, Roswell, Carlsbad, and others. Call 702-496-4214 to confirm any specific location.",
        "fill_color": "#5b6e4a",
        "fill_opacity": 0.18
      }
    }
  ]
}