martinjc / UK-GeoJSON

GeoJSON versions of UK Boundary Data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UK European boundaries

asplinm opened this issue · comments

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

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

commented

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