This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
skors@arock:~/prg/mapnik$ make test | |
*** Running visual tests... | |
-------------------------------------------------------------------------------- | |
Error: 52 different pixels | |
-------------------------------------------------------------------------------- | |
-------------------------------------------------------------------------------- | |
Error: 52 different pixels | |
-------------------------------------------------------------------------------- | |
-------------------------------------------------------------------------------- | |
Error: 52 different pixels |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CXX = 'clang++' | |
INPUT_PLUGINS = 'csv,gdal,geojson,ogr,osm,postgis,python,raster,shape,sqlite' | |
BOOST_INCLUDES = '/usr/include' | |
BOOST_LIBS = '/usr/lib' | |
BINDINGS = 'python' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: ✓ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#basket-node{ | |
text-name: "[basket]" ; | |
text-face-name:@sans; | |
text-fill:#444; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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 () { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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], |