/*
 * poiClientLamy.php - created: 12.06.2007 (mj)
 * © 2007 xmachina GmbH, Heidelberg.
 * All rights reserved. Alle Rechte vorbehalten.
 *
 * xmachina und das xmachina-Logo sind eingetragene
 * Warenzeichen der xmachina GmbH, Heidelberg.
 * 
 * xmachina and the xmachina logo are registered
 * trademarks of xmachina GmbH, Heidelberg, Gemany.
 *
 * xmachina GmbH - Maaßstr. 24 - D-69123 Heidelberg, Germany
 * Fon: +49 (0)6221.8220.20    - Fax: +49 (0)6221.8220.40
 * E-Mail: deus@xmachina.de    - http://www.xmachina.de/
 * 
 */
 
// Configuration for lamy
var poiClient = new XmPoiClient("poiClient", "poifinder.xm");
poiClient.setDefaultCountry('Deutschland');
poiClient.setDefaultCategory('city');
poiClient.setBusyImage("/components/poiClient/images/busy.gif");
poiClient.setKeyOfUnitedKingdom('Großbritannien');

// Focus on Europe
poiClient.setCenterPoint(49.395893, 8.644524);
poiClient.setDefaultZoom(4);
