关于arcgis for android 2.0 中MapView退出的时候报错 call to OpenGL ES API with No Current context
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了关于arcgis for android 2.0 中MapView退出的时候报错 call to OpenGL ES API with No Current context相关的知识,希望对你有一定的参考价值。
call to OpenGL ES API with No Current context (logged once per thread) 第二次打开该activity的时候会出现地图无法加载 如果第二次打开别的ACTIVITY Mapview也是无法加载
在下没有调用过opengl 的API 真心求助 是他的插件有问题是MAPVIEW需要释放 我看了他的函数没有释放的方法阿~~~~他的DEMO也只有PAUSE 调用了也是一样 希望高手 大牛帮助
ArcGIS for android访问天地图
底图采用Web Mercator投影坐标系
获取元数据信息:
http://t0.tianditu.com/img_w/wmts?SERVICE=WMTS&REQUEST=GetCapabilities
http://t0.tianditu.com/vec_w/wmts?SERVICE=WMTS&REQUEST=GetCapabilities
矢量: vec_w
http://t0.tianditu.com/DataServer?T=vec_w&X=210&Y=106&L=8
矢量中文标注: cva_w
http://t0.tianditu.com/DataServer?T=cva_w&X=210&Y=106&L=8
影像:img_w
http://t0.tianditu.com/DataServer?T=img_w&X=210&Y=106&L=8
影像中文标注: cia_w
http://t0.tianditu.com/DataServer?T=cia_w&X=210&Y=106&L=8
地图原点: (-20037508.3427892,20037508.3427892)
精度:
double[] res={
156543.03392800014,
78271.51696402048,
39135.75848201024,
19567.87924100512,
9783.93962050256,
4891.96981025128,
2445.98490512564,
1222.99245256282,
611.49622628141,
305.748113140705,
152.8740565703525,
76.43702828517625,
38.21851414258813,
19.109257071294063,
9.554628535647032,
4.777314267823516,
2.388657133911758,
1.194328566955879,
0.5971642834779395 };
比例尺:
double[] scale={
5.91657527591555E8,
2.958293554545656E8,
1.479146777272828E8,
7.39573388636414E7,
3.69786694318207E7,
1.848933471591035E7,
9244667.357955175,
4622333.678977588,
2311166.839488794,
1155583.419744397,
577791.7098721985,
288895.85493609926,
144447.92746804963,
72223.96373402482,
36111.98186701241,
18055.990933506204,
9027.995466753102,
4513.997733376551,
2256.998866688275 };
以上是关于关于arcgis for android 2.0 中MapView退出的时候报错 call to OpenGL ES API with No Current context的主要内容,如果未能解决你的问题,请参考以下文章
arcgis for android(10.2.9)- 点线面绘制前奏
关于ArcGis for javascrept查询ArcGis server图层信息的方式
ArcGIS API For Android Errors汇总