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

Only the last layer is rendered #104

Open
rotsee opened this issue May 12, 2014 · 1 comment
Open

Only the last layer is rendered #104

rotsee opened this issue May 12, 2014 · 1 comment

Comments

@rotsee
Copy link

rotsee commented May 12, 2014

When using a configuration like this:

"layers": {
    "layer1": {    
        "src": "shapefile1.shp",
        "id" : "layer1"
    },
    "layer2": {
        "src" : "shapefile2.shp",
        "id" : "layer2"
    }
}

...only the last layer, "layer2" will be rendered. Switching places on the two, makes layer1 render. Either way, the SVG will contain only one <g>. Has anyone else seen this?

@quiklook
Copy link

I am having this exact same issue! Has anyone figured out a solution to this problem?

Thanks.

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

2 participants