view_table_climateoverlays


Columns

Column Type Size Nulls Auto Default Children Parents Comments
climate_overlay_id INT 10 0

Primary id for this table. This uniquely identifies the row.

climate_id INT 10 0

Primary id for this table. This uniquely identifies the row.

climate_name VARCHAR 255

Describes the climate.

is_legend BIT 1 0

The legend for the image. What colours represent in the overlays. This is not required but used if present.

bottom_left_latitude DOUBLE 64,10 null

Allows the allignment of images against OpenStreetMap API.

bottom_left_longitude DOUBLE 64,10 null

Allows the allignment of images against OpenStreetMap API.

top_right_latitude DOUBLE 64,10 null

Allows the allignment of images against OpenStreetMap API.

top_right_longitude DOUBLE 64,10 null

Allows the allignment of images against OpenStreetMap API.

filename VARCHAR 255 null

This is the path for holding images which can be used as overlays for the Google Maps representation in Germinate. The path is relative.

View Definition


Possibly Referenced Tables/Views