diff --git a/mapnik.Map.md b/mapnik.Map.md index 4347c29..a8ea7d4 100644 --- a/mapnik.Map.md +++ b/mapnik.Map.md @@ -1,36 +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 +* __Map.append_style__ - adds a style to the map +* __Map.aspect_fix_mode__ +* __Map.background__ +* __Map.base__ +* __Map.buffer_size__ +* __Map.buffered_envelope__ +* __Map.envelope__ - gets a bounding box of the map +* __Map.extra_attributes__ +* __Map.find_inmem_metawriter__ +* __Map.find_style__ - using a style name string (which can be found through + LaMap.yer.syles), returns a mapnik.Style object +* __Map.get_metawriter_property__ +* __Map.has_metawriter__ +* __Map.height__ +* __Map.layers__ - contains a list of Layer objects +* __Map.maximum_extent__ +* __Map.pan__ +* __Map.pan_and_zoom__ +* __Map.query_map_point__ +* __Map.query_point__ +* __Map.remove_all__ +* __Map.remove_style__ +* __Map.resize__ +* __Map.scale__ +* __Map.scale_denominator__ +* __Map.set_metawriter_property__ +* __Map.srs__ +* __Map.view_transform__ +* __Map.width__ +* __Map.zoom__ +* __Map.zoom_all__ +* __Map.zoom_to_box__ - takes an Envelope as an argument and zooms to that location