site
Place property that sets an instance of the place type.
Synopsis
site = <site_id>,<latitude>,<longitude>,<elevation>
Description
A place property that sets an instance of the place type.
Parameters
<site_id>
integerThe ID of the site
<latitude>
floatThe latitude of the site
<longitude>
floatThe longitude of the site
<elevation>
floatThe elevation of the site
Examples
A site can be defined for the place, MyPlace
, with the following:
place MyPlace {
site = 0, 40.451164, -79.999803, 230.1
}
Multiple sites are defined with this method by using multiple lines:
place MyPlace {
site = 0, 40.451164, -79.999803, 230.1
site = 0, 40.626449, -79.723195, 240.5
}