Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bensheldon/mapnik-on-heroku
Holy crap, it's Mapnik on heroku!
https://github.com/bensheldon/mapnik-on-heroku
Last synced: 20 days ago
JSON representation
Holy crap, it's Mapnik on heroku!
- Host: GitHub
- URL: https://github.com/bensheldon/mapnik-on-heroku
- Owner: bensheldon
- Created: 2012-06-26T04:33:00.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-06-27T00:24:06.000Z (over 12 years ago)
- Last Synced: 2024-10-10T20:40:55.737Z (about 1 month ago)
- Language: JavaScript
- Homepage: mapnik-on-heroku.herokuapp.com
- Size: 793 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
mapnik-on-heroku
================Holy crap, it's Mapnik running on Heroku! This is a quick implementation of node-mapnik's default example, running on Heroku *with very little configuration*. Epic thanks to [Dane Springmeyer](https://github.com/springmeyer) for going [above and beyond](https://github.com/mapnik/node-mapnik/issues/95).
This application uses [node-mapnik-heroku](https://github.com/springmeyer/node-mapnik-heroku) to render a simple map using Mapnik on Heroku. **This changes everything**.
Installation
------------Once you have it pushed to Heroku, just set the following environment variable:
$ heroku config:add LD_LIBRARY_PATH=/app/node_modules/mapnik/lib
How?
-----
The mapnik binaries have been precompiled and included in the [node-mapnik-heroku](https://github.com/springmeyer/node-mapnik-heroku) module. This is a [little known feature](http://bindle.me/blog/index.php/405/running-binaries-on-heroku) of Heroku.