similar to: Bird''s Eye integration in Mapstraction

Displaying 20 results from an estimated 90 matches similar to: "Bird''s Eye integration in Mapstraction"

2008 May 27
6
IE7 Problems
I''ve recently been looking at Mapstraction as a way to make it easier for me to support more than one mapping service, mainly Google Maps and Microsoft''s Virtual Earth. However, I seem to be running into a lot of errors when trying to use Mapstraction with IE7 and Virtual Earth. As an example, I get a "Not Implemented" error when I load the many of the demos. This
2009 May 31
7
[mapstraction commit] r11 - Added functionality to automatically load scripts needed.
Author: robert.moran Date: Sun May 31 11:13:23 2009 New Revision: 11 Modified: trunk/source/mxn.core.js trunk/source/mxn.js trunk/source/mxn.yahoo.core.js trunk/tests/index.htm Log: Added functionality to automatically load scripts needed. Allowed mapstraction default constructor to have provider omitted (will use first loaded provider). Minor change to yahoo implementation -
2009 Aug 22
1
map.onLoadMap?
Hi, I use a bing map via mapstraction in worpdress. It works for all browsers exept the Internet Explorer. With IE I get an HTML parsing error, because the map is not loaded completely. Is there a possibility to use something like this: "map.onLoadMap"? This would prevent the error, but I don''t find such a function in mapstraction. Greetings, frest PS:
2003 Mar 02
5
file header
I was wondering if there was a way to recompile ogg123 so that it didnt look for "Ogg" at the start of each file. Ie change it so it looked for "Dog" or something. Why you ask? because in theory Im not ment to have any music files on my work computer NFI why but just cant. If I could mask an ogg file to look like another file then I could beat the system. Assuming that they
2009 Mar 24
0
Patch: clickHandlers in VirtualEarth
Hi, my mapstraction onclick event handlers always yielded javascript errors in Virtual Earth maps ("e.view is undefined"). I''m using version 6 of mapcontrol.ashx. After consulting Virtual Earth documentation, I came up with a solution. Here is my patch (based on rev 212) > var that = this; 360c361,368 < me.clickHandler(e.view.LatLong.Latitude,
2009 Mar 31
4
Samba and iptables - woes
Hi folk, I am trying to get iptables working on a samba server but find it is blocking something that prevents the windoze clients from being able to access the share. here are the bits from iptables: > # nmb provided netbios-ns > -A RH-Firewall-1-INPUT -p udp -m udp -s 192.168.230.100/24 -i eth1 > --dport 137 -j ACCEPT > # nmb provided netbios-dgm > -A RH-Firewall-1-INPUT -p udp
2009 Dec 13
0
r65 committed - Use the GeoCommons addOverlay method
Revision: 65 Author: ajturner Date: Sun Dec 13 11:10:04 2009 Log: Use the GeoCommons addOverlay method http://code.google.com/p/mapstraction/source/detail?r=65 Modified: /trunk/source/mxn.geocommons.core.js /trunk/tests/index.htm ======================================= --- /trunk/source/mxn.geocommons.core.js Sun Dec 13 11:10:00 2009 +++ /trunk/source/mxn.geocommons.core.js Sun Dec 13
2006 Nov 06
4
Event listeners
Hi! Your plugin is really great! Thanks. One more little question. Is it possible to add event listeners to the maps via your plugin? greetings /till -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/ym4r-user/attachments/20061106/6b1c6f4f/attachment.html
2006 Jul 08
1
Need Help Understanding Situation with Table Columns
I am trying to create an application loosely based on the Depot application presented in Agile Web Development with Rails (AWDwR). I am using InstantRails for the server. In my app I have the folowing controllers: admin_controller application_controller city_map_controller (with method: displayGMap) The admin_controller was created with the following command: ruby script/generate scaffold
2016 Dec 06
4
unable to upload printer driver
Hi list, i have a samba member-server in a samba4-AD with cups. cups works fine, i can print the testpage from cups and from a windowsclient. but, i am not able to upload a printer driver to a samba4 print-server: i followed this howto: https://wiki.samba.org/index.php/Configuring_Point%27n%27Print_automatic_printer_driver_deployment in printmanagement.msc i can add the server, and i can see
2006 Jun 13
1
changing the eye candy on the default screensaver
Has anyone already worked out the files involved in changing from the rather pedestrian screensaver to some more pleasing eye candy like Fedora Core 5 uses? thnx/ldv
2006 Sep 14
0
Eye candy...
Some new eye candy... http://syslinux.zytor.com/screenshots.php -hpa
2012 Oct 22
0
[LLVMdev] Does someone still keep eye on MC ARM EHABI?
Hello > My question is, to avoid duplicate effort, > does someone take charge of this part? or > does anyone is already implementing this currently? > > BTW, any suggestion on this effort? I'm very appreciated! There are several directions here: 1. Binary emission. Right now MC layer is text-only and depends on assembler 2. Correctness issues. It's believed that unwinding
2012 Oct 22
1
[LLVMdev] Does someone still keep eye on MC ARM EHABI?
Dear Renato and Anton, Big thanks to your help. Those references are very helpful! BTW, After I applying this patch from Logan Chien, I pass some examples on ARM assembly emission. It seems good to me. http://llvm.org/bugs/show_bug.cgi?id=7187#attach_9161 For object file emission, The first thing is making MC generate correct .ARM.exidx and .ARM.extab. I will keep tracing that. Thanks!
2008 Dec 31
2
Off-topic -- an eye on a stats presentation for clinicians?
I've got a 20 slide Powerpoint set up against the expected day someone says "Mitch, could you talk for a short while to the residents on how to use statistics?" It looks good at this end, but I'd love to get at least one more pair of eyes on it. Any volunteers? -- Due to the recession, requests for instant gratification will be deferred until arrears in scheduled
2005 Sep 19
1
distance to eye in persp()
Hi the manpage for persp() has a wonderful section where a the trans3d () function is used with points() and lines() to add red dots and a green sinusoid to the Mexican hat surface. Does anyone have a way to tell what distance a point is from the eye/ camera? Take the following line: lines (trans3d(x, y=10, z= 6 + sin(x), pm = res), col = 3) Is there a function like trans3d() that returns
2004 Feb 06
3
Something to keep an eye on (perhaps)
As seen on the wx-dev mailing list yesterday: http://lists.wxwindows.org/cgi-bin/ezmlm-cgi?5:mss:42943:200402:ennjfiogkccphebpmcfc
2012 Oct 22
3
[LLVMdev] Does someone still keep eye on MC ARM EHABI?
Dear all, AFAIK, ARM EHABI is not ready for both asm and obj emitter. Some people including me what to implement them. My question is, to avoid duplicate effort, does someone take charge of this part? or does anyone is already implementing this currently? BTW, any suggestion on this effort? I'm very appreciated! Thanks in advance! -- Best regards, Wen-Han Gu (Nowar) -------------- next
2012 Sep 15
4
[Bug 54970] New: EOG Eye of gnome shows black stripe in pictures with nouveau driver
https://bugs.freedesktop.org/show_bug.cgi?id=54970 Bug #: 54970 Summary: EOG Eye of gnome shows black stripe in pictures with nouveau driver Classification: Unclassified Product: xorg Version: 7.6 (2010.12) Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal
2005 Jan 17
0
Bull's Eye Investing (PR#7530)
Ferris, VCSC - Brand new stock for your attention Vocalscape inc - The Stock Symbo| is: VCSC Breaking News released by the company on Friday after the close - Watch out the stock go crazy next week. Current Price: $O.175 Projected Speculative Price in next 5 days: $O.42 Projected Specu|ative Price in next 15 days: $O.55 Voca|Scape Networks Inc. is bui|ding a company that's revo|utionizing