Artem Pavlenko
|
bd961c4da2
|
update copyright year [skip ci]
|
2021-01-05 14:39:07 +00:00 |
|
Mathis Logemann
|
64054fade4
|
compiler independent warning ignore
Signed-off-by: Mathis Logemann <mathisloge@gmail.com>
|
2020-11-19 17:25:10 +01:00 |
|
Raul Marin
|
caa2a88177
|
Fix build issue with MAPNIK_THREADSAFE disabled
|
2018-03-26 18:08:44 +02:00 |
|
artemp
|
333ef9fde1
|
update copyright year
|
2017-05-05 13:02:01 +02:00 |
|
artemp
|
c28bf77d5d
|
Merge branch 'master' into geometry.hpp
|
2017-03-30 08:23:56 +01:00 |
|
Dane Springmeyer
|
641d7b647f
|
consistently use pkg-config in both postgis plugin and pgsql2sqlite + use GDAL_CONFIG var in plugins
|
2017-03-28 15:18:48 -07:00 |
|
artemp
|
064b99168b
|
geometry.hpp
|
2017-03-27 16:14:51 +01:00 |
|
artemp
|
f13848e210
|
move box2.hpp and related files into geometry dir
|
2017-01-26 09:51:37 +01:00 |
|
artemp
|
8452410784
|
minor formatting
|
2016-12-20 18:37:20 +01:00 |
|
artemp
|
5745bedbd9
|
update copyright year to 2016
|
2016-12-20 17:57:22 +01:00 |
|
artemp
|
b5c9966e4b
|
refactor value related objects into include/value dir
|
2016-10-11 18:01:30 +02:00 |
|
artemp
|
8ce7a1c43d
|
refactor souce code files with the following rule: the physical filesytem path matches namespace structure
e.g `mapnik::geometry::centroid()` -> `$(MAPNIK_SOURCE)/include/mapnik/geometry/centroid.hpp`
|
2016-10-11 18:01:29 +02:00 |
|
Dane Springmeyer
|
f81583554a
|
Merge branch 'master' of github.com:mapnik/mapnik into geometry-refactor
|
2016-08-22 16:19:17 -07:00 |
|
artemp
|
31814b32d0
|
rename empty_featureset => invalid_featureset to avoid ambiguity + add helper is_valid method
|
2016-08-15 10:41:30 +01:00 |
|
artemp
|
bab985dd04
|
always return am empty featureset instead of featureset_ptr()
|
2016-07-13 15:17:51 +01:00 |
|
artemp
|
dc74551dc0
|
always return am empty featureset instead of featureset_ptr()
|
2016-07-13 15:16:33 +01:00 |
|
artemp
|
efabcc8081
|
make all mapnik::geometries aliases to mapbox::geometry and attempt to adapt new polygon model (one std::vector)
NOTE: some boost.geometry algorithms are broken as a result
|
2016-06-29 12:41:57 +01:00 |
|
artemp
|
3b1c7308cc
|
make mapnik::geometry::line_string<T> an alias to mapbox::geometry::line_string<T>
|
2016-06-27 10:23:13 +01:00 |
|
Dane Springmeyer
|
8339202279
|
remove debug print
|
2016-04-05 17:24:12 -04:00 |
|
Dane Springmeyer
|
7ec640e989
|
register gdal once at plugin load - refs #3093 #3339 #3340
|
2016-04-05 16:43:07 -04:00 |
|
Dane Springmeyer
|
f8a8ec616a
|
c++ style: use nullptr rather than NULL
|
2016-04-05 15:27:32 -04:00 |
|
Dane Springmeyer
|
8e6e74dfa2
|
suppress -Wshadow warning from ogr
|
2015-12-03 10:22:02 -05:00 |
|
Dane Springmeyer
|
7608040906
|
centralize warning suppression
|
2015-11-07 17:53:09 -08:00 |
|
Dane Springmeyer
|
8813e73cfc
|
rename SHAPE_MEMORY_MAPPED_FILE to MAPNIK_MEMORY_MAPPED_FILE
|
2015-10-16 13:34:53 -07:00 |
|
Dane Springmeyer
|
324f70652b
|
code cleanup / c++11 usage in plugins
|
2015-10-09 16:07:19 -07:00 |
|
Dane Springmeyer
|
2d59fca9f9
|
ensure consistent, ordered linking for plugins - closes #3105
|
2015-10-01 13:35:56 -07:00 |
|
Blake Thompson
|
161469ed63
|
Fixed an issue with fields over size of int32 in OGR plugin and added tests to cover this situation.
|
2015-08-05 13:47:17 -05:00 |
|
Dane Springmeyer
|
4fe3c87a84
|
tame a few more boost -Wsign-conversion warnings
|
2015-06-17 13:29:54 -07:00 |
|
artemp
|
8c6bf0eef6
|
update copyright notice
|
2015-06-16 12:49:16 +02:00 |
|
artemp
|
8bf82b717e
|
OGR : support reading OFTInteger64/OFTInteger64List
|
2015-06-16 11:36:17 +02:00 |
|
Dane Springmeyer
|
0d86afff36
|
start using -Wsign-compare and -Wshadow + fix heaps of warnings - refs #2907
|
2015-06-12 14:51:18 -07:00 |
|
artemp
|
df4226a825
|
remove spurious std::move's (clang - moving a temporary object prevents copy elision [-Wpessimizing-move])
|
2015-06-02 14:26:35 +01:00 |
|
artemp
|
2eaa90033a
|
move singleton to util/singleton.hpp
move windows UTF conversion routines to util/utf_conv_win.hpp
|
2015-06-02 11:10:41 +01:00 |
|
Dane Springmeyer
|
84e4d8bf22
|
Start calling geometry::correct everywhere possible - refs #2834
|
2015-05-20 14:00:30 -07:00 |
|
Dane Springmeyer
|
093d857ddc
|
Add support for 64 bit field types in GDAL 2.0 - closes #2685
|
2015-05-19 22:39:39 -07:00 |
|
Blake Thompson
|
87fb41907a
|
Added template to geometries
|
2015-04-09 15:22:51 -05:00 |
|
Dane Springmeyer
|
546e46756c
|
fix ogr plugin compile
|
2015-03-24 14:16:28 -07:00 |
|
artemp
|
4389c80d84
|
and finaly, rename 'new_geometry' namespace to 'geometry'
|
2015-03-24 14:21:28 +01:00 |
|
artemp
|
7e03d41606
|
rename geometry_impl.hpp to geometry.hpp
|
2015-03-24 13:32:05 +01:00 |
|
artemp
|
ac1ffa2bfb
|
move geometry.hpp into path.hpp and update code base to reflect this change
|
2015-03-24 12:42:09 +01:00 |
|
artemp
|
1cf0a897ac
|
move datasource::geometry_t into separate header and rename -> datasource_geometry_t to avoid cyclic dependencies issue
to_ds_type - return actual datasource_geometry_t (remove optional)
update across datasources
experssions - revert to using
|
2015-03-24 12:13:31 +01:00 |
|
Dane Springmeyer
|
1994b1c25f
|
update ogr plugin to new geometry
|
2015-03-21 20:08:07 -07:00 |
|
artemp
|
aa5ae6b843
|
update markers_symbolizer to work with mapnik-geometry (work-in-progress)
|
2015-03-05 15:07:23 +01:00 |
|
Dane Springmeyer
|
578f8a7c29
|
report proj4 string in extra metadata for ogr plugin - refs #2650
|
2015-02-09 15:46:00 -08:00 |
|
artemp
|
333965b588
|
update copyright year
|
2014-11-20 15:25:50 +01:00 |
|
Dane Springmeyer
|
83588937b9
|
silence boost warnings
|
2014-10-21 16:37:27 -07:00 |
|
Dane Springmeyer
|
225810e3ee
|
ogr: also accept 'inline' arg like geojson/topojson/csv plugins
|
2014-08-25 11:59:32 -07:00 |
|
Dane Springmeyer
|
7c1f9b1490
|
fix compile with older OGR
|
2014-08-18 21:33:37 -07:00 |
|
Dane Springmeyer
|
a4c926ac8a
|
don't throw for OGR layers with no features - refs #2260 #2352 #2354
Conflicts:
tests/python_tests/ogr_test.py
|
2014-08-15 19:49:33 -07:00 |
|
Joel Brown
|
c517b20237
|
add ogr plugin error handling to master/3.x
|
2014-08-12 23:09:42 -07:00 |
|