<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Converting latitude and longitude coordinates to map x and y values</title>
	<atom:link href="http://the-stickman.com/uncategorized/converting-latitude-and-longitude-coordinates-to-map-x-and-y-values/feed/" rel="self" type="application/rss+xml" />
	<link>http://the-stickman.com/uncategorized/converting-latitude-and-longitude-coordinates-to-map-x-and-y-values/</link>
	<description>Random developer notes</description>
	<lastBuildDate>Wed, 03 Aug 2011 09:35:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Ela</title>
		<link>http://the-stickman.com/uncategorized/converting-latitude-and-longitude-coordinates-to-map-x-and-y-values/comment-page-1/#comment-1442</link>
		<dc:creator>Ela</dc:creator>
		<pubDate>Thu, 08 Jul 2010 10:55:52 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/?p=212#comment-1442</guid>
		<description>Hi,

 I need your help... Whats the image width and height and all. I dont know how to place the x and y value that is got from your formula. Can you help me out of it?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p> I need your help&#8230; Whats the image width and height and all. I dont know how to place the x and y value that is got from your formula. Can you help me out of it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ela</title>
		<link>http://the-stickman.com/uncategorized/converting-latitude-and-longitude-coordinates-to-map-x-and-y-values/comment-page-1/#comment-1441</link>
		<dc:creator>Ela</dc:creator>
		<pubDate>Thu, 08 Jul 2010 06:54:20 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/?p=212#comment-1441</guid>
		<description>Hi again,
For example i am calling the functions
	echo $x = LongitudeToX(9.3875333333333,77.902,1,1); 
								echo $y = LatitudeToY(9.3875333333333,77.902,1,1);
and am getting these results.
 12019104
7949146 
 Mt image width is just 800 width and 400 height. India map alone. how this value can be fit into the x and y on the image. Please help me</description>
		<content:encoded><![CDATA[<p>Hi again,<br />
For example i am calling the functions<br />
	echo $x = LongitudeToX(9.3875333333333,77.902,1,1);<br />
								echo $y = LatitudeToY(9.3875333333333,77.902,1,1);<br />
and am getting these results.<br />
 12019104<br />
7949146<br />
 Mt image width is just 800 width and 400 height. India map alone. how this value can be fit into the x and y on the image. Please help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ela</title>
		<link>http://the-stickman.com/uncategorized/converting-latitude-and-longitude-coordinates-to-map-x-and-y-values/comment-page-1/#comment-1440</link>
		<dc:creator>Ela</dc:creator>
		<pubDate>Thu, 08 Jul 2010 05:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/?p=212#comment-1440</guid>
		<description>Hi,

  Thanks for the code that you provided, actually am trying many methods including yours unfortunately i couldn&#039;t able to reach what really i have to do. 

   In your code how you define these values $map_zoom, $scale_value, $x_offset. I mean based on what measurement you are assigning values to these. Please help me I need to develop a mapping tool using the same Mercator projection, for INDIA alone. When am checking it for world map its working but in what way i can specify $map_zoom, $scale_value, $x_offset to use this code in India alone. Please help me in this problem.

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>  Thanks for the code that you provided, actually am trying many methods including yours unfortunately i couldn&#8217;t able to reach what really i have to do. </p>
<p>   In your code how you define these values $map_zoom, $scale_value, $x_offset. I mean based on what measurement you are assigning values to these. Please help me I need to develop a mapping tool using the same Mercator projection, for INDIA alone. When am checking it for world map its working but in what way i can specify $map_zoom, $scale_value, $x_offset to use this code in India alone. Please help me in this problem.</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Baron Ruhstoff (12s Army unite!)</title>
		<link>http://the-stickman.com/uncategorized/converting-latitude-and-longitude-coordinates-to-map-x-and-y-values/comment-page-1/#comment-1342</link>
		<dc:creator>Baron Ruhstoff (12s Army unite!)</dc:creator>
		<pubDate>Tue, 15 Dec 2009 15:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/?p=212#comment-1342</guid>
		<description>Hey, thanks for this.  I&#039;ve been doing a bit of mapwork lately and can think of a bunch of ways it will be helpful!</description>
		<content:encoded><![CDATA[<p>Hey, thanks for this.  I&#8217;ve been doing a bit of mapwork lately and can think of a bunch of ways it will be helpful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Hospitalist</title>
		<link>http://the-stickman.com/uncategorized/converting-latitude-and-longitude-coordinates-to-map-x-and-y-values/comment-page-1/#comment-1310</link>
		<dc:creator>A Hospitalist</dc:creator>
		<pubDate>Tue, 03 Nov 2009 18:17:16 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/?p=212#comment-1310</guid>
		<description>Yes it did save someone else some time! Thanks. We are doing a hospital mapping project to track down hospitalist openings and all the city data is only available in Long and Lat.</description>
		<content:encoded><![CDATA[<p>Yes it did save someone else some time! Thanks. We are doing a hospital mapping project to track down hospitalist openings and all the city data is only available in Long and Lat.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

