1 Star 0 Fork 0

ten2net/mapbox-gl-cordova-offline

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.xml 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
Oscar Fonts 提交于 2018-05-04 09:57 . Clean some unused dependencies
<?xml version='1.0' encoding='utf-8'?>
<widget id="co.geomati.mapboxGLCordovaOffline" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Mapbox GL Cordova Offline</name>
<description>
Offline vector maps in Cordova using Mapbox GL JS
</description>
<author email="[email protected]" href="http://geomati.co">
Oscar Fonts
</author>
<content src="index.html" />
<access origin="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="tel:*" />
<allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<platform name="android">
<allow-intent href="market:*" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
</platform>
<plugin name="cordova-plugin-whitelist" spec="1.3.2" />
<plugin name="cordova-plugin-file" spec="6.0.1" />
<plugin name="cordova-sqlite-ext" spec="0.10.5" />
<plugin name="cordova-plugin-device" spec="1.1.6" />
<engine name="ios" spec="4.5.4" />
<engine name="android" spec="6.3.0" />
</widget>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/gdsten2net/mapbox-gl-cordova-offline.git
[email protected]:gdsten2net/mapbox-gl-cordova-offline.git
gdsten2net
mapbox-gl-cordova-offline
mapbox-gl-cordova-offline
master

搜索帮助