Thanks,

Trying to get the different colored markers working now.

Can get it with two colors, but when I try to go to four something breaks.

For those that have never worked with it, you can right cick on it and view
source, but you have to be in the whitespace and NOT in the map

It's a javascript problem.
Haven't used that in a long time

-----Original Message-----
From: ProFox [mailto:[email protected]] On Behalf Of Paul McNett
Sent: Wednesday, January 21, 2015 4:09 PM
To: [email protected]
Subject: Re: [NF] If you're ever thinking of doing google maps

On 1/21/15 1:25 PM, Virgil Bierschwale wrote:
> <grin>
>
> Naw, I figured it out finally, just not sure how to fix it.
>
> In all the conversion steps, something trimmed off the "-" in front of 
> the longitude number
>
> In foxpro I would just say replace all longitude with "-" + longitude, 
> but no idea how to do it in mysql

Off the top of my head (TEST IT FIRST):

update mytable
    set myfield = concat("-", myfield)

Paul


[excessive quoting removed by server]

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to