|
common:googlemaps:config [06/06/2013 11:46] Ian Davidson |
common:googlemaps:config [20/08/2018 04:22] (current) |
||
|---|---|---|---|
| Line 17: | Line 17: | ||
| ===== Recording Geographic Coordinates ===== | ===== Recording Geographic Coordinates ===== | ||
| + | You are probably familiar with map coordinates, at least in the simplest form ("B6") as might be used in a town map or street directory. From your school days you might also vaguely remember learning about Latitude and Longitude, and some will also be familiar with military-style UTM grid references. A detailed discussion of the various coordinate systems is well beyond the scope of this documentation; suffice it to say that Google Maps requires that the coordinates of your location must be expressed as Latitude and Longitude. | ||
| + | You might know however that even these coordinates can be expressed in several formats such as Degrees Minutes Seconds, Degrees and Decimal Minutes or Decimal Degrees, and may either use the indications N, S, E and W for North or South of the equator and East or West of the zero meridian, or simply show a negative sign for South or West values. Google Maps uses Decimal Degrees (and in fact uses the negative variant to indicate South or West, however the program looks after this for you). Happily, this format is the very one that is almost universally available, so there's no need for panic! | ||
| + | In this sample we are using the coordinates for the Sydney Opera House: -33.856915, 151.215154. Some ideas on how to obtain the coordinates for the location you want to store are contained in the next section, [[common:googlemaps:coordinates|Getting Map Coordinates]]. | ||
| + | In CDA Grain Trader you can use Google Maps to display the locations of your suppliers and customers. The coordinates are saved on the //Contacts// window, as shown in the sample below: \\ \\ | ||
| + | {{ :common:googlemaps:contact_window.png |}} | ||
| + | |||
| + | |||