OSM-0.6.4: Parse OpenStreetMap files

Data.Geo.OSM.Version

Description

The version element of a OSM file.

Synopsis

Documentation

data Version Source

The version element of a OSM file.

versionSource

Arguments

:: String

The minimum attribute.

-> String

The maximum attribute.

-> Version 

Constructs a version with minimum and maximum.