Bing Maps AJAX Control v7 Update This Week
-
יום שלישי 06 מרץ 2012 23:16מנחה דיוןWe are currently planning to update the Bing Maps AJAX Control v7 sometime this week over the next few days. The update is reverse compatible with previous versions, so you do not have to do anything in your code for the update. However, please let us know if you see any issues come up.
Thanks,
Keith Kinnan
Development Lead, Bing Maps- הועבר על-ידי Richard_BrundrittMicrosoft Employee, Owner יום שישי 16 מרץ 2012 19:01 (From:Bing Maps: Map Control and Web services Development)
כל התגובות
-
יום רביעי 07 מרץ 2012 10:15מנחה דיוןThanks for the information Keith, it's really appreciated.
MVP - Bing Maps - My blog (FR): http://blogs.developpeur.org/nicoboo/ Twitter: http://twitter.com/nicolasboonaert/
-
יום רביעי 07 מרץ 2012 11:17מנחה דיוןCan we expect to see any new features? Introduction of curved geometries, perhaps, to mirror those in SQL Server 2012 launched today?
twitter: @alastaira blog: http://alastaira.wordpress.com/
-
יום רביעי 07 מרץ 2012 18:13Thanks for the heads-up.
-
יום שישי 09 מרץ 2012 16:50
Infoboxes no longer work with version 7.0.20120307150742.63. And by not work I mean instructions to set the "visible" option to true has no effect.
Sample test case:
<!DOCTYPE html> <html> <head> <script src="http://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=7.0"></script> <style> #mappy { overflow:hidden; position:relative; width:1024px; height:600px; } </style> </head> <body> <div id="mappy"></div> <script> var Maps = Microsoft.Maps; var options = { center: new Maps.Location(42.996981,-81.254196), zoom:13 }, map = new Microsoft.Maps.Map(document.getElementById('mappy'), options), infobox = new Maps.Infobox(new Microsoft.Maps.Location(42.996981,-81.254196), { visible: true, width:100, height:75, title:'My title' }); map.entities.push(infobox); </script> </body> </html>
-
יום שישי 09 מרץ 2012 17:56Infoboxes stopped working for me too.
-
יום שישי 09 מרץ 2012 19:06מנחה דיון
Thanks for reporting the issues on the Infobox. We are working on an update to fix this ASAP.
Thanks,
Keith Kinnan
Bing Maps
-
יום שישי 09 מרץ 2012 20:14
did you make any changes to v6.3?
I no longer see the bing logo (using any browser) and firefox 10.0.2 doesn't show tile layers anymore (these items were working yesterday)
- נערך על-ידי Lan-Lord יום שישי 09 מרץ 2012 20:14
-
יום שישי 09 מרץ 2012 20:29מנחה דיון
Don't know about the Bing logo, but can confirm that custom tile layers appear to be broken in v6.3 Firefox and Chrome.
I would check with IE as well, but I can't seem to get any of the v6.3 iSDK samples to work on that anymore: http://www.microsoft.com/maps/isdk/ajax/
twitter: @alastaira blog: http://alastaira.wordpress.com/
-
יום שישי 09 מרץ 2012 20:49
I recall that when FF4 came out, tile layers were broken on v6.3. But then later (perhaps a month later?) they started working again and had been working until this morning. Thats when I noticed the bing logo was no longer in the lower left corner.
-
יום שישי 09 מרץ 2012 20:51I can't get my custom tile layer to work in IE 9 or Firefox. It is working for me in Chrome and IE 9 if it's in compatibility mode. I sent an email to technical support.
Sasha dos Santos Software Engineer 3M Electronic Monitoring http://www.3M.com/electronicmonitoring
- נערך על-ידי Sasha dos Santos יום שישי 09 מרץ 2012 21:34
-
יום שישי 09 מרץ 2012 23:31
Custom shapes in v6.3 cannot be drawn. Here are the steps to reproduce this bug
- Go to the
officialplayground
http://www.microsoft.com/maps/isdk/ajax/ - Customize shapes > Add custom shapes
- A layer should appear on the map (top right)
- Add a polygon
- IE8 & FF this draws a zooms in; IE9 does nothing
-=Dan=-
- Go to the
officialplayground
-
שבת 10 מרץ 2012 01:32מנחה דיון
Yes, there are some issues with v6.3 that we are actively working on rolling out a fix for. They should be fixed very soon.
Thanks,
Keith Kinnan, Bing Maps
-
שבת 10 מרץ 2012 03:58
my v6.3 issues appear to be resolved - thx
-
שבת 10 מרץ 2012 09:13מנחה דיון
The issues with 6.3 and v7 Infobox should be resolved now.
Thanks,
Keith Kinnan, Bing Maps- נערך על-ידי Keith KinnanModerator שבת 10 מרץ 2012 09:14
-
יום שני 12 מרץ 2012 15:36We are currently using the htmlContent option in the InfoBox and have links in the custom callout box. On Thursday, we were able to click on those links but as of Friday Morning, we are no longer able to click on those links in Firefox, Chrome, or Safari. They work in IE 8. Please Help.
-
יום שני 12 מרץ 2012 17:08@shivs25: sounds similar to others reporting the same issue: http://social.msdn.microsoft.com/Forums/en-US/vemapcontroldev/thread/0c22d559-0779-4d27-9e0c-c43b0e032ff5/
-
יום שישי 16 מרץ 2012 18:40I'm having the same problem. Links inside the custom InfoBox stopped working...