artemp
|
50ca6fcbe8
|
Merge branch 'master' into mapnik-geometry
|
2015-03-12 14:55:45 +01:00 |
|
artemp
|
b823d6dc34
|
geojson - fix brackets blues
|
2015-03-12 14:53:47 +01:00 |
|
artemp
|
48ce3ccc38
|
wkt generator fix erroneous brackets
|
2015-03-12 14:43:19 +01:00 |
|
artemp
|
6d13454f72
|
reinstate 'from_wkt' interface
|
2015-03-12 14:12:53 +01:00 |
|
artemp
|
c4607aaeeb
|
wkt-generator - update to mapnik-geometry model
|
2015-03-12 14:12:14 +01:00 |
|
artemp
|
2753db1c4c
|
factor out boost::spirit::traits::transform_attribute into separate header
|
2015-03-12 14:11:52 +01:00 |
|
artemp
|
da45acb047
|
wkt parser grammar - allow MULTIPOINT(x0 y0, x1 y1,....,xN yN) as well
as MULTIPOINT((x0 y0), (x1 y1),....,(xN yN)) syntax
|
2015-03-12 11:58:09 +01:00 |
|
artemp
|
f72291650b
|
fix line_string tag typo
|
2015-03-11 15:20:24 +01:00 |
|
artemp
|
26fdd0b680
|
python bindings - restore from_wkt method
|
2015-03-11 12:28:04 +01:00 |
|
artemp
|
525cb60f0c
|
fix compilation (add required headers and typedef)
|
2015-03-11 12:23:27 +01:00 |
|
artemp
|
f3edf2dfc0
|
wkt_grammar - update to use mapnik-geometry and optimise(minimise) memory allocations
|
2015-03-11 11:55:43 +01:00 |
|
Blake Thompson
|
fe01d52845
|
Removed unused resolution data from grids
|
2015-03-10 23:19:30 -05:00 |
|
Blake Thompson
|
f715f9cf22
|
Updated the name of methods in grids from properties to fields because they are an array rather then a map.
|
2015-03-10 19:59:46 -05:00 |
|
artemp
|
c3284aa958
|
Merge branch 'master' into mapnik-geometry
|
2015-03-10 11:17:53 +01:00 |
|
Blake Thompson
|
7ee9745a8f
|
Updated param to allow value_boolean
|
2015-03-09 16:33:20 -05:00 |
|
artemp
|
a89dd47a4b
|
Merge branch 'master' into mapnik-geometry
|
2015-03-09 18:48:58 +01:00 |
|
artemp
|
0863ef1e92
|
vertex_processor - handle geometry_collection
|
2015-03-09 18:47:34 +01:00 |
|
Blake Thompson
|
e20c68d384
|
Corrected a bug in hsl2rgb where if s was equal to zero an incorrect result was achieved.
|
2015-03-09 12:07:39 -05:00 |
|
artemp
|
40c9abcb2b
|
calc centroid
|
2015-03-09 17:00:00 +01:00 |
|
artemp
|
f919bd2c41
|
fix applying clip flag
|
2015-03-09 16:58:32 +01:00 |
|
artemp
|
cc3f8be837
|
remove unused headers
|
2015-03-09 16:37:26 +01:00 |
|
artemp
|
317e9c497f
|
Merge branch 'master' into mapnik-geometry
|
2015-03-09 14:59:45 +01:00 |
|
Blake Thompson
|
ffad24f31d
|
Added bugfix for image_view where if an image of zero width or height created a view, it would cause a segfault because it created a 1,1 size view.
|
2015-03-08 23:28:56 -05:00 |
|
Blake Thompson
|
61abe608ee
|
Added the ability to get_type from an image, fixed possible bugs associated with image copy.
|
2015-03-06 17:24:23 -06:00 |
|
artemp
|
174bc5969a
|
text symbolizer update to mapnik-geometry (partial)
|
2015-03-06 12:17:02 +01:00 |
|
Blake Thompson
|
ea6677df37
|
A fix to the jpeg driver making it operate with parameters like the other file formats.
|
2015-03-05 21:51:48 -06:00 |
|
artemp
|
8411cdfa0c
|
add centroid
|
2015-03-05 22:30:38 +01:00 |
|
artemp
|
d682c5a201
|
markers placement update
|
2015-03-05 20:54:36 +01:00 |
|
artemp
|
aa5ae6b843
|
update markers_symbolizer to work with mapnik-geometry (work-in-progress)
|
2015-03-05 15:07:23 +01:00 |
|
artemp
|
38dc240d6d
|
geometry - add generic is_valid(), is_simple() and correct()
|
2015-03-05 12:11:23 +01:00 |
|
artemp
|
d25ef607a2
|
cleanup
|
2015-03-05 12:09:16 +01:00 |
|
artemp
|
13a5bdf984
|
minor formatting
|
2015-03-05 12:08:21 +01:00 |
|
artemp
|
ee77a0ef10
|
correct arg type
|
2015-03-05 10:45:12 +01:00 |
|
artemp
|
24a586415c
|
expose wkbByteOrder in wkb.hpp
|
2015-03-05 10:44:40 +01:00 |
|
artemp
|
b66739cf86
|
move fusion adapted geometry into separate header to avoid duplication
|
2015-03-05 10:43:03 +01:00 |
|
artemp
|
87e9c64fc4
|
topojson grammar - add optional bbox element which is omitted
|
2015-03-04 14:55:13 +01:00 |
|
artemp
|
a6f0c30a74
|
topojson grammar - add optional bbox element which is omitted
|
2015-03-04 14:52:55 +01:00 |
|
artemp
|
f4a1e9368b
|
wkb_reader/json input grammar - correct polygons to have CCW exterioir/CW interior
|
2015-03-04 12:09:08 +01:00 |
|
artemp
|
9e35540b50
|
fix line_string iterator types
register CCW polygons - CCW exterior and CW interior rings
remove unused code (cleanups)
|
2015-03-04 12:07:22 +01:00 |
|
artemp
|
3ddfe34aa5
|
Merge branch 'master' into mapnik-geometry
|
2015-03-04 10:30:08 +01:00 |
|
artemp
|
587437c368
|
variant - add get<T> overloads where T is stored as recursive_wrapper<T> and avoid directly dealing with recursive_wrapper<T>
|
2015-03-04 10:19:30 +01:00 |
|
artemp
|
ec7f2f3f0c
|
feature_generator - adapt to new geometry generator
|
2015-03-04 09:23:57 +01:00 |
|
artemp
|
920a9549c4
|
geometry_generator - new copy-less grammar
|
2015-03-04 09:21:22 +01:00 |
|
artemp
|
bdbaf947f7
|
default assignment op + cleanups
|
2015-03-04 09:19:53 +01:00 |
|
Dane Springmeyer
|
4afcac5563
|
try to solve #2714
|
2015-02-26 11:12:19 -08:00 |
|
artemp
|
c58a5b4151
|
json : geometry_generator_grammar for mapnik-geometry (TODO)
|
2015-02-26 16:24:07 +01:00 |
|
artemp
|
a3b7328936
|
add 'which' method for compatibility with boost::variant
|
2015-02-26 16:23:20 +01:00 |
|
artemp
|
da1bc2463d
|
c++11 syntax
|
2015-02-26 16:22:56 +01:00 |
|
artemp
|
b74976d547
|
make inline
|
2015-02-26 16:22:34 +01:00 |
|
artemp
|
102fd539f9
|
generic way to apply vertex converters to mapnik-geometry
|
2015-02-24 15:18:46 +01:00 |
|