trying to make the api a bit more visible.
parent
db3277e74f
commit
47b52a649f
1 changed files with 36 additions and 0 deletions
36
mapnik.Map.md
Normal file
36
mapnik.Map.md
Normal file
|
@ -0,0 +1,36 @@
|
|||
|
||||
|
||||
Below are a list of methods and properties available in mapnik.Map.
|
||||
|
||||
* __append_style__ - adds a style to the map
|
||||
* __aspect_fix_mode__
|
||||
* __background__
|
||||
* __base__
|
||||
* __buffer_size__
|
||||
* __buffered_envelope__
|
||||
* __envelope__ - gets a bounding box of the map
|
||||
* __extra_attributes__
|
||||
* __find_inmem_metawriter__
|
||||
* __find_style__
|
||||
* __get_metawriter_property__
|
||||
* __has_metawriter__
|
||||
* __height__
|
||||
* __layers__ - contains a list of strings, each corresponding to a layer
|
||||
* __maximum_extent__
|
||||
* __pan__
|
||||
* __pan_and_zoom__
|
||||
* __query_map_point__
|
||||
* __query_point__
|
||||
* __remove_all__
|
||||
* __remove_style__
|
||||
* __resize__
|
||||
* __scale__
|
||||
* __scale_denominator__
|
||||
* __set_metawriter_property__
|
||||
* __srs__
|
||||
* __view_transform__
|
||||
* __width__
|
||||
* __zoom__
|
||||
* __zoom_all__
|
||||
* __zoom_to_box__ - takes an Envelope as an argument and zooms to that
|
||||
location
|
Loading…
Reference in a new issue