plotGoogleMaps html文件在Internet Explorer版本11中无法正确打开

plotGoogleMaps html文件在Internet Explorer版本11中无法正确打开,r,internet-explorer,plotgooglemaps,R,Internet Explorer,Plotgooglemaps,我在Internet Explorer版本11中渲染Google地图时遇到问题,该版本是由R中的plotGoogleMaps创建的。以下代码来自软件包附带的教程: require(plotGoogleMaps) # Data preparation # Point data data(meuse) coordinates(meuse)<-~x+y # convert to SPDF proj4string(meuse) <- CRS('+init=epsg:28992') #

我在Internet Explorer版本11中渲染Google地图时遇到问题,该版本是由R中的plotGoogleMaps创建的。以下代码来自软件包附带的教程:

require(plotGoogleMaps)
# Data preparation
# Point data
data(meuse)
coordinates(meuse)<-~x+y 
# convert to SPDF 
proj4string(meuse) <- CRS('+init=epsg:28992') 
# adding Coordinate Referent Sys.
# Create web map of Point data 
m<-plotGoogleMaps(meuse,filename='myMap1.htm')
require(谷歌地图)
#数据准备
#点数据
数据(meuse)

coordinates(meuse)今天收到了来自Microsoft Connect的消息,我向他们提交的问题已经解决。我尝试了上面的脚本,现在html映射正确呈现了。我正在使用IE 11.0.9600.17728。谢谢