mapnik/plugins/input
artemp 4f93b7c879 shape.input - avoid expensive hit_test and instead use relatively cheap orientation test to distinguish
between inner and outter rings (Polygon/NultiPolygon) -- ref #2151  https://github.com/mapbox/unpacker/issues/324

```txt
A polygon consists of one or more rings. A ring is a connected sequence of four or more
points that form a closed, non-self-intersecting loop. A polygon may contain multiple
outer rings. The order of vertices or orientation for a ring indicates which side of the ring
is the interior of the polygon. The neighborhood to the right of an observer walking along
the ring in vertex order is the neighborhood inside the polygon. Vertices of rings defining
holes in polygons are in a counterclockwise direction. Vertices for a single, ringed
polygon are, therefore, always in clockwise order. The rings of a polygon are referred to
as its parts.
```
2014-12-18 11:23:38 +01:00
..
csv update copyright year 2014-11-20 15:25:50 +01:00
gdal set nodata for single band raster (got missed in spaghetti code) 2014-12-17 14:23:42 +01:00
geojson feature_collection_grammar : allow passing start_id at parse time - #2582 2014-11-24 12:26:11 +01:00
occi update copyright year 2014-11-20 15:25:50 +01:00
ogr update copyright year 2014-11-20 15:25:50 +01:00
osm update copyright year 2014-11-20 15:25:50 +01:00
pgraster Ignore overviews with 0 scale in pgraster 2014-12-04 12:29:16 -05:00
postgis update copyright year 2014-11-20 15:25:50 +01:00
python silence boost warnings 2014-10-21 16:37:27 -07:00
raster explicit std::move 2014-12-17 11:05:13 +01:00
rasterlite make concrete image_data type names more expressive and explicit about color channels/depth: 2014-12-04 11:02:42 +01:00
shape shape.input - avoid expensive hit_test and instead use relatively cheap orientation test to distinguish 2014-12-18 11:23:38 +01:00
sqlite use four letter abriviations to determine datatypes (https://www.sqlite.org/datatype3.html) 2014-11-25 11:09:42 +01:00
templates don't call *params.get<std::string>("type"), instead use static datasource::name() 2014-06-26 10:51:24 +01:00
topojson update copyright year 2014-11-20 15:25:50 +01:00