.. |
agg
|
render_pattern() needs its own rasterizer
|
2018-10-27 20:27:42 +00:00 |
cairo
|
render_pattern() needs its own rasterizer
|
2018-10-27 20:27:42 +00:00 |
geometry
|
interior, polylabel: Scale precision by polygon size
|
2018-02-06 09:54:47 +00:00 |
grid
|
Polygon pattern on line geometries for Grid backend
|
2018-10-23 19:48:34 +00:00 |
group
|
fix #3526 GroupSymbolizer PairLayout with 3+ items
|
2016-12-14 18:21:52 -08:00 |
json
|
from_geojson - catch all exceptions.
|
2017-03-22 15:06:34 +00:00 |
renderer_common
|
True global pattern alignment, fixed local alignment
|
2018-10-27 20:27:42 +00:00 |
svg
|
enable unsupported attributes handling + skip any elements inside <symbol> + add clipPath to unsupported elments.
|
2018-10-02 10:13:15 +01:00 |
text
|
Qualify ICU types explicitly
|
2018-08-02 08:48:58 +00:00 |
util
|
move singleton to util/singleton.hpp
|
2015-06-02 11:10:41 +01:00 |
wkt
|
update copyright notice
|
2015-06-16 12:49:16 +02:00 |
box2d.cpp
|
don't instantiate types that are not used in core library
|
2016-05-03 18:33:06 +02:00 |
build.py
|
True global pattern alignment, fixed local alignment
|
2018-10-27 20:27:42 +00:00 |
cairo_io.cpp
|
update copyright notice
|
2015-06-16 12:49:16 +02:00 |
color.cpp
|
remove unused include
|
2016-02-22 15:38:15 +01:00 |
color_factory.cpp
|
fix typo
|
2015-07-13 13:48:34 +02:00 |
config_error.cpp
|
remove remaining usage of deprecated dymamic exceptions: dtors are implicitely noexcept + qualify what methods with noexcept
|
2017-02-08 13:47:02 -08:00 |
conversions.cpp
|
centralize warning suppression
|
2015-11-07 17:53:09 -08:00 |
css_color_grammar.cpp
|
update copyright notice
|
2015-06-16 12:49:16 +02:00 |
dasharray_parser.cpp
|
svg - move stroke-dasharray setup into dash-array parser method
|
2016-01-07 11:20:22 +00:00 |
datasource_cache.cpp
|
c++ format
|
2016-07-25 15:55:50 +02:00 |
datasource_cache_static.cpp
|
replace remaining boost::unordered_map
|
2015-06-18 11:08:35 +02:00 |
debug.cpp
|
share stringify macro from common header
|
2016-03-09 16:16:14 -08:00 |
expression.cpp
|
update copyright notice
|
2015-06-16 12:49:16 +02:00 |
expression_grammar.cpp
|
update copyright notice
|
2015-06-16 12:49:16 +02:00 |
expression_node.cpp
|
Expressions - add more regex tests to cover #3483
|
2016-08-09 16:13:12 +01:00 |
expression_string.cpp
|
update copyright notice
|
2015-06-16 12:49:16 +02:00 |
feature_kv_iterator.cpp
|
Revert "feature_kv_iterator - change logic in 'increment' to skip key/value's when value doesn't exist"
|
2016-07-15 12:21:41 +01:00 |
feature_style_processor.cpp
|
update copyright notice
|
2015-06-16 12:49:16 +02:00 |
feature_type_style.cpp
|
update copyright notice
|
2015-06-16 12:49:16 +02:00 |
font_engine_freetype.cpp
|
at workaround for throw_out_of_range_fmt
|
2017-11-21 16:07:41 +01:00 |
font_set.cpp
|
update copyright notice
|
2015-06-16 12:49:16 +02:00 |
fs.cpp
|
finish wrapping boost includes to suppress warnings - add agg wrapper - refs #2907
|
2016-03-09 16:42:15 -08:00 |
function_call.cpp
|
update copyright notice
|
2015-06-16 12:49:16 +02:00 |
geometry_envelope.cpp
|
don't instantiate types that are not used in core library
|
2016-05-03 18:33:06 +02:00 |
geometry_reprojection.cpp
|
update copyright notice
|
2015-06-16 12:49:16 +02:00 |
glibc_workaround.cpp
|
at workaround for throw_out_of_range_fmt
|
2017-11-21 16:07:41 +01:00 |
gradient.cpp
|
remove remaining usage of deprecated dymamic exceptions: dtors are implicitely noexcept + qualify what methods with noexcept
|
2017-02-08 13:47:02 -08:00 |
image.cpp
|
A fix for two distinct issues associated with gdal featuresets, the first is overviews were not properly being utilized based on the resolution of the final image requested. The second is that allocation of far too much memory could be possible in GDAL to attempt to do resampling internally in mapnik. This now has a hard cap so that we allocate less memory in these situations but are still able to resample internally in mapnik.
|
2018-03-20 13:18:46 -04:00 |
image_any.cpp
|
update copyright notice
|
2015-06-16 12:49:16 +02:00 |
image_compositing.cpp
|
simplify visitor code in image_compositing
|
2016-07-25 14:51:45 +02:00 |
image_copy.cpp
|
more const strictness, update to work with latest mapbox::variant/visitor-no-copy branch
|
2016-01-27 14:50:17 +01:00 |
image_filter_grammar.cpp
|
compile image_filter_grammar separately
|
2016-01-28 12:04:36 -08:00 |
image_filter_types.cpp
|
compile image_filter_grammar separately
|
2016-01-28 12:04:36 -08:00 |
image_options.cpp
|
centralize warning suppression
|
2015-11-07 17:53:09 -08:00 |
image_reader.cpp
|
update copyright notice
|
2015-06-16 12:49:16 +02:00 |
image_scaling.cpp
|
First attempt at making raster overzooming and scaling work correctly and handle offsets properly.
|
2017-05-08 22:37:35 -05:00 |
image_util.cpp
|
finish wrapping boost includes to suppress warnings - add agg wrapper - refs #2907
|
2016-03-09 16:42:15 -08:00 |
image_util_jpeg.cpp
|
Avoid -Winstantiation-after-specialization warnings
|
2017-01-04 15:08:08 -08:00 |
image_util_png.cpp
|
Avoid -Winstantiation-after-specialization warnings
|
2017-01-04 15:08:08 -08:00 |
image_util_tiff.cpp
|
update copyright notice
|
2015-06-16 12:49:16 +02:00 |
image_util_webp.cpp
|
Avoid -Winstantiation-after-specialization warnings
|
2017-01-04 15:08:08 -08:00 |
image_view.cpp
|
remove explicit instantiation of 'image_view<mapnik::image<mapnik::null_t> >' that occurs after an explicit specialization has no effect [-Winstantiation-after-specialization] (clang 4.x)
|
2017-03-28 15:25:17 -07:00 |
image_view_any.cpp
|
update copyright notice
|
2015-06-16 12:49:16 +02:00 |
jpeg_reader.cpp
|
implement custom char_array_bufrer and remove boost::iostreams dependency
|
2016-06-22 17:21:25 +01:00 |
layer.cpp
|
update copyright notice
|
2015-06-16 12:49:16 +02:00 |
libxml2_loader.cpp
|
update copyright notice
|
2015-06-16 12:49:16 +02:00 |
load_map.cpp
|
Polygon pattern on line geometries for AGG backend
|
2018-10-23 19:48:34 +00:00 |
map.cpp
|
freetype_engine : revert back to original APIs usage.
|
2017-06-01 12:35:14 +02:00 |
mapped_memory_cache.cpp
|
Add explicit instantiation declaration of singleton<mapped_memory_cache, CreateStatic> to avoid multiple instantiations across translation units. (ref #3306)
|
2016-02-19 11:00:58 +01:00 |
marker_cache.cpp
|
Enforce consistent error handling policy - always throw on fatal errors (both strict and non-strict). In strict mode throw on first parsing error. Remove return values from parse ,parse_from_string and traverse_tree methods. Update unit tests.
|
2017-07-31 10:58:57 +01:00 |
marker_helpers.cpp
|
Fix stroke-width size not included in markers ellipse bounding box
|
2016-06-03 11:12:14 +02:00 |
math.cpp
|
fix compile error on windows: error C2065: 'M_PI': undeclared identifier
|
2015-03-19 12:14:24 -07:00 |
memory_datasource.cpp
|
Add memory_datasource test + fix returning of invalid_featureset for emptyset
|
2016-09-02 15:09:45 -07:00 |
palette.cpp
|
Support creating paletted images for any number of pixels e.g < 3 (ref #3466)
|
2016-07-20 14:01:14 +02:00 |
params.cpp
|
update copyright notice
|
2015-06-16 12:49:16 +02:00 |
parse_path.cpp
|
update copyright notice
|
2015-06-16 12:49:16 +02:00 |
parse_transform.cpp
|
update copyright notice
|
2015-06-16 12:49:16 +02:00 |
plugin.cpp
|
remove extra ;
|
2016-04-06 11:35:49 +02:00 |
png_reader.cpp
|
implement custom char_array_bufrer and remove boost::iostreams dependency
|
2016-06-22 17:21:25 +01:00 |
proj_transform.cpp
|
proj_transform: fix bbox reprojection
|
2018-07-17 11:41:41 +02:00 |
projection.cpp
|
update copyright notice
|
2015-06-16 12:49:16 +02:00 |
rapidxml_loader.cpp
|
suppress more third party warnings
|
2016-03-10 12:46:00 -08:00 |
raster_colorizer.cpp
|
Raster colorizer: check image bounds
|
2018-03-30 14:48:21 -05:00 |
renderer_common.cpp
|
derive virtual_renderer_common from renderer_common
|
2016-01-29 00:10:19 +01:00 |
request.cpp
|
update copyright notice
|
2015-06-16 12:49:16 +02:00 |
rule.cpp
|
update copyright notice
|
2015-06-16 12:49:16 +02:00 |
save_map.cpp
|
fix variant_io include
|
2017-01-04 15:22:36 -08:00 |
scale_denominator.cpp
|
update copyright notice
|
2015-06-16 12:49:16 +02:00 |
simplify.cpp
|
centralize warning suppression
|
2015-11-07 17:53:09 -08:00 |
symbolizer.cpp
|
update copyright notice
|
2015-06-16 12:49:16 +02:00 |
symbolizer_enumerations.cpp
|
Polygon pattern on line geometries for AGG backend
|
2018-10-23 19:48:34 +00:00 |
symbolizer_keys.cpp
|
Polygon pattern on line geometries for AGG backend
|
2018-10-23 19:48:34 +00:00 |
tiff_reader.cpp
|
tiff_reader - use memory mapped files if MAPNIK_MEMORY_MAPPED_FILE is defined (ported from master)
|
2017-06-15 11:59:47 +02:00 |
transform_expression.cpp
|
update copyright notice
|
2015-06-16 12:49:16 +02:00 |
transform_expression_grammar.cpp
|
update copyright notice
|
2015-06-16 12:49:16 +02:00 |
twkb.cpp
|
TWKB - port CartoDB implementation to mapnik 3.x.x
|
2016-03-11 16:20:07 +01:00 |
unicode.cpp
|
suppress more third party warnings
|
2016-03-10 12:46:00 -08:00 |
value.cpp
|
represent value_null as an empty string e.g "" (text rendering logic)
|
2016-07-20 12:39:55 +02:00 |
vertex_adapters.cpp
|
Backport #3838 to v3.0.x branch (fixes #3842)
|
2018-01-25 16:01:39 +01:00 |
vertex_cache.cpp
|
revert the functionality of 944f34b - refs #2937
|
2015-07-06 19:27:05 -07:00 |
warp.cpp
|
finish wrapping boost includes to suppress warnings - add agg wrapper - refs #2907
|
2016-03-09 16:42:15 -08:00 |
webp_reader.cpp
|
implement custom char_array_bufrer and remove boost::iostreams dependency
|
2016-06-22 17:21:25 +01:00 |
well_known_srs.cpp
|
suppress more third party warnings
|
2016-03-10 12:46:00 -08:00 |
wkb.cpp
|
wkb_reader : pre-allocate number of polygons in multi_polygon and number of geometries in geometry_collection via vector.reserce(...)
|
2017-07-03 15:27:28 +02:00 |
xml_tree.cpp
|
remove remaining usage of deprecated dymamic exceptions: dtors are implicitely noexcept + qualify what methods with noexcept
|
2017-02-08 13:47:02 -08:00 |