Added coordinate systems used in Mapnik.

Tak Yanagida 2014-08-29 00:45:17 -07:00
parent bff8c807d9
commit f0d0641825

@ -10,6 +10,11 @@ A *style* defines how the objects in a layer are rendered. A style contains one
The order of layers, rules and symbolizers is generally important in Mapnik, as the layering of output in the result image is not modelled explicitly (like, for example the `z-index` property in CSS), but determined by the order of these elements. It is therefore important to set these elements up in the correct order to produce the desired results.
There are 3 different coordinate systems in Mapnik.
- lat/lon coordinates where geometric objects placed.
- x/y coordinates after map projection applied where you set bbox/envelope.
- pixmap x/y coordinates used in pan function.
## Further Reading
- [[SymbologySupport]]