This repository is to manage vector tiles of address data in Rwanda for open-reverse-geocoder
# open-reverse-geocoder-rw
This repository is to manage vector tiles of address data in Rwanda for open-reverse-geocoder
## Tileset Specification
- metadata.json
```bash
open-geocoding.github.io
```
- Tileset URL
```bash
open-geocoding.github.io
```
## Original Data
This tilesets was generated from `Rwanda Villages` owned by World Bank.
You may download the shapefile from here.
## Generate Country Tiles
- Install NPM packages
```bash
npm i
```
- Generate
```bash
npm run build
```
## Deploy to Github Pages
```bash
npm run deploy
```
## License
About the license of source code and scripts, please see License file.
However, the license of country polygons data belong to World Bank, please follow their license which is Creative Commons Attribution 4.0 and use their attribution (eg. `©WorldBank`).