Commit graph

2808 commits

Author SHA1 Message Date
Dane Springmeyer
9cf0a8deca add second example of usage of bbox token for customization of placement of the geometry query in the PostGIS plugin 2011-01-08 01:14:35 +00:00
Dane Springmeyer
c027a4d72b osx: fairly simply script to create pkg from pmdoc and then bundle into a dmg 2011-01-06 22:38:45 +00:00
Dane Springmeyer
a96b257c96 osx: add pkg directory to put built installer and add media for install, while unversioning installer .pmdoc because it gets too large 2011-01-06 22:20:10 +00:00
Dane Springmeyer
464e51942c work around abi issues between nodes's v8 versions by compiling a version of node-mapnik against every one known to man 2011-01-06 22:00:11 +00:00
Dane Springmeyer
a5b714fcd2 osx: more touchups around python and node building 2011-01-06 01:25:15 +00:00
Dane Springmeyer
921f7820c1 osx: boost build touchups 2011-01-06 00:32:18 +00:00
Dane Springmeyer
c68512ba17 remove deleted file 2011-01-05 20:52:47 +00:00
Dane Springmeyer
b4d092722d fixup return types for mapnik-config and add test of basic returns 2011-01-05 20:52:08 +00:00
Dane Springmeyer
52eb8d3619 revert r2496 2011-01-05 18:15:19 +00:00
Dane Springmeyer
367f2b3089 revert r2497 2011-01-05 18:13:33 +00:00
Dane Springmeyer
c4699ec49f osx: work towards versioned node binaries 2011-01-05 03:32:23 +00:00
Dane Springmeyer
1716f4ecd4 osx: customize include of headers 2011-01-05 03:30:06 +00:00
Dane Springmeyer
65e96cf2b7 more cleanup after removal of unneeded cpp file 'shapefile.cpp' 2011-01-05 02:07:12 +00:00
Dane Springmeyer
e98161edf1 cast away const to allow clang compile 2011-01-05 02:03:43 +00:00
Dane Springmeyer
0614f5de24 support for boost trunk (1.46) by enforcing boost filesystem v2 for now 2011-01-05 01:27:11 +00:00
Dane Springmeyer
6f0de6d76d scons: remove reference to deleted cpp file 2011-01-05 01:25:31 +00:00
Dane Springmeyer
d257b4701c remove uneeded cpp file 2011-01-04 22:35:06 +00:00
Artem Pavlenko
be458e7ac0 + add support for boost::filesystem v3
(http://www.boost.org/doc/libs/1_45_0/libs/filesystem/v3/doc/deprecated.html)
2011-01-04 15:22:49 +00:00
Artem Pavlenko
71356d8d35 + remove non-const accessor 2011-01-04 15:22:41 +00:00
Dane Springmeyer
d8d3bad84f osx: add patch needed for python tests to work 2011-01-04 00:24:44 +00:00
Dane Springmeyer
9d6f77ae81 osx: get python3.1 working with mapnik framework 2011-01-03 23:41:45 +00:00
Dane Springmeyer
eb60010a05 use 'import sys' syntax for consistency 2011-01-03 22:33:57 +00:00
Dane Springmeyer
6dff3e03c9 osx: be more sensitive about existing directories but remove symlinks before creating 2010-12-22 22:16:24 +00:00
Dane Springmeyer
be22a8cb90 osx: add boost python patch needed to compile against py3k 2010-12-22 22:15:42 +00:00
Dane Springmeyer
43380fb906 osx: add working installer based on packagemaker 2010-12-22 21:59:26 +00:00
Dane Springmeyer
67efa6e18f osx: start work on seamless support for multiple python versions 2010-12-22 21:55:34 +00:00
Dane Springmeyer
890524b207 link libpq statically so that postgres client is not needed, and compile and include freetype so that Freetype.framework is not needed 2010-12-22 17:50:50 +00:00
Dane Springmeyer
e4f271510f addition of node-mapnik snapshot 2010-12-22 07:30:29 +00:00
Dane Springmeyer
b2d99c8541 osx: actually install headers and add custom handling of freetype and librasterlite 2010-12-22 06:59:45 +00:00
Dane Springmeyer
0bc3c1bf33 do not use DESTDIR when reporting install values in mapnik-config 2010-12-22 06:58:21 +00:00
Dane Springmeyer
8525db0d96 add an osx directory to hold scripts for building OS X Framework/binary 2010-12-22 02:30:32 +00:00
Dane Springmeyer
be5cd7d307 scons: using geos-config program to configure geos plugin depedency 2010-12-21 21:43:25 +00:00
Dane Springmeyer
d1f56f5843 scons: fixup geos plugin install script 2010-12-21 21:41:02 +00:00
Dane Springmeyer
4bbc6ae344 scons: get the geos lib name right for help output and make sure to pickle whether we are building sample plugins 2010-12-21 21:04:18 +00:00
Dane Springmeyer
f671ef20da scons: ensure libmapnik is built before any plugins that link to it on osx, needed for builds with -jN 2010-12-21 20:46:44 +00:00
Dane Springmeyer
dbfd287098 scons: minor touchups to plugin reporting 2010-12-21 20:34:36 +00:00
Dane Springmeyer
331143c3fe add a test demostrating modifying a layer which was originally loaded via xml and is later modified in python 2010-12-21 18:49:49 +00:00
Dane Springmeyer
9700ad4fb2 avoid compiler warning by only adding 'get_overview_meta' in debug mode 2010-12-20 19:17:56 +00:00
Dane Springmeyer
20349d42f6 touchup and actuall install the 'howfast.py' little performance testing script 2010-12-16 16:32:06 +00:00
Dane Springmeyer
3c8e751887 add another markers point example that fakes a gradient by using stacked points with opacity 2010-12-15 19:52:37 +00:00
Dane Springmeyer
47232c265a formatting 2010-12-15 00:42:37 +00:00
Dane Springmeyer
9775a1ee5b expose filename (path_expression string) as property on all symbolizers_with_image (TODO consider exposing actual PathExpression) - and fixup displacement get/set on various symbolizers, moving to properties for consistency 2010-12-14 00:24:34 +00:00
Dane Springmeyer
2dfe2a9ccf fixup svg matrix tests 2010-12-13 20:11:36 +00:00
Dane Springmeyer
d11a180bb8 add draft xml dtd for validating xml stylesheets - thx manelclos - #684 2010-12-13 17:53:25 +00:00
Dane Springmeyer
0e491b2f8d fix permissions setting on demo viewer.ini 2010-12-12 18:21:45 +00:00
Dane Springmeyer
c4da7b1b38 fallback to DLFCN module if ctypes does not have RTLD_NOW (mips and solaris) 2010-12-11 02:09:16 +00:00
Dane Springmeyer
ed22d073c3 fix serialization of missing shield symbolizer properties 2010-12-11 02:07:47 +00:00
Dane Springmeyer
c81cff7b6c tweak shield symbolizer tests further to capture transform and changes to displacement/anchor 2010-12-11 01:21:46 +00:00
Dane Springmeyer
7fc193729c warn or throw if svg transform fails 2010-12-11 01:10:45 +00:00
Dane Springmeyer
ab78d6deb4 formatting 2010-12-11 01:10:10 +00:00