Commit Graph

140 Commits

Author SHA1 Message Date
Mateusz Loskot
421604d22e [geometry] Added example related to selection of distance strategy discussed on the mailing list (ml) and in ticket #5954
[SVN r74723]
2011-10-05 09:33:02 +00:00
Mateusz Loskot
e341eab17c [geometry] Added quick example of DP simplifier fired against multipolygon. The proble was reported on the mailing list http://lists.osgeo.org/pipermail/ggl/2011-September/001533.html. To be solved.
[SVN r74598]
2011-09-28 15:40:09 +00:00
Barend Gehrels
5eb0739f08 Spherical coordinate systems: splitted into "polar" and "equatorial" with opposite (co)latitude
[SVN r72233]
2011-05-27 22:01:05 +00:00
Barend Gehrels
1dc67c1bf5 Removed references to std_as_linestring/ring/multi_point and c_array* and boost_array* because there are now macros for that
[SVN r71824]
2011-05-08 15:52:29 +00:00
Barend Gehrels
dbd742cbff Mention all geometry headerfiles explicitly in examples (according to doc)
[SVN r71821]
2011-05-08 14:38:45 +00:00
Barend Gehrels
1f2b2e40c5 Doc update including adding tests for registration macro's
[SVN r71715]
2011-05-04 16:14:26 +00:00
Barend Gehrels
d667803da4 Fixed for removal of registration macro
[SVN r71625]
2011-04-30 14:58:29 +00:00
Bruno Lalande
d92dbecb6a Aligned adapted C array and Boost Array to the recent changes.
[SVN r71575]
2011-04-28 21:26:54 +00:00
Barend Gehrels
b2eec50965 Added many docs/samples
Updated for tuple/registration macro


[SVN r71491]
2011-04-25 21:22:58 +00:00
Bruno Lalande
5c8365befb Removed adapted/fusion_<cs>.hpp files and added a macro to use instead.
[SVN r71475]
2011-04-25 08:32:51 +00:00
Bruno Lalande
fc68031c90 Removed adapted/tuple_<cs>.hpp files and added a macro to use instead.
[SVN r71448]
2011-04-23 22:26:50 +00:00
Barend Gehrels
de18eb8891 Updated examples (assign -> assign_values)
[SVN r71220]
2011-04-12 22:11:32 +00:00
Barend Gehrels
1431123722 Ifdefed some examples for release branch
[SVN r70919]
2011-04-03 07:50:11 +00:00
Barend Gehrels
a980fb6ca5 Moved units and experimental to extension
[SVN r70897]
2011-04-02 21:55:09 +00:00
Barend Gehrels
3afcf0bdbf Moved example/extensions to example_extensions for easier management and merging later
[SVN r70896]
2011-04-02 21:49:16 +00:00
Barend Gehrels
a01c615089 Made copyright notices in libs/geometry consistent
[SVN r70876]
2011-04-02 20:33:14 +00:00
Barend Gehrels
2c0378bccb Reflects renaming things
[SVN r70854]
2011-04-02 13:31:05 +00:00
Barend Gehrels
86422d59b5 Reflect changes on make/inserter
[SVN r70825]
2011-04-01 16:54:09 +00:00
Barend Gehrels
e1e92d876b Fixes in sample c06
[SVN r70118]
2011-03-18 12:08:12 +00:00
Barend Gehrels
6590f01689 Renamed combine to expand, part 2: test, doc and examples
[SVN r69917]
2011-03-13 11:10:27 +00:00
Barend Gehrels
30db0ddee9 Fixed include parse after move in example c03
[SVN r69909]
2011-03-13 00:24:58 +00:00
Barend Gehrels
c1b1b4a6c7 Moved wkt (used in nearly all tests) from extension to domains tree for release
[SVN r69906]
2011-03-12 23:53:18 +00:00
Barend Gehrels
2bd6df2ce3 Fixed c08_custom_non_std_example.cpp and now it also compiles for gcc
[SVN r68936]
2011-02-15 22:34:33 +00:00
Barend Gehrels
48f280b0c0 Fixed custom polygon example
Added antitalising in Qt (tip Martin Dobias)

