]> git.openstreetmap.org Git - stateofthemap.git/blob - README.md
b15613ede4b17834bda74a5ebc6c9dc45d0d7742
[stateofthemap.git] / README.md
1 # State of the Map
2
3 This repository contains various resources used for State of the Map
4 web sites. There are a number of branches:
5
6 * **chooser** source for [stateofthemap.org](https://stateofthemap.org/)
7 * **resources-2012** additional resources for [2012.stateofthemap.org](https://2012.stateofthemap.org/)
8 * **resources-2011** additional resources for [2011.stateofthemap.org](https://2011.stateofthemap.org/)
9 * **resources-2010** additional resources for [2010.stateofthemap.org](https://2010.stateofthemap.org/)
10 * **resources-2009** additional resources for [2009.stateofthemap.org](https://2009.stateofthemap.org/)
11 * **theme-2012** theme for [2012.stateofthemap.org](https://2012.stateofthemap.org/)
12 * **theme-2011** theme for [2011.stateofthemap.org](https://2011.stateofthemap.org/)
13 * **theme-2010** theme for [2010.stateofthemap.org](https://2010.stateofthemap.org/)
14 * **theme-2009** theme for [2009.stateofthemap.org](https://2009.stateofthemap.org/)
15 * **theme-2008** theme for [2008.stateofthemap.org](https://2008.stateofthemap.org/)
16 * **theme-2007** theme for [2007.stateofthemap.org](https://2007.stateofthemap.org/)
17
18 To clone this repository, use
19 ```sh
20 git clone --single-branch --branch <branch> https://github.com/openstreetmap/stateofthemap.git
21 ```
22 Replace `<branch>` with the name of the branch you want to clone.