kunitoki
|
14bc344898
|
- cosmetics in postgis datasource
|
2012-03-28 22:10:48 +02:00 |
|
kunitoki
|
7dbe1279bf
|
- reorder constructor initialization list to avoid warnings in raster datasource
|
2012-03-28 22:01:45 +02:00 |
|
Artem Pavlenko
|
242385f16d
|
use mapnik::util namespace for conversions
|
2012-03-23 11:08:39 +00:00 |
|
Hermann Kraus
|
94634d4691
|
Correctly parse empty elements in OSM datasource.
|
2012-03-20 23:13:15 +01:00 |
|
Hermann Kraus
|
bd9fe739e5
|
Throw in OSM datasource if not all parameters are specified but bind is requested.
|
2012-03-20 23:13:15 +01:00 |
|
Dane Springmeyer
|
9556584b0c
|
create context in init list
|
2012-03-16 13:43:48 -07:00 |
|
Artem Pavlenko
|
385ca5b5b5
|
Merge remote-tracking branch 'origin/master'
|
2012-03-13 16:44:36 +00:00 |
|
Dane Springmeyer
|
b36739fd88
|
apply mapnik_format.el formatting
|
2012-03-13 07:59:22 -07:00 |
|
Artem Pavlenko
|
3f681a7504
|
+ move mapnik::context_ptr to initialization list
|
2012-03-13 10:19:46 +00:00 |
|
Artem Pavlenko
|
3891922b28
|
use const ref and avoid creating temp std::string
|
2012-03-13 10:11:58 +00:00 |
|
Hermann Kraus
|
2b68cea0a1
|
Merge branch 'new-xml'
Conflicts:
include/mapnik/config_error.hpp
include/mapnik/ptree_helpers.hpp
src/formatting/text.cpp
src/libxml2_loader.cpp
src/load_map.cpp
src/metawriter_factory.cpp
src/text_placements/registry.cpp
src/text_placements/simple.cpp
|
2012-03-13 11:11:28 +01:00 |
|
Hermann Kraus
|
c2f9e3b637
|
Include correct file in csv datasource.
|
2012-03-11 23:07:39 +01:00 |
|
Artem Pavlenko
|
302b7f1696
|
Revert "update rasterlite, occi, csv, hello_world, and rundemo"
This reverts commit ab7f6ee75c .
|
2012-03-09 15:33:36 +00:00 |
|
Artem Pavlenko
|
254b3c9fa7
|
Merge branch 'master' into geometry-clipping
Conflicts:
SConstruct
include/mapnik/symbolizer_helpers.hpp
src/placement_finder.cpp
|
2012-03-09 14:18:41 +00:00 |
|
Dane Springmeyer
|
ab7f6ee75c
|
update rasterlite, occi, csv, hello_world, and rundemo
|
2012-03-09 12:58:16 +00:00 |
|
Hermann Kraus
|
c3cd50ff57
|
Complete new XML structure.
|
2012-03-07 19:16:41 +01:00 |
|
Dane Springmeyer
|
f90b410ece
|
formatting to use const& as per 6462af3
|
2012-03-05 11:10:04 -08:00 |
|
Dane Springmeyer
|
ab4c9da7ad
|
fixup ogr plugin error string output
|
2012-03-04 22:28:02 -08:00 |
|
Artem Pavlenko
|
c25e8c7d94
|
Merge remote-tracking branch 'origin/master'
|
2012-03-02 09:34:57 +00:00 |
|
Hermann Kraus
|
69824314ed
|
Simplify OSM plugin.
|
2012-03-02 01:01:13 +01:00 |
|
Hermann Kraus
|
9eec4eb1be
|
Fix OSM plugin.
|
2012-03-02 00:51:44 +01:00 |
|
Artem Pavlenko
|
726724b3c7
|
pass by ref
move conversions impl into .cpp
|
2012-03-01 18:36:13 +00:00 |
|
Dane Springmeyer
|
5bdaf44a7a
|
Revert "shape: check if multiple parts are interior rings or separate"
This reverts commit faaa4f6e3f .
|
2012-02-26 22:11:22 -08:00 |
|
Dane Springmeyer
|
5a7de9c0db
|
remove uneeded default cases
|
2012-02-24 18:58:12 -08:00 |
|
Dane Springmeyer
|
74502b9d15
|
remove uneeded default cases
|
2012-02-24 18:56:58 -08:00 |
|
Dane Springmeyer
|
e4ce3d1929
|
cast to avoid msvc warning
|
2012-02-24 16:14:34 -08:00 |
|
Dane Springmeyer
|
524d6bea5f
|
avoid implicit cast from sqlite_int64 to int
|
2012-02-23 09:50:06 -08:00 |
|
Dane Springmeyer
|
4c4bfc8fc5
|
remove all usage of lexical_cast in postgis plugin - refs #1055
|
2012-02-21 11:03:33 -08:00 |
|
Dane Springmeyer
|
9be9b09d72
|
Merge branch 'master' of github.com:mapnik/mapnik
|
2012-02-16 17:44:34 -08:00 |
|
Artem Pavlenko
|
c83ab1d14e
|
Merge remote-tracking branch 'origin/master'
|
2012-02-15 19:20:17 +00:00 |
|
Artem Pavlenko
|
01497bfc36
|
+ add typedef size_type to mapnik::vertex_vector
+ remove set_capacity() method - no longer required
|
2012-02-15 15:16:33 +00:00 |
|
Dane Springmeyer
|
4ad9b4d282
|
formatting
|
2012-02-14 16:07:23 -08:00 |
|
Dane Springmeyer
|
1c07372a13
|
postgis: make sure to add key_field to feature context
|
2012-02-14 14:58:09 -08:00 |
|
Dane Springmeyer
|
6dfb3604a4
|
postgis: remove last usage of deprecated functions - fully supporting postgis 2.0 - closes #1083
|
2012-02-14 13:07:05 -08:00 |
|
Dane Springmeyer
|
e2d398f6db
|
add permissive flag to ogr and shape plugins to work around boost interprocess compile bug - closes #1082 - refs #950 and #1001
|
2012-02-14 10:33:40 -08:00 |
|
Dane Springmeyer
|
00a2bec062
|
silence signed/unsigned compiler warning
|
2012-02-13 11:01:58 -08:00 |
|
Dane Springmeyer
|
b866b6d51c
|
remove uneeded variables
|
2012-02-13 11:01:44 -08:00 |
|
Dane Springmeyer
|
c33d534b80
|
link to boost system
|
2012-02-09 16:00:39 -08:00 |
|
Dane Springmeyer
|
b44a63ac1f
|
link all remaining plugins to boost_system to avoid potential linking errors with boost-trunk (upcoming 1.49) - closes #1070
|
2012-02-09 16:00:11 -08:00 |
|
Dane Springmeyer
|
1e2897b28d
|
update rasterlite to new feature_impl
|
2012-02-02 09:00:02 -08:00 |
|
Dane Springmeyer
|
0e701dd899
|
initialize context in init list
|
2012-02-02 08:58:20 -08:00 |
|
Dane Springmeyer
|
77c58e487d
|
whitespace fixes
|
2012-02-01 17:37:35 -08:00 |
|
Dane Springmeyer
|
60f1dadcd8
|
add code comment
|
2012-02-01 16:17:59 -08:00 |
|
Dane Springmeyer
|
e4a11c0d07
|
use correct context type
|
2012-01-31 08:35:40 -08:00 |
|
Artem Pavlenko
|
79d44e1bf8
|
Merge branch 'feature_impl' of github.com:mapnik/mapnik into feature_impl
|
2012-01-24 14:39:13 +00:00 |
|
Artem Pavlenko
|
75024c3fa1
|
Merge branch 'master' into feature_impl
|
2012-01-24 12:48:19 +00:00 |
|
Artem Pavlenko
|
19deb86591
|
append connection string to connection error message
|
2012-01-24 12:36:33 +00:00 |
|
Dane Springmeyer
|
aa6da2dce9
|
collect context before featureset creation in sqlite
|
2012-01-23 23:51:31 -08:00 |
|
Dane Springmeyer
|
62cf7cb2fe
|
no need for collecting size in postgis plugin
|
2012-01-23 23:50:50 -08:00 |
|
Dane Springmeyer
|
c576291346
|
push value into context for gdal plugin
|
2012-01-23 23:50:24 -08:00 |
|