martinjc / UK-GeoJSON

GeoJSON versions of UK Boundary Data
Other
280 stars 109 forks source link

UK European boundaries #24

Open asplinm opened 4 years ago

asplinm commented 4 years ago

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 commented 3 years ago

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

chrismckevitt commented 2 years ago

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