Open asplinm opened 4 years ago
I would also like to have the option to download the shape files for the entire UK
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>
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