{
  "schema_version": "1.0.0",
  "created_at": "2026-03-28T00:10:50Z",
  "map_fingerprint": {
    "hash": "0ff2833e4be4ab8ab94c8240436aea1ab3b808bb50170ac789d2deedad56fdd3",
    "algorithm": "sha256"
  },
  "model": {
    "human_user_name": "Ian Muehlenhaus",
    "llm_name": "GPT-5.4 Thinking"
  },
  "agent": {
    "name": "Web Mapper GPT",
    "url": "https://webmapgpt.com",
    "version": "1.0"
  },
  "map": {
    "title": "Who loves weeds?",
    "description": "Bright Albers USA invasive weed map using cleaned dissolved species polygons and acres-based treemap.",
    "stack": [
      {
        "name": "D3",
        "version": "7.9.0"
      },
      {
        "name": "TopoJSON Client",
        "version": "3.1.0"
      }
    ]
  },
  "datasets": [
    {
      "name": "US states",
      "type": "TopoJSON",
      "source_url": "https://cdn.jsdelivr.net/npm/us-atlas@3/states-10m.json",
      "fields": [
        {
          "name": "id",
          "type": "number"
        }
      ]
    },
    {
      "name": "Invasive plants dissolved cleaned",
      "type": "GeoJSON",
      "fields": [
        {
          "name": "acres",
          "type": "number"
        },
        {
          "name": "miles",
          "type": "number"
        },
        {
          "name": "accepted_scientific",
          "type": "string"
        },
        {
          "name": "common_name",
          "type": "string"
        }
      ]
    }
  ],
  "prompts": [
    "Hi. I would like to make a map to celebrate National Weed Day tomorrow.",
    "It was still drawing the weeds incorrectly. I have dissolved the shapefile to 23 features, which should help. There is still a field for total acres. Can you recreate the Tree Map to reflect the total acres value, please? And also load the new dataset instead and make sure that it is projected accurately. Thank you!",
    "Something weird is going on. All data is showing up as a rectangle on top of the US map. This is odd. I can tell, because when I resize the dev tools, there is latency and the US appears beneath the plant feature rectangles (see attached image). I am also attaching the errors I am seeing. Something seems very wrong with this dataset. :("
  ]
}