package documentation
Map render utilities
From __init__.py
:
Function | map |
Undocumented |
Function | map |
Undocumented |
Function | map |
Create a pixel transformer f(map_x, map_y) -> (pixel_x, pixel_y) for a view |
Function | output |
Undocumented |
Function | output |
Undocumented |
Function | render |
Undocumented |
Constant | MAX |
Undocumented |
Class | _ |
Undocumented |
Function | _add |
Undocumented |
Function | _add |
Undocumented |
Function | _map |
Undocumented |
Function | _render |
Undocumented |
def map_view_from_center(size:
gws.MSize
, center: gws.Point
, crs: gws.ICrs
, dpi, scale, rotation=0) -> gws.MapView
:
(source)
¶
Undocumented
def map_view_from_bbox(size:
gws.MSize
, bbox: gws.Extent
, crs: gws.ICrs
, dpi, rotation=0) -> gws.MapView
:
(source)
¶
Undocumented
def output_to_html_element(mro:
gws.MapRenderOutput
, wrap='relative') -> gws.IXmlElement
:
(source)
¶
Undocumented