Bing Maps AJAX Control v7 Update This Week
-
2012년 3월 6일 화요일 오후 11: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 2012년 3월 16일 금요일 오후 7:01 (From:Bing Maps: Map Control and Web services Development)
모든 응답
-
2012년 3월 7일 수요일 오전 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/
-
2012년 3월 7일 수요일 오전 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/
-
2012년 3월 7일 수요일 오후 6:13Thanks for the heads-up.
-
2012년 3월 9일 금요일 오후 4: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>
-
2012년 3월 9일 금요일 오후 5:56Infoboxes stopped working for me too.
-
2012년 3월 9일 금요일 오후 7:06중재자
Thanks for reporting the issues on the Infobox. We are working on an update to fix this ASAP.
Thanks,
Keith Kinnan
Bing Maps
-
2012년 3월 9일 금요일 오후 8: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 2012년 3월 9일 금요일 오후 8:14
-
2012년 3월 9일 금요일 오후 8: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/
-
2012년 3월 9일 금요일 오후 8: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.
-
2012년 3월 9일 금요일 오후 8: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 2012년 3월 9일 금요일 오후 9:34
-
2012년 3월 9일 금요일 오후 11: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
-
2012년 3월 10일 토요일 오전 1: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
-
2012년 3월 10일 토요일 오전 3:58
my v6.3 issues appear to be resolved - thx
-
2012년 3월 10일 토요일 오전 9:13중재자
The issues with 6.3 and v7 Infobox should be resolved now.
Thanks,
Keith Kinnan, Bing Maps- 편집됨 Keith KinnanModerator 2012년 3월 10일 토요일 오전 9:14
-
2012년 3월 12일 월요일 오후 3: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.
-
2012년 3월 12일 월요일 오후 5: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/
-
2012년 3월 16일 금요일 오후 6:40I'm having the same problem. Links inside the custom InfoBox stopped working...

