OSM-0.5.0: Parse OpenStreetMap files

Data.Geo.OSM.Node

Description

The node element of a OSM file.

Synopsis

Documentation

nodeSource

Arguments

:: String

The lat attribute.

-> String

The lon attribute.

-> 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.

-> Node 

Constructs a node with a lat, lon, id, list of tags, changeset, visible, user&uid and timestamp.