Artem Pavlenko
|
39507d30f0
|
Merge branch 'master' into geometry_cleanup
|
2011-12-07 09:29:41 +00:00 |
|
Artem Pavlenko
|
0aab8c0944
|
fix missing qualifier
|
2011-12-07 09:16:24 +00:00 |
|
Dane Springmeyer
|
a016dbe2c7
|
include <cstring> to std::memcpy on linux - refs #76 and closes #987
|
2011-12-06 16:57:34 -08:00 |
|
Artem Pavlenko
|
9f27706e81
|
+ make geometry noncopyable
+ make ctor explicit
|
2011-12-06 16:25:30 +00:00 |
|
Artem Pavlenko
|
cc60b74921
|
Simplify geometry model to support: Point/LineString/Polygon
Multi geometries are collections of single geometries
Remove multiple_geometries parameter
|
2011-12-06 12:53:16 +00:00 |
|
Artem Pavlenko
|
2c9e151c41
|
implement vertex_iterator on vertex_vector
|
2011-12-06 11:19:24 +00:00 |
|
Artem Pavlenko
|
d09fe46a04
|
cleanup typedefs, changed template params: vertex_type -> coord_type
|
2011-12-06 11:17:14 +00:00 |
|
Artem Pavlenko
|
a4e08da00b
|
fix typedef names, expose value_type
|
2011-12-06 11:15:37 +00:00 |
|
Artem Pavlenko
|
2d95518b22
|
better typedef names
remove unused header
|
2011-12-06 10:34:25 +00:00 |
|
Artem Pavlenko
|
b8bd9676fc
|
geometry type is known at this stage.
|
2011-12-06 09:04:44 +00:00 |
|
Artem Pavlenko
|
a4f024bfd2
|
+ fix spelling
|
2011-12-05 15:04:54 +00:00 |
|
Artem Pavlenko
|
42fb73a41e
|
Merge remote-tracking branch 'origin/master'
|
2011-12-05 14:28:03 +00:00 |
|
Artem Pavlenko
|
10cc71834a
|
vertex iterator implementation (forward traversal)
|
2011-12-05 14:23:20 +00:00 |
|
kunitoki
|
b883f4ad75
|
Merge branch 'master' of github.com:mapnik/mapnik
|
2011-12-05 11:12:02 +01:00 |
|
kunitoki
|
e5ba275794
|
- initial implementation of the geotiff output by using libgeotiff, not complete (issue #967)
|
2011-12-05 11:10:13 +01:00 |
|
Dane Springmeyer
|
1b4b0e6eb0
|
fix compile on linux by adding <cstdio> include - thx misterboo for report - closes #978
|
2011-12-03 13:50:26 -08:00 |
|
Dane Springmeyer
|
b03ce6e607
|
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 |
|
Dane Springmeyer
|
744eca6555
|
allow mapnik::value_holder to store nulls, mainly to make it possible to return PyNone in python bindings
|
2011-12-02 17:01:38 -08:00 |
|
Artem Pavlenko
|
4659a4d697
|
geometry to wkb initial implementation
|
2011-12-02 16:33:50 +00:00 |
|
kunitoki
|
b0d0c97544
|
- 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 |
|
Artem Pavlenko
|
cfc05aac6d
|
add vc++ 2008 to the list.
|
2011-11-22 10:01:40 +00:00 |
|
Dane Springmeyer
|
fc005aa050
|
allow compile with msvs - make_shared is preferable but vs compiler cannot handle it
|
2011-11-21 20:28:47 -08:00 |
|
Dane Springmeyer
|
4a8b5f27d2
|
silence a few msvc cast warnings
|
2011-11-18 15:55:27 -08:00 |
|
Dane Springmeyer
|
07291106a9
|
keep proper type in text sym deep copy - refs #946
|
2011-11-18 15:09:16 -08:00 |
|
Artem Pavlenko
|
81c00d9cc5
|
use mutex from base class
|
2011-11-18 09:39:57 +00:00 |
|
Dane Springmeyer
|
1a93e5c407
|
in multithreaded mode lock before creating a datasource - closes #951
|
2011-11-17 18:47:09 -08:00 |
|
Dane Springmeyer
|
d0d2efbf54
|
Merge branch 'master' into gsoc-crundel
|
2011-11-09 16:57:20 -08:00 |
|
Dane Springmeyer
|
9b3c42190d
|
minor includes fixups
|
2011-11-09 16:41:07 -08:00 |
|
Dane Springmeyer
|
d965bcbeae
|
sqlite: futher refactoring of sqlite plugin, allowing all tests to pass
|
2011-11-03 19:51:37 -04:00 |
|
Dane Springmeyer
|
2169bcb92f
|
grid: initialize variables to avoid compiler warnings
|
2011-11-02 13:31:15 -04:00 |
|
Dane Springmeyer
|
4ffb26d78d
|
formatting
|
2011-10-28 18:04:24 -07:00 |
|
Artem Pavlenko
|
14ab337363
|
don't skip white space in attributes names
|
2011-10-28 11:24:19 +01:00 |
|
Artem Pavlenko
|
d1401b9e07
|
return by value
|
2011-10-28 11:24:17 +01:00 |
|
Artem Pavlenko
|
694094d28b
|
avoid creating default initialised values if key doesn't exist
|
2011-10-28 11:24:10 +01:00 |
|
Artem Pavlenko
|
87c1d126b8
|
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 |
|
unknown
|
a8348c5bf5
|
add missing overload
# Please enter the commit message for your changes. Lines starting
|
2011-10-28 10:52:29 +01:00 |
|
Dane Springmeyer
|
6761cb0436
|
Merge branch 'master' of github.com:mapnik/mapnik
|
2011-10-25 15:08:19 -07:00 |
|
kunitoki
|
592e97ffe7
|
- small cosmetics
|
2011-10-23 16:36:51 +02:00 |
|
kunitoki
|
d574d4da0c
|
- another bunch of coding style fixes in includes
|
2011-10-23 16:09:47 +02:00 |
|
kunitoki
|
154fb73d84
|
- fix copyright repeats
|
2011-10-23 15:23:14 +02:00 |
|
kunitoki
|
596757a269
|
- fix copyright to 2011 (script to do this will follow)
|
2011-10-23 15:04:25 +02:00 |
|
Dane Springmeyer
|
95035b2519
|
touchup feature.to_string() operator to display id differently than attributes
|
2011-10-22 17:27:02 -07:00 |
|
Dane Springmeyer
|
c92e7ab497
|
add a new, experimental coord_transform impl to support offsetting line verticies - closes #180 - next task of exposing functionality refs #927
|
2011-10-21 17:39:20 -07:00 |
|
Dane Springmeyer
|
d1c8818029
|
remove area as it is unused (not needed by anything yet) - closes #846
|
2011-10-21 15:55:58 -07:00 |
|
Artem Pavlenko
|
c7e1174d6b
|
Merge pull request #909 from MapQuest/expose-label-collision-detector
Exposed the label collision detector
|
2011-10-21 12:20:21 -07:00 |
|
Artem Pavlenko
|
b8ed785d7d
|
use static_cast
|
2011-10-21 20:02:34 +01:00 |
|
Artem Pavlenko
|
ba0bdbd07e
|
Merge pull request #922 from xificurk/ctrans-cleanup
code cleanup
|
2011-10-21 09:55:23 -07:00 |
|
Robert Coup
|
5df4d4fbb9
|
Merge branch 'master' into gsoc-crundel
|
2011-10-20 12:03:02 -07:00 |
|
Artem Pavlenko
|
c87c05911b
|
revert back bool logic
update urls -> https://github.com/mapnik/mapnik/issues/794
|
2011-10-20 14:38:04 +01:00 |
|
Robert Coup
|
82ba2e2553
|
crundel: Add setter for rastercolorizer stops
|
2011-10-19 23:59:26 -07:00 |
|