We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
New in 0.8 (aka mapnik2)
A in-memory datasource. Sample usage:
from mapnik2 import Feature, MemoryDatasource, Geometry2d ds = MemoryDatasource() ds.add_feature(Feature(1, Geometry2d.from_wkt("POINT(2 5)"), name="Alberto"))