:tocdepth: 3 :py:mod:`gws.gis.render` ======================== .. py:module:: gws.gis.render .. autoapi-nested-parse:: Map render utilities **Source code:** :source:`gws.gis.render` Package Contents ---------------- .. py:function:: map_view_from_bbox(size: gws.UomSize, bbox: gws.Extent, crs: gws.Crs, dpi, rotation=0) -> gws.MapView .. py:function:: map_view_from_center(size: gws.UomSize, center: gws.Point, crs: gws.Crs, dpi, scale, rotation=0) -> gws.MapView .. py:function:: map_view_transformer(view: gws.MapView) Create a pixel transformer f(map_x, map_y) -> (pixel_x, pixel_y) for a view .. py:data:: MAX_DPI :value: 1200 .. py:data:: MIN_DPI .. py:function:: output_to_html_element(mro: gws.MapRenderOutput, wrap='relative') -> gws.XmlElement .. py:function:: output_to_html_string(mro: gws.MapRenderOutput, wrap='relative') -> str .. py:function:: render_map(mri: gws.MapRenderInput) -> gws.MapRenderOutput