Combined Countries is a small web project that displays two countries on a single map container using the DataMaps library. It demonstrates how to visually combine or highlight multiple countries within one map.
Additional countries can be added or replaced by importing their corresponding JSON data from the official DataMaps GitHub repository.
- Display two or more countries in a single map
- Customize map colors and behavior
- Easily add more countries using GeoJSON data
- HTML, CSS, JavaScript
- DataMaps (based on D3.js and TopoJSON)
- Clone or download this repository.
- Open the HTML file in a browser to view the combined map.
- To add new countries, import their JSON data from the DataMaps GitHub or edit the existing map configuration.
This is a simple demo project created for learning and experimentation with DataMaps.