OSM-0.4.0: Parse OpenStreetMap files

Data.Geo.OSM.VersionE

Description

The version element of a OSM file.

Synopsis

Documentation

data VersionE Source

The version element of a OSM file.

versionESource

Arguments

:: String

The minimum attribute.

-> String

The maximum attribute.

-> VersionE 

Constructs a version with minimum and maximum.