Skip to content

Instantly share code, notes, and snippets.

View skorasaurus's full-sized avatar

Will Skora skorasaurus

View GitHub Profile
"Mapnik LOG> 2012-08-30 18:27:48:" Problem loading plugin library: /usr/local/lib/mapnik/input/python.input (dlopen failed - plugin likely has an unsatisfied dependency or incompatible ABI)
mapnik.Grid
✓ should throw with invalid usage
✓ should be initialized properly
✓ should not be painted after rendering
✓ should be have background applied after rendering
1) should be painted after rendering2
skors@arock:~/prg/tilemill$ ./index.js --server=true
"Mapnik LOG> 2012-08-30 18:32:38:" Problem loading plugin library: /usr/local/lib/mapnik/input/python.input (dlopen failed - plugin likely has an unsatisfied dependency or incompatible ABI)
Note: Unknown option "updatesVersion" in config file.
Note: Unknown option "updatesTime" in config file.
Note: Unknown option "updates" in config file.
Note: Unknown option "profile" in config file.
Note: Unknown option "bufferSize" in config file.
[tilemill] "Mapnik LOG> 2012-08-30 18:32:39:" Problem loading plugin library: /usr/local/lib/mapnik/input/python.input (dlopen failed - plugin likely has an unsatisfied dependency or incompatible ABI)
[tilemill] "Mapnik LOG> 2012-08-30 18:32:39:" Problem loading plugin library: /usr/local/lib/mapnik/input/python.input (dlopen failed - plugin likely has an unsatisfied dependency or incompatible ABI)
[tilemill] Note: Unknown option "bufferSize" in config file.
./node_modules/mocha/bin/_mocha
"Mapnik LOG> 2012-08-30 18:38:04:" Problem loading plugin library: /usr/local/lib/mapnik/input/python.input (dlopen failed - plugin likely has an unsatisfied dependency or incompatible ABI)
․․․․․․․․․․․․․․․․․․․․․․"Mapnik LOG> 2012-08-30 18:38:05:" Problem loading plugin library: /usr/local/lib/mapnik/input/python.input (dlopen failed - plugin likely has an unsatisfied dependency or incompatible ABI)
․․․․․․․․․․․․․Segmentation fault (core dumped)
skors@arock:~/prg/mapnik$ make test
*** Running visual tests...
--------------------------------------------------------------------------------
Error: 52 different pixels
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Error: 52 different pixels
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Error: 52 different pixels
CXX = 'clang++'
INPUT_PLUGINS = 'csv,gdal,geojson,ogr,osm,postgis,python,raster,shape,sqlite'
BOOST_INCLUDES = '/usr/include'
BOOST_LIBS = '/usr/lib'
BINDINGS = 'python'
@skorasaurus
skorasaurus / gist:3558816
Created August 31, 2012 20:51
make test (node-mapnik)
skors@arock:~/prg/tilemill/node_modules/mapnik$ make test
"Mapnik LOG> 2012-08-31 16:56:24:" Problem loading plugin library: /usr/local/lib/mapnik/input/python.input (dlopen failed - plugin likely has an unsatisfied dependency or incompatible ABI)
mapnik.Grid
✓ should throw with invalid usage
✓ should be initialized properly
✓ should not be painted after rendering
✓ should be have background applied after rendering
✓ should be painted after rendering2
@skorasaurus
skorasaurus / gist:3558895
Created August 31, 2012 20:58
make test (base folder)
skors@arock:~/prg/mapnik$ make test
*** Running visual tests...
--------------------------------------------------------------------------------
Visual text rendering summary: All 56 tests passed: ✓
*** Running C++ tests...
C++ CSV parse: ✓
C++ exceptions: ✓
C++ fonts registration: ✓
C++ label algorithms: ✓
C++ parameters: ✓
#basket-node{
text-name: "[basket]" ;
text-face-name:@sans;
text-fill:#444;
}
@skorasaurus
skorasaurus / gist:3794387
Created September 27, 2012 14:43
thisisthemefi-favoritesGMscriptthatdisplaysthemultifavoritestabbed
// ==UserScript==
// @name Metafilter MultiFavorited Multiwidth - November Experiment
// @namespace http://www.metafilter.com/user/25038
// @description Code adjusted to deal with the "November Experiment" (see http://metatalk.metafilter.com/18396/November-is-National-Lets-Try-Obscuring-Favorite-Counts-Month)
// @include http://www.metafilter.com/*
// @include http://*.metafilter.com/*
// ==/UserScript==
(function () {
@skorasaurus
skorasaurus / gist:3867652
Created October 10, 2012 18:52
building code for kdgolf.
/* building labels */
#area_label[type='building'][zoom>=10] {
text-name: "''";
text-fill: @building * 0.75;
text-halo-fill: fadeout(lighten(@building,5%),25%);
text-halo-radius: 1;
text-face-name:@sans_italic;
text-wrap-width:30;
[zoom=10][area>102400000],
[zoom=11][area>25600000],