<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <iframe src="http://www.blogger.com/navbar.g?targetBlogID=4684235500622716427&amp;blogName=Caiwangqin&#39;s+blog&amp;publishMode=PUBLISH_MODE_HOSTED&amp;navbarType=BLUE&amp;layoutType=CLASSIC&amp;searchRoot=http://blog.caiwangqin.com/search&amp;blogLocale=zh_CN&amp;v=1&amp;homepageUrl=http://blog.caiwangqin.com/&amp;vt=3393395200455623441" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" height="30px" width="100%" id="navbar-iframe" allowtransparency="true" title="Blogger 导航和搜索"></iframe> <div></div>

Caiwangqin's blog

Focus on Web2.0, Business, Architecture, Agile, Technic and beyond…

Fun With Google Maps

2006年9月13日 星期三

Tom Managan’s Fun With Google Maps 提供了两个非常好用的Google API Extension, 使用这两个Extension可以轻松的向Google Map上加入自己希望的Label, 强烈推荐:


TPhoto API Extension


While figuring out how to lay my own images into the Google Maps interface, I ended up with some pretty useful javascript, so I bundled it up as a tightly integrated extension to the official API.


TLabel API Extension


While I was building the Blackbird project, it bothered me that the info windows were so big, even if I didn’t have enough text to fill them. TLabel is my answer to that problem. With it, you can label a point on the map and only take up as much map-space as you need. Now I just need to go back and use it on the Blackbird page.


 


 


其它资源:


http://www.gmaptools.com 提供BpBrowser, BpDownloadUrl, BpLabel, BpMarker, BpMarkerLight, BpMarkerList,BpWindow 等非常有用的Google Map API扩展。


http://www.econym.demon.co.uk/googlemaps/ 介绍了一系列为自定义Google Map的方法。


 


注意:以上网站中国大陆需要使用代理访问。


标签:

posted by Jesse Cai, 上午11:09

0 Comments:

发表评论

订阅 帖子评论 [Atom]

<< 主页