ZenonZ / mixare

Automatically exported from code.google.com/p/mixare
0 stars 0 forks source link

received no information from Wikipedia....please help.... #78

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Dear all,

I am trying Mixare for getting the geo information using wikipedia as 
datasource. So I have download the latest Mixare from Android marker for HTC 
Desire. But when I select wikipedia as data source it shows nothing. Even after 
couple of sec it shows "wikipedia data received" on camera image. I navigate 
the camera different angle but still  nothing showed. But If I set twitter, 
Buzz as data source then showing information on screen as usual.

So for this problem, I think 20KM(mixare default set) range may be problem for 
my location(kucing, Malaysia). May be within 20km there is no information 
stored in wikitude. But I am not sure. Anyway if this is the problem then how I 
can increse the range from 20km to 60km in mixare source code. I already tried 
to change some value ti increase 20 to 50 like 

radius=50(Dataview.java) 

double altitude = 
curGPSFix.getAltitude()+Math.sin(0.85)*distance+Math.sin(0.4)*(distance/(MixView
.dataView.getRadius()*1000f/distance));//SocialMarker.java

But still it showed 20KM in screen. I also tried to change distance value but 
unable to find. 

So please help me to increse the distance 20KM to 80KM.
or any other soultion to fix wikipedia for my case. is it possbile to use 
goolge instead of wikipedia..

Regards
Rassall

Original issue reported on code.google.com by rassall....@gmail.com on 4 Mar 2011 at 5:49

GoogleCodeExporter commented 8 years ago
Geonames is limited to radius < 20km.

Original comment by mixare.org on 14 Nov 2011 at 1:55