Update README.md (#216)

* Update README.md

* Reorder and add mountain_peak
This commit is contained in:
stirringhalo 2017-04-09 16:56:24 -04:00 committed by GitHub
parent f829f6cd19
commit 9fdef3e848

View File

@ -42,20 +42,21 @@ Together the layers make up the OpenMapTiles tileset.
:link: [Study the vector tile schema](http://openmaptiles.org/schema) :link: [Study the vector tile schema](http://openmaptiles.org/schema)
- [boundary](https://github.com/openmaptiles/openmaptiles/wiki/boundary) - [aeroway](https://openmaptiles.org/schema/#aeroway)
- [building](https://github.com/openmaptiles/openmaptiles/wiki/building) - [boundary](https://openmaptiles.org/schema/#boundary)
- [transportation](https://github.com/openmaptiles/openmaptiles/wiki/transportation) - [building](https://openmaptiles.org/schema/#building)
- [transportation_name](https://github.com/openmaptiles/openmaptiles/wiki/transportation_name) - [housenumber](https://openmaptiles.org/schema/#housenumber)
- [housenumber](https://github.com/openmaptiles/openmaptiles/wiki/housenumber) - [landcover](https://openmaptiles.org/schema/#landcover)
- [landcover](https://github.com/openmaptiles/openmaptiles/wiki/landcover) - [landuse](https://openmaptiles.org/schema/#landuse)
- [landuse](https://github.com/openmaptiles/openmaptiles/wiki/landuse) - [mountain_peak](https://openmaptiles.org/schema/#mountain_peak)
- [aeroway](https://github.com/openmaptiles/openmaptiles/wiki/aeroway) - [park](https://openmaptiles.org/schema/#park)
- [place](https://github.com/openmaptiles/openmaptiles/wiki/place) - [place](https://openmaptiles.org/schema/#place)
- [poi](https://github.com/openmaptiles/openmaptiles/wiki/poi) - [poi](https://openmaptiles.org/schema/#poi)
- [park](https://github.com/openmaptiles/openmaptiles/wiki/park) - [transportation](https://openmaptiles.org/schema/#transportation)
- [water](https://github.com/openmaptiles/openmaptiles/wiki/water) - [transportation_name](https://openmaptiles.org/schema/#transportation_name)
- [water_name](https://github.com/openmaptiles/openmaptiles/wiki/water_name) - [water](https://openmaptiles.org/schema/#water)
- [waterway](https://github.com/openmaptiles/openmaptiles/wiki/waterway) - [water_name](https://openmaptiles.org/schema/#water_name)
- [waterway](https://openmaptiles.org/schema/#waterway)
## Develop ## Develop