<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "webservice for "hotels nearby"  from gps coordinates ?"]]></title>
		<link>http://forum.geonames.org/gforum/posts/list/4.page</link>
		<description><![CDATA[Latest messages posted in the topic "webservice for "hotels nearby"  from gps coordinates ?"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>webservice for "hotels nearby"  from gps coordinates ?</title>
				<description><![CDATA[ hi there,
i saw there are placemarks in the geonames db that are identified with codes ("HTL" for hotels for instance) : my question is 'is there a webservice to query the db on " 10 nearest hotels around lat=45,5&lng=5.6  ??' or will i have to dl the db on regular basis and do this on my server ?'  

thanks a lot,
and thanks also for the work done and  services offered !!
happy new year

raf.]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/1200.page#5126</guid>
				<link>http://forum.geonames.org/gforum/posts/list/1200.page#5126</link>
				<pubDate><![CDATA[Fri, 2 Jan 2009 21:59:10]]> GMT</pubDate>
				<author><![CDATA[ raf]]></author>
			</item>
			<item>
				<title>Re:webservice for "hotels nearby"  from gps coordinates ?</title>
				<description><![CDATA[ ok, i start to answer to myself, in case anyone else would be interested also :

i found that : http://ws.geonames.org/search?lat=45&lng=5&maxRows=5&fcode=htl
sends back only hotels, but apparently with nothing to do with the gps lat lng specified, as : 
http://ws.geonames.org/search?lat=45&lng=55&maxRows=5&fcode=htl  give the same five results...

so i know i can search the db on the 'htl' code to find hotels, but still have no clue on how to search around a given lat/lng...   :(

any help still appreciated ;)]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/1200.page#5127</guid>
				<link>http://forum.geonames.org/gforum/posts/list/1200.page#5127</link>
				<pubDate><![CDATA[Fri, 2 Jan 2009 22:15:02]]> GMT</pubDate>
				<author><![CDATA[ raf]]></author>
			</item>
			<item>
				<title>Re:webservice for "hotels nearby"  from gps coordinates ?</title>
				<description><![CDATA[ The search service does not take the lat/lng into consideration. What you are looking for are reverse geocoding services such as the findNearby service:
http://forum.geonames.org/gforum/posts/list/581.page#2667

Marc]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/1200.page#5132</guid>
				<link>http://forum.geonames.org/gforum/posts/list/1200.page#5132</link>
				<pubDate><![CDATA[Sat, 3 Jan 2009 17:16:28]]> GMT</pubDate>
				<author><![CDATA[ marc]]></author>
			</item>
			<item>
				<title>Re:webservice for "hotels nearby"  from gps coordinates ?</title>
				<description><![CDATA[ I found that the easiest way to do this was to load the data into a database that has GIS extensions, such as Oracle, Postgresql or MySQL and then use the extensions to the SQL language to enable you to search nearest. 

MySQL isn't very good because it assumes a flat geometry and you can only have GIS datatypes in their MyISAM tables.]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/1200.page#5145</guid>
				<link>http://forum.geonames.org/gforum/posts/list/1200.page#5145</link>
				<pubDate><![CDATA[Thu, 8 Jan 2009 19:35:17]]> GMT</pubDate>
				<author><![CDATA[ John Small]]></author>
			</item>
	</channel>
</rss>