Dane Springmeyer
|
2fe306e34f
|
fix marker clamping and sync with agg renderer- refs #1309
|
2012-07-12 18:41:03 -07:00 |
|
Dane Springmeyer
|
b20481115f
|
marker width/height should be double
|
2012-07-12 18:39:12 -07:00 |
|
Dane Springmeyer
|
02644aeed1
|
add explicit bool operator to negate to silence msvc warnings - closes #1307
|
2012-07-12 16:38:13 -07:00 |
|
artemp
|
d828377c7c
|
+ fix operator= typo
|
2012-07-12 20:00:02 +01:00 |
|
artemp
|
461f5cfe08
|
+ use separate stroke-opacity and fill-opacity
|
2012-07-12 15:38:25 +01:00 |
|
artemp
|
d3bc55761b
|
+ define keys container in client code not in grid/grid_view,
e.g doesn't have to be std::map<...>
|
2012-07-12 10:57:57 +01:00 |
|
artemp
|
279bfe7f0f
|
+ remove unused mutating methods
+ cleanup&style
|
2012-07-12 10:21:57 +01:00 |
|
artemp
|
030639a7b8
|
+ remove meaningless -> std::set<std::string> property_names()
|
2012-07-12 10:18:35 +01:00 |
|
artemp
|
da5d4961f1
|
+ return from operator=
|
2012-07-12 09:54:03 +01:00 |
|
Dane Springmeyer
|
da775051ea
|
allow non const copy access to property_names on grid and grid_view objects
|
2012-07-11 18:58:25 -07:00 |
|
artemp
|
c7960a2093
|
+ support clipping on/off in text_symbolizer_helper,
shield_symbolizer_helper and process_markers_symbolizer
TODO: revisit implementation to avoid code duplication
|
2012-07-11 14:47:39 +01:00 |
|
artemp
|
8cf9a5a082
|
+ more const correctness
|
2012-07-11 10:32:08 +01:00 |
|
artemp
|
35ab93667f
|
+ enforce const
+ pass arguments by const ref
|
2012-07-11 10:13:38 +01:00 |
|
artemp
|
f830a0141c
|
Merge remote-tracking branch 'origin/master'
|
2012-07-11 09:36:55 +01:00 |
|
Artem Pavlenko
|
5f2c60261c
|
Merge pull request #1311 from mapnik/stock-markers
Stock markers support
|
2012-07-11 01:36:09 -07:00 |
|
artemp
|
7a63e9fd0b
|
Merge branch 'master', remote-tracking branch 'origin'
|
2012-07-11 08:40:09 +01:00 |
|
Dane Springmeyer
|
3e895ac6b7
|
implement built in support for ellipse and arrow markers, make markers_symbolizer default to POINT placement and ellipse drawing, add back compatibility for deprecated marker-type property - refs #1285 and #1304
|
2012-07-10 22:38:53 -07:00 |
|
Dane Springmeyer
|
cd66495ec5
|
support setting fill and stroke opacity on the fly in svg marker rendering
|
2012-07-10 22:36:03 -07:00 |
|
Dane Springmeyer
|
75d2d5bdca
|
remove duplicate variable
|
2012-07-10 22:34:46 -07:00 |
|
Dane Springmeyer
|
e67463661c
|
sync grid markers_symbolizer rendering with agg
|
2012-07-10 22:32:19 -07:00 |
|
Dane Springmeyer
|
bcc8da4dea
|
agg markers_symbolizer rendering: only create objects if actually rendering
|
2012-07-10 22:31:51 -07:00 |
|
Dane Springmeyer
|
3efab11bdb
|
start carrying through the geometry clipping extent in the grid renderer
|
2012-07-10 18:39:06 -07:00 |
|
Dane Springmeyer
|
c58cbe0341
|
remove reference to arrow.cpp
|
2012-07-10 18:12:06 -07:00 |
|
Dane Springmeyer
|
310ed4a05d
|
remove references to now unused mapnik::arrow
|
2012-07-10 18:11:43 -07:00 |
|
Dane Springmeyer
|
afa9dc3c7c
|
move svg marker modifiers to hpp file for re-use in other renderers
|
2012-07-10 18:09:19 -07:00 |
|
Dane Springmeyer
|
15a624fa79
|
update readmes for template plugins
|
2012-07-10 14:54:05 -07:00 |
|
Dane Springmeyer
|
d3b375713b
|
properly populate the context
|
2012-07-10 14:51:13 -07:00 |
|
Dane Springmeyer
|
86f137fd25
|
recompile stale targets during deploy
|
2012-07-10 14:50:43 -07:00 |
|
Dane Springmeyer
|
c227ea8b5f
|
add sample Makefile for local dev
|
2012-07-10 14:46:00 -07:00 |
|
Dane Springmeyer
|
f79fd4634e
|
make markdown files
|
2012-07-10 14:28:52 -07:00 |
|
Dane Springmeyer
|
5a968959b5
|
Merge branch 'master' of github.com:mapnik/mapnik
|
2012-07-10 09:36:28 -07:00 |
|
Dane Springmeyer
|
5aff56a192
|
expose ability to clear global caches in python - closes #1022
|
2012-07-10 09:36:08 -07:00 |
|
artemp
|
c52fddba26
|
Merge remote-tracking branch 'origin/master'
|
2012-07-10 17:33:02 +01:00 |
|
Dane Springmeyer
|
4f507e2fa3
|
expose the ability to parse an svg from an in-memory string
|
2012-07-10 08:59:35 -07:00 |
|
artemp
|
6cde3e6864
|
+ add scale_factor_ UI (QDoubleSpinBox)
|
2012-07-10 16:58:43 +01:00 |
|
artemp
|
216768fbc0
|
+ output image-filters and direct-image-filters
|
2012-07-10 12:52:18 +01:00 |
|
artemp
|
db2bd535de
|
+ impl operator<< for filters
+ boost::karma based filter generator
|
2012-07-10 12:51:08 +01:00 |
|
artemp
|
fe8daa4a2a
|
pass filter_tag by const ref
|
2012-07-10 12:50:27 +01:00 |
|
artemp
|
e18fe4eccd
|
+ fix unused parameter warning
|
2012-07-10 12:49:14 +01:00 |
|
artemp
|
c8b2031428
|
+ fix unused parameter warning
|
2012-07-10 12:48:32 +01:00 |
|
artemp
|
73e15f0c75
|
+ fix unused parameter warnings
|
2012-07-10 12:48:09 +01:00 |
|
Dane Springmeyer
|
79ef09d1a3
|
create grid feature context with correct sorting - closes #1306
|
2012-07-09 18:40:41 -07:00 |
|
Dane Springmeyer
|
cbf821c762
|
move key grid functions to cpp file
|
2012-07-09 17:32:36 -07:00 |
|
Dane Springmeyer
|
d98f418c24
|
remove silent from all scons commands
|
2012-07-09 14:37:26 -07:00 |
|
Dane Springmeyer
|
ad7a02695e
|
fix test markers xml, accidentally changed in 9888ff0d50
|
2012-07-09 13:38:49 -07:00 |
|
artemp
|
f656efaa49
|
+ apply dynamic width and/or height
+ make 'width/height' pair and 'transform' mutually exlusive
|
2012-07-09 10:22:19 +01:00 |
|
artemp
|
58bd55b075
|
+ allow independent width and height
+ better namings
|
2012-07-09 10:21:12 +01:00 |
|
artemp
|
20d935ea1e
|
+ remove explicit keyword
+ make width and height 'optional' - default init (0)
+ change members order
|
2012-07-09 10:18:41 +01:00 |
|
Dane Springmeyer
|
cde0c0217d
|
add missing file
|
2012-07-06 18:39:59 -07:00 |
|
Dane Springmeyer
|
e18b4580cd
|
scons: install and clean should print output
|
2012-07-06 18:37:48 -07:00 |
|