simple tool for conversion

Joseph Norris sirronj at PACBELL.NET
Fri Dec 10 18:34:32 EST 2004


Found it thanks.  Still another question:  Can I put a url in a label that
allows user to click on it to go to the other url?

Thanks.

#Joseph Norris (Perl - what else is there?/Linux/CGI/Mysql) print @c=map chr
$_+100,(6,17,15,16,-68,-3,10,11,16,4,1,14,-68,12,1,14,8,-68,4,-3,-1,7,1,14,-
68,-26,11,15,1,12,4,-68,-22,11,14,14,5,15,-90);

-----Original Message-----
From: UMN MapServer Users List [mailto:MAPSERVER-USERS at lists.umn.edu]On
Behalf Of Stephen Woodbridge
Sent: Friday, December 10, 2004 3:19 PM
To: MAPSERVER-USERS at lists.umn.edu
Subject: Re: [UMN_MAPSERVER-USERS] simple tool for conversion

Joseph Norris wrote:
> I did just that - thank you - now my features are over my circles  - is
> there a way to move those to the side or above?

Yes, read the mapfile reference for the LABEL object and there are
positioning directives and offset directives that you can apply.

-Steve W.

> Thank you.
>
>
>
>
>
> #Joseph Norris (Perl - what else is there?/Linux/CGI/Mysql) print @c=map
> chr
>
$_+100,(6,17,15,16,-68,-3,10,11,16,4,1,14,-68,12,1,14,8,-68,4,-3,-1,7,1,14,-
68,-26,11,15,1,12,4,-68,-22,11,14,14,5,15,-90);
>
>
>
> -----Original Message-----
> *From:* UMN MapServer Users List
> [mailto:MAPSERVER-USERS at lists.umn.edu]*On Behalf Of *Eric Bridger
> *Sent:* Friday, December 10, 2004 1:42 PM
> *To:* MAPSERVER-USERS at lists.umn.edu
> *Subject:* Re: [UMN_MAPSERVER-USERS] simple tool for conversion
>
>
>
> At 12:26 PM 12/10/2004 -0800, Joseph Norris wrote:
>
> Thanks for the help - I have attached the test mapfile.
>
>
>>LAYER
>>        NAME "Teacher Names"
>>        STATUS DEFAULT
>>        TRANSFORM FALSE
>>        TYPE ANNOTATION
>>
>>    FEATURE
>>      POINTS -120.630190 35.144119 END
>>      TEXT "name 327"
>>     END
>>
>>    FEATURE
>>      POINTS -121.942468 37.340641 END
>>      TEXT "name 124"
>>    END
> ....
>
> This layer may still need a CLASS and STYLE section, I'm not sure about
> ANNOTATION  layers.
> But the real problem is you have TRANSFORM FALSE but your FEATURE POINTs
> are in long lat.
> TRANSFORM FALSE means the points would be pixel values not map
coordinates.
> Try removing the TRANSFRORM FALSE.
>



More information about the mapserver-users mailing list