URL
http://www.rajsingh.org/service/proj.php
Parameters
lat latitude in decimal degrees long longitude in decimal degrees crs EPSG coordinate reference system code to transform the coordinate into. Examples:
NAD83 / Massachusetts Mainland: 26986
NAD83 / Kentucky North: 26979
NAD83 / Kentucky South: 26980
NAD27 / Kentucky North: 26779
NAD27 / Kentucky South: 26780
A GeoRSS-GML formatted point.
Request:
http://www.rajsingh.org/service/proj.php?incrs=4236&xcoord=-71.25&ycoord=42.3&outcrs=26986
Response:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<georss:where xmlns:georss="http://georss.org/rss">
<gml:Point srsName="urn:ogc:def:crs:EPSG:6.6:26986">
<gml:pos>7198274.40324866 8628854.49615966</gml:pos>
</gml:Point>
</georss:where>