Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Charset error #121

Open
har777 opened this issue Jul 1, 2015 · 0 comments
Open

Charset error #121

har777 opened this issue Jul 1, 2015 · 0 comments

Comments

@har777
Copy link

har777 commented Jul 1, 2015

I keep getting this error :

charset=layer.options['charset']
KeyError: 'charset

My config.json:

{
    "proj": {
        "id": "mercator",
        "lon0": 20
    },
    "layers": [
        {
            "special": "sea",
            "styles": {
                "fill": "lightblue"
            }
        },
        {
            "special": "graticule",
            "latitudes": 10,
            "longitudes": 10,
            "styles": {
                "stroke-width": "0.4px"
            }
        },
        {
            "id": "countries",
            "src": "country_boundaries/ne_50m_admin_0_countries.shp",
            "attributes": {
                "ISO_A3": "iso",
                "NAME": "name",
                "POP_EST": "population",
                "GDP_MD_EST": "gdp"
            }
        }
    ],
    "export": {
        "width": 800,
        "height": "auto"
    },
    "bounds": {
        "padding": 0.02
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant