-
```
The following files contain non-utf8 encoded german umlauts.
The umlauts are latin1 encoded, although java source files should be encoded in
utf8. Besides this, commenting in german, especially w…
-
```
The following files contain non-utf8 encoded german umlauts.
The umlauts are latin1 encoded, although java source files should be encoded in
utf8. Besides this, commenting in german, especially w…
-
```
julia> Pkg.publish()
INFO: Validating METADATA
INFO: Pushing BoundingBoxes permanent tags: v0.0.1, v0.0.2
INFO: Submitting METADATA changes
INFO: Forking JuliaLang/METADATA.jl to sjkelly
Enter hos…
-
I have suggestion, to add support for some kind of line and polyline smoothing.
It appears, there was some discussion already:
http://lists.berlios.de/pipermail/mapnik-devel/2008-January/000367.html
…
-
Testcase attached, includes actual and expected output and sample data/xml.
Mapnik does not preserve polygons or multi-polygons with holes in all cases. Rather it appears that Mapnik's AGG and Cairo…
-
See 3bcf6cd828ea635ba69711ed122e12910dc51648 and 9c91bdb0a3e21e36d37880e6b80910f9847eda2a
-
Please add SVG support for vector shape geometries.
-
An additional parameter for the line symbolizer, which would allow to shift a line asymmetrically to one side is currently missing.
It would allow some visualizations currently not possible: e.g. one…
-
Mapnik stores geometries in svg-like paths (x,y,command). This is optimal for rendering as they are easily adapted to AGG and Cairo. The approach also works gracefully with coordinates that might be i…
-
should be able to do:
``` python
feature.geometry = from_wkt('POLYGON(.......)')
```