Skip to content

geofabrik/mapnik-vector-tile-input

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mapnik Input Plugin for Vector Tiles

This repository holds the code of an Mapnik input plugin for vector tiles.

This project is experimental.

Dependencies

  • Mapnik (not 3.1.0 but only newer unreleased versions)
  • SQlite
  • Boost (String)

Building

This project uses CMake for building:

mkdir build
cd build
cmake ..
make

If dependencies are missing or could not be found, run ccmake .. to set their pathes manually.

You can build a Debian package as well:

dpkg-buildpackage -us -uc -b

License

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

Parts of the code come from the Mapnik project (LGPL) and Mapbox (BSD 3-clause). The copyright notices can be found in the source and header files.

About

experimental Mapnik input plugin for vector tiles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published