Documentation
¶
Overview ¶
Package mml parses mml-YAML/JSON files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Datasource ¶
type Datasource interface{}
type GeometryType ¶
type GeometryType string
const ( Unknown GeometryType = "Unknown" LineString GeometryType = "LineString" Polygon GeometryType = "Polygon" Point GeometryType = "Point" Raster GeometryType = "Raster" )
Click to show internal directories.
Click to hide internal directories.