Updated MapnikOverview (markdown)

floledermann 2011-11-28 03:08:25 -08:00
parent 3b06f5c73c
commit de109cec40
2 changed files with 18 additions and 27 deletions

18
About-Mapnik.md Normal file

@ -0,0 +1,18 @@
Mapnik is a Free Toolkit for developing mapping applications. It is written in modern C++ and has Python bindings that support fast-paced agile development. It can comfortably be used for both desktop map design and web development.
*Mapnik is about making beautiful maps*. It uses the AGG graphics library, which offers world-class anti-aliasing rendering with subpixel accuracy for geographic data.
See the [the Mapnik FAQ](http://mapnik.org/faq/) for more information.
## Blog posts about Mapnik
* [Michal Migurski: making sense of mapnik](http://mike.teczno.com/notes/mapnik.html)
* [A List Apart: take control of your maps!](http://www.alistapart.com/articles/takecontrolofyourmaps)
* [Dan Karran: Using the OSM export tab to render mapnik maps with no programming](http://www.dankarran.com/blog/archives/2008/09/16/making_maps_from_openstreetmap_geodata.php)
* [GeospatialPython.com: Mapnik - Maybe the best Python Mapping Platform Yet](http://geospatialpython.com/2009/02/mapnik-maybe-best-python-mapping.html)
## Mapnik Example Gallery
![Example Mapnik Output](http://teczno.com/cascadenik-openstreetmap-II/osm-15-r12662-c5254.png)
![Example Mapnik Output](http://media.mapnik.org/images/biodiver_canada.png)

@ -1,27 +0,0 @@
<!-- Name: MapnikOverview -->
<!-- Version: 6 -->
<!-- Last-Modified: 2009/02/15 23:26:31 -->
<!-- Author: springmeyer -->
From [the Mapnik FAQ](http://mapnik.org/faq/):
Mapnik is a Free Toolkit for developing mapping applications. It is written in modern C++ and has Python bindings that support fast-paced agile development. It can comfortably be used for both desktop map design and web development.
#!html
<img style="float: right; border: 1px lightgrey solid;" src="http://media.mapnik.org/images/biodiver_canada.png" />
*Mapnik is about making beautiful maps*. It uses the AGG graphics library, which offers world-class anti-aliasing rendering with subpixel accuracy for geographic data.
See the [the Mapnik FAQ](http://mapnik.org/faq/) for more information.
----
Blog posts about Mapnik:
* [making sense of mapnik](http://mike.teczno.com/notes/mapnik.html) (Michal Migurski)
* [A List Apart: take control of your maps!](http://www.alistapart.com/articles/takecontrolofyourmaps)
* [Using the OSM export tab to render mapnik maps with no programming](http://www.dankarran.com/blog/archives/2008/09/16/making_maps_from_openstreetmap_geodata.php)
* [Mapnik - Maybe the best Python Mapping Platform Yet](http://geospatialpython.com/2009/02/mapnik-maybe-best-python-mapping.html)