<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Reverse Geocode problem with city JSON lookup"]]></title>
		<link>http://forum.geonames.org/gforum/posts/list/4.page</link>
		<description><![CDATA[Latest messages posted in the topic "Reverse Geocode problem with city JSON lookup"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Reverse Geocode problem with city JSON lookup</title>
				<description><![CDATA[ Hello,

I'm trying to get nearby city names by clicking on a google map and calling http://ws.geonames.org/citiesJSON with the appropriate parameters.

it seems to work about half the time, but the other half i get a javascript error: jData.geonames is undefined

here's a link to my test: http://crca.ucsd.edu/~todd/facebook/mapTest/

thanks in advance!
-todd]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/1044.page#4576</guid>
				<link>http://forum.geonames.org/gforum/posts/list/1044.page#4576</link>
				<pubDate><![CDATA[Sun, 31 Aug 2008 03:24:00]]> GMT</pubDate>
				<author><![CDATA[ tmargolis]]></author>
			</item>
			<item>
				<title>Re:Reverse Geocode problem with city JSON lookup</title>
				<description><![CDATA[ todd

I assume it is  query timeout exception. This service is rather resource intensive and in order to avoid very long running requests there is a query timeout after some seconds.
In case of a timeout you get the following json result:

ws_results({"status": {
  "message": "QueryTimeoutException",
  "value": 13
}});


Marc

PS: if you are using firefox I recommend firebug to debug javascript problems: http://getfirebug.com/]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/1044.page#4577</guid>
				<link>http://forum.geonames.org/gforum/posts/list/1044.page#4577</link>
				<pubDate><![CDATA[Sun, 31 Aug 2008 07:47:28]]> GMT</pubDate>
				<author><![CDATA[ marc]]></author>
			</item>
			<item>
				<title>Re:Reverse Geocode problem with city JSON lookup</title>
				<description><![CDATA[ Hi Marc,

Yea, it appears to be a timeout exception. it's not as bad today, but still happens every now & then. is there any solution to this problem? seems like installing the database on my own server might solve it, right?

cheers,
-todd

btw, firebug rocks!]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/1044.page#4582</guid>
				<link>http://forum.geonames.org/gforum/posts/list/1044.page#4582</link>
				<pubDate><![CDATA[Sun, 31 Aug 2008 18:20:49]]> GMT</pubDate>
				<author><![CDATA[ tmargolis]]></author>
			</item>
	</channel>
</rss>