Cezary Tarnowski
|
b438a56ada
|
refactoring following comment on pull request
|
2011-12-13 15:28:18 +01:00 |
|
Cezary Tarnowski
|
85a55d9fa2
|
Merge branch 'master' of https://github.com/mapnik/mapnik
|
2011-12-12 11:29:00 +01:00 |
|
Cezary Tarnowski
|
8bf359451d
|
Adding support for height as expression for building symbolizer
|
2011-12-09 12:08:50 +01:00 |
|
Konstantin Käfer
|
bd564449d7
|
fix typo
|
2011-12-07 23:03:14 +01:00 |
|
Konstantin Käfer
|
ac8b4c6d2d
|
Merge branch 'master' into grouped-rendering
Conflicts:
include/mapnik/feature_type_style.hpp
src/feature_type_style.cpp
|
2011-12-07 22:02:29 +01:00 |
|
Dane Springmeyer
|
556bc2c869
|
remove special ltdl dladvise usage - no longer needed after #790
|
2011-12-06 18:23:01 -08:00 |
|
Dane Springmeyer
|
410dea5001
|
only serialize Parameters if one or more exist
|
2011-12-05 18:22:25 -08:00 |
|
Dane Springmeyer
|
9e924bfa11
|
add ability to have typed arbitrary parameters in xml - refs #977
|
2011-12-05 14:46:38 -08:00 |
|
Dane Springmeyer
|
9d4290f686
|
only warn if plugin has no declared name - to avoid warnings on double registration of valid plugins
|
2011-12-02 19:33:38 -08:00 |
|
Dane Springmeyer
|
60de1c80cd
|
add support for arbitrary, custom parameters to be attached to the map during load and serialized when saved - refs #977
|
2011-12-02 17:48:09 -08:00 |
|
Artem Pavlenko
|
938d29018d
|
add include/mapnik/util target
|
2011-12-02 16:33:07 +00:00 |
|
Dane Springmeyer
|
2626f81a45
|
print warning if the plugin cannot be loaded as it is lacking an interface
|
2011-11-30 18:10:10 -08:00 |
|
Dane Springmeyer
|
c731797c53
|
clean up impl of attr checking for warnings - no functional change just simplified
|
2011-11-30 16:48:01 -08:00 |
|
Artem Pavlenko
|
a842565915
|
use explicit conversions
|
2011-11-29 14:36:39 +00:00 |
|
kunitoki
|
3b3ff2e927
|
- palette not supported in tiff images (yet)
|
2011-11-28 17:18:30 +01:00 |
|
kunitoki
|
cb455625f1
|
Merge branch 'master' of github.com:mapnik/mapnik
|
2011-11-28 17:07:37 +01:00 |
|
kunitoki
|
e011cab6e0
|
- initial support for producing maps as tiff files (should be pretty straightforward to implement geotiff from here)
|
2011-11-28 16:59:19 +01:00 |
|
Olly Smith
|
9fd6b0d97e
|
Use PROJ_ENVELOPE_POINTS for forward projection in bbox calcs too.
|
2011-11-24 14:45:33 +00: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 |
|
Artem Pavlenko
|
b7bf85a4d6
|
parse text sizes as floats
|
2011-11-21 13:34:33 +00:00 |
|
Dane Springmeyer
|
7491d08b67
|
silence a few msvc cast warnings
|
2011-11-18 15:55:27 -08:00 |
|
Artem Pavlenko
|
771a8ad72f
|
use mutex from base class
|
2011-11-18 09:39:57 +00:00 |
|
Dane Springmeyer
|
3520033b0d
|
in multithreaded mode lock before creating a datasource - closes #951
|
2011-11-17 18:47:09 -08:00 |
|
Dane Springmeyer
|
efa1b95cb8
|
add support for rendering svg icons with point placement in markers symbolizer (originally markers just supported special line placement) - closes #953 - refs #952
|
2011-11-16 09:56:35 -08:00 |
|
Dane Springmeyer
|
43f2fa7075
|
Merge branch 'master' into gsoc-crundel
|
2011-11-09 16:57:20 -08:00 |
|
Dane Springmeyer
|
c08c96d35a
|
Merge branch 'master' of github.com:mapnik/mapnik
|
2011-11-09 15:48:41 -08:00 |
|
Dane Springmeyer
|
9e037920e0
|
c++ style include
|
2011-11-08 10:34:00 -08:00 |
|
Dane Springmeyer
|
6257ac57c9
|
sqlite: futher refactoring of sqlite plugin, allowing all tests to pass
|
2011-11-03 19:51:37 -04:00 |
|
Dane Springmeyer
|
b354e5e838
|
fix logic around icudata linking
|
2011-11-02 18:52:31 -04:00 |
|
Dane Springmeyer
|
06ea13fe3c
|
scons: link icudata if linking statically to deps
|
2011-11-02 13:55:18 -04:00 |
|
Artem Pavlenko
|
a35b9c4eaa
|
add support for fractional text size
( use FT_Set_Char_Size )
NOTE: ensure it works as expected, currently
I see different results from different fonts.
|
2011-10-28 11:24:08 +01:00 |
|
Dane Springmeyer
|
d8f19fab05
|
always link to boost system - closes #931
|
2011-10-25 19:29:51 -07:00 |
|
Dane Springmeyer
|
06040d5847
|
Merge branch 'master' of github.com:mapnik/mapnik
|
2011-10-25 15:08:19 -07:00 |
|
kunitoki
|
a7bd9ad6e8
|
- modified some ugly error-prone and worse piece of c++ i've ever seen in my life
|
2011-10-23 21:37:56 +02:00 |
|
kunitoki
|
4a2151acec
|
- fix copyright repeats
|
2011-10-23 15:23:14 +02:00 |
|
kunitoki
|
f1fb0c1939
|
- fix copyright to 2011 (script to do this will follow)
|
2011-10-23 15:04:25 +02:00 |
|
Dane Springmeyer
|
e45948c2ab
|
formatting
|
2011-10-22 17:25:09 -07:00 |
|
Artem Pavlenko
|
986edc3c6e
|
Merge pull request #909 from MapQuest/expose-label-collision-detector
Exposed the label collision detector
|
2011-10-21 12:20:21 -07:00 |
|
Robert Coup
|
03d809bb4f
|
crundel: add set_displacement(position) method to text_symbolizer
|
2011-10-19 23:58:56 -07:00 |
|
Robert Coup
|
48311f375c
|
crundel: add deep-copy option for copying rules and feature_type_styles
|
2011-10-19 23:57:21 -07:00 |
|
Artem Pavlenko
|
911981aefd
|
+ various win32 fixes, mainly adding extra namespace qualifiers
for vc++10, MAPNIK_DECL ...
|
2011-10-19 15:29:24 +01:00 |
|
Artem Pavlenko
|
fa7efc9390
|
remove operator-= from box2d
|
2011-10-19 15:14:01 +01:00 |
|
kunitoki
|
54f312c3ca
|
- added initial support for 25D geometries in WKB (dropping Z)
- works ok for spatialite XYZ geometries 3D
|
2011-10-19 13:25:42 +02:00 |
|
kunitoki
|
020f870bb7
|
- fixed a problem in automatic sqlite wkb format determination code
- other cosmetics in sqlite datasource
|
2011-10-18 22:53:47 +02:00 |
|
kunitoki
|
2372a60ff7
|
- cosmetics changes to sqlite datasource plugin
- added initial wkbAuto to auto determine WKB type in sqlite
|
2011-10-18 22:19:03 +02:00 |
|
Dane Springmeyer
|
8420e8a9c6
|
use boost:make_shared more widely - refs #909
|
2011-10-17 16:41:12 -07:00 |
|
Dane Springmeyer
|
1fe029c6e9
|
Merge pull request #908 from MapQuest/shield-placement-bug
Fixed bug in shield line placement
|
2011-10-17 14:08:50 -07:00 |
|
Matt Amos
|
a2b4f9db59
|
Use make_shared as suggested by coding guidelines.
|
2011-10-13 19:34:28 +01:00 |
|
Konstantin Käfer
|
763ece8db6
|
group-by attribute for Layer
|
2011-10-13 01:30:18 +02:00 |
|
Dane Springmeyer
|
285591f370
|
move bundled agg sources into depedencies subdirectory (as we may bundle other deps there too to reduce clutter) and remove all traces of unused tinyxml (ptree now uses rapidxml header-only library internally) - refs #913
|
2011-10-11 20:22:49 -07:00 |
|