When configuring the F2C KML feed of the Joomla articles it is possible to either template the placemark description or the entire placemark.
Placemark description
The description of a placemark is the information withing the 'popup' in Google Maps. This is also called the InfoWindow.
Placemark templating
A Google Maps placemark has more attributes than the description. In the F2C KML extension it is possible to 'template' the entire placemark. To see all the placemark attributes we refer to the KML documentation from Google.
Getting started
1) Make sure all Form2Contnet components are upgraded to latest versions
2) Best to use Smarty for templating in KML
3) You have a F2C Content Type with either the Geo coder field OR two fields for latitude/longitude
3) 2 options in KML, let F2C generate feed items or custom templating for feed items
Option 1 - Description template
1) Select the appropriate fields
2) If you use our geo_coder field select it twice for lat/lon (F2C knows how to handle it)
Option 2 - Placemark template
Advance use! You should know more about the KML feed structure for this option.
1) Select the appropriate fields
2) Set to use templating and select template in Template based tab
3) Example of template below
EXAMPLE PLACEMARK TEMPLATE
Save the code as a template file (.tpl) and place it in <root>/media/com_form2content/templates
***** ALso note variable use according to the Template parameters and personal F2C field names***********
To finish CHECK if the KML feeds renders without problems!!
LIVE Example
Dolcevia.com is a Dutch eMagazine about Italy. One of the directories it includes is for Agriturismo. The different accommodations are added using Form2Content Pro, incl. the geo_coder field type for the address.
Website url: http://www.dolcevia.com/nl/italie-reizen/agriturismo
KML feed: http://www.dolcevia.com/nl/index.php?option=com_form2contentkmlfeeds&task=view&format=raw&id=3
To render the KML feed I have used the Google Map plugin from Mike Reumer.
Many more options with this plugin are available and are documentated on Mike's website.

