| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
OpenLayers.Types
Description
- wgs84proj :: Projectionlike
- mercatorproj :: Projectionlike
- type GeoId = Integer
- data Projectionlike = Projection String
- data Coordinate = Coordinate {}
- data Opacity = Opacity Integer
- data GeoFeature
- = GeoPoint {
- pt :: Coordinate
- id :: GeoId
- pstyle :: GeoPointStyle
- | GeoLine {
- pts :: [Coordinate]
- id :: GeoId
- lstyle :: GeoLineStyle
- = GeoPoint {
- data GeoLineStyle = GeoLineStyle {}
- data GeoPointStyle = GeoPointStyle {}
- data MapSource
- mapQuests :: [MapSource]
- showMapSource :: MapSource -> String
Constants
wgs84proj :: Projectionlike Source
The Projectionlike for WGS84
mercatorproj :: Projectionlike Source
The Projectionlike for Mercator
Types
type
data
data Projectionlike Source
OpenLayers Projection constructed f.e. with 'Projection "EPSG:4326"'
Constructors
| Projection String |
data GeoFeature Source
Constructors
| GeoPoint | A GeoPoint is a styled point feature with an id |
Fields
| |
| GeoLine | A GeoLine is a styled line feature with an id |
Fields
| |
list of possible mapsources