我用谷歌地图引擎定制了一张地图,我有相应的网址。我只想使用简单的 load() 方法将这个 url 加载到 div 中。不幸的是,我收到一条 P3P 错误消息。
jQuery('#map-canvas').load( "https://mapsengine.google.com/map/edit?whatever", function() {
alert( "Load was performed." );
});
我得到的错误:
这不是 P3P 策略!有关详细信息,请参阅http://www.google.com/support/accounts/bin/answer.py?hl=en&answer=151657。链接中的信息没有预期的那么有用。
有什么提示吗?
如何完成 P3P 策略并加载地图?