TileStache.Geography | index /home/migurski/public_html/TileStache/TileStache/Geography.py |
The geography bits of TileStache.
A Projection defines the relationship between the rendered tiles and the
underlying geographic data. Generally, just one popular projection is used
for most web maps, "spherical mercator".
Built-in projections:
- spherical mercator
Example use projection in a layer definition:
"layer-name": {
"projection": "spherical mercator",
...
}
Classes | ||||||||||
|
Functions | ||
|