如何编写可用于“google.maps.KmlLayer”的 GeoRSS
原子是:
示例 Feed <副标题>副标题。urn:uuid:60a76c80-d399-11d9-b91C-0003939e0af6 <更新>2003-12-13T18:30:02Z <作者> <姓名>约翰·多伊[电子邮件受保护] <条目>原子动力机器人横行无忌 > />urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a <更新>2003-12-13T18:30:02Z <摘要>一些文字。GeoRSS 是:
<乔治:点>45.256 -71.92< /georss:point>
google.maps.KmlLayer
是:var myLatlng = new google.maps.LatLng(49.496675,-102.65625); var myOptions = { 变焦:4, 中心:myLatlng, 地图类型 ID:google.maps.MapTypeId.ROADMAP }
var map = new google.maps.Map(document.getElementById("map_canvas"), myOptions);
var georssLayer = new google.maps.KmlLayer('http ://api.flickr.com/services/feeds/geo/?g=322338@N20<=en-us&format=feed-georss'); georssLayer.setMap(map);
如何创建一个包含 1 和 2 for 3 的有用的 GeoRSS?
The atom is:
<title>Example Feed</title> <subtitle>A subtitle.</subtitle> <link href="http://example.org/feed/" rel="self" /> <link href="http://example.org/" /> <id>urn:uuid:60a76c80-d399-11d9-b91C-0003939e0af6</id> <updated>2003-12-13T18:30:02Z</updated> <author> <name>John Doe</name> <email>[email protected]</email> </author> <entry> <title>Atom-Powered Robots Run Amok</title> <link href="http://example.org/2003/12/13/atom03" /> <link rel="alternate" type="text/html" href="http://example.org/2003/12/13/atom03.html"/> <link rel="edit" href="http://example.org/2003/12/13/atom03/edit"/> <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id> <updated>2003-12-13T18:30:02Z</updated> <summary>Some text.</summary> </entry>
The GeoRSS is:
< georss:point>45.256 -71.92< /georss:point>
The
google.maps.KmlLayer
is:var myLatlng = new google.maps.LatLng(49.496675,-102.65625);
var myOptions = {
zoom: 4,
center: myLatlng,
mapTypeId: google.maps.MapTypeId.ROADMAP
}var map = new google.maps.Map(document.getElementById("map_canvas"), myOptions);
var georssLayer = new google.maps.KmlLayer('http://api.flickr.com/services/feeds/geo/?g=322338@N20〈=en-us&format=feed-georss');
georssLayer.setMap(map);
How can I create a useful GeoRSS that contains 1 and 2 for 3?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论