OSM-0.6.3: Parse OpenStreetMap files

Data.Geo.OSM.Tag

Description

The tag element of a OSM file.

Synopsis

Documentation

data Tag Source

The tag element of a OSM file.

tagSource

Arguments

:: String

The key (k attribute).

-> String

The value (v attribute).

-> Tag 

Constructs a tag with a key and value.