artemp
|
333965b588
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
|
artemp
|
8d3061076d
|
+ make operator=() non-throw
+ use std::swap()
|
2013-03-14 09:35:41 +00:00 |
|
Dane Springmeyer
|
a12b8f1d2f
|
c++ style
|
2012-09-03 10:27:48 -07:00 |
|
Dane Springmeyer
|
62a5e457f1
|
plugin code formatting based on emacs format in utils/format_source_files
|
2011-11-13 19:37:50 -08:00 |
|
kunitoki
|
78cfd88ac4
|
- modified coding style in raster plugin
|
2011-10-23 16:31:25 +02:00 |
|
Artem Pavlenko
|
47dc1e197b
|
+ merge mapnik2 to trunk
|
2009-12-16 20:02:06 +00:00 |
|
Artem Pavlenko
|
47c3bc515d
|
+ add 'tiled' policy to avoid loading very large rasters into memory
if (width*height > 1024*1024) : load raster in 1024x1024 chunks
else : use single_file_policy
TODO: Expose chunk size as raster_datasource parameter
|
2009-04-10 12:05:31 +00:00 |
|
Artem Pavlenko
|
61fd258fd1
|
changing licence from GPL to LGPL
|
2006-03-31 10:32:02 +00:00 |
|
Artem Pavlenko
|
d8dc53bcf4
|
new build system
|
2006-01-31 23:09:52 +00:00 |
|