[SVN r68934]
2011-02-15 22:18:21 +00:00
Barend Gehrels
a6883f4ca2 Changes for qt for Linux
[SVN r68856]
2011-02-13 22:13:01 +00:00
Barend Gehrels
0425fe649f Added Qt World Mapper Example conform the WxWidget one (but yet missing highlighing)
[SVN r68855]
2011-02-13 21:55:40 +00:00
Barend Gehrels
e0a240b770 Renamed linear_ring to ring (linear_ring is still available)
[SVN r68387]
2011-01-23 16:20:01 +00:00
Barend Gehrels
278b47f0ab Added Boost.Fusion points adapted to Boost.Geometry (effectively by Akira Takahashi)
[SVN r68240]
2011-01-18 18:57:46 +00:00
Barend Gehrels
e051050b44 Added Boost.Fusion points adapted to Boost.Geometry (effectively by Akira Takahashi)
Added MPL-assertions to traits classes not yet having them
Added constructors for linear_ring/linestring to support Boost.Assign better


[SVN r68239]
2011-01-18 18:51:57 +00:00
Barend Gehrels
cbcf275ea7 Doc update, move from qbk/* to qbk/include and separate qbk files in folder ref
[SVN r68215]
2011-01-17 20:41:54 +00:00
Steven Watanabe
d234480b24 Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
[SVN r68168]
2011-01-15 08:11:51 +00:00
Bryce Adelstein-Lelbach
dff17a97aa Replacing the use of <iomanip> with <boost/detail/iomanip.hpp> across Boost.
On Linux, GNU's libstdc++, which is the default stdlib for icc and clang,
cannot parse the <iomanip> header in version 4.5+ (which thankfully neither
compiler advises the use of yet), as it's original C++98-friendly
implementation has been replaced with a gnu++0x implementation.
<boost/detail/iomanip.hpp> is a portable implementation of <iomanip>, providing
boost::detail::setfill, boost::detail::setbase, boost::detail::setw,
boost::detail::setprecision, boost::detail::setiosflags and
boost::detail::resetiosflags. 



[SVN r68140]
2011-01-14 02:35:58 +00:00
Barend Gehrels
30304863c7 Moved snippets point and point_register to separate examples
[SVN r67775]
2011-01-08 12:06:29 +00:00
Barend Gehrels
7adc8b2d06 Added example to work with units
[SVN r67570]
2011-01-02 14:11:22 +00:00
Barend Gehrels
b6e6460c5f Doc update
[SVN r67510]
2010-12-30 22:03:06 +00:00
Barend Gehrels
306b1ddbdc Updated samples to new system with reverse
[SVN r67305]
2010-12-18 18:45:04 +00:00
Barend Gehrels
716d64d331 Correction headerfile
[SVN r67060]
2010-12-06 08:23:06 +00:00
Barend Gehrels
76d0debf1f Shows Boost.Polygon point in example
[SVN r67043]
2010-12-05 21:48:38 +00:00
Barend Gehrels
a9dac9f234 Committed experiment using Proto (created after BoostCon 2010), not finished
[SVN r67005]
2010-12-04 13:21:49 +00:00
Barend Gehrels
969d95b5bc All samples without cartesian2d now
[SVN r67004]
2010-12-04 13:01:26 +00:00
Barend Gehrels
a415229918 Samples now without cartesian2d headerfile
[SVN r67003]
2010-12-04 12:11:17 +00:00
Barend Gehrels
b22c8e1f3d Qt update
[SVN r67002]
2010-12-04 11:52:28 +00:00
Barend Gehrels
fc0e782163 model namespaces, moved point_xy to d2::point_xy, revised point_ll_deg to ll::point<degree> (projection examples)
[SVN r66989]
2010-12-03 19:57:18 +00:00
Barend Gehrels
1c8fce3059 model namespaces, moved point_xy to d2::point_xy, revised point_ll_deg to ll::point<degree>
[SVN r66975]
2010-12-02 16:10:47 +00:00
Barend Gehrels
e299295f8e Fixed point-segment default_strategy construct
Fixed cross track for latlong (partly)

[SVN r66828]
2010-11-28 21:49:46 +00:00
Barend Gehrels
7b6d13a78c Updated jamfiles for examples/extensions
[SVN r66821]
2010-11-28 14:51:41 +00:00
Barend Gehrels
f9722c71f1 Updated comments
[SVN r66820]
2010-11-28 14:40:56 +00:00
Barend Gehrels
fb77d11994 Deleted duplicate lib
[SVN r66815]
2010-11-28 14:23:45 +00:00
Barend Gehrels
181529a35d Moved all samples with external libraries to folder with_external_libs
[SVN r66814]
2010-11-28 14:16:28 +00:00
Barend Gehrels
f8f22cc398 Major update:
Adaptions to examples with respect to new namespace model
Adaptions to examples using external libraries (gd, soci, shapelib)
Updates property sheets to boost 1.45.0


[SVN r66813]
2010-11-28 13:42:46 +00:00
Barend Gehrels
6b66982ae6 Using Boost 1.45.0 now by default
[SVN r66788]
2010-11-27 15:05:38 +00:00
Barend Gehrels
a1d0065595 Fixed two examples
[SVN r66787]
2010-11-27 15:03:50 +00:00
Barend Gehrels
fc25627241 Update reflection to new strategy approach
[SVN r66568]
2010-11-14 14:30:15 +00:00
Barend Gehrels
4592fc8039 Added two samples related to boost mailing list
[SVN r65936]
2010-10-13 11:33:26 +00:00
Barend Gehrels
446a79f168 Doc update
[SVN r64844]
2010-08-16 12:56:31 +00:00
Barend Gehrels
4800ea7918 Small tweaks in shapelib extension
[SVN r64596]
2010-08-04 15:45:23 +00:00
Barend Gehrels
349cab7b0d Added shapelib extension to create shapefiles using shapelib
(shameless plug: writing shapefiles has never been easier)

[SVN r64594]
2010-08-04 12:35:16 +00:00
Barend Gehrels
db53e722db Removed traits::append_point.
The library now used std::back_insert_iterator everywhere

[SVN r64113]
2010-07-17 20:26:29 +00:00
Barend Gehrels
e61812699b Fix for gcc pair
[SVN r63840]
2010-07-11 09:50:26 +00:00
Barend Gehrels
49618c7e0d Replaced member-type return_type by meta-function return_type
[SVN r63706]
2010-07-06 20:15:59 +00:00
Barend Gehrels
9c23118c37 Added non-const version of get_section
Major changes in distance strategies
Changed double from simplify to template parameter
Added a promote_floating_point
Added a fp_coordinate_type
Added namespaced point in custom example
Added mpl assertion in overlaps (should be done in most algorithms by default)
Added high precision test for various distance algorithms

[SVN r63579]
2010-07-04 10:01:10 +00:00
Barend Gehrels
3a20900c7f Split graph example into one with traditional properties (the original one), and one using bundled properties
[SVN r63338]
2010-06-26 10:09:00 +00:00
Barend Gehrels
4f9f03e071 Removed order/closure elements because of dispatch cleanup (it is now as it was before)
[SVN r62181]
2010-05-24 21:19:53 +00:00
Barend Gehrels
5fb11344e4 Corrected closure for area
Added closure for centroid
Modified/fixed closing iterator (didn't compile for MSVC 2010)


[SVN r62172]
2010-05-24 13:54:32 +00:00
Barend Gehrels
068c2fa90a Added closed / closure
Updated jamfiles

[SVN r62170]
2010-05-24 09:07:05 +00:00
Barend Gehrels
b35d1d74f0 Updates for clang
[SVN r62070]
2010-05-17 19:51:46 +00:00
Barend Gehrels
7d256acd89 Fixed scoped_ptr/array thanks to Boostcon feedback
[SVN r61901]
2010-05-11 04:18:22 +00:00
Barend Gehrels
c9a2b91b1f Upgraded to wxWidgets 2.8.11
Solved stupid error on focus[-1]

[SVN r61882]
2010-05-09 20:07:30 +00:00
Barend Gehrels
6c830d67a1 Removed redundant declaration
[SVN r61777]
2010-05-04 20:42:01 +00:00
Barend Gehrels
8218ce445c Moved dependancies to property sheets
[SVN r61588]
2010-04-26 20:55:45 +00:00
Barend Gehrels
8617d976a7 Updated wxWidgets project with pointer to wxPoint* and back_insert_iterator
Fixed Qt example vcproj, adding stylestheet


[SVN r61587]
2010-04-26 20:51:13 +00:00
Barend Gehrels
0bec27bf85 Updated x04_wxwidgets_world_mapper sample (vcproj, explanation)
[SVN r61538]
2010-04-24 15:56:03 +00:00
Barend Gehrels
8fa871ec82 x04_wxwidgets_world_mapper.cpp update for Linux
[SVN r61537]
2010-04-24 14:57:25 +00:00
Barend Gehrels
ee78fe9333 Moved section iterators to extensions
Solved wxwidges vcproj
Removed /W4 flag in Jamroot


[SVN r61536]
2010-04-24 14:22:22 +00:00
Barend Gehrels
5ce9286957 vcorivcproj changes
bugfix in test/algorithms/overlay/robustness


[SVN r61513]
2010-04-23 21:15:08 +00:00
Mateusz Loskot
99f5f6fd40 Geometry: updated example/Jamfile.v2 with new overlay examples.
[SVN r61168]
2010-04-09 20:32:17 +00:00
Mateusz Loskot
dd3ed74396 Fixed invalid initialization of non-const reference of type no_interrupt_policy passed to get_turns() in 05_b_overlay_linestring_polygon_example.cpp. Problem reported by Scott K Warren on the list. This initialization probably sneaked unnoticed because Visual C++ <=8.0 allows this buggy behaviour, however it has been fixed in Visual C++ 10.0 version.
[SVN r61167]
2010-04-09 20:30:57 +00:00
Barend Gehrels
1a682a45e6 Adapted path to WKT
[SVN r60937]
2010-03-30 12:13:45 +00:00
Barend Gehrels
01cc3e8a08 Updated x04_wxwidgets_world_mapper
[SVN r60870]
2010-03-27 12:21:29 +00:00
Barend Gehrels
aba0d30181 Updated point_ll_example.vcproj, boost path
[SVN r60674]
2010-03-17 12:42:07 +00:00
Barend Gehrels
da51ddaf38 Fix in example, multiply with earth radius
[SVN r60673]
2010-03-17 12:31:31 +00:00
Barend Gehrels
a65c98fe9e Added wxWidgets example
Renamed soci_examples.sln solution file

[SVN r60450]
2010-03-10 21:40:09 +00:00
Barend Gehrels
3cbfd63e81 Added data/world.wkt
[SVN r60430]
2010-03-10 17:01:14 +00:00
Barend Gehrels
c74eb479c4 Added 05 overlay examples
Added difference tests
Updated some overlay tests

[SVN r60000]
2010-02-28 21:16:56 +00:00
Mateusz Loskot
df39c49fe6 Geometry: removed unused variable warning
[SVN r59794]
2010-02-20 21:04:31 +00:00
Barend Gehrels
c16c094b9e Updated svg_mapper
Updated 07_graph_route_example.cpp using svg_mapper now


[SVN r59787]
2010-02-20 17:28:53 +00:00
Barend Gehrels
6f1e76d1b5 Fixed typename
[SVN r59766]
2010-02-20 11:06:11 +00:00
Mateusz Loskot
4c6e766ff7 geometry: dummy commit, testing write access
[SVN r59753]
2010-02-18 22:07:09 +00:00
Barend Gehrels
8f7e3593e9 Boost.Geometry, small update
[SVN r59384]
2010-01-31 21:27:11 +00:00
Barend Gehrels
62fde787bc Added Boost.Geometry examples to boost.sandbox
[SVN r59383]
2010-01-31 21:23:07 +00:00