olwrapper-0.4.1: An OpenLayers JavaScript Wrapper and Webframework with snaplet-fay

Safe HaskellNone
LanguageHaskell2010

OpenLayers

Description

 

Synopsis

Documentation

olwrapperAddOnLoad :: Fay f -> Fay () Source

to add OpenLayers Wrapper when the page event load is registered

addDefaultMap :: Fay () Source

to add a default OpenLayers map object with name "olmap"

defineCode :: Fay () Source

Initialises an object of the OpenLayers map as HTML object. The JavaScript variable name "olc" must be reserved for the application!

setTarget :: String -> Fay () Source

setting the target between html and OpenLayers

setDefaultView :: Fay () Source

setting a default view for first map appearence

olwrapperLoad :: Fay () Source

initialises an OpenLayers view and load the definitions from the OpenLayers webapplication defined in OlApp