the host part for ango
This is a part of the ango project.
We also have a development note in Japanese language and standard hands-on slides.
$ git clone [email protected]:un-vector-tile-toolkit/ango-host
$ cd ango-host
$ yarn
$ rake build
$ rake start
$ rake stop
The sprite is by the Geospatial Information Authority of Japan.
We included mapbox/mapbox-gl-js as below:
$ git clone [email protected]:mapbox/mapbox-gl-js
$ cd mapbox-gl-js
$ yarn
$ yarn run build-prod-min
$ yarn run build-css
$ cd ../ango-host
$ rake _mapbox