[talk-ph] Wikipedia mobile app now uses OSM

2012-04-06 Thread Eugene Alvin Villar
Hi everyone, The Wikimedia Foundation has just released new versions of their Wikipedia app for iOS and Android. One big change to the app is that they have switched to using OpenStreetMap (using the MapQuest Open tileset served via Leaflet, but Wikimedia plans to use its own tiles in the future)

Re: [talk-ph] Wikipedia mobile app now uses OSM

2012-04-06 Thread Noli Sicad
Yes, Wikipedia mobile app uses Leaflet and PhoneGap. PhoneGap addresses fragmented mobile OSes for mobile devices. Google is funny. It is blocking Openlayers apps that uses Google Maps as data source. It pops up a modal dialog - "Map Data". I observed it in my mobile prototype apps lately. Moving

Re: [talk-ph] Wikipedia mobile app now uses OSM

2012-04-06 Thread Eugene Alvin Villar
On Sat, Apr 7, 2012 at 5:52 AM, Noli Sicad wrote: > Moving away from Openlayers and Google Maps and I am using Leaflet now > with jQTouch + a bit of PhoneGap. However, QuickConnect is superior > compare to PhoneGap. I had been looking at PhoneGap last year. One stumbling block for me to use Phone

Re: [talk-ph] Wikipedia mobile app now uses OSM

2012-04-06 Thread Noli Sicad
I just bought a Mac OS X DVD 10.6.0 created a hackintosh laptop. I can trip boot in my laptop - ubuntu, mac os x and window 7. My Mac OS X is in portable hard drive. I just plugin when I like to use Mac OS X. Laptop is a bit hard to keep it working, however, the PC is easy. You just select the righ

Re: [talk-ph] Wikipedia mobile app now uses OSM

2012-04-09 Thread maning sambale
I enabled autoupdate for my wikipedia app, not update so far and still using gmaps for the "Nearby" articles. Wikipedeia appversion 1.0.2 On Apr 7, 2012 3:29 AM, "Eugene Alvin Villar" wrote: ___ talk-ph mailing list talk-ph@openstreetmap.org http://list

Re: [talk-ph] Wikipedia mobile app now uses OSM

2012-04-09 Thread maning sambale
I had to manually uninstall and install the newer version. Working fine now. On Apr 9, 2012 9:17 PM, "maning sambale" wrote: > I enabled autoupdate for my wikipedia app, not update so far and still > using gmaps for the "Nearby" articles. > > Wikipedeia appversion 1.0.2 > On Apr 7, 2012 3:29 AM,

Re: [talk-ph] Wikipedia mobile app now uses OSM

2012-04-09 Thread Noli Sicad
Maning, I guess you are using Android app, right? The beauty of Wikipedia mobile app using PhoneGap/Cordova is, it has the same look and feel in all mobile platforms. Cordova Roadmap http://wiki.apache.org/cordova/RoadmapProjects Noli ___ talk-ph mail

Re: [talk-ph] Wikipedia mobile app now uses OSM

2012-04-12 Thread Noli Sicad
I am just looking at the guts of Wikipedia mobile app and see what sort of services it uses. I found out it is also using Geonames (see code below). It also uses JSON to get the lat and long. Noli ### #geo.js function geoLookup(latitude, longitude, lang, success, error) {