1.0.4 • Published 5 years ago

ginkgoch-map-core v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

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 map uses Cairo as its render engine. Before using ginkgoch map, please refer canvas' official guide to quickly install its dependencies with command on your OS.

Quick Reference to Install on Different OS

OSCommand
macOSbrew install pkg-config cairo libpng jpeg giflib
Ubuntusudo apt-get install libcairo2-dev libjpeg-dev libpango1.0-dev libgif-dev build-essential g++
Fedorasudo yum install cairo cairo-devel cairomm-devel libjpeg-turbo-devel pango pango-devel pangomm pangomm-devel giflib-devel
Solarispkgin install cairo pkg-config xproto renderproto kbproto xextproto
Windowsrefer the wiki for instruction

Contacts