Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/watergis/19d

Open Buildings data introduced by Google for 19d tile grid data which can cover the whole Rwanda.
https://github.com/watergis/19d

Last synced: 23 days ago
JSON representation

Open Buildings data introduced by Google for 19d tile grid data which can cover the whole Rwanda.

Awesome Lists containing this project

README

        

# 19d

Open Buildings data introduced by Google for 19d tile grid data which can cover the whole Rwanda.

## License of Vector Tiles Data

Shield: [![CC BY 4.0][cc-by-shield]][cc-by]

This work is licensed under a [Creative Commons Attribution 4.0 International
License][cc-by].

[![CC BY 4.0][cc-by-image]][cc-by]

[cc-by]: http://creativecommons.org/licenses/by/4.0/
[cc-by-image]: https://i.creativecommons.org/l/by/4.0/88x31.png
[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg

Please put the following attribution when you use this vector tiles of land parcels.

```bash
Copyright (c) Google
```

Vector tile URL

```bash
https://19d.netlify.app/tiles/{z}/{x}/{y}.pbf
```

## copy 19d_buildings.mbtiles under data folder

the mbtiles can be generated by [watergis/open-building-vt-generator](https://github.com/watergis/open-building-vt-generator).

## extract pbf files from mbtiles

```bash
tile-join --force --no-tile-size-limit --no-tile-compression -e public/tiles data/19d_buildings.mbtiles
```

## deploy to Netlify

```bash
npm install -g netlify-cli
netlify -v
netlify login
netlify deploy
```