<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>RE: [mapserver-users] webuser text display</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>Here is one that works for me for an inline point....</FONT>
</P>

<P><FONT SIZE=2>Get request snippet...</FONT>
</P>

<P><FONT SIZE=2>...&amp;map_address_feature=new&amp;map_address_feature_points=513139.0325+911004.2567&amp;map_address_feature_text=129+MAIN+ST&amp;...</FONT>
</P>

<P><FONT SIZE=2>... and corresponding feature layer...</FONT>
</P>

<P><FONT SIZE=2>####### Start Layer</FONT>
<BR><FONT SIZE=2>LAYER</FONT>
<BR><FONT SIZE=2>&nbsp;NAME address</FONT>
<BR><FONT SIZE=2>&nbsp;STATUS DEFAULT</FONT>
<BR><FONT SIZE=2>&nbsp;TYPE POINT</FONT>
<BR><FONT SIZE=2>&nbsp;FEATURE</FONT>
<BR><FONT SIZE=2>&nbsp; POINTS END</FONT>
<BR><FONT SIZE=2>&nbsp;END</FONT>
<BR><FONT SIZE=2>&nbsp;CLASS</FONT>
<BR><FONT SIZE=2>&nbsp; SYMBOL 'symbols/house.gif'</FONT>
<BR><FONT SIZE=2>&nbsp; LABEL</FONT>
<BR><FONT SIZE=2>&nbsp;&nbsp; TYPE BITMAP</FONT>
<BR><FONT SIZE=2>&nbsp;&nbsp; BACKGROUNDCOLOR 255 255 176</FONT>
<BR><FONT SIZE=2>&nbsp;&nbsp; BACKGROUNDSHADOWCOLOR 0 0 0</FONT>
<BR><FONT SIZE=2>&nbsp;&nbsp; SIZE TINY</FONT>
<BR><FONT SIZE=2>&nbsp;&nbsp; BUFFER 1</FONT>
<BR><FONT SIZE=2>&nbsp;&nbsp; COLOR 0 0 0</FONT>
<BR><FONT SIZE=2>&nbsp;&nbsp; POSITION UR</FONT>
<BR><FONT SIZE=2>&nbsp; END</FONT>
<BR><FONT SIZE=2>&nbsp;END</FONT>
<BR><FONT SIZE=2>END</FONT>
<BR><FONT SIZE=2>####### End Layer</FONT>
</P>

<P><FONT SIZE=2>Note that if you're trying to &quot;logo's&quot; or such things you specify image coordinates and set the layer's transform property to &quot;OFF&quot; (Default is &quot;ON&quot;)</FONT></P>

<P><FONT SIZE=2>-----Original Message-----</FONT>
<BR><FONT SIZE=2>From: Steve Young [<A HREF="mailto:steve@sierraclubbc.org">mailto:steve@sierraclubbc.org</A>]</FONT>
<BR><FONT SIZE=2>Sent: Tuesday, October 22, 2002 2:34 PM</FONT>
<BR><FONT SIZE=2>To: mapserver-users@lists.gis.umn.edu</FONT>
<BR><FONT SIZE=2>Cc: Nedjo Rogers</FONT>
<BR><FONT SIZE=2>Subject: [mapserver-users] webuser text display</FONT>
</P>
<BR>
<BR>

<P><FONT SIZE=2>Hi,</FONT>
</P>

<P><FONT SIZE=2>I'm having problems displaying inline text using mapserver 3.6. I can get</FONT>
<BR><FONT SIZE=2>symbol to draw, but can't get text added. Has anyone else run into this</FONT>
<BR><FONT SIZE=2>problem? I'm new to mapserver so I could be tripping up on the obvious. It</FONT>
<BR><FONT SIZE=2>seems straightforward so it's all the more puzzling that I can't get it</FONT>
<BR><FONT SIZE=2>working.</FONT>
</P>

<P><FONT SIZE=2>TIA,</FONT>
</P>

<P><FONT SIZE=2>Steve</FONT>
</P>

<P><FONT SIZE=2>From the help page:</FONT>
</P>

<P><FONT SIZE=2>&quot;It is also possible to define inline features using this mechanism. This is</FONT>
<BR><FONT SIZE=2>the only case where you can add on to the map file. You can edit/change</FONT>
<BR><FONT SIZE=2>layer parameters but you cannot create a new layer. With inline features you</FONT>
<BR><FONT SIZE=2>have to first create a feature and then build upon it, however, the layer</FONT>
<BR><FONT SIZE=2>the feature belongs to must exist. Here's a snippet from a GET request that</FONT>
<BR><FONT SIZE=2>adds a feature to a webuser layer:</FONT>
</P>
<BR>

<P><FONT SIZE=2>...&amp;map_webuser_feature=new&amp;map_webuser_feature_points=12345.6789+12345.6789</FONT>
<BR><FONT SIZE=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; +map_webuser_feature_text=My+House!&amp;...&quot;</FONT>
</P>

<P><FONT SIZE=2>_____________________</FONT>
</P>

<P><FONT SIZE=2>Steve Young</FONT>
<BR><FONT SIZE=2>GIS Technician</FONT>
</P>

<P><FONT SIZE=2>E steve@sierraclubbc.org</FONT>
<BR><FONT SIZE=2>T 250 386 5255</FONT>
<BR><FONT SIZE=2>F 250 386 4453</FONT>
</P>
<BR>

<P><FONT SIZE=2>Sierra Club of BC</FONT>
<BR><FONT SIZE=2>576 Johnson St</FONT>
<BR><FONT SIZE=2>Victoria</FONT>
<BR><FONT SIZE=2>B.C. V8W 1M3</FONT>
<BR><FONT SIZE=2>CANADA</FONT>
<BR><FONT SIZE=2>www.sierraclub.ca/bc</FONT>
</P>

</BODY>
</HTML>