Created
August 30, 2012 22:28
-
-
Save skorasaurus/3543169 to your computer and use it in GitHub Desktop.
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 | |
mapnik.Palette | |
✓ should throw with invalid usage (41ms) | |
✓ should be initialized property | |
✓ should support 64 color ACT palettes | |
✓ should support 256 color ACT palettes | |
✓ should support rendering (160ms) | |
mapnik.Map | |
✓ should throw with invalid usage | |
✓ should be initialized properly | |
✓ should have settable properties | |
2) should load a stylesheet | |
3) should allow access to layers | |
mapnik grid rendering | |
4) should match expected output (sync rendering) | |
5) should match expected output (async rendering) | |
6) should match expected output (async rendering view) | |
7) should match expected output (async rendering view subsetted) | |
8) should match expected output if __id__ is not the grid key | |
9) should match expected output if __id__ both the grid key and in the attributes with others | |
10) should match expected output if __id__ the grid key and the only attributes | |
mapnik constants | |
◦ should have valid settings: "Mapnik LOG> 2012-08-30 18:27:49:" Problem loading plugin library: /usr/local/lib/mapnik/input/python.input (dlopen failed - plugin likely has an unsatisfied dependency or incompatible ABI) | |
✓ should have valid settings | |
✓ should have valid version info | |
✓ should expose Geometry enums | |
mapnik.Layer | |
✓ should throw with invalid usage | |
11) should initialize properly | |
mapnik.Datasource | |
12) should throw with invalid usage | |
13) should validate with known shapefile | |
14) should validate with known geojson | |
mapnik.Parameters | |
15) should be accessible from map | |
16) should be settable on map | |
mapnik async rendering | |
✓ should render to a file | |
✓ should render to an image | |
mapnik.queryPoint | |
✓ should throw with invalid usage | |
◦ should return a feature if geo coords are used: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment