{
  "schema_version": "1.0.0",
  "created_at": "2026-04-25T02:29:42.468597+00:00",
  "map_fingerprint": {
    "hash": "e328f2151b20fa60d50962accf0231baa6f74edecef4d5d85a031a7290ff75f1",
    "algorithm": "sha256"
  },
  "model": {
    "human_user_name": "unspecified",
    "llm_name": "GPT-5.5 Thinking"
  },
  "agent": {
    "name": "Web Mapper GPT",
    "url": "https://webmapgpt.com",
    "version": "1.0"
  },
  "map": {
    "title": "World in Motion \u2014 International Dance Day",
    "description": "A colorful Equal Earth web map celebrating culturally important dances by country with festive country popups.",
    "stack": [
      {
        "name": "D3.js",
        "version": "7"
      },
      {
        "name": "HTML/CSS/JavaScript",
        "version": "ES2020"
      },
      {
        "name": "Google Fonts",
        "version": "Barriecito; Nunito Sans"
      }
    ],
    "outputs": {}
  },
  "datasets": [
    {
      "name": "culturally_important_dances_by_country.csv",
      "type": "CSV",
      "fields": [
        {
          "name": "Country Name",
          "type": "string"
        },
        {
          "name": "ISO3",
          "type": "string"
        },
        {
          "name": "Culturally Important Dance",
          "type": "string"
        },
        {
          "name": "Other popular dance types",
          "type": "string"
        },
        {
          "name": "Data sources",
          "type": "string"
        },
        {
          "name": "Reliability Score (1-5)",
          "type": "integer"
        }
      ]
    },
    {
      "name": "World country boundaries",
      "type": "GeoJSON",
      "source_url": "https://raw.githubusercontent.com/holtzy/D3-graph-gallery/master/DATA/world.geojson",
      "fields": [
        {
          "name": "name",
          "type": "string"
        }
      ]
    }
  ],
  "prompts": [
    "Design a fun and culturally informative map for International Dance Day. I have a CSV dataset of countries with culturally important dances, as well as another field with other dances. I would love a global map, Equal Earth Projection. When users click on a country, it shows the the country name, predominant dance, and a list of other dance types of relevance. If there is no predominant dance (the field is called something else but similar) simply include important dances. I would like this map to be colorful and exciting somehow. Perhaps it needs music in the background, which I can supply later. Please give me three ideas to spruce this map up a bit and make it more fun or interactive. Can the countries all be filled with different dance attire types or something maybe, for example? Also consider which decorative Google Fonts will work for the title and how to make the pop ups festive. Thanks. Let's get the map made and then figure out how to spruce it up. Thanks!"
  ]
}