<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16640" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>Hi</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>did you defined a symbol&nbsp;to use in your location.ini 
(client side)?</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>crosshairSymbol = 
the_symbol_id_as_defined_in_your_symbol_file_on_server_side</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2><A 
href="http://www.cartoweb.org/doc_head/docbook/xhtml/user.location.html">http://www.cartoweb.org/doc_head/docbook/xhtml/user.location.html</A></FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>regards</FONT></DIV>
<DIV><FONT size=2>Oliver</FONT></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=mannobug@gmail.com href="mailto:mannobug@gmail.com">mannobug 
  mannobug</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A 
  title=cartoweb-users@lists.maptools.org 
  href="mailto:cartoweb-users@lists.maptools.org">cartoweb-users@lists.maptools.org</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Tuesday, July 08, 2008 11:34 
  AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> [Cartoweb-users] Recenter Plugin 
  problem</DIV>
  <DIV><BR></DIV>Hi all first i'd like to say sorry for my unsubscribe but 
  something was wrong with my mail account :-D now everything is ok.<BR>I 
  developed a little plugin based on <A 
  href="http://www.cartoweb.org/cwiki/HowToWriteaRecenterPlugin">http://www.cartoweb.org/cwiki/HowToWriteaRecenterPlugin</A>.<BR>Everything 
  is ok, it does recentering on selected point (with decimal coordinates) and 
  zooming; the problem is with the crossahir parameter I'm not able to show 
  nothing on my map.<BR>My filterPostRequest function is 
  above:<BR>&nbsp;&nbsp;&nbsp; public function 
  filterPostRequest(FilterRequestModifier $request) {<BR>&nbsp;&nbsp; 
  <BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $searchString = 
  $request-&gt;getValue('LatLng');<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if 
  (!empty($searchString)) {<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $pieces = 
  explode(", ", $searchString);<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
  $request-&gt;setValue('recenter_x', $pieces[1]);<BR>&nbsp;&nbsp;&nbsp; 
  &nbsp;&nbsp;&nbsp; $request-&gt;setValue('recenter_y', 
  $pieces[0]);<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
  $request-&gt;setValue('recenter_scale', '50000');<BR>&nbsp;&nbsp;&nbsp; 
  &nbsp;&nbsp;&nbsp; $request-&gt;setValue('recenter_doit', 
  '1');<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
  $request-&gt;setValue('show_crosshair', 
  '1');<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<BR>}<BR><BR>In my 
  client.ini i have enabled this plugin: exportPdf,exportCsv<BR>and in 
  server_conf this: outline, mapOverlay,exportPdf.<BR><BR>I followed another 
  discussion on this list but nothing seem to change.<BR>any idea?<BR>Thanks a 
  lot<BR>Emmanuele<BR>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>Cartoweb-users 
  mailing 
  list<BR>Cartoweb-users@lists.maptools.org<BR>http://lists.maptools.org/mailman/listinfo/cartoweb-users<BR></BLOCKQUOTE></BODY></HTML>