Sandro Santilli
|
cd21789111
|
Fix false negative responses from python tests
Closes #2298
|
2014-07-14 18:34:20 +02:00 |
|
Dane Springmeyer
|
06bbedaffb
|
fix raster colorizer access from python
|
2014-04-24 22:01:58 -07:00 |
|
Dane Springmeyer
|
09544849b9
|
move colorizer tests to visual suite
|
2013-09-25 14:08:47 -07:00 |
|
Dane Springmeyer
|
0365d3e081
|
start centralizing filesystem operations in mapnik::util::fs - refs #1177
|
2013-06-02 19:28:24 -07:00 |
|
Dane Springmeyer
|
c92c8f1bfd
|
define projection objects before transform to ensure they stay in scope
|
2013-01-27 17:27:24 -08:00 |
|
Dane Springmeyer
|
df501a2fa3
|
update tests after #1515 - many are not ideal due to #1519
|
2012-10-04 16:39:00 -07:00 |
|
Dane Springmeyer
|
43280f17c4
|
allow the pure white test to pass if its nearly white
|
2012-10-03 18:53:23 -07:00 |
|
Dane Springmeyer
|
1dfbd1e4bf
|
better output from pure white raster test checking since this is about to start failing due to premultiplied rounding - refs #1508
|
2012-10-02 14:46:27 -07:00 |
|
Dane Springmeyer
|
35a10d48cc
|
remove the uneeded save_data test utility function
|
2012-09-26 14:12:55 -07:00 |
|
artemp
|
a513d3f97d
|
+ code: avoid exposing unsafe static methods in datasource_cache ( #1451)
+ python: remove redundent 'instance' method (mapnik.DatasourceCache)
+ python: reflect plugin_directories method
+ tests: update python usage
TODO: consider using similar approach in FontEngine etc..
TODO: consider returning reference from singleton::instance() to
safeguard from accidental deleting a 'singleton' pointer
|
2012-09-05 12:53:37 +01:00 |
|
Dane Springmeyer
|
d721cdb6b9
|
re-expose raster scaling in tests
|
2012-07-06 16:48:37 -07:00 |
|
Dane Springmeyer
|
5767c65470
|
improve the map.query_point/query_map_point implementation, now throwing for invalid coords or projection transformations
|
2012-04-13 11:28:30 -07:00 |
|
Dane Springmeyer
|
0a37a1591e
|
fixup whitespace with pep8 tricks from https://gist.github.com/1903033
|
2012-02-24 13:13:56 -08:00 |
|
Artem Pavlenko
|
14700dba16
|
switch back from mapnik2 to mapnik
add mapnik2 module which redirects to mapnik and issues DeprecationWarning
|
2011-11-23 11:33:58 +00:00 |
|
Dane Springmeyer
|
a53c61a0c2
|
ensure the tests can be run even with no datasource plugins
|
2011-10-28 17:06:23 -07:00 |
|
Alberto Valverde
|
5e001cef17
|
Test that fails unless r3341 is applied
|
2011-09-14 16:17:47 +00:00 |
|
Alberto Valverde
|
6ffbd07174
|
use AGG for interpolation when warping rasters
|
2011-09-13 15:41:39 +00:00 |
|
Dane Springmeyer
|
9bda9c7019
|
support raster reprojection - adapted from work at https://github.com/albertov/mapnik2/ - nice work alberto and meteogrid - closes #663
|
2011-09-12 18:41:44 +00:00 |
|
Dane Springmeyer
|
74877c8778
|
test touchups to ensure they can all be run individually
|
2011-08-30 22:51:42 +00:00 |
|
Alberto Valverde
|
0e0c4aa82c
|
integrated test case from #759
|
2011-05-12 18:09:03 +00:00 |
|
Dane Springmeyer
|
d05b0c539f
|
apply major refactor of RasterColorizer by ben moores from https://github.com/BenMoores/mapnik-trunk/wiki/RasterColorizer - closes #523
|
2011-05-04 00:20:17 +00:00 |
|
Alberto Valverde
|
d098c98c5e
|
pre-eliminary GlyphSymbolizer implementation. TODO: XML de/serializing. more tests. remove workaround mentioned in test
|
2010-03-18 20:05:08 +00:00 |
|
Alberto Valverde
|
1c561fa2ba
|
fixed assertion in test_dataraster_coloring
|
2010-03-17 12:35:41 +00:00 |
|
Alberto Valverde
|
a3459071a0
|
refactored the saving of test output to files into a function for easier reuse in other tests
|
2010-03-16 17:37:25 +00:00 |
|
Alberto Valverde
|
e9748abc5f
|
xml de/serialization support for RasterColorizer
|
2010-03-12 14:49:50 +00:00 |
|
Alberto Valverde
|
2f1d60b666
|
pre-eliminary raster coloring support
|
2010-03-12 13:34:13 +00:00 |
|