A format I have seen a lot is not in your list of supported formats: 42 deg 17' 36.03" N, 75 deg 50' 11.24" W
I'm not very good with PHP, but to convert it to a supported format in perl would be s/ deg /° /g
I suspect that is similar to PHP's syntax.
A format I have seen a lot is not in your list of supported formats:
42 deg 17' 36.03" N, 75 deg 50' 11.24" WI'm not very good with PHP, but to convert it to a supported format in perl would be
s/ deg /° /gI suspect that is similar to PHP's syntax.