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

UK European boundaries #24

Open
asplinm opened this issue Nov 22, 2019 · 2 comments
Open

UK European boundaries #24

asplinm opened this issue Nov 22, 2019 · 2 comments

Comments

@asplinm
Copy link

asplinm commented Nov 22, 2019

I can see the European boundaries separately for each country in the UK, but need one for the whole of the UK. Is there a way to combine the JSON files manually or if not could you make one?

Thanks
Mike

@lucharo
Copy link

lucharo commented Nov 30, 2020

I would also like to have the option to download the shape files for the entire UK

@chrismckevitt
Copy link

chrismckevitt commented Aug 2, 2021

I've just tried and you can import each JSON file separately, and then add it inside one ComposableMap and it will work, for example:

<ComposableMap>
    <Geographies
              geography={england}
    />
    <Geographies
              geography={scotland}
    />
    <Geographies
              geography={wales}
    />
</ComposableMap>

Screenshot 2021-08-06 at 14 57 16

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

3 participants