OSM-0.3: Parse OpenStreetMap files

Data.Geo.OSM.NWRCommon

Description

The common attributes between the node, way and relation elements.

Synopsis

Documentation

data NWRCommon Source

The common attributes between the node, way and relation elements.

nwrCommonSource

Arguments

:: String

The id attribute.

-> [Tag]

The list of tags (tag elements).

-> Maybe String

The changeset attribute.

-> Bool

The visible attribute.

-> (Maybe String, Maybe String)

The user and uid attributes.

-> Maybe String

The timestamp attribute.

-> NWRCommon 

Constructs with id, list of tags, changeset, visible, user&uid and timestamp.