describe pixel_width and pixel_height tokens

strk 2012-05-02 13:38:58 -07:00
parent b6c03d39d7
commit 8b5af510e6

@ -59,8 +59,8 @@ Using the token !bbox! allows you to write a subquery and leverage the spatial f
Other tokens that can be used include:
* !scale_denominator! (Mapnik >= 0.7.0)
* !pixel_width! (Mapnik >= 2.1.0)
* !pixel_height! (Mapnik >= 2.1.0)
* !pixel_width! (Mapnik >= 2.1.0) -- width of a pixel in geographical units
* !pixel_height! (Mapnik >= 2.1.0) -- height of a pixel in geographical units
## Usage from Python