1.0.4 • Published 7 years ago
ginkgoch-map-core v1.0.4
Ginkgoch Map Core
Ginkgoch map core is an easy-to-use map component to help to build map based applications with Node.js. Including loading geography data, rendering vector data with customized styles into images.
This is a low level library currently to build many fashion gis applications, map server etc. later.
Example
// tbd...Screenshots
TBD...
Ginkgoch mapusesCairoas its render engine. Before usingginkgoch map, please refer canvas' official guide to quickly install its dependencies with command on your OS.
Quick Reference to Install on Different OS
| OS | Command |
|---|---|
| macOS | brew install pkg-config cairo libpng jpeg giflib |
| Ubuntu | sudo apt-get install libcairo2-dev libjpeg-dev libpango1.0-dev libgif-dev build-essential g++ |
| Fedora | sudo yum install cairo cairo-devel cairomm-devel libjpeg-turbo-devel pango pango-devel pangomm pangomm-devel giflib-devel |
| Solaris | pkgin install cairo pkg-config xproto renderproto kbproto xextproto |
| Windows | refer the wiki for instruction |