1webstorm+nodejs+JetBrains IDE Support+chrome打造前端开发神器
2config.jason 主要节点:
3默认配置 主题,标题,副标题,logo,服务,链接
"theme": {
"name": "FoldableTheme",
"styles": [
"cyan",
"red",
"purple",
"green",
"default",
"black"
],
"version": "1.1"
},
"portalUrl": "http://www.arcgisonline.cn/portal",
"title": "JSViewer1.0",
"subtitle": "with Web AppBuilder for ArcGIS",
"logo": "images/app-logo.png",
"geometryService": "http://tools.arcgisonline.cn/arcgis/rest/services/Utilities/Geometry/GeometryServer",
"links": [
{
"label": "narutogis",
"url": "http://www.narutogis.com/Login"
}
],
3widget常用关键配置:
以比例尺为例:
{
"uri": "widgets/Scalebar/Widget",
"position": {
"left": 25,
"bottom": 25
},
"version": "1.1",
"id": "widgets/Scalebar/Widget_2",
"positionRelativeTo": "map",
"name": "Scalebar",
"label": "比例尺"
},
uri