sri-soham / nakshadb-tiler

Map tiler written in c++ with mapnik and postgis as the backend.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

= Naksha Tiler =
This has been tried on Ubuntu 16.04 only. It may or may not work other
distros or versions of Ubuntu.

= Dependencies =
Following libraries have to be installed to compile the executable:
- libmapnik3.0
- libmapnik-dev
- libpqxx-dev
- libfcgi-dev
- g++
- make


Following are required to run the application:
- postgresql
- postgresql-9.5-postgis-2.2

= Installation =
- Clone this repository
- Install dependencies
- Run "make all"

About

Map tiler written in c++ with mapnik and postgis as the backend.

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 95.1%Language:Makefile 4.9%