<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "bug?"]]></title>
		<link>http://forum.geonames.org/gforum/posts/list/4.page</link>
		<description><![CDATA[Latest messages posted in the topic "bug?"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>bug?</title>
				<description><![CDATA[ Id 3165165 alternate names contain "torino" it's wrong
but Alternate names editor dont show it]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/3973.page#11816</guid>
				<link>http://forum.geonames.org/gforum/posts/list/3973.page#11816</link>
				<pubDate><![CDATA[Tue, 21 Aug 2012 06:32:51]]> GMT</pubDate>
				<author><![CDATA[ lillolollo]]></author>
			</item>
			<item>
				<title>Re:bug?</title>
				<description><![CDATA[ It is the transliteration of the Japanese name.

Marc]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/3973.page#11817</guid>
				<link>http://forum.geonames.org/gforum/posts/list/3973.page#11817</link>
				<pubDate><![CDATA[Tue, 21 Aug 2012 06:37:07]]> GMT</pubDate>
				<author><![CDATA[ marc]]></author>
			</item>
			<item>
				<title>Re:bug?</title>
				<description><![CDATA[ Marc thi is a bug because if you search for torino whit autocomplete like this

http://jqueryui.com/demos/autocomplete/remote-jsonp.html

when you type torino you have Torino,Piedmont,Italy the right one and torino,Piedmont,Italy the wrong one because it is Trino]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/3973.page#11820</guid>
				<link>http://forum.geonames.org/gforum/posts/list/3973.page#11820</link>
				<pubDate><![CDATA[Tue, 21 Aug 2012 20:58:34]]> GMT</pubDate>
				<author><![CDATA[ lillolollo]]></author>
			</item>
			<item>
				<title>Re:bug?</title>
				<description><![CDATA[ same problem whit ferentino whit trasliteration seem to be grottaferrata.... the trasliteration is a big problem]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/3973.page#11827</guid>
				<link>http://forum.geonames.org/gforum/posts/list/3973.page#11827</link>
				<pubDate><![CDATA[Sat, 25 Aug 2012 11:17:11]]> GMT</pubDate>
				<author><![CDATA[ lillolollo]]></author>
			</item>
			<item>
				<title>Re:bug?</title>
				<description><![CDATA[ Grottaferrata had a wrong name 'Ferèntino'. This one has nothing todo with the transliteration. You have deleted the alternate name on July 19th.
The jquery demo is using a deprecated server (ws.geonames.org instead of api.geonames.org) which is updated infrequently and still has older data.

Marc]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/3973.page#11829</guid>
				<link>http://forum.geonames.org/gforum/posts/list/3973.page#11829</link>
				<pubDate><![CDATA[Sat, 25 Aug 2012 11:57:01]]> GMT</pubDate>
				<author><![CDATA[ marc]]></author>
			</item>
			<item>
				<title>Re:bug?</title>
				<description><![CDATA[ unfortunately with jquery autocomplete, http://api.geonames.org/search? don't works in explorer ws yes]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/3973.page#11839</guid>
				<link>http://forum.geonames.org/gforum/posts/list/3973.page#11839</link>
				<pubDate><![CDATA[Sun, 26 Aug 2012 07:08:06]]> GMT</pubDate>
				<author><![CDATA[ lillolollo]]></author>
			</item>
			<item>
				<title>Re:bug?</title>
				<description><![CDATA[ the api. geonames.org servers require a username. Did you add it?

http://geonames.wordpress.com/2011/01/28/application-identification-for-free-geonames-web-services/]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/3973.page#11840</guid>
				<link>http://forum.geonames.org/gforum/posts/list/3973.page#11840</link>
				<pubDate><![CDATA[Sun, 26 Aug 2012 10:21:58]]> GMT</pubDate>
				<author><![CDATA[ marc]]></author>
			</item>
			<item>
				<title>Re:bug?</title>
				<description><![CDATA[ Yes, the problem is that api does not have a JSONP response that bypass cross domain limitation on jquery can you add JSONP on api?
more and more user still use ws for this problem]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/3973.page#11841</guid>
				<link>http://forum.geonames.org/gforum/posts/list/3973.page#11841</link>
				<pubDate><![CDATA[Sun, 26 Aug 2012 21:47:35]]> GMT</pubDate>
				<author><![CDATA[ lillolollo]]></author>
			</item>
			<item>
				<title>Re:bug?</title>
				<description><![CDATA[ or add something like in php

header('content-type: application/json; charset=utf-8');
header("access-control-allow-origin: *");

In your java JSON service]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/3973.page#11842</guid>
				<link>http://forum.geonames.org/gforum/posts/list/3973.page#11842</link>
				<pubDate><![CDATA[Sun, 26 Aug 2012 21:47:35]]> GMT</pubDate>
				<author><![CDATA[ lillolollo]]></author>
			</item>
			<item>
				<title>Re:bug?</title>
				<description><![CDATA[ <p></p>

		<cite>lillolollo wrote:</cite><br>
		<blockquote>
header('content-type: application/json; charset=utf-8');
header("access-control-allow-origin: *");&nbsp;
		</blockquote>

Ok. I have have added the second line. The first line was already there.

But why is it required on the api.geonames.org domain and not on the ws.geonames.org domain?

Marc]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/3973.page#11844</guid>
				<link>http://forum.geonames.org/gforum/posts/list/3973.page#11844</link>
				<pubDate><![CDATA[Sun, 26 Aug 2012 21:59:20]]> GMT</pubDate>
				<author><![CDATA[ marc]]></author>
			</item>
			<item>
				<title>Re:bug?</title>
				<description><![CDATA[ Still do not whorks



<p></p>

		<cite>lillolollo wrote:</cite><br>
		<blockquote>Yes, the problem is that api does not have a JSONP response that bypass cross domain limitation on jquery can you add JSONP on api?
more and more user still use ws for this problem&nbsp;
		</blockquote>

]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/3973.page#11846</guid>
				<link>http://forum.geonames.org/gforum/posts/list/3973.page#11846</link>
				<pubDate><![CDATA[Tue, 28 Aug 2012 06:53:07]]> GMT</pubDate>
				<author><![CDATA[ lillolollo]]></author>
			</item>
			<item>
				<title>Re:bug?</title>
				<description><![CDATA[ The ws.geonames.org and the api.geonames.org server are running the same code. If jsonp is working on one server then it is also working on the other. 

Marc]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/3973.page#11849</guid>
				<link>http://forum.geonames.org/gforum/posts/list/3973.page#11849</link>
				<pubDate><![CDATA[Tue, 28 Aug 2012 07:00:28]]> GMT</pubDate>
				<author><![CDATA[ marc]]></author>
			</item>
			<item>
				<title>Re:bug?</title>
				<description><![CDATA[ Yes marc now it's whorks maybe you can contat jquery developer for change example code
replace this line

url: "http://api.geonames.org/search?username=demo",
                    dataType: "jsonp",
                    data: {
                        featureClass: "P",
                        style: "full",
                        type:"json",
                        maxRows: 12,
                        name_startsWith: request.term
                    },]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/3973.page#11852</guid>
				<link>http://forum.geonames.org/gforum/posts/list/3973.page#11852</link>
				<pubDate><![CDATA[Wed, 29 Aug 2012 06:43:34]]> GMT</pubDate>
				<author><![CDATA[ lillolollo]]></author>
			</item>
	</channel>
</rss>