:py:mod:`geeservermap.main` =========================== .. py:module:: geeservermap.main .. autoapi-nested-parse:: TODO Missing docstring. Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: geeservermap.main.add_layer geeservermap.main.get_message geeservermap.main.messages geeservermap.main.register_map geeservermap.main.run Attributes ~~~~~~~~~~ .. autoapisummary:: geeservermap.main.HEIGHT geeservermap.main.MESSAGES geeservermap.main.PORT geeservermap.main.WIDTH geeservermap.main.app geeservermap.main.parser .. py:function:: add_layer() TODO Missing docstring. .. py:function:: get_message() TODO Missing docstring. .. py:function:: messages() TODO Missing docstring. .. py:function:: register_map(width, height) Register the index endpoint, allowing the user to pass a height and width. .. py:function:: run() TODO Missing docstring. .. py:data:: HEIGHT :value: 600 .. py:data:: MESSAGES .. py:data:: PORT :value: 8018 .. py:data:: WIDTH :value: 800 .. py:data:: app .. py:data:: parser