Skip to content

Metadata.json file should be split #4

Open
@MrAmericanMike

Description

@MrAmericanMike

I believe it would be better if we could split the metadata.json file into 2 separate files. One that is generated after svg files are added to the directories and another file where we can name each region / sub region.

For example:

{
        "code": "tx",
        "sub_regions": [
          {
            "code": "benbrook",
            "aspect_ratio": 1.4962593516209477
          },
........
        ],
        "aspect_ratio": 1.5
      },

As we can see doesn't mention "Texas" anywhere. So we would need another file with

{
"code": "us",
"name": "United States of America",
"regions": [
	{
		"code": "tx",
		"name": "Texas"
	}
]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions