Dane Springmeyer
|
723588d782
|
finish CHANGELOG for 0.6.1 release, closes #372
|
2009-07-08 17:41:09 +00:00 |
|
Artem Pavlenko
|
155e490c33
|
+ store individial colour components internally
|
2009-07-08 11:52:13 +00:00 |
|
Dane Springmeyer
|
6c846d77a6
|
add SCons flag for controlling compile-time use of SHAPE_MEMORY_MAPPED_FILE
|
2009-07-08 00:53:13 +00:00 |
|
Dane Springmeyer
|
e04756277b
|
update CHANGELOG to r1215
|
2009-07-08 00:33:36 +00:00 |
|
Dane Springmeyer
|
d601ecd19e
|
update CHANGELOG to r1127
|
2009-07-08 00:10:43 +00:00 |
|
Dane Springmeyer
|
408e3fedcb
|
fix small typo in #define
|
2009-07-08 00:06:13 +00:00 |
|
Artem Pavlenko
|
ae96fffee0
|
+ use MAPNIK_BIG_ENDIAN
+ support for reading int16_t
+ allow compiling shape.input with or without memory mapped files support
( define SHAPE_MEMORY_MAPPED_FILE to enable)
|
2009-07-07 23:56:01 +00:00 |
|
Artem Pavlenko
|
535a8dc2a5
|
+ fully qualify stl strings
|
2009-07-07 23:54:02 +00:00 |
|
Dane Springmeyer
|
e26e46788a
|
better formatting of error when plugin lib can't be loaded
|
2009-07-07 23:44:12 +00:00 |
|
Dane Springmeyer
|
32b77c2e88
|
typo fix
|
2009-07-07 23:42:29 +00:00 |
|
Dane Springmeyer
|
552d0c07de
|
make the full path explicit in the libmapnik.dylib 'install_name' (on osx) closes #374
|
2009-07-07 23:23:07 +00:00 |
|
Artem Pavlenko
|
470c92adee
|
+ reverse order when reading NDR int/double
|
2009-07-07 19:44:40 +00:00 |
|
Artem Pavlenko
|
a6075c97b5
|
+ fixed read_coord method
|
2009-07-07 19:00:55 +00:00 |
|
Artem Pavlenko
|
6ca258cc1e
|
+ fixed read_xxx_double methods
|
2009-07-07 16:05:24 +00:00 |
|
Artem Pavlenko
|
d20a2de459
|
+ move byte order depended I/O to global.hpp
this should fix shape.input PPC issues
|
2009-07-03 13:29:50 +00:00 |
|
Artem Pavlenko
|
2389386c80
|
+ make shape_io noncopyable
|
2009-07-03 13:28:59 +00:00 |
|
Artem Pavlenko
|
ed07268576
|
+ more verbose output to stderr
|
2009-07-03 13:28:11 +00:00 |
|
Artem Pavlenko
|
8d820d4761
|
+ use boost::scoped_ptr
|
2009-07-03 09:25:18 +00:00 |
|
Dane Springmeyer
|
3f57087d54
|
scons: remove inheritance of os.environ, and add the ability to specify and store PKG_CONFIG_PATH as SCONS variable - see #217 and r1187(which removed other reference to os.environ)
|
2009-07-02 00:48:42 +00:00 |
|
Dane Springmeyer
|
5907593f6a
|
scons: provide support for auto-detection of boost libs/headers/libname in using set of prefix directories (should help auto-detection of source installs of boost in /usr/local and macports installs in /opt/local) - closes #297
|
2009-07-01 23:52:51 +00:00 |
|
Dane Springmeyer
|
e97df7a721
|
fix up compilation of rundemo based on cairo availability - closes #285
|
2009-07-01 02:24:13 +00:00 |
|
Dane Springmeyer
|
1ce6266738
|
more robust cairo lib addition - addresses #371
|
2009-06-30 22:12:11 +00:00 |
|
Dane Springmeyer
|
40adc2c03f
|
limit linking to libmapnik by selectively specifying libraries - closes #371
|
2009-06-30 21:58:05 +00:00 |
|
Artem Pavlenko
|
424949d312
|
+ load all fonts in specified dir
|
2009-06-30 16:23:50 +00:00 |
|
Artem Pavlenko
|
610537b614
|
+ inherit optimizations flags set in SConstruct
|
2009-06-30 16:22:29 +00:00 |
|
Artem Pavlenko
|
21d76f574c
|
+ added '4' optimization level, enables link-time optimization
for llvm-gcc (OS X)
+ build core library first (reverting build order change in r1192 as it
broke OS X builds)
|
2009-06-30 16:21:12 +00:00 |
|
Dane Springmeyer
|
0e7ca8ed44
|
avoid unnessary linking of plugin-only libs by libmapnik by changing SConscript execution order (addresses #371, more work needed in #214)
|
2009-06-29 19:21:47 +00:00 |
|
Dane Springmeyer
|
605d80bb15
|
add ssinger to AUTHORS for revised patch applied in r1189/r1190
|
2009-06-29 15:45:31 +00:00 |
|
Artem Pavlenko
|
597889261b
|
+ query WKB in platform native format
|
2009-06-29 14:31:39 +00:00 |
|
Artem Pavlenko
|
15569af061
|
+ specify a byte order to ST_AsBinary (patch from ssinger)
|
2009-06-29 14:21:56 +00:00 |
|
Artem Pavlenko
|
186236cba6
|
+ replace 'long long' with int64_t
|
2009-06-29 14:15:31 +00:00 |
|
Artem Pavlenko
|
7ebe50d9de
|
+ Cleaner builds - don't import everything from ENV!
+ Add FRAMEWORK_SEARCH_PATH option for Max OS X
|
2009-06-29 14:04:44 +00:00 |
|
Dane Springmeyer
|
e59f8ec4f4
|
fix typos in OgcServer setup document
|
2009-06-29 00:11:14 +00:00 |
|
Artem Pavlenko
|
71786bff63
|
+ applied patch 'avoid_edges' from albertov, thanks!
|
2009-06-25 20:06:01 +00:00 |
|
Artem Pavlenko
|
84fcabcec3
|
+ trim bpchar type
|
2009-06-25 19:59:33 +00:00 |
|
Dane Springmeyer
|
d8dece232a
|
patch from pmani to make usage of map_factory clearer in ogcserver.conf
|
2009-06-23 01:14:49 +00:00 |
|
Dane Springmeyer
|
eed058f034
|
fix scope issue in previous commit
|
2009-06-22 07:19:02 +00:00 |
|
Dane Springmeyer
|
e10b471a90
|
+reflect 'plugin_names()' method in python
|
2009-06-22 07:04:07 +00:00 |
|
Dane Springmeyer
|
14ef2b36f0
|
expose list of registered plugins as a 'plugin_names()' method of DatasourceCache similar to the FontEngine.face_names() - closes #246
|
2009-06-22 06:59:56 +00:00 |
|
Jon Burgess
|
8c60753db6
|
Fix reduce_4() to make it consistent with reduce_8(). This was breaking tiles which were compressing down to a 16 entry colormap. All the pixels were being set to the alpha index.
|
2009-06-13 18:27:44 +00:00 |
|
Dane Springmeyer
|
e8d8530f9a
|
lessen float checking in projections test fixing test failure
|
2009-06-11 21:31:06 +00:00 |
|
Andreas Volz
|
fd252e202e
|
update from autotools
|
2009-06-09 23:52:57 +00:00 |
|
Dane Springmeyer
|
7eb01c0be4
|
+make cairo compilation conditional on CFLAG (as well as Scons) like bindings/python/python_cairo.cpp
|
2009-06-08 19:43:49 +00:00 |
|
Dane Springmeyer
|
1af2f6b77f
|
scons: revert testing code
|
2009-06-08 09:23:59 +00:00 |
|
Dane Springmeyer
|
c03357ebc7
|
increment boost version to 1.34 - resolves #252
|
2009-06-08 08:56:44 +00:00 |
|
Dane Springmeyer
|
b2c295c259
|
scons: increment boost version required
|
2009-06-08 08:53:54 +00:00 |
|
Dane Springmeyer
|
9bcdda31d2
|
shape input: before boost 1_36 use convenience.hpp
|
2009-06-08 08:22:02 +00:00 |
|
Dane Springmeyer
|
bc463c2a75
|
use BOOST_BIG_ENDIAN instead of WORDS_BIGENDIAN
|
2009-06-08 07:08:30 +00:00 |
|
Dane Springmeyer
|
e61a8119da
|
shape input: use more flexible (boost::filesystem) method of stripping ext names
|
2009-06-08 07:07:10 +00:00 |
|
Dane Springmeyer
|
91a0f35b19
|
apply patch via River Tarnell from http://www.nabble.com/-Property-Tree--Compilation-issue-with-Boost-1.37.0-Beta-1-issue-td20162992.html
|
2009-06-03 06:22:13 +00:00 |
|