Skip to content

Instantly share code, notes, and snippets.

// Chris Coyne, copyright 2006
// Creative Commons licensed: Creative Commons Attribution 3.0 Unported
CF::Background = [b 1]
CF::MinimumSize = 1
startshape split(0)
baseSpace = 0.003
spaceIncrease = 1.7
maxDepth = 6
@Ghoughpteighbteau
Ghoughpteighbteau / VagrantFile
Last active September 20, 2016 21:56
VagrantFile for compilation environment for Mapnik
# vi: set ft=ruby :
VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = "ubuntu/wily64"
config.vm.box_url = "https://cloud-images.ubuntu.com/vagrant/trusty/current/trusty-server-cloudimg-amd64-vagrant-disk1.box